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

8 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetObjectAttributes.go#L124: func (c *Client) GetObjectAttributes(ctx context.Context, params *GetObjectAttributesInput, optFns ...func(*Options)) (*GetObjectAttributesOutput, error) {
		api_op_GetObjectAttributes.go#L126: 		params = &GetObjectAttributesInput{}
		api_op_GetObjectAttributes.go#L139: type GetObjectAttributesInput struct {
		api_op_GetObjectAttributes.go#L343: 	in := input.(*GetObjectAttributesInput)
		serializers.go#L3529: 	input, ok := in.Parameters.(*GetObjectAttributesInput)
		serializers.go#L3555: func awsRestxml_serializeOpHttpBindingsGetObjectAttributesInput(v *GetObjectAttributesInput, encoder *httpbinding.Encoder) error {
		validators.go#L883: 	input, ok := in.Parameters.(*GetObjectAttributesInput)
		validators.go#L4538: func validateOpGetObjectAttributesInput(v *GetObjectAttributesInput) error {