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

5 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_DeleteObjectTagging.go#L29: func (c *Client) DeleteObjectTagging(ctx context.Context, params *DeleteObjectTaggingInput, optFns ...func(*Options)) (*DeleteObjectTaggingOutput, error) {
		api_op_DeleteObjectTagging.go#L39: 	out := result.(*DeleteObjectTaggingOutput)
		api_op_DeleteObjectTagging.go#L83: type DeleteObjectTaggingOutput struct {
		deserializers.go#L2207: 	output := &DeleteObjectTaggingOutput{}
		deserializers.go#L2258: func awsRestxml_deserializeOpHttpBindingsDeleteObjectTaggingOutput(v *DeleteObjectTaggingOutput, response *smithyhttp.Response) error {