commands

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2019 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const AdvancedTier = "Advanced"
View Source
const ExpirationNotificationPolicy = "ExpirationNotification"
View Source
const ExpirationPolicy = "Expiration"
View Source
const NoChangeNotificationPolicy = "NoChangeNotification"
View Source
const StandardTier = "Standard"

Variables

This section is empty.

Functions

func Init

func Init(iShell *ishell.Shell, iPs *parameterstore.ParameterStore)

Init initializes the ssmsh subcommands

Types

type Expiration added in v1.4.1

type Expiration struct {
	Type       string
	Version    string
	Attributes ExpirationAttributes
}

func (Expiration) Print added in v1.4.1

func (exp Expiration) Print() string

type ExpirationAttributes added in v1.4.1

type ExpirationAttributes struct {
	Timestamp time.Time
}

type ExpirationNotification added in v1.4.1

type ExpirationNotification struct {
	Type       string
	Version    string
	Attributes ExpirationNotificationAttributes
}

func (ExpirationNotification) Print added in v1.4.1

func (exp ExpirationNotification) Print() string

type ExpirationNotificationAttributes added in v1.4.1

type ExpirationNotificationAttributes struct {
	Before int
	Unit   string
}

type NoChangeNotification added in v1.4.1

type NoChangeNotification struct {
	Type       string
	Version    string
	Attributes NoChangeNotificationAttributes
}

func (NoChangeNotification) Print added in v1.4.1

func (nochange NoChangeNotification) Print() string

type NoChangeNotificationAttributes added in v1.4.1

type NoChangeNotificationAttributes struct {
	After int
	Unit  string
}

type Policies added in v1.4.1

type Policies interface {
	Print() string
}

Jump to

Keyboard shortcuts

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