Values_1.GetDocumentRequestSourceGets the contents of the specified Amazon Web Services Systems Manager document (SSM document).
type nonrec t = {name : Values_0.DocumentARN.t;The name of the SSM document.
*)versionName : Values_0.DocumentVersionName.t option;An optional field specifying 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.
*)documentVersion : Values_0.DocumentVersion.t option;The document version for which you want information.
*)documentFormat : Values_0.DocumentFormat.t option;Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
*)}val make :
?versionName:??? ->
?documentVersion:??? ->
?documentFormat:??? ->
name:Values_0.DocumentARN.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.DocumentARN.t ]) list ]