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 each Amazon Resource Name (ARN) of schemas in the development state.
This operation returns paginated results.
Synopsis
- data ListDevelopmentSchemaArns = ListDevelopmentSchemaArns' {}
- newListDevelopmentSchemaArns :: ListDevelopmentSchemaArns
- listDevelopmentSchemaArns_nextToken :: Lens' ListDevelopmentSchemaArns (Maybe Text)
- listDevelopmentSchemaArns_maxResults :: Lens' ListDevelopmentSchemaArns (Maybe Natural)
- data ListDevelopmentSchemaArnsResponse = ListDevelopmentSchemaArnsResponse' {
- schemaArns :: Maybe [Text]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListDevelopmentSchemaArnsResponse :: Int -> ListDevelopmentSchemaArnsResponse
- listDevelopmentSchemaArnsResponse_schemaArns :: Lens' ListDevelopmentSchemaArnsResponse (Maybe [Text])
- listDevelopmentSchemaArnsResponse_nextToken :: Lens' ListDevelopmentSchemaArnsResponse (Maybe Text)
- listDevelopmentSchemaArnsResponse_httpStatus :: Lens' ListDevelopmentSchemaArnsResponse Int
Creating a Request
data ListDevelopmentSchemaArns Source #
See: newListDevelopmentSchemaArns
smart constructor.
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:
$sel:nextToken:ListDevelopmentSchemaArns'
, listDevelopmentSchemaArns_nextToken
- The pagination token.
$sel:maxResults:ListDevelopmentSchemaArns'
, listDevelopmentSchemaArns_maxResults
- The maximum number of results to retrieve.
Request Lenses
listDevelopmentSchemaArns_nextToken :: Lens' ListDevelopmentSchemaArns (Maybe Text) Source #
The pagination token.
listDevelopmentSchemaArns_maxResults :: Lens' ListDevelopmentSchemaArns (Maybe Natural) Source #
The maximum number of results to retrieve.
Destructuring the Response
data ListDevelopmentSchemaArnsResponse Source #
See: newListDevelopmentSchemaArnsResponse
smart constructor.
ListDevelopmentSchemaArnsResponse' | |
|
Instances
newListDevelopmentSchemaArnsResponse Source #
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:
$sel:schemaArns:ListDevelopmentSchemaArnsResponse'
, listDevelopmentSchemaArnsResponse_schemaArns
- The ARNs of retrieved development schemas.
$sel:nextToken:ListDevelopmentSchemaArns'
, listDevelopmentSchemaArnsResponse_nextToken
- The pagination token.
$sel:httpStatus:ListDevelopmentSchemaArnsResponse'
, listDevelopmentSchemaArnsResponse_httpStatus
- The response's http status code.
Response Lenses
listDevelopmentSchemaArnsResponse_schemaArns :: Lens' ListDevelopmentSchemaArnsResponse (Maybe [Text]) Source #
The ARNs of retrieved development schemas.
listDevelopmentSchemaArnsResponse_nextToken :: Lens' ListDevelopmentSchemaArnsResponse (Maybe Text) Source #
The pagination token.
listDevelopmentSchemaArnsResponse_httpStatus :: Lens' ListDevelopmentSchemaArnsResponse Int Source #
The response's http status code.