Values.UpdateChannelRequestSourceUpdates a channel specified by a required channel ARN or UUID.
type nonrec t = {channel : ChannelArn.t;The ARN or ID (the ARN suffix) of the channel that you want to update.
*)destinations : Destinations.t option;The ARNs of event data stores that you want to log events arriving through the channel.
*)name : ChannelName.t option;Changes the name of the channel.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of Location.t ])
list ]
list
| `String of ChannelArn.t ])
list ]