package query

Import Path
	github.com/aws/aws-sdk-go/private/protocol/query (on go.dev)

Dependency Relation
	imports 7 packages, and imported by one package

Involved Source Files Package query provides serialization of AWS query requests, and responses. unmarshal.go unmarshal_error.go
Package-Level Type Names (total 2, neither is exported)
/* sort exporteds by: | */
Package-Level Functions (total 4, all are exported)
Build builds a request for an AWS Query service.
Unmarshal unmarshals a response for an AWS Query service.
UnmarshalError unmarshals an error response for an AWS Query service.
UnmarshalMeta unmarshals header response values for an AWS Query service.
Package-Level Variables (total 4, all are exported)
BuildHandler is a named request handler for building query protocol requests
UnmarshalErrorHandler is a name request handler to unmarshal request errors
UnmarshalHandler is a named request handler for unmarshaling query protocol requests
UnmarshalMetaHandler is a named request handler for unmarshaling query protocol request metadata