Module Values.StreamKeysSource

Sourcetype nonrec t = StreamKey.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : StreamKey.t list -> [> `List of [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of StreamKeyArn.t ]) list ] list ]
Sourceval to_query : StreamKey.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> StreamKey.t list
Sourceval of_json : [> Yojson.Safe.t ] -> StreamKey.t list
Sourceval to_json : StreamKey.t list -> Yojson.Safe.t