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 ¶
- func Build(r *request.Request)
- func Unmarshal(r *request.Request)
- func UnmarshalError(r *request.Request)
- func UnmarshalMeta(r *request.Request)
Functions ¶
func Build ¶
Build builds a request for the EC2 protocol.
func Unmarshal ¶
Unmarshal unmarshals a response body for the EC2 protocol.
func UnmarshalError ¶
UnmarshalError unmarshals a response error for the EC2 protocol.
func UnmarshalMeta ¶
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.