Module Values.GatewaysSource

Sourcetype nonrec t = Gateway.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Gateway.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `String of GatewayArn.t | `Timestamp of Time.t ]) list ] list ]
Sourceval to_query : Gateway.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Gateway.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Gateway.t list
Sourceval to_json : Gateway.t list -> Yojson.Safe.t