package restxml

import "github.com/aws/aws-sdk-go-v2/private/protocol/restxml"

Package restxml provides RESTful XML serialization of AWS requests and responses.

Index

Variables

var BuildHandler = request.NamedHandler{Name: "awssdk.restxml.Build", Fn: Build}

BuildHandler is a named request handler for building restxml protocol requests

var UnmarshalErrorHandler = request.NamedHandler{Name: "awssdk.restxml.UnmarshalError", Fn: UnmarshalError}

UnmarshalErrorHandler is a named request handler for unmarshaling restxml protocol request errors

var UnmarshalHandler = request.NamedHandler{Name: "awssdk.restxml.Unmarshal", Fn: Unmarshal}

UnmarshalHandler is a named request handler for unmarshaling restxml protocol requests

var UnmarshalMetaHandler = request.NamedHandler{Name: "awssdk.restxml.UnmarshalMeta", Fn: UnmarshalMeta}

UnmarshalMetaHandler is a named request handler for unmarshaling restxml protocol request metadata

Functions

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.

Source Files

restxml.go

Version
v2.0.0-preview.2+incompatible
Published
Jan 15, 2018
Platform
darwin/amd64
Imports
7 packages
Last checked
8 minutes ago

Tools for package owners.