package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev
# Packages
Package mocks contains mocks for IManagerHelper type.
# Functions
GetPowershellPath returns the path for powershell in Windows.
SetProxyConfig sets the proxy config for the agent.
# Constants
AmazonSSMExecutable denotes windows executable used on Nano.
AmazonWindowsSetupFile denotes the name of Agent Windows Setup File.
GreengrassEnv denotes the greengrass environment.
NotInstalled states that agent is not installed on the instance.
OnPremEnv denotes the onprem environment.
PackageNotInstalledExitCode denotes exitCode for package install error.
Running states that agent's state is in Running mode.
Stopped states that agent's state is in Stopped mode.
UndefinedStatus states that agent's state is unknown or undefined.
# Structs
ManagerHelper implements IManagerHelper.
# Interfaces
IManagerHelper is the interface containing functions related to command executions on the system.
# Type aliases
AgentStatus holds agent's running status.
SetupCLIEnvironment states the different environments the ssm-setup-cli can run.