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

8 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetObjectTagging.go#L37: func (c *Client) GetObjectTagging(ctx context.Context, params *GetObjectTaggingInput, optFns ...func(*Options)) (*GetObjectTaggingOutput, error) {
		api_op_GetObjectTagging.go#L47: 	out := result.(*GetObjectTaggingOutput)
		api_op_GetObjectTagging.go#L99: type GetObjectTaggingOutput struct {
		deserializers.go#L6317: 	output := &GetObjectTaggingOutput{}
		deserializers.go#L6396: func awsRestxml_deserializeOpHttpBindingsGetObjectTaggingOutput(v *GetObjectTaggingOutput, response *smithyhttp.Response) error {
		deserializers.go#L6408: func awsRestxml_deserializeOpDocumentGetObjectTaggingOutput(v **GetObjectTaggingOutput, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L6412: 	var sv *GetObjectTaggingOutput
		deserializers.go#L6414: 		sv = &GetObjectTaggingOutput{}