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 resource definitions.
Synopsis
- listResourceDefinitions :: ListResourceDefinitions
- data ListResourceDefinitions
- lrdNextToken :: Lens' ListResourceDefinitions (Maybe Text)
- lrdMaxResults :: Lens' ListResourceDefinitions (Maybe Text)
- listResourceDefinitionsResponse :: Int -> ListResourceDefinitionsResponse
- data ListResourceDefinitionsResponse
- lrdrsNextToken :: Lens' ListResourceDefinitionsResponse (Maybe Text)
- lrdrsDefinitions :: Lens' ListResourceDefinitionsResponse [DefinitionInformation]
- lrdrsResponseStatus :: Lens' ListResourceDefinitionsResponse Int
Creating a Request
listResourceDefinitions :: ListResourceDefinitions Source #
Creates a value of ListResourceDefinitions
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lrdNextToken
- The token for the next set of results, or 'null'
if there are no additional results.lrdMaxResults
- The maximum number of results to be returned per request.
data ListResourceDefinitions Source #
See: listResourceDefinitions
smart constructor.
Instances
Request Lenses
lrdNextToken :: Lens' ListResourceDefinitions (Maybe Text) Source #
The token for the next set of results, or 'null'
if there are no additional results.
lrdMaxResults :: Lens' ListResourceDefinitions (Maybe Text) Source #
The maximum number of results to be returned per request.
Destructuring the Response
listResourceDefinitionsResponse Source #
Creates a value of ListResourceDefinitionsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lrdrsNextToken
- The token for the next set of results, or 'null'
if there are no additional results.lrdrsDefinitions
- Information about a definition.lrdrsResponseStatus
- -- | The response status code.
data ListResourceDefinitionsResponse Source #
See: listResourceDefinitionsResponse
smart constructor.
Instances
Response Lenses
lrdrsNextToken :: Lens' ListResourceDefinitionsResponse (Maybe Text) Source #
The token for the next set of results, or 'null'
if there are no additional results.
lrdrsDefinitions :: Lens' ListResourceDefinitionsResponse [DefinitionInformation] Source #
Information about a definition.
lrdrsResponseStatus :: Lens' ListResourceDefinitionsResponse Int Source #
- - | The response status code.