Module Values.SsmDocumentsSource

Sourcetype nonrec t = SsmDocument.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : SsmDocument.t list -> [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of StrictlyPositiveInteger.t | `Map of ([> `String of SsmDocumentParameterName.t ] * [> `List of [> `Structure of (string * [> `Enum of string | `String of SsmParameterStoreParameterName.t ]) list ] list | `Structure of (string * [> `String of JmesPathString.t ]) list ]) list | `String of BoundedString.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> SsmDocument.t list
Sourceval of_json : [> Yojson.Safe.t ] -> SsmDocument.t list
Sourceval to_json : SsmDocument.t list -> Yojson.Safe.t