# Packages
Package awserr represents API error interface accessors for the SDK.
# Functions
NewTimer creates a new Timer that will send the current time on its channel.
# Structs
DefaultClock is an implementation of Clock interface.
DefaultRand is an implementation of Rand interface.
MockClock is a struct to record current time.
MockRand is an implementation of Rand interface.
Timer is the same as time.Timer except that it has jitters.