Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).
Headers
Request body
The name of the SSM document.
An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document and can't be changed.
The document version for which you want information.
Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
Response
Success
The name of the SSM document.
The date the SSM document was created.
The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see <a>UpdateDocument</a>.
The version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.
The document version.
The status of the SSM document, such as <code>Creating</code>, <code>Active</code>, <code>Updating</code>, <code>Failed</code>, and <code>Deleting</code>.
A message returned by Amazon Web Services Systems Manager that explains the <code>Status</code> value. For example, a <code>Failed</code> status might be explained by the <code>StatusInformation</code> message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."
The contents of the SSM document.
The document type.
The document format, either JSON or YAML.