script

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2019 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Overview

Package script provides serialization of AWS query requests, and responses.

Index

Constants

This section is empty.

Variables

View Source
var BuildHandler = request.NamedHandler{Name: "awssdk.script.Build", Fn: Build}

BuildHandler is a named request handler for building script protocol requests

View Source
var UnmarshalErrorHandler = request.NamedHandler{Name: "awssdk.script.UnmarshalError", Fn: UnmarshalError}

UnmarshalErrorHandler is a name request handler to unmarshal request errors

View Source
var UnmarshalHandler = request.NamedHandler{Name: "awssdk.script.Unmarshal", Fn: Unmarshal}

UnmarshalHandler is a named request handler for unmarshaling script protocol requests

View Source
var UnmarshalMetaHandler = request.NamedHandler{Name: "awssdk.script.UnmarshalMeta", Fn: UnmarshalMeta}

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

Functions

func Build

func Build(r *request.Request)

Build builds a request for an AWS Query service.

func Unmarshal

func Unmarshal(r *request.Request)

Unmarshal unmarshals a response for an AWS Query service.

func UnmarshalError

func UnmarshalError(r *request.Request)

UnmarshalError unmarshals an error response for an AWS Query service.

func UnmarshalMeta

func UnmarshalMeta(r *request.Request)

UnmarshalMeta unmarshals header response values for an AWS Query service.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL