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

8 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_CopyObject.go#L161: func (c *Client) CopyObject(ctx context.Context, params *CopyObjectInput, optFns ...func(*Options)) (*CopyObjectOutput, error) {
		api_op_CopyObject.go#L171: 	out := result.(*CopyObjectOutput)
		api_op_CopyObject.go#L413: type CopyObjectOutput struct {
		deserializers.go#L426: 	output := &CopyObjectOutput{}
		deserializers.go#L508: func awsRestxml_deserializeOpHttpBindingsCopyObjectOutput(v *CopyObjectOutput, response *smithyhttp.Response) error {
		deserializers.go#L569: func awsRestxml_deserializeOpDocumentCopyObjectOutput(v **CopyObjectOutput, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L573: 	var sv *CopyObjectOutput
		deserializers.go#L575: 		sv = &CopyObjectOutput{}