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

6 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetObjectTorrent.go#L28: func (c *Client) GetObjectTorrent(ctx context.Context, params *GetObjectTorrentInput, optFns ...func(*Options)) (*GetObjectTorrentOutput, error) {
		api_op_GetObjectTorrent.go#L38: 	out := result.(*GetObjectTorrentOutput)
		api_op_GetObjectTorrent.go#L71: type GetObjectTorrentOutput struct {
		deserializers.go#L6473: 	output := &GetObjectTorrentOutput{}
		deserializers.go#L6529: func awsRestxml_deserializeOpHttpBindingsGetObjectTorrentOutput(v *GetObjectTorrentOutput, response *smithyhttp.Response) error {
		deserializers.go#L6541: func awsRestxml_deserializeOpDocumentGetObjectTorrentOutput(v *GetObjectTorrentOutput, body io.ReadCloser) error {