libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MacieV2.BatchGetCustomDataIdentifiers

Description

Retrieves information about one or more custom data identifiers.

Synopsis

Creating a Request

data BatchGetCustomDataIdentifiers Source #

See: newBatchGetCustomDataIdentifiers smart constructor.

Constructors

BatchGetCustomDataIdentifiers' 

Fields

  • ids :: Maybe [Text]

    An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.

Instances

Instances details
Eq BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

Read BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

Show BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

Generic BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

Associated Types

type Rep BatchGetCustomDataIdentifiers :: Type -> Type #

NFData BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

Hashable BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

ToJSON BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

AWSRequest BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

ToHeaders BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

ToPath BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

ToQuery BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

type Rep BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

type Rep BatchGetCustomDataIdentifiers = D1 ('MetaData "BatchGetCustomDataIdentifiers" "Amazonka.MacieV2.BatchGetCustomDataIdentifiers" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "BatchGetCustomDataIdentifiers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))
type AWSResponse BatchGetCustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

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 #

Constructors

BatchGetCustomDataIdentifiersResponse' 

Fields

Instances

Instances details
Eq BatchGetCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

Read BatchGetCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

Show BatchGetCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

Generic BatchGetCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

NFData BatchGetCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

type Rep BatchGetCustomDataIdentifiersResponse Source # 
Instance details

Defined in Amazonka.MacieV2.BatchGetCustomDataIdentifiers

type Rep BatchGetCustomDataIdentifiersResponse = D1 ('MetaData "BatchGetCustomDataIdentifiersResponse" "Amazonka.MacieV2.BatchGetCustomDataIdentifiers" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "BatchGetCustomDataIdentifiersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notFoundIdentifierIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "customDataIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchGetCustomDataIdentifierSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.