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 |
Synopsis
- data BatchGetCustomDataIdentifierSummary = BatchGetCustomDataIdentifierSummary' {}
- newBatchGetCustomDataIdentifierSummary :: BatchGetCustomDataIdentifierSummary
- batchGetCustomDataIdentifierSummary_arn :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text)
- batchGetCustomDataIdentifierSummary_createdAt :: Lens' BatchGetCustomDataIdentifierSummary (Maybe UTCTime)
- batchGetCustomDataIdentifierSummary_name :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text)
- batchGetCustomDataIdentifierSummary_id :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text)
- batchGetCustomDataIdentifierSummary_deleted :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Bool)
- batchGetCustomDataIdentifierSummary_description :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text)
Documentation
data BatchGetCustomDataIdentifierSummary Source #
Provides information about a custom data identifier.
See: newBatchGetCustomDataIdentifierSummary
smart constructor.
BatchGetCustomDataIdentifierSummary' | |
|
Instances
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_name :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text) Source #
The custom name of the custom data identifier.
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.
batchGetCustomDataIdentifierSummary_description :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text) Source #
The custom description of the custom data identifier.