Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudFormationClient ¶
type CloudFormationClient interface {
// Stack methods
CreateStack(stack *types.Stack) (changeSetArn string, err error)
UpdateStack(stack *types.Stack) (changeSetArn string, err error)
DescribeStack(stack *types.Stack) (*types.StackDescription, error)
DeleteStack(stack *types.Stack) error
ContinueStackRollback(stack *types.Stack) error
// Change set methods
ExecuteChangeSet(stack *types.Stack) error
DeleteChangeSet(stack *types.Stack) error
DescribeChangeSet(stack *types.Stack) (*types.ChangeSetDescription, error)
}
Directories
¶
| Path | Synopsis |
|---|---|
|
Package cloudformation provides a client to make API requests to AWS CloudFormation.
|
Package cloudformation provides a client to make API requests to AWS CloudFormation. |
|
mocks
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |
|
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |
|
Package s3 provides a client to make API requests to Amazon S3.
|
Package s3 provides a client to make API requests to Amazon S3. |
|
mocks
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.