Documentation
¶
Overview ¶
Package restjson provides RESTful JSON serialization of AWS requests and responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var BuildHandler = request.NamedHandler{Name: "awssdk.restjson.Build", Fn: Build}
BuildHandler is a named request handler for building restjson protocol requests
var UnmarshalErrorHandler = request.NamedHandler{Name: "awssdk.restjson.UnmarshalError", Fn: UnmarshalError}
UnmarshalErrorHandler is a named request handler for unmarshaling restjson protocol request errors
var UnmarshalHandler = request.NamedHandler{Name: "awssdk.restjson.Unmarshal", Fn: Unmarshal}
UnmarshalHandler is a named request handler for unmarshaling restjson protocol requests
var UnmarshalMetaHandler = request.NamedHandler{Name: "awssdk.restjson.UnmarshalMeta", Fn: UnmarshalMeta}
UnmarshalMetaHandler is a named request handler for unmarshaling restjson protocol request metadata
Functions ¶
func Unmarshal ¶
func Unmarshal(r *request.Request)
Unmarshal unmarshals a response body for the REST JSON protocol.
func UnmarshalError ¶
func UnmarshalError(r *request.Request)
UnmarshalError unmarshals a response error for the REST JSON protocol.
func UnmarshalMeta ¶
func UnmarshalMeta(r *request.Request)
UnmarshalMeta unmarshals response headers for the REST JSON protocol.
Types ¶
This section is empty.