package ec2query
import "github.com/aws/aws-sdk-go-v2/private/protocol/ec2query"
Package ec2query provides serialization of AWS EC2 requests and responses.
Index ¶
- Variables
- func Build(r *request.Request)
- func Unmarshal(r *request.Request)
- func UnmarshalError(r *request.Request)
- func UnmarshalMeta(r *request.Request)
Variables ¶
var BuildHandler = request.NamedHandler{Name: "awssdk.ec2query.Build", Fn: Build}
BuildHandler is a named request handler for building ec2query protocol requests
var UnmarshalErrorHandler = request.NamedHandler{Name: "awssdk.ec2query.UnmarshalError", Fn: UnmarshalError}
UnmarshalErrorHandler is a named request handler for unmarshaling ec2query protocol request errors
var UnmarshalHandler = request.NamedHandler{Name: "awssdk.ec2query.Unmarshal", Fn: Unmarshal}
UnmarshalHandler is a named request handler for unmarshaling ec2query protocol requests
var UnmarshalMetaHandler = request.NamedHandler{Name: "awssdk.ec2query.UnmarshalMeta", Fn: UnmarshalMeta}
UnmarshalMetaHandler is a named request handler for unmarshaling ec2query protocol request metadata
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 ¶
- Version
- v2.0.0-preview.4+incompatible
- Published
- May 26, 2018
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 50 seconds ago –
Tools for package owners.