| 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.MacieV2.ListCustomDataIdentifiers
Description
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_maxResults :: Lens' ListCustomDataIdentifiers (Maybe Int)
- listCustomDataIdentifiers_nextToken :: Lens' ListCustomDataIdentifiers (Maybe Text)
- 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.
Constructors
| ListCustomDataIdentifiers' | |
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:maxResults:ListCustomDataIdentifiers', listCustomDataIdentifiers_maxResults - The maximum number of items to include in each page of the response.
ListCustomDataIdentifiers, listCustomDataIdentifiers_nextToken - The nextToken string that specifies which page of results to return in a
paginated response.
Request Lenses
listCustomDataIdentifiers_maxResults :: Lens' ListCustomDataIdentifiers (Maybe Int) Source #
The maximum number of items to include in each page of the response.
listCustomDataIdentifiers_nextToken :: Lens' ListCustomDataIdentifiers (Maybe Text) Source #
The nextToken string that specifies which page of results to return in a paginated response.
Destructuring the Response
data ListCustomDataIdentifiersResponse Source #
See: newListCustomDataIdentifiersResponse smart constructor.
Constructors
| ListCustomDataIdentifiersResponse' | |
Fields
| |
Instances
newListCustomDataIdentifiersResponse Source #
Arguments
| :: Int | |
| -> ListCustomDataIdentifiersResponse |
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.
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.