Values_1.DocumentVersionInfoSourceVersion information about the document.
type nonrec t = {name : Values_0.DocumentName.t option;The document name.
*)displayName : Values_0.DocumentDisplayName.t option;The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.
*)documentVersion : Values_0.DocumentVersion.t option;The document version.
*)versionName : Values_0.DocumentVersionName.t option;The version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
*)createdDate : Values_0.DateTime.t option;The date the document was created.
*)isDefaultVersion : Values_0.Boolean.t option;An identifier for the default version of the document.
*)documentFormat : Values_0.DocumentFormat.t option;The document format, either JSON or YAML.
*)status : Values_0.DocumentStatus.t option;The status of the SSM document, such as Creating, Active, Failed, and Deleting.
*)statusInformation : Values_0.DocumentStatusInformation.t option;A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."
*)reviewStatus : Values_0.ReviewStatus.t option;The current status of the approval review for the latest version of the document.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.DocumentName.t
| `Timestamp of Values_0.DateTime.t ])
list ]