Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Retrieves a list of logger definitions.
Synopsis
- listLoggerDefinitions :: ListLoggerDefinitions
- data ListLoggerDefinitions
- lldNextToken :: Lens' ListLoggerDefinitions (Maybe Text)
- lldMaxResults :: Lens' ListLoggerDefinitions (Maybe Text)
- listLoggerDefinitionsResponse :: Int -> ListLoggerDefinitionsResponse
- data ListLoggerDefinitionsResponse
- lldrsNextToken :: Lens' ListLoggerDefinitionsResponse (Maybe Text)
- lldrsDefinitions :: Lens' ListLoggerDefinitionsResponse [DefinitionInformation]
- lldrsResponseStatus :: Lens' ListLoggerDefinitionsResponse Int
Creating a Request
listLoggerDefinitions :: ListLoggerDefinitions Source #
Creates a value of ListLoggerDefinitions
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lldNextToken
- The token for the next set of results, or 'null'
if there are no additional results.lldMaxResults
- The maximum number of results to be returned per request.
data ListLoggerDefinitions Source #
See: listLoggerDefinitions
smart constructor.
Instances
Request Lenses
lldNextToken :: Lens' ListLoggerDefinitions (Maybe Text) Source #
The token for the next set of results, or 'null'
if there are no additional results.
lldMaxResults :: Lens' ListLoggerDefinitions (Maybe Text) Source #
The maximum number of results to be returned per request.
Destructuring the Response
listLoggerDefinitionsResponse Source #
Creates a value of ListLoggerDefinitionsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lldrsNextToken
- The token for the next set of results, or 'null'
if there are no additional results.lldrsDefinitions
- Information about a definition.lldrsResponseStatus
- -- | The response status code.
data ListLoggerDefinitionsResponse Source #
See: listLoggerDefinitionsResponse
smart constructor.
Instances
Response Lenses
lldrsNextToken :: Lens' ListLoggerDefinitionsResponse (Maybe Text) Source #
The token for the next set of results, or 'null'
if there are no additional results.
lldrsDefinitions :: Lens' ListLoggerDefinitionsResponse [DefinitionInformation] Source #
Information about a definition.
lldrsResponseStatus :: Lens' ListLoggerDefinitionsResponse Int Source #
- - | The response status code.