package ec2query

import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/ec2query"

Package ec2query provides serialisation of AWS EC2 requests and responses.

Index

Functions

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.

Source Files

build.go unmarshal.go

Version
v1.1.9-beta.0
Published
Feb 23, 2016
Platform
linux/amd64
Imports
7 packages
Last checked
18 seconds ago

Tools for package owners.