Documentation ¶
Overview ¶
Package clicommand contains the implementation of all commands for the ssm agent cli
Package clicommand contains the implementation of all commands for the ssm agent cli ¶
Package clicommand contains the implementation of all commands for the ssm agent cli ¶
Package clicommand contains the implementation of all commands for the ssm agent cli
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetDiagnosticsCommand ¶
type GetDiagnosticsCommand struct {
// contains filtered or unexported fields
}
func (*GetDiagnosticsCommand) Execute ¶
func (c *GetDiagnosticsCommand) Execute(subcommands []string, parameters map[string][]string) (err error, output string)
Execute validates and executes the get-diagnostics cli command
func (*GetDiagnosticsCommand) Help ¶
func (c *GetDiagnosticsCommand) Help() string
Help prints help for the get-instance-information cli command
func (*GetDiagnosticsCommand) Name ¶
func (*GetDiagnosticsCommand) Name() string
Name is the command name used in the cli
type GetInstanceInformationCommand ¶
type GetInstanceInformationCommand struct {
// contains filtered or unexported fields
}
func (*GetInstanceInformationCommand) Execute ¶
func (c *GetInstanceInformationCommand) Execute(subcommands []string, parameters map[string][]string) (error, string)
Execute validates and executes the get-instance-information cli command
func (*GetInstanceInformationCommand) Help ¶
func (c *GetInstanceInformationCommand) Help() string
Help prints help for the get-instance-information cli command
func (GetInstanceInformationCommand) Name ¶
func (GetInstanceInformationCommand) Name() string
Name is the command name used in the cli
type GetOfflineCommand ¶
type GetOfflineCommand struct {
// contains filtered or unexported fields
}
func (*GetOfflineCommand) Execute ¶
func (c *GetOfflineCommand) Execute(subcommands []string, parameters map[string][]string) (error, string)
Execute validates and executes the get-offline-command-invocation cli command
func (*GetOfflineCommand) Help ¶
func (c *GetOfflineCommand) Help() string
Help prints help for the get-offline-command-invocation cli command
func (GetOfflineCommand) Name ¶
func (GetOfflineCommand) Name() string
Name is the command name used in the cli
type SendOfflineCommand ¶
type SendOfflineCommand struct {
// contains filtered or unexported fields
}
func (*SendOfflineCommand) Execute ¶
func (c *SendOfflineCommand) Execute(subcommands []string, parameters map[string][]string) (error, string)
Execute validates and executes the send-offline-command cli command
func (*SendOfflineCommand) Help ¶
func (c *SendOfflineCommand) Help() string
Help prints help for the send-offline-command cli command
func (SendOfflineCommand) Name ¶
func (SendOfflineCommand) Name() string
Name is the command name used in the cli