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

6 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L722: 	EncryptionConfiguration *EncryptionConfiguration
		types.go#L770: type EncryptionConfiguration struct {

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L14751: func awsRestxml_deserializeDocumentEncryptionConfiguration(v **types.EncryptionConfiguration, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L14755: 	var sv *types.EncryptionConfiguration
		deserializers.go#L14757: 		sv = &types.EncryptionConfiguration{}
		serializers.go#L9527: func awsRestxml_serializeDocumentEncryptionConfiguration(v *types.EncryptionConfiguration, value smithyxml.Value) error {