Versions in this module Expand all Collapse all v0 v0.2.0 Apr 11, 2019 v0.1.0 Dec 4, 2018 Changes in this version + func IsCompletedState(status cf.StackStatus) bool + func IsErrorNotFound(err error) bool + type Client interface + CreateStack func(stackName *string, templateBody *string, parameters map[string]string) (stackID *string, err error) + DeleteStack func(stackID *string) error + GetStack func(stackID *string) (stack *cf.Stack, err error) + func NewClient(config *aws.Config) Client + type CloudFormationClient struct + func (c *CloudFormationClient) CreateStack(stackName *string, templateBody *string, parameters map[string]string) (stackID *string, err error) + func (c *CloudFormationClient) DeleteStack(stackID *string) error + func (c *CloudFormationClient) GetStack(stackID *string) (stack *cf.Stack, err error)