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

6 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L2075: 	SSES3 *SSES3
		types.go#L3664: type SSES3 struct {

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L21128: func awsRestxml_deserializeDocumentSSES3(v **types.SSES3, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L21132: 	var sv *types.SSES3
		deserializers.go#L21134: 		sv = &types.SSES3{}
		serializers.go#L12270: func awsRestxml_serializeDocumentSSES3(v *types.SSES3, value smithyxml.Value) error {