Module aws_sdk_macie::types
source · Expand description
Data structures used by operation inputs/outputs.
Modules
- Builders
- Error types that Amazon Macie can respond with.
Structs
(Discontinued) The classification type that Amazon Macie Classic applies to the associated S3 resources.
(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.(Discontinued) Includes details about the failed S3 resources.
(Discontinued) Contains information about the Amazon Macie Classic member account.
(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.(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.(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
- 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. - 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.