type github.com/aws/aws-sdk-go-v2/service/s3/types.AccessControlTranslation

7 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L50: type AccessControlTranslation struct {
		types.go#L709: 	AccessControlTranslation *AccessControlTranslation

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L12571: func awsRestxml_deserializeDocumentAccessControlTranslation(v **types.AccessControlTranslation, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L12575: 	var sv *types.AccessControlTranslation
		deserializers.go#L12577: 		sv = &types.AccessControlTranslation{}
		serializers.go#L8639: func awsRestxml_serializeDocumentAccessControlTranslation(v *types.AccessControlTranslation, value smithyxml.Value) error {
		validators.go#L2238: func validateAccessControlTranslation(v *types.AccessControlTranslation) error {