Versions in this module Expand all Collapse all v0 v0.1.0 Jun 8, 2015 Changes in this version + type AwsCommand struct + func NewCommand(args []string) (*AwsCommand, []string, error) + func (a *AwsCommand) Copy(args []string) error + func (a *AwsCommand) Delete(args []string) error + func (a *AwsCommand) Help(command string) string + func (a *AwsCommand) List(args []string) error + func (a *AwsCommand) Modify(args []string) error + type AwsConfig struct + AccessKey string + Regions []string + RegionsExclude []string + SecretKey string + type AwsImages struct + func New(conf *AwsConfig) (*AwsImages, error) + func (a *AwsImages) CopyImages(opts *CopyOptions) error + func (a *AwsImages) CreateTags(tags string, dryRun bool, images ...string) error + func (a *AwsImages) DeleteImages(opts *DeleteOptions) error + func (a *AwsImages) DeleteTags(tags string, dryRun bool, images ...string) error + func (a *AwsImages) Images(input *ec2.DescribeImagesInput) (Images, error) + type CopyOptions struct + Desc string + DryRun bool + ImageID string + SourceRegions []string + type DeleteOptions struct + DryRun bool + ImageIds []string + type Images map[string][]*ec2.Image + func (i Images) Print(mode utils.OutputMode) error + func (i Images) RegionFromId(id string) (string, error)