Values_1.UpdateDocumentDefaultVersionResultSourceSet 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 = {description : DocumentDefaultVersionDescription.t option;The description of a custom document that you want to set as the default version.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `InvalidDocument of Values_0.InvalidDocument.t| `InvalidDocumentSchemaVersion of Values_0.InvalidDocumentSchemaVersion.t| `InvalidDocumentVersion of Values_0.InvalidDocumentVersion.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `InvalidDocument of Values_0.InvalidDocument.t
| `InvalidDocumentSchemaVersion of Values_0.InvalidDocumentSchemaVersion.t
| `InvalidDocumentVersion of Values_0.InvalidDocumentVersion.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `InvalidDocument of Values_0.InvalidDocument.t
| `InvalidDocumentSchemaVersion of Values_0.InvalidDocumentSchemaVersion.t
| `InvalidDocumentVersion of Values_0.InvalidDocumentVersion.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of Values_0.DocumentName.t ]) list ])
list ]