internal

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2019 License: MIT Imports: 22 Imported by: 0

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 AWSOptions

type AWSOptions struct {
	Profile  string
	Region   string
	Endpoint string
}

type Deployer

type Deployer struct {
	*manifest.Deployment

	ChangeSetName string
	ShowDiff      bool
	// contains filtered or unexported fields
}

func NewDeployer

func NewDeployer(awsopts *AWSOptions, d *manifest.Deployment) (*Deployer, error)

func (*Deployer) Deploy

func (d *Deployer) Deploy(w io.Writer) error

func (*Deployer) TemplateDiff

func (d *Deployer) TemplateDiff(w io.Writer) error

func (*Deployer) Whoami

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL