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

# Packages

communicator package implement base communicator for network connections.
config package implement configuration retrieval for the session package.
Package contracts defines all channel messages structure.
Package controlchannel implement control communicator for web socket connection.
crypto package provides methods to encrypt and decrypt data.
Package datachannel implements data channel which is used to interactively run commands.
Package logging reads byte data from the log file and prints it on the console.
Package shell is a common library that implements session manager shell.
No description provided by the author
Package retry implements back off retry strategy for session manager channel connection.
Package service is a wrapper for the message gateway Service.
Package shell implements session shell plugin.
Package telemetry is used to schedule and send the audit logs to MGS.
utility package implements all the shared methods between clients.