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

7 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetBucketEncryption.go#L38: func (c *Client) GetBucketEncryption(ctx context.Context, params *GetBucketEncryptionInput, optFns ...func(*Options)) (*GetBucketEncryptionOutput, error) {
		api_op_GetBucketEncryption.go#L48: 	out := result.(*GetBucketEncryptionOutput)
		api_op_GetBucketEncryption.go#L69: type GetBucketEncryptionOutput struct {
		deserializers.go#L2938: 	output := &GetBucketEncryptionOutput{}
		deserializers.go#L3012: func awsRestxml_deserializeOpDocumentGetBucketEncryptionOutput(v **GetBucketEncryptionOutput, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L3016: 	var sv *GetBucketEncryptionOutput
		deserializers.go#L3018: 		sv = &GetBucketEncryptionOutput{}