Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Classification
Type (Discontinued) The classification type that Amazon Macie Classic applies to the associated S3 resources.
- Classification
Type Update (Discontinued) The classification type that Amazon Macie Classic applies to the associated S3 resources. At least one of the classification types (
oneTime
orcontinuous
) must be specified.- Failed
S3Resource (Discontinued) Includes details about the failed S3 resources.
- Member
Account (Discontinued) Contains information about the Amazon Macie Classic member account.
- S3Resource
(Discontinued) Contains information about the S3 resource. This data type is used as a request parameter in the
DisassociateS3Resources
action and can be used as a response parameter in theAssociateS3Resources
andUpdateS3Resources
actions.- S3Resource
Classification (Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification. This data type is used as a request parameter in the
AssociateS3Resources
action and a response parameter in theListS3Resources
action.- S3Resource
Classification Update (Discontinued) The S3 resources whose classification types you want to update. This data type is used as a request parameter in the
UpdateS3Resources
action.
Enums§
- S3Continuous
Classification Type - When writing a match expression against
S3ContinuousClassificationType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - S3One
Time Classification Type - When writing a match expression against
S3OneTimeClassificationType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.