# Functions
New returns a configured CloudFormation client.
# Structs
CloudFormation wraps the CloudFormationAPI interface.
ErrNotExecutableChangeSet occurs when the change set cannot be executed.
ErrStackAlreadyExists occurs when a CloudFormation stack already exists with a given name.
ErrStackNotFound occurs when we can't find a particular CloudFormation stack.
ErrStackSetOutOfDate occurs when we try to read and then update a StackSet but between reading it and actually updating it, someone else either started or completed an update.
ErrStackUpdateInProgress occurs when we try to update a stack that's already being updated.
ErrTemplateNotFound occurs when we can't find a predefined template.
Resource represents an AWS resource.
ResourceEvent represents a status update for an AWS resource during a deployment.
# Type aliases
StackStatus stacks.