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.Types.BatchGetCustomDataIdentifierSummary

Description

 
Synopsis

Documentation

data BatchGetCustomDataIdentifierSummary Source #

Provides information about a custom data identifier.

See: newBatchGetCustomDataIdentifierSummary smart constructor.

Constructors

BatchGetCustomDataIdentifierSummary' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the custom data identifier.

  • createdAt :: Maybe POSIX

    The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.

  • name :: Maybe Text

    The custom name of the custom data identifier.

  • id :: Maybe Text

    The unique identifier for the custom data identifier.

  • deleted :: Maybe Bool

    Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.

  • description :: Maybe Text

    The custom description of the custom data identifier.

Instances

Instances details
Eq BatchGetCustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BatchGetCustomDataIdentifierSummary

Read BatchGetCustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BatchGetCustomDataIdentifierSummary

Show BatchGetCustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BatchGetCustomDataIdentifierSummary

Generic BatchGetCustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BatchGetCustomDataIdentifierSummary

NFData BatchGetCustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BatchGetCustomDataIdentifierSummary

Hashable BatchGetCustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BatchGetCustomDataIdentifierSummary

FromJSON BatchGetCustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BatchGetCustomDataIdentifierSummary

type Rep BatchGetCustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BatchGetCustomDataIdentifierSummary

type Rep BatchGetCustomDataIdentifierSummary = D1 ('MetaData "BatchGetCustomDataIdentifierSummary" "Amazonka.MacieV2.Types.BatchGetCustomDataIdentifierSummary" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "BatchGetCustomDataIdentifierSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newBatchGetCustomDataIdentifierSummary :: BatchGetCustomDataIdentifierSummary Source #

Create a value of BatchGetCustomDataIdentifierSummary 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:arn:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_arn - The Amazon Resource Name (ARN) of the custom data identifier.

$sel:createdAt:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_createdAt - The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.

$sel:name:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_name - The custom name of the custom data identifier.

$sel:id:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_id - The unique identifier for the custom data identifier.

$sel:deleted:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_deleted - Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.

$sel:description:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_description - The custom description of the custom data identifier.

batchGetCustomDataIdentifierSummary_arn :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the custom data identifier.

batchGetCustomDataIdentifierSummary_createdAt :: Lens' BatchGetCustomDataIdentifierSummary (Maybe UTCTime) Source #

The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.

batchGetCustomDataIdentifierSummary_id :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text) Source #

The unique identifier for the custom data identifier.

batchGetCustomDataIdentifierSummary_deleted :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Bool) Source #

Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.