Module Values_1.UpdateDocumentDefaultVersionRequestSource

Set the default version of a document. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.

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

    The name of a custom document that you want to set as the default version.

    *)
  2. documentVersion : DocumentVersionNumber.t;
    (*

    The version of a custom document that you want to set as the default version.

    *)
}
Sourceval context_ : string
Sourceval make : name:Values_0.DocumentName.t -> documentVersion:DocumentVersionNumber.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.DocumentName.t ]) 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