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

# Packages

Package parameters provides utilities to parse ssm document parameters.
Package parameterstore contains modules to resolve ssm parameters present in the document.
Package paramvalidator is responsible for registering all the param validators for a document available and exposes getter functions to be utilized by other modules.

# Functions

InitializeDocState is a method to obtain the state of the document.
ParseDocumentNameAndVersion parses the name and version from the document name.
ParseParameters is a method to parse the ssm parameters into a string map interface.

# Structs

DocumentParserInfo represents the parsed information from the request.

# Interfaces

No description provided by the author

# Type aliases

TODO: move DocumentContent/SessionDocumentContent from contracts to docparser.
No description provided by the author