Values.UpdateChannelResponseSourceUpdates a channel specified by a required channel ARN or UUID.
type nonrec t = {channelArn : ChannelArn.t option;The ARN of the channel that was updated.
*)name : ChannelName.t option;The name of the channel that was updated.
*)source : Source.t option;The event source of the channel that was updated.
*)destinations : Destinations.t option;The event data stores that log events arriving through the channel.
*)}type nonrec error = [ | `ChannelARNInvalidException of ChannelARNInvalidException.t| `ChannelAlreadyExistsException of ChannelAlreadyExistsException.t| `ChannelNotFoundException of ChannelNotFoundException.t| `EventDataStoreARNInvalidException of EventDataStoreARNInvalidException.t| `EventDataStoreNotFoundException of EventDataStoreNotFoundException.t| `InactiveEventDataStoreException of InactiveEventDataStoreException.t| `InvalidEventDataStoreCategoryException of
InvalidEventDataStoreCategoryException.t| `InvalidParameterException of InvalidParameterException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ChannelARNInvalidException of unit
| `ChannelAlreadyExistsException of unit
| `ChannelNotFoundException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `InvalidEventDataStoreCategoryException of unit
| `InvalidParameterException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ChannelARNInvalidException of unit
| `ChannelAlreadyExistsException of unit
| `ChannelNotFoundException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `InvalidEventDataStoreCategoryException of unit
| `InvalidParameterException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]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 ]