Module Values_1.UpdateDocumentMetadataRequestSource

Amazon 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.

Sourcetype nonrec t = {
  1. name : Values_0.DocumentName.t;
    (*

    The name of the change template for which a version's metadata is to be updated.

    *)
  2. documentVersion : Values_0.DocumentVersion.t option;
    (*

    The version of a change template in which to update approval metadata.

    *)
  3. documentReviews : DocumentReviews.t;
    (*

    The change template review details to update.

    *)
}
Sourceval context_ : string
Sourceval make : ?documentVersion:??? -> name:Values_0.DocumentName.t -> documentReviews:DocumentReviews.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t