package types
import "github.com/aws/aws-sdk-go-v2/service/macie/types"
Index ¶
- type AccessDeniedException
- func (e *AccessDeniedException) Error() string
- func (e *AccessDeniedException) ErrorCode() string
- func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
- func (e *AccessDeniedException) ErrorMessage() string
- type ClassificationType
- type ClassificationTypeUpdate
- type FailedS3Resource
- type InternalException
- func (e *InternalException) Error() string
- func (e *InternalException) ErrorCode() string
- func (e *InternalException) ErrorFault() smithy.ErrorFault
- func (e *InternalException) ErrorMessage() string
- type InvalidInputException
- func (e *InvalidInputException) Error() string
- func (e *InvalidInputException) ErrorCode() string
- func (e *InvalidInputException) ErrorFault() smithy.ErrorFault
- func (e *InvalidInputException) ErrorMessage() string
- type LimitExceededException
- func (e *LimitExceededException) Error() string
- func (e *LimitExceededException) ErrorCode() string
- func (e *LimitExceededException) ErrorFault() smithy.ErrorFault
- func (e *LimitExceededException) ErrorMessage() string
- type MemberAccount
- type S3ContinuousClassificationType
- type S3OneTimeClassificationType
- type S3Resource
- type S3ResourceClassification
- type S3ResourceClassificationUpdate
Types ¶
type AccessDeniedException ¶
You do not have required permissions to access the requested resource.
func (*AccessDeniedException) Error ¶
func (e *AccessDeniedException) Error() string
func (*AccessDeniedException) ErrorCode ¶
func (e *AccessDeniedException) ErrorCode() string
func (*AccessDeniedException) ErrorFault ¶
func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
func (*AccessDeniedException) ErrorMessage ¶
func (e *AccessDeniedException) ErrorMessage() string
type ClassificationType ¶
type ClassificationType struct { // A one-time classification of all of the existing objects in a specified S3 // bucket. // // This member is required. OneTime S3OneTimeClassificationType // A continuous classification of the objects that are added to a specified S3 // bucket. Amazon Macie Classic begins performing continuous classification after a // bucket is successfully associated with Amazon Macie Classic. // // This member is required. Continuous S3ContinuousClassificationType }
The classification type that Amazon Macie Classic applies to the associated S3 resources.
type ClassificationTypeUpdate ¶
type ClassificationTypeUpdate struct { // A continuous classification of the objects that are added to a specified S3 // bucket. Amazon Macie Classic begins performing continuous classification after a // bucket is successfully associated with Amazon Macie Classic. Continuous S3ContinuousClassificationType // A one-time classification of all of the existing objects in a specified S3 // bucket. OneTime S3OneTimeClassificationType }
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.
type FailedS3Resource ¶
type FailedS3Resource struct { // The status code of a failed item. ErrorCode *string // The failed S3 resources. FailedItem *S3Resource // The error message of a failed item. ErrorMessage *string }
Includes details about the failed S3 resources.
type InternalException ¶
Internal server error.
func (*InternalException) Error ¶
func (e *InternalException) Error() string
func (*InternalException) ErrorCode ¶
func (e *InternalException) ErrorCode() string
func (*InternalException) ErrorFault ¶
func (e *InternalException) ErrorFault() smithy.ErrorFault
func (*InternalException) ErrorMessage ¶
func (e *InternalException) ErrorMessage() string
type InvalidInputException ¶
The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
func (*InvalidInputException) Error ¶
func (e *InvalidInputException) Error() string
func (*InvalidInputException) ErrorCode ¶
func (e *InvalidInputException) ErrorCode() string
func (*InvalidInputException) ErrorFault ¶
func (e *InvalidInputException) ErrorFault() smithy.ErrorFault
func (*InvalidInputException) ErrorMessage ¶
func (e *InvalidInputException) ErrorMessage() string
type LimitExceededException ¶
The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
func (*LimitExceededException) Error ¶
func (e *LimitExceededException) Error() string
func (*LimitExceededException) ErrorCode ¶
func (e *LimitExceededException) ErrorCode() string
func (*LimitExceededException) ErrorFault ¶
func (e *LimitExceededException) ErrorFault() smithy.ErrorFault
func (*LimitExceededException) ErrorMessage ¶
func (e *LimitExceededException) ErrorMessage() string
type MemberAccount ¶
type MemberAccount struct { // The AWS account ID of the Amazon Macie Classic member account. AccountId *string }
Contains information about the Amazon Macie Classic member account.
type S3ContinuousClassificationType ¶
type S3ContinuousClassificationType string
const ( S3ContinuousClassificationTypeFull S3ContinuousClassificationType = "FULL" )
Enum values for S3ContinuousClassificationType
type S3OneTimeClassificationType ¶
type S3OneTimeClassificationType string
const ( S3OneTimeClassificationTypeFull S3OneTimeClassificationType = "FULL" S3OneTimeClassificationTypeNone S3OneTimeClassificationType = "NONE" )
Enum values for S3OneTimeClassificationType
type S3Resource ¶
type S3Resource struct { // The prefix of the S3 bucket. Prefix *string // The name of the S3 bucket. // // This member is required. BucketName *string }
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.
type S3ResourceClassification ¶
type S3ResourceClassification struct { // The prefix of the S3 bucket that you want to associate with Amazon Macie // Classic. Prefix *string // The classification type that you want to specify for the resource associated // with Amazon Macie Classic. // // This member is required. ClassificationType *ClassificationType // The name of the S3 bucket that you want to associate with Amazon Macie Classic. // // This member is required. BucketName *string }
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.
type S3ResourceClassificationUpdate ¶
type S3ResourceClassificationUpdate struct { // The classification type that you want to update for the resource associated with // Amazon Macie Classic. // // This member is required. ClassificationTypeUpdate *ClassificationTypeUpdate // The name of the S3 bucket whose classification types you want to update. // // This member is required. BucketName *string // The prefix of the S3 bucket whose classification types you want to update. Prefix *string }
The S3 resources whose classification types you want to update. This data type is used as a request parameter in the UpdateS3Resources action.
Source Files ¶
- Version
- v0.26.0
- Published
- Oct 1, 2020
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 6 hours ago –
Tools for package owners.