Documentation
¶
Overview ¶
Package update provides the SSM Parameter Store update command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Name string
Value string
Type string
Description string
// ParamOpts holds the raw AWS-specific option flag values (tier, data
// type, allowed pattern, policies). Empty fields contribute no option.
ParamOpts paramopts.Values
}
Options holds the options for the update command.
Click to show internal directories.
Click to hide internal directories.