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