Module Values_1.GetDocumentRequestSource

Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).

Sourcetype nonrec t = {
  1. name : Values_0.DocumentARN.t;
    (*

    The name of the SSM document.

    *)
  2. 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.

    *)
  3. documentVersion : Values_0.DocumentVersion.t option;
    (*

    The document version for which you want information.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?versionName:??? -> ?documentVersion:??? -> ?documentFormat:??? -> name:Values_0.DocumentARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.DocumentARN.t ]) 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