Updates information related to approval reviews for a specific version of a document.
ssm_update_document_metadata(Name, DocumentVersion, DocumentReviews)
[required] The name of the document for which a version is to be updated.
The version of a document to update.
[required] The document review details to update.
svc$update_document_metadata( Name = "string", DocumentVersion = "string", DocumentReviews = list( Action = "SendForReview"|"UpdateReview"|"Approve"|"Reject", Comment = list( list( Type = "Comment", Content = "string" ) ) ) )