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

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

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
v0.11.0
Published
Aug 23, 2019
Platform
darwin/amd64
Imports
7 packages
Last checked
7 minutes ago

Tools for package owners.