Documentation ¶
Overview ¶
Package updatessmagent implements the UpdateSsmAgent plugin.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
Plugin is the type for the RunCommand plugin.
func (*Plugin) Execute ¶
func (p *Plugin) Execute(config contracts.Configuration, cancelFlag task.CancelFlag, output iohandler.IOHandler)
type UpdatePluginInput ¶
type UpdatePluginInput struct { contracts.PluginInput AgentName string `json:"agentName"` AllowDowngrade string `json:"allowDowngrade"` TargetVersion string `json:"targetVersion"` Source string `json:"source"` UpdaterName string `json:"-"` }
UpdatePluginInput represents one set of commands executed by the UpdateAgent plugin.
Click to show internal directories.
Click to hide internal directories.