# Functions
NewClient creates a new Client for the given AWS credentials <accessKeyID>, <secretAccessKey>, and the AWS region <region>.
# Structs
Client is a struct containing several clients for the different AWS services it needs to interact with.
# Interfaces
Interface is an interface which must be implemented by AWS clients.