Values.StreamKeySourceObject specifying a stream key.
type nonrec t = {arn : StreamKeyArn.t option;Stream-key ARN.
*)value : StreamKeyValue.t option;Stream-key value.
*)channelArn : ChannelArn.t option;Channel ARN for the stream.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of StreamKeyArn.t ])
list ]