Values_1.UpdateDocumentMetadataRequestSourceAmazon Web Services Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services Systems Manager Change Manager availability change. Updates information related to approval reviews for a specific version of a change template in Change Manager.
type nonrec t = {name : Values_0.DocumentName.t;The name of the change template for which a version's metadata is to be updated.
*)documentVersion : Values_0.DocumentVersion.t option;The version of a change template in which to update approval metadata.
*)documentReviews : DocumentReviews.t;The change template review details to update.
*)}val make :
?documentVersion:??? ->
name:Values_0.DocumentName.t ->
documentReviews:DocumentReviews.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.DocumentName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DocumentReviewComment.t ])
list ]
list ])
list ])
list ]