ec2query - ActiveState ActiveGo 1.8
...

Package ec2query

import "github.com/aws/aws-sdk-go/private/protocol/ec2query"
Overview
Index

Overview ▾

Package ec2query provides serialization of AWS EC2 requests and responses.

Variables

BuildHandler is a named request handler for building ec2query protocol requests

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

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

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

UnmarshalHandler is a named request handler for unmarshaling ec2query protocol requests

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

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

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

func Build

func Build(r *request.Request)

Build builds a request for the EC2 protocol.

func Unmarshal

func Unmarshal(r *request.Request)

Unmarshal unmarshals a response body for the EC2 protocol.

func UnmarshalError

func UnmarshalError(r *request.Request)

UnmarshalError unmarshals a response error for the EC2 protocol.

func UnmarshalMeta

func UnmarshalMeta(r *request.Request)

UnmarshalMeta unmarshals response headers for the EC2 protocol.