Values_1.UpdateDocumentDefaultVersionRequestSourceSet 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.
type nonrec t = {name : Values_0.DocumentName.t;The name of a custom document that you want to set as the default version.
*)documentVersion : DocumentVersionNumber.t;The version of a custom document that you want to set as the default version.
*)}val make :
name:Values_0.DocumentName.t ->
documentVersion:DocumentVersionNumber.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.DocumentName.t ]) list ]