Crate cloudformatious[][src]

Modules

change_set

Helpers for working with change sets.

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.

DeleteStack

An ongoing delete_stack operation.

DeleteStackEvents

Return value of DeleteStack::events.

DeleteStackInput

The input for the delete_stack operation.

InvalidStatus

An error marker returned when trying to parse an invalid status.

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.

Enums

ApplyStackError

Errors emitted by an apply_stack operation.

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

CloudFormatious

High-level CloudFormation operations.

Status

Common operations for statuses.