| 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.BatchGetCustomDataIdentifiers
Description
Retrieves information about one or more custom data identifiers.
Synopsis
- data BatchGetCustomDataIdentifiers = BatchGetCustomDataIdentifiers' {}
- newBatchGetCustomDataIdentifiers :: BatchGetCustomDataIdentifiers
- batchGetCustomDataIdentifiers_ids :: Lens' BatchGetCustomDataIdentifiers (Maybe [Text])
- data BatchGetCustomDataIdentifiersResponse = BatchGetCustomDataIdentifiersResponse' {}
- newBatchGetCustomDataIdentifiersResponse :: Int -> BatchGetCustomDataIdentifiersResponse
- batchGetCustomDataIdentifiersResponse_customDataIdentifiers :: Lens' BatchGetCustomDataIdentifiersResponse (Maybe [BatchGetCustomDataIdentifierSummary])
- batchGetCustomDataIdentifiersResponse_notFoundIdentifierIds :: Lens' BatchGetCustomDataIdentifiersResponse (Maybe [Text])
- batchGetCustomDataIdentifiersResponse_httpStatus :: Lens' BatchGetCustomDataIdentifiersResponse Int
Creating a Request
data BatchGetCustomDataIdentifiers Source #
See: newBatchGetCustomDataIdentifiers smart constructor.
Constructors
| BatchGetCustomDataIdentifiers' | |
Instances
newBatchGetCustomDataIdentifiers :: BatchGetCustomDataIdentifiers Source #
Create a value of BatchGetCustomDataIdentifiers 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:ids:BatchGetCustomDataIdentifiers', batchGetCustomDataIdentifiers_ids - An array of custom data identifier IDs, one for each custom data
identifier to retrieve information about.
Request Lenses
batchGetCustomDataIdentifiers_ids :: Lens' BatchGetCustomDataIdentifiers (Maybe [Text]) Source #
An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.
Destructuring the Response
data BatchGetCustomDataIdentifiersResponse Source #
See: newBatchGetCustomDataIdentifiersResponse smart constructor.
Constructors
| BatchGetCustomDataIdentifiersResponse' | |
Fields
| |
Instances
newBatchGetCustomDataIdentifiersResponse Source #
Arguments
| :: Int | |
| -> BatchGetCustomDataIdentifiersResponse |
Create a value of BatchGetCustomDataIdentifiersResponse 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:
BatchGetCustomDataIdentifiersResponse, batchGetCustomDataIdentifiersResponse_customDataIdentifiers - An array of objects, one for each custom data identifier that matches
the criteria specified in the request.
$sel:notFoundIdentifierIds:BatchGetCustomDataIdentifiersResponse', batchGetCustomDataIdentifiersResponse_notFoundIdentifierIds - An array of custom data identifier IDs, one for each custom data
identifier that was specified in the request but doesn't correlate to
an existing custom data identifier.
$sel:httpStatus:BatchGetCustomDataIdentifiersResponse', batchGetCustomDataIdentifiersResponse_httpStatus - The response's http status code.
Response Lenses
batchGetCustomDataIdentifiersResponse_customDataIdentifiers :: Lens' BatchGetCustomDataIdentifiersResponse (Maybe [BatchGetCustomDataIdentifierSummary]) Source #
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
batchGetCustomDataIdentifiersResponse_notFoundIdentifierIds :: Lens' BatchGetCustomDataIdentifiersResponse (Maybe [Text]) Source #
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
batchGetCustomDataIdentifiersResponse_httpStatus :: Lens' BatchGetCustomDataIdentifiersResponse Int Source #
The response's http status code.