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

# Packages

Package model contains message struct for MDS/SSM messages.
Package service is a wrapper for the SSM Message Delivery Service.
No description provided by the author

# Functions

FormatPayload builds SendReply Payload from the internal plugins map.
NewOfflineService initialize a new offline command document processor.
NewService performs common initialization for Mds and Offline processors.

# Constants

CancelCommandTopicPrefix is the topic prefix for a cancel command MDS message.
CancelCommandTopicPrefixOffline is the topic prefix for a cancel command MDS message received from the offline service.
CloudWatchLogGroupNamePrefix CloudWatch output's log group name prefix.
SendCommandTopicPrefix is the topic prefix for a send command MDS message.
SendCommandTopicPrefixOffline is the topic prefix for a send command MDS message received from the offline service.

# Structs

RunCommandService is an object that can process MDS messages.

# Type aliases

No description provided by the author
SendDocumentLevelResponse is used to send status response before plugin begins.
No description provided by the author
TopicPrefix is the prefix of the Topic field in an MDS message.