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 a subset of information about all the custom data identifiers for an account.
This operation returns paginated results.
Synopsis
- data ListCustomDataIdentifiers = ListCustomDataIdentifiers' {}
- newListCustomDataIdentifiers :: ListCustomDataIdentifiers
- listCustomDataIdentifiers_nextToken :: Lens' ListCustomDataIdentifiers (Maybe Text)
- listCustomDataIdentifiers_maxResults :: Lens' ListCustomDataIdentifiers (Maybe Int)
- data ListCustomDataIdentifiersResponse = ListCustomDataIdentifiersResponse' {}
- newListCustomDataIdentifiersResponse :: Int -> ListCustomDataIdentifiersResponse
- listCustomDataIdentifiersResponse_items :: Lens' ListCustomDataIdentifiersResponse (Maybe [CustomDataIdentifierSummary])
- listCustomDataIdentifiersResponse_nextToken :: Lens' ListCustomDataIdentifiersResponse (Maybe Text)
- listCustomDataIdentifiersResponse_httpStatus :: Lens' ListCustomDataIdentifiersResponse Int
Creating a Request
data ListCustomDataIdentifiers Source #
See: newListCustomDataIdentifiers
smart constructor.
Instances
newListCustomDataIdentifiers :: ListCustomDataIdentifiers Source #
Create a value of ListCustomDataIdentifiers
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:ListCustomDataIdentifiers'
, listCustomDataIdentifiers_nextToken
- The nextToken string that specifies which page of results to return in a
paginated response.
$sel:maxResults:ListCustomDataIdentifiers'
, listCustomDataIdentifiers_maxResults
- The maximum number of items to include in each page of the response.
Request Lenses
listCustomDataIdentifiers_nextToken :: Lens' ListCustomDataIdentifiers (Maybe Text) Source #
The nextToken string that specifies which page of results to return in a paginated response.
listCustomDataIdentifiers_maxResults :: Lens' ListCustomDataIdentifiers (Maybe Int) Source #
The maximum number of items to include in each page of the response.
Destructuring the Response
data ListCustomDataIdentifiersResponse Source #
See: newListCustomDataIdentifiersResponse
smart constructor.
ListCustomDataIdentifiersResponse' | |
|
Instances
newListCustomDataIdentifiersResponse Source #
Create a value of ListCustomDataIdentifiersResponse
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:items:ListCustomDataIdentifiersResponse'
, listCustomDataIdentifiersResponse_items
- An array of objects, one for each custom data identifier.
$sel:nextToken:ListCustomDataIdentifiers'
, listCustomDataIdentifiersResponse_nextToken
- The string to use in a subsequent request to get the next page of
results in a paginated response. This value is null if there are no
additional pages.
$sel:httpStatus:ListCustomDataIdentifiersResponse'
, listCustomDataIdentifiersResponse_httpStatus
- The response's http status code.
Response Lenses
listCustomDataIdentifiersResponse_items :: Lens' ListCustomDataIdentifiersResponse (Maybe [CustomDataIdentifierSummary]) Source #
An array of objects, one for each custom data identifier.
listCustomDataIdentifiersResponse_nextToken :: Lens' ListCustomDataIdentifiersResponse (Maybe Text) Source #
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
listCustomDataIdentifiersResponse_httpStatus :: Lens' ListCustomDataIdentifiersResponse Int Source #
The response's http status code.