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 information about all the managed data identifiers that Amazon Macie currently provides.
Synopsis
- data ListManagedDataIdentifiers = ListManagedDataIdentifiers' {}
- newListManagedDataIdentifiers :: ListManagedDataIdentifiers
- listManagedDataIdentifiers_nextToken :: Lens' ListManagedDataIdentifiers (Maybe Text)
- data ListManagedDataIdentifiersResponse = ListManagedDataIdentifiersResponse' {}
- newListManagedDataIdentifiersResponse :: Int -> ListManagedDataIdentifiersResponse
- listManagedDataIdentifiersResponse_items :: Lens' ListManagedDataIdentifiersResponse (Maybe [ManagedDataIdentifierSummary])
- listManagedDataIdentifiersResponse_nextToken :: Lens' ListManagedDataIdentifiersResponse (Maybe Text)
- listManagedDataIdentifiersResponse_httpStatus :: Lens' ListManagedDataIdentifiersResponse Int
Creating a Request
data ListManagedDataIdentifiers Source #
See: newListManagedDataIdentifiers
smart constructor.
Instances
newListManagedDataIdentifiers :: ListManagedDataIdentifiers Source #
Create a value of ListManagedDataIdentifiers
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:ListManagedDataIdentifiers'
, listManagedDataIdentifiers_nextToken
- The nextToken string that specifies which page of results to return in a
paginated response.
Request Lenses
listManagedDataIdentifiers_nextToken :: Lens' ListManagedDataIdentifiers (Maybe Text) Source #
The nextToken string that specifies which page of results to return in a paginated response.
Destructuring the Response
data ListManagedDataIdentifiersResponse Source #
See: newListManagedDataIdentifiersResponse
smart constructor.
ListManagedDataIdentifiersResponse' | |
|
Instances
newListManagedDataIdentifiersResponse Source #
Create a value of ListManagedDataIdentifiersResponse
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:ListManagedDataIdentifiersResponse'
, listManagedDataIdentifiersResponse_items
- An array of objects, one for each managed data identifier.
$sel:nextToken:ListManagedDataIdentifiers'
, listManagedDataIdentifiersResponse_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:ListManagedDataIdentifiersResponse'
, listManagedDataIdentifiersResponse_httpStatus
- The response's http status code.
Response Lenses
listManagedDataIdentifiersResponse_items :: Lens' ListManagedDataIdentifiersResponse (Maybe [ManagedDataIdentifierSummary]) Source #
An array of objects, one for each managed data identifier.
listManagedDataIdentifiersResponse_nextToken :: Lens' ListManagedDataIdentifiersResponse (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.
listManagedDataIdentifiersResponse_httpStatus :: Lens' ListManagedDataIdentifiersResponse Int Source #
The response's http status code.