Module Values_1.UpdateDocumentDefaultVersionResultSource

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. description : DocumentDefaultVersionDescription.t option;
    (*

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

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of Values_0.InternalServerError.t
  2. | `InvalidDocument of Values_0.InvalidDocument.t
  3. | `InvalidDocumentSchemaVersion of Values_0.InvalidDocumentSchemaVersion.t
  4. | `InvalidDocumentVersion of Values_0.InvalidDocumentVersion.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?description:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.DocumentName.t ]) 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