...
Package ec2query
Overview ▹
Index ▹
Variables
BuildHandler is a named request handler for building ec2query protocol requests
var BuildHandler = request.NamedHandler{Name: "awssdk.ec2query.Build", Fn: Build}
UnmarshalErrorHandler is a named request handler for unmarshaling ec2query protocol request errors
var UnmarshalErrorHandler = request.NamedHandler{Name: "awssdk.ec2query.UnmarshalError", Fn: UnmarshalError}
UnmarshalHandler is a named request handler for unmarshaling ec2query protocol requests
var UnmarshalHandler = request.NamedHandler{Name: "awssdk.ec2query.Unmarshal", Fn: Unmarshal}
UnmarshalMetaHandler is a named request handler for unmarshaling ec2query protocol request metadata
var UnmarshalMetaHandler = request.NamedHandler{Name: "awssdk.ec2query.UnmarshalMeta", Fn: UnmarshalMeta}
func Build ¶
func Build(r *request.Request)
Build builds a request for the EC2 protocol.
func Unmarshal ¶
func Unmarshal(r *request.Request)
Unmarshal unmarshals a response body for the EC2 protocol.
func UnmarshalError ¶
func UnmarshalError(r *request.Request)
UnmarshalError unmarshals a response error for the EC2 protocol.
func UnmarshalMeta ¶
func UnmarshalMeta(r *request.Request)
UnmarshalMeta unmarshals response headers for the EC2 protocol.