Crate cloudformatious

Source

Modules§

change_set
Helpers for working with change sets.
status_reason
Detailed status reasons.

Structs§

ApplyStack
An ongoing apply_stack operation.
ApplyStackChangeSet
Return value of ApplyStack::change_set.
ApplyStackEvents
Return value of ApplyStack::events.
ApplyStackInput
The input for the apply_stack operation.
ApplyStackOutput
The output of the apply_stack operation.
Client
A client for performing cloudformatious operations.
DeleteStack
An ongoing delete_stack operation.
DeleteStackEvents
Return value of DeleteStack::events.
DeleteStackInput
The input for the delete_stack operation.
Parameter
An input parameter for an apply_stack operation.
StackEventDetails
Event details from the DescribeStackEvents API that are common for stack and resource events.
StackFailure
Describes a failed stack operation.
StackOutput
An output from an apply_stack operation.
StackWarning
Describes a successful stack operation with warnings.
Tag
A resource tag.

Enums§

ApplyStackError
Errors emitted by an apply_stack operation.
BlockedStackStatus
Settled statuses in which a stack cannot be updated.
Capability
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create (or update) the stack.
ChangeSetStatus
Possible change set statuses.
DeleteStackError
Errors emitted by a delete_stack operation.
ResourceStatus
Possible resource statuses.
StackEvent
A stack event from the DescribeStackEvents API.
StackStatus
Possible stack statuses.
StatusSentiment
An indication of whether a status is positive, negative, or neutral for the affected resource.
TemplateSource
Source for a template body.

Traits§

Status
Common operations for statuses.