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

8 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#L30: 		params = &GetObjectTorrentInput{}
		api_op_GetObjectTorrent.go#L43: type GetObjectTorrentInput struct {
		api_op_GetObjectTorrent.go#L171: 	in := input.(*GetObjectTorrentInput)
		serializers.go#L3955: 	input, ok := in.Parameters.(*GetObjectTorrentInput)
		serializers.go#L3981: func awsRestxml_serializeOpHttpBindingsGetObjectTorrentInput(v *GetObjectTorrentInput, encoder *httpbinding.Encoder) error {
		validators.go#L1003: 	input, ok := in.Parameters.(*GetObjectTorrentInput)
		validators.go#L4646: func validateOpGetObjectTorrentInput(v *GetObjectTorrentInput) error {