| 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 |
Network.AWS.CloudDirectory.ListDevelopmentSchemaARNs
Description
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
This operation returns paginated results.
- listDevelopmentSchemaARNs :: ListDevelopmentSchemaARNs
- data ListDevelopmentSchemaARNs
- ldsaNextToken :: Lens' ListDevelopmentSchemaARNs (Maybe Text)
- ldsaMaxResults :: Lens' ListDevelopmentSchemaARNs (Maybe Natural)
- listDevelopmentSchemaARNsResponse :: Int -> ListDevelopmentSchemaARNsResponse
- data ListDevelopmentSchemaARNsResponse
- ldsarsSchemaARNs :: Lens' ListDevelopmentSchemaARNsResponse [Text]
- ldsarsNextToken :: Lens' ListDevelopmentSchemaARNsResponse (Maybe Text)
- ldsarsResponseStatus :: Lens' ListDevelopmentSchemaARNsResponse Int
Creating a Request
listDevelopmentSchemaARNs :: ListDevelopmentSchemaARNs Source #
Creates a value of ListDevelopmentSchemaARNs with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ldsaNextToken- The pagination token.ldsaMaxResults- The maximum number of results to retrieve.
data ListDevelopmentSchemaARNs Source #
See: listDevelopmentSchemaARNs smart constructor.
Instances
Request Lenses
ldsaNextToken :: Lens' ListDevelopmentSchemaARNs (Maybe Text) Source #
The pagination token.
ldsaMaxResults :: Lens' ListDevelopmentSchemaARNs (Maybe Natural) Source #
The maximum number of results to retrieve.
Destructuring the Response
listDevelopmentSchemaARNsResponse Source #
Arguments
| :: Int | |
| -> ListDevelopmentSchemaARNsResponse |
Creates a value of ListDevelopmentSchemaARNsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ldsarsSchemaARNs- The ARNs of retrieved development schemas.ldsarsNextToken- The pagination token.ldsarsResponseStatus- -- | The response status code.
data ListDevelopmentSchemaARNsResponse Source #
See: listDevelopmentSchemaARNsResponse smart constructor.
Instances
Response Lenses
ldsarsSchemaARNs :: Lens' ListDevelopmentSchemaARNsResponse [Text] Source #
The ARNs of retrieved development schemas.
ldsarsNextToken :: Lens' ListDevelopmentSchemaARNsResponse (Maybe Text) Source #
The pagination token.
ldsarsResponseStatus :: Lens' ListDevelopmentSchemaARNsResponse Int Source #
- - | The response status code.