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
- func (e *AccessDeniedException) GetMessage() string
- func (e *AccessDeniedException) GetResourceType() string
- func (e *AccessDeniedException) HasMessage() bool
- func (e *AccessDeniedException) HasResourceType() bool
- 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
- func (e *InternalException) GetErrorCode_() string
- func (e *InternalException) GetMessage() string
- func (e *InternalException) HasErrorCode_() bool
- func (e *InternalException) HasMessage() bool
- type InvalidInputException
- func (e *InvalidInputException) Error() string
- func (e *InvalidInputException) ErrorCode() string
- func (e *InvalidInputException) ErrorFault() smithy.ErrorFault
- func (e *InvalidInputException) ErrorMessage() string
- func (e *InvalidInputException) GetErrorCode_() string
- func (e *InvalidInputException) GetFieldName() string
- func (e *InvalidInputException) GetMessage() string
- func (e *InvalidInputException) HasErrorCode_() bool
- func (e *InvalidInputException) HasFieldName() bool
- func (e *InvalidInputException) HasMessage() bool
- type LimitExceededException
- func (e *LimitExceededException) Error() string
- func (e *LimitExceededException) ErrorCode() string
- func (e *LimitExceededException) ErrorFault() smithy.ErrorFault
- func (e *LimitExceededException) ErrorMessage() string
- func (e *LimitExceededException) GetErrorCode_() string
- func (e *LimitExceededException) GetMessage() string
- func (e *LimitExceededException) GetResourceType() string
- func (e *LimitExceededException) HasErrorCode_() bool
- func (e *LimitExceededException) HasMessage() bool
- func (e *LimitExceededException) HasResourceType() bool
- 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
func (*AccessDeniedException) GetMessage ¶
func (e *AccessDeniedException) GetMessage() string
func (*AccessDeniedException) GetResourceType ¶
func (e *AccessDeniedException) GetResourceType() string
func (*AccessDeniedException) HasMessage ¶
func (e *AccessDeniedException) HasMessage() bool
func (*AccessDeniedException) HasResourceType ¶
func (e *AccessDeniedException) HasResourceType() bool
type ClassificationType ¶
type ClassificationType struct { // A one-time classification of all of the existing objects in a specified S3 // bucket. 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. 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
func (*InternalException) GetErrorCode_ ¶
func (e *InternalException) GetErrorCode_() string
func (*InternalException) GetMessage ¶
func (e *InternalException) GetMessage() string
func (*InternalException) HasErrorCode_ ¶
func (e *InternalException) HasErrorCode_() bool
func (*InternalException) HasMessage ¶
func (e *InternalException) HasMessage() bool
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
func (*InvalidInputException) GetErrorCode_ ¶
func (e *InvalidInputException) GetErrorCode_() string
func (*InvalidInputException) GetFieldName ¶
func (e *InvalidInputException) GetFieldName() string
func (*InvalidInputException) GetMessage ¶
func (e *InvalidInputException) GetMessage() string
func (*InvalidInputException) HasErrorCode_ ¶
func (e *InvalidInputException) HasErrorCode_() bool
func (*InvalidInputException) HasFieldName ¶
func (e *InvalidInputException) HasFieldName() bool
func (*InvalidInputException) HasMessage ¶
func (e *InvalidInputException) HasMessage() bool
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
func (*LimitExceededException) GetErrorCode_ ¶
func (e *LimitExceededException) GetErrorCode_() string
func (*LimitExceededException) GetMessage ¶
func (e *LimitExceededException) GetMessage() string
func (*LimitExceededException) GetResourceType ¶
func (e *LimitExceededException) GetResourceType() string
func (*LimitExceededException) HasErrorCode_ ¶
func (e *LimitExceededException) HasErrorCode_() bool
func (*LimitExceededException) HasMessage ¶
func (e *LimitExceededException) HasMessage() bool
func (*LimitExceededException) HasResourceType ¶
func (e *LimitExceededException) HasResourceType() bool
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. 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. ClassificationType *ClassificationType // The name of the S3 bucket that you want to associate with Amazon Macie Classic. 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. ClassificationTypeUpdate *ClassificationTypeUpdate // The name of the S3 bucket whose classification types you want to update. 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.1.0
- Published
- Sep 29, 2020
- Platform
- darwin/amd64
- Imports
- 3 packages
- Last checked
- 11 minutes ago –
Tools for package owners.