package restjson
import "github.com/aws/aws-sdk-go-v2/private/protocol/restjson"
Package restjson provides RESTful JSON serialization of AWS requests and responses.
Index ¶
- Variables
- func Build(r *request.Request)
- func Unmarshal(r *request.Request)
- func UnmarshalError(r *request.Request)
- func UnmarshalMeta(r *request.Request)
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 Build ¶
Build builds a request for the REST JSON protocol.
func Unmarshal ¶
Unmarshal unmarshals a response body for the REST JSON protocol.
func UnmarshalError ¶
UnmarshalError unmarshals a response error for the REST JSON protocol.
func UnmarshalMeta ¶
UnmarshalMeta unmarshals response headers for the REST JSON protocol.
Source Files ¶
- Version
- v0.2.0
- Published
- Jan 15, 2018
- Platform
- windows/amd64
- Imports
- 7 packages
- Last checked
- 3 minutes ago –
Tools for package owners.