// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package macie type S3ContinuousClassificationType string // Enum values for S3ContinuousClassificationType const ( S3ContinuousClassificationTypeFull S3ContinuousClassificationType = "FULL" ) func (enum S3ContinuousClassificationType) MarshalValue() (string, error) { return string(enum), nil } func (enum S3ContinuousClassificationType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type S3OneTimeClassificationType string // Enum values for S3OneTimeClassificationType const ( S3OneTimeClassificationTypeFull S3OneTimeClassificationType = "FULL" S3OneTimeClassificationTypeNone S3OneTimeClassificationType = "NONE" ) func (enum S3OneTimeClassificationType) MarshalValue() (string, error) { return string(enum), nil } func (enum S3OneTimeClassificationType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil }