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

11 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetObject.go#L143: func (c *Client) GetObject(ctx context.Context, params *GetObjectInput, optFns ...func(*Options)) (*GetObjectOutput, error) {
		api_op_GetObject.go#L145: 		params = &GetObjectInput{}
		api_op_GetObject.go#L158: type GetObjectInput struct {
		api_op_GetObject.go#L522: 	in := input.(*GetObjectInput)
		api_op_GetObject.go#L542: 	in := input.(*GetObjectInput)
		api_op_GetObject.go#L566: func (c *PresignClient) PresignGetObject(ctx context.Context, params *GetObjectInput, optFns ...func(*PresignOptions)) (*v4.PresignedHTTPRequest, error) {
		api_op_GetObject.go#L568: 		params = &GetObjectInput{}
		serializers.go#L3294: 	input, ok := in.Parameters.(*GetObjectInput)
		serializers.go#L3320: func awsRestxml_serializeOpHttpBindingsGetObjectInput(v *GetObjectInput, encoder *httpbinding.Encoder) error {
		validators.go#L903: 	input, ok := in.Parameters.(*GetObjectInput)
		validators.go#L4559: func validateOpGetObjectInput(v *GetObjectInput) error {