| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudDirectory.ListDevelopmentSchemaArns
Description
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
This operation returns paginated results.
Synopsis
- data ListDevelopmentSchemaArns = ListDevelopmentSchemaArns' {}
- newListDevelopmentSchemaArns :: ListDevelopmentSchemaArns
- listDevelopmentSchemaArns_maxResults :: Lens' ListDevelopmentSchemaArns (Maybe Natural)
- listDevelopmentSchemaArns_nextToken :: Lens' ListDevelopmentSchemaArns (Maybe Text)
- data ListDevelopmentSchemaArnsResponse = ListDevelopmentSchemaArnsResponse' {
- nextToken :: Maybe Text
- schemaArns :: Maybe [Text]
- httpStatus :: Int
- newListDevelopmentSchemaArnsResponse :: Int -> ListDevelopmentSchemaArnsResponse
- listDevelopmentSchemaArnsResponse_nextToken :: Lens' ListDevelopmentSchemaArnsResponse (Maybe Text)
- listDevelopmentSchemaArnsResponse_schemaArns :: Lens' ListDevelopmentSchemaArnsResponse (Maybe [Text])
- listDevelopmentSchemaArnsResponse_httpStatus :: Lens' ListDevelopmentSchemaArnsResponse Int
Creating a Request
data ListDevelopmentSchemaArns Source #
See: newListDevelopmentSchemaArns smart constructor.
Constructors
| ListDevelopmentSchemaArns' | |
Instances
newListDevelopmentSchemaArns :: ListDevelopmentSchemaArns Source #
Create a value of ListDevelopmentSchemaArns 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:
ListDevelopmentSchemaArns, listDevelopmentSchemaArns_maxResults - The maximum number of results to retrieve.
ListDevelopmentSchemaArns, listDevelopmentSchemaArns_nextToken - The pagination token.
Request Lenses
listDevelopmentSchemaArns_maxResults :: Lens' ListDevelopmentSchemaArns (Maybe Natural) Source #
The maximum number of results to retrieve.
listDevelopmentSchemaArns_nextToken :: Lens' ListDevelopmentSchemaArns (Maybe Text) Source #
The pagination token.
Destructuring the Response
data ListDevelopmentSchemaArnsResponse Source #
See: newListDevelopmentSchemaArnsResponse smart constructor.
Constructors
| ListDevelopmentSchemaArnsResponse' | |
Fields
| |
Instances
newListDevelopmentSchemaArnsResponse Source #
Arguments
| :: Int | |
| -> ListDevelopmentSchemaArnsResponse |
Create a value of ListDevelopmentSchemaArnsResponse 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:
ListDevelopmentSchemaArns, listDevelopmentSchemaArnsResponse_nextToken - The pagination token.
$sel:schemaArns:ListDevelopmentSchemaArnsResponse', listDevelopmentSchemaArnsResponse_schemaArns - The ARNs of retrieved development schemas.
$sel:httpStatus:ListDevelopmentSchemaArnsResponse', listDevelopmentSchemaArnsResponse_httpStatus - The response's http status code.
Response Lenses
listDevelopmentSchemaArnsResponse_nextToken :: Lens' ListDevelopmentSchemaArnsResponse (Maybe Text) Source #
The pagination token.
listDevelopmentSchemaArnsResponse_schemaArns :: Lens' ListDevelopmentSchemaArnsResponse (Maybe [Text]) Source #
The ARNs of retrieved development schemas.
listDevelopmentSchemaArnsResponse_httpStatus :: Lens' ListDevelopmentSchemaArnsResponse Int Source #
The response's http status code.