ssm_update_document_metadata {paws.management} | R Documentation |
Updates information related to approval reviews for a specific version of a change template in Change Manager
Description
Updates information related to approval reviews for a specific version of a change template in Change Manager.
See https://www.paws-r-sdk.com/docs/ssm_update_document_metadata/ for full documentation.
Usage
ssm_update_document_metadata(Name, DocumentVersion = NULL, DocumentReviews)
Arguments
Name |
[required] The name of the change template for which a version's metadata is to be updated. |
DocumentVersion |
The version of a change template in which to update approval metadata. |
DocumentReviews |
[required] The change template review details to update. |
[Package paws.management version 0.7.0 Index]