Set the default version of a document.
ssm_update_document_default_version(Name, DocumentVersion)
A list with the following syntax:
list(
Description = list(
Name = "string",
DefaultVersion = "string",
DefaultVersionName = "string"
)
)
[required] The name of a custom document that you want to set as the default version.
[required] The version of a custom document that you want to set as the default version.
svc$update_document_default_version(
Name = "string",
DocumentVersion = "string"
)