Module Values_1.UpdateDocumentResultSource

Updates one or more values for an SSM document.

Sourcetype nonrec t = {
  1. documentDescription : Values_0.DocumentDescription.t option;
    (*

    A description of the document that was updated.

    *)
}
Sourcetype nonrec error = [
  1. | `DocumentVersionLimitExceeded of DocumentVersionLimitExceeded.t
  2. | `DuplicateDocumentContent of DuplicateDocumentContent.t
  3. | `DuplicateDocumentVersionName of DuplicateDocumentVersionName.t
  4. | `InternalServerError of Values_0.InternalServerError.t
  5. | `InvalidDocument of Values_0.InvalidDocument.t
  6. | `InvalidDocumentContent of Values_0.InvalidDocumentContent.t
  7. | `InvalidDocumentOperation of Values_0.InvalidDocumentOperation.t
  8. | `InvalidDocumentSchemaVersion of Values_0.InvalidDocumentSchemaVersion.t
  9. | `InvalidDocumentVersion of Values_0.InvalidDocumentVersion.t
  10. | `MaxDocumentSizeExceeded of Values_0.MaxDocumentSizeExceeded.t
  11. | `Unknown_operation_error of string * string option
]
Sourceval make : ?documentDescription:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DocumentVersionLimitExceeded of DocumentVersionLimitExceeded.t | `DuplicateDocumentContent of DuplicateDocumentContent.t | `DuplicateDocumentVersionName of DuplicateDocumentVersionName.t | `InternalServerError of Values_0.InternalServerError.t | `InvalidDocument of Values_0.InvalidDocument.t | `InvalidDocumentContent of Values_0.InvalidDocumentContent.t | `InvalidDocumentOperation of Values_0.InvalidDocumentOperation.t | `InvalidDocumentSchemaVersion of Values_0.InvalidDocumentSchemaVersion.t | `InvalidDocumentVersion of Values_0.InvalidDocumentVersion.t | `MaxDocumentSizeExceeded of Values_0.MaxDocumentSizeExceeded.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DocumentVersionLimitExceeded of DocumentVersionLimitExceeded.t | `DuplicateDocumentContent of DuplicateDocumentContent.t | `DuplicateDocumentVersionName of DuplicateDocumentVersionName.t | `InternalServerError of Values_0.InternalServerError.t | `InvalidDocument of Values_0.InvalidDocument.t | `InvalidDocumentContent of Values_0.InvalidDocumentContent.t | `InvalidDocumentOperation of Values_0.InvalidDocumentOperation.t | `InvalidDocumentSchemaVersion of Values_0.InvalidDocumentSchemaVersion.t | `InvalidDocumentVersion of Values_0.InvalidDocumentVersion.t | `MaxDocumentSizeExceeded of Values_0.MaxDocumentSizeExceeded.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 * [> `Enum of string | `List of [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `String of string | `Timestamp of string ]) list ] list | `String of string | `Timestamp of string ]) 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