# Functions
NewAmazonConfig - returns an aws config struct with access key + secret + region set.
NewClient - takes a key+secret and list of API clients to set up returns: new AmazonClient and error.
# Variables
No description provided by the author
# Structs
Client the amazon client object, holds credentials and API clients for each service necessary which are set when instantiated from the `NewClient` method.
No description provided by the author