package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev

# Functions

NewUpdater creates an instance of Updater and other services it requires.
prepareHealthStatus prepares health status payload.

# Constants

Completed represents the state value completed for agent update.
Initialized represents the state value initialized for agent update.
Installed represents the state value installed for agent update.
NotStarted represents the state value not started for agent update.
Rollback represents the state value rollback for agent update.
RolledBack represents the state value rolledBack for agent update.
Staged represents the state value staged for agent update.
TestExecution represents state value denoting test execution on customer's instance.
UpdaterMetric represents state value to report intermediate update metric.

# Structs

UpdateDetail Book keeping detail for Agent Update.
Updater contains logic for performing agent update.

# Interfaces

ContextMgr reprents context management logics.
Service is an interface represents for SendReply, UpdateInstanceInfo.
T represents the interface for agent update.

# Type aliases

UpdateState represents the state of update process.