Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Retrieves a list of logger definitions.
This operation returns paginated results.
Synopsis
- data ListLoggerDefinitions = ListLoggerDefinitions' {}
- newListLoggerDefinitions :: ListLoggerDefinitions
- listLoggerDefinitions_nextToken :: Lens' ListLoggerDefinitions (Maybe Text)
- listLoggerDefinitions_maxResults :: Lens' ListLoggerDefinitions (Maybe Text)
- data ListLoggerDefinitionsResponse = ListLoggerDefinitionsResponse' {}
- newListLoggerDefinitionsResponse :: Int -> ListLoggerDefinitionsResponse
- listLoggerDefinitionsResponse_nextToken :: Lens' ListLoggerDefinitionsResponse (Maybe Text)
- listLoggerDefinitionsResponse_definitions :: Lens' ListLoggerDefinitionsResponse (Maybe [DefinitionInformation])
- listLoggerDefinitionsResponse_httpStatus :: Lens' ListLoggerDefinitionsResponse Int
Creating a Request
data ListLoggerDefinitions Source #
See: newListLoggerDefinitions
smart constructor.
Instances
newListLoggerDefinitions :: ListLoggerDefinitions Source #
Create a value of ListLoggerDefinitions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListLoggerDefinitions'
, listLoggerDefinitions_nextToken
- The token for the next set of results, or ''null'' if there are no
additional results.
$sel:maxResults:ListLoggerDefinitions'
, listLoggerDefinitions_maxResults
- The maximum number of results to be returned per request.
Request Lenses
listLoggerDefinitions_nextToken :: Lens' ListLoggerDefinitions (Maybe Text) Source #
The token for the next set of results, or ''null'' if there are no additional results.
listLoggerDefinitions_maxResults :: Lens' ListLoggerDefinitions (Maybe Text) Source #
The maximum number of results to be returned per request.
Destructuring the Response
data ListLoggerDefinitionsResponse Source #
See: newListLoggerDefinitionsResponse
smart constructor.
ListLoggerDefinitionsResponse' | |
|
Instances
newListLoggerDefinitionsResponse Source #
Create a value of ListLoggerDefinitionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListLoggerDefinitions'
, listLoggerDefinitionsResponse_nextToken
- The token for the next set of results, or ''null'' if there are no
additional results.
$sel:definitions:ListLoggerDefinitionsResponse'
, listLoggerDefinitionsResponse_definitions
- Information about a definition.
$sel:httpStatus:ListLoggerDefinitionsResponse'
, listLoggerDefinitionsResponse_httpStatus
- The response's http status code.
Response Lenses
listLoggerDefinitionsResponse_nextToken :: Lens' ListLoggerDefinitionsResponse (Maybe Text) Source #
The token for the next set of results, or ''null'' if there are no additional results.
listLoggerDefinitionsResponse_definitions :: Lens' ListLoggerDefinitionsResponse (Maybe [DefinitionInformation]) Source #
Information about a definition.
listLoggerDefinitionsResponse_httpStatus :: Lens' ListLoggerDefinitionsResponse Int Source #
The response's http status code.