# Functions

New creates a CloudFormationCallbackAdapter and returns a pointer to the struct.
TranslateErrorCode : Translate the error code into a standard Cloudformation error.
TranslateOperationStatus Translate the operation Status into a standard Cloudformation error.

# Constants

Failed is when the resource provider has failed.
InProgress is when a resource provider is in the process of being operated on.
Pending is the resource provider initial state.
Success is when the resource provider has finished it's operation.
UnknownStatus represents all states that aren't covered elsewhere.

# Structs

CloudFormationCallbackAdapter used to report progress events back to CloudFormation.

# Type aliases

Status represents the status of the handler during invocation.