Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAbortedByUser = errors.New("aborted by user")
Functions ¶
func NewCachedCredentialProvider ¶
func NewCachedCredentialProvider( profile string, creds *credentials.Credentials, ) credentials.Provider
func WrapCredentialsWithCache ¶
func WrapCredentialsWithCache( profile string, creds *credentials.Credentials, ) (*credentials.Credentials, error)
Types ¶
type Deployer ¶
type Deployer struct { *cftool.Deployment ChangeSetName string ShowDiff bool // contains filtered or unexported fields }
func NewDeployer ¶
func NewDeployer(api cloudformationiface.CloudFormationAPI, d *cftool.Deployment) *Deployer
type StackStatus ¶
type StackStatus string
func (StackStatus) IsComplete ¶
func (status StackStatus) IsComplete() bool
func (StackStatus) IsFailed ¶
func (status StackStatus) IsFailed() bool
func (StackStatus) IsTerminal ¶
func (status StackStatus) IsTerminal() bool
Click to show internal directories.
Click to hide internal directories.