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 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 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
Click to show internal directories.
Click to hide internal directories.