Documentation
¶
Index ¶
- func ChangeSetType(cfc aws.CFAPI, stackName *string) (*string, error)
- func CreateChangeSet(cfc aws.CFAPI, input *cloudformation.CreateChangeSetInput) error
- func DeleteStack(cfc aws.CFAPI, name *string) error
- func DescribeStack(cfc aws.CFAPI, name *string) (*cloudformation.Stack, error)
- func HasStack(cfc aws.CFAPI, name *string) (bool, error)
- type CreateChangeSetInput
- type NotFoundError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateChangeSet ¶
func CreateChangeSet(cfc aws.CFAPI, input *cloudformation.CreateChangeSetInput) error
func DescribeStack ¶
Types ¶
type CreateChangeSetInput ¶
type CreateChangeSetInput cloudformation.CreateChangeSetInput
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
func (NotFoundError) Error ¶
func (e NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.