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 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_notFoundIdentifierIds :: Lens' BatchGetCustomDataIdentifiersResponse (Maybe [Text])
- batchGetCustomDataIdentifiersResponse_customDataIdentifiers :: Lens' BatchGetCustomDataIdentifiersResponse (Maybe [BatchGetCustomDataIdentifierSummary])
- batchGetCustomDataIdentifiersResponse_httpStatus :: Lens' BatchGetCustomDataIdentifiersResponse Int
Creating a Request
data BatchGetCustomDataIdentifiers Source #
See: newBatchGetCustomDataIdentifiers
smart constructor.
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.
BatchGetCustomDataIdentifiersResponse' | |
|
Instances
newBatchGetCustomDataIdentifiersResponse Source #
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:
$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:customDataIdentifiers:BatchGetCustomDataIdentifiersResponse'
, batchGetCustomDataIdentifiersResponse_customDataIdentifiers
- An array of objects, one for each custom data identifier that meets the
criteria specified in the request.
$sel:httpStatus:BatchGetCustomDataIdentifiersResponse'
, batchGetCustomDataIdentifiersResponse_httpStatus
- The response's http status code.
Response Lenses
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_customDataIdentifiers :: Lens' BatchGetCustomDataIdentifiersResponse (Maybe [BatchGetCustomDataIdentifierSummary]) Source #
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
batchGetCustomDataIdentifiersResponse_httpStatus :: Lens' BatchGetCustomDataIdentifiersResponse Int Source #
The response's http status code.