Crate rusoto_macie[][src]

Expand description

Amazon Macie Classic

Amazon Macie Classic is a security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS. Macie Classic recognizes sensitive data such as personally identifiable information (PII) or intellectual property, and provides you with dashboards and alerts that give visibility into how this data is being accessed or moved. For more information, see the Amazon Macie Classic User Guide.

If you’re using the service, you’re probably looking for MacieClient and Macie.

Structs

The classification type that Amazon Macie Classic applies to the associated S3 resources.

The classification type that Amazon Macie Classic applies to the associated S3 resources. At least one of the classification types (oneTime or continuous) must be specified.

Includes details about the failed S3 resources.

A client for the Amazon Macie API.

Contains information about the Amazon Macie Classic member account.

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 the AssociateS3Resources and UpdateS3Resources actions.

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 the ListS3Resources action.

The S3 resources whose classification types you want to update. This data type is used as a request parameter in the UpdateS3Resources action.

Enums

Errors returned by AssociateMemberAccount

Errors returned by AssociateS3Resources

Errors returned by DisassociateMemberAccount

Errors returned by DisassociateS3Resources

Errors returned by ListMemberAccounts

Errors returned by ListS3Resources

Errors returned by UpdateS3Resources

Traits

Trait representing the capabilities of the Amazon Macie API. Amazon Macie clients implement this trait.