Values_0.CreateDocumentResultSourceCreates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed nodes. For more information about SSM documents, including information about supported schemas, features, and syntax, see Amazon Web Services Systems Manager Documents in the Amazon Web Services Systems Manager User Guide.
type nonrec t = {documentDescription : DocumentDescription.t option;Information about the SSM document.
*)}type nonrec error = [ | `DocumentAlreadyExists of DocumentAlreadyExists.t| `DocumentLimitExceeded of DocumentLimitExceeded.t| `InternalServerError of InternalServerError.t| `InvalidDocumentContent of InvalidDocumentContent.t| `InvalidDocumentSchemaVersion of InvalidDocumentSchemaVersion.t| `MaxDocumentSizeExceeded of MaxDocumentSizeExceeded.t| `NoLongerSupportedException of NoLongerSupportedException.t| `TooManyUpdates of TooManyUpdates.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DocumentAlreadyExists of DocumentAlreadyExists.t
| `DocumentLimitExceeded of DocumentLimitExceeded.t
| `InternalServerError of InternalServerError.t
| `InvalidDocumentContent of InvalidDocumentContent.t
| `InvalidDocumentSchemaVersion of InvalidDocumentSchemaVersion.t
| `MaxDocumentSizeExceeded of MaxDocumentSizeExceeded.t
| `NoLongerSupportedException of NoLongerSupportedException.t
| `TooManyUpdates of TooManyUpdates.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DocumentAlreadyExists of DocumentAlreadyExists.t
| `DocumentLimitExceeded of DocumentLimitExceeded.t
| `InternalServerError of InternalServerError.t
| `InvalidDocumentContent of InvalidDocumentContent.t
| `InvalidDocumentSchemaVersion of InvalidDocumentSchemaVersion.t
| `MaxDocumentSizeExceeded of MaxDocumentSizeExceeded.t
| `NoLongerSupportedException of NoLongerSupportedException.t
| `TooManyUpdates of TooManyUpdates.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `String of Category.t
| `Structure of
(string
* [> `Enum of string
| `String of DocumentParameterName.t
| `Timestamp of DateTime.t ])
list ]
list
| `String of DocumentSha1.t
| `Timestamp of DateTime.t ])
list ])
list ]