# Packages
Package ec2query provides serialisation of AWS EC2 requests and responses.
No description provided by the author
Package jsonrpc provides JSON RPC utilities for serialisation of AWS requests and responses.
Package query provides serialisation of AWS query requests, and responses.
Package rest provides RESTful serialization of AWS requests and responses.
Package restjson provides RESTful JSON serialisation of AWS requests and responses.
Package restxml provides RESTful XML serialisation of AWS requests and responses.
No description provided by the author
# Functions
CanSetIdempotencyToken returns true if the struct field should be automatically populated with a Idempotency token.
GetIdempotencyToken returns a randomly generated idempotency token.
SetIdempotencyToken will set the value provided with a Idempotency Token.
UnmarshalDiscardBody is a request handler to empty a response's body and closing it.
UUIDVersion4 returns a Version 4 random UUID from the byte slice provided.
# Variables
RandReader is the random reader the protocol package will use to read random bytes from.
UnmarshalDiscardBodyHandler is a named request handler to empty and close a response's body.