Set the default version of a document.
ssm_update_document_default_version(Name, DocumentVersion)
[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.
A list with the following syntax:
list( Description = list( Name = "string", DefaultVersion = "string", DefaultVersionName = "string" ) )
svc$update_document_default_version( Name = "string", DocumentVersion = "string" )