Values.CreateChannelResponseSourceCreates a channel for CloudTrail to ingest events from a partner or external source. After you create a channel, a CloudTrail Lake event data store can log events from the partner or source that you specify.
type nonrec t = {channelArn : ChannelArn.t option;The Amazon Resource Name (ARN) of the new channel.
*)name : ChannelName.t option;The name of the new channel.
*)source : Source.t option;The partner or external event source name.
*)destinations : Destinations.t option;The event data stores that log the events arriving through the channel.
*)}type nonrec error = [ | `ChannelAlreadyExistsException of ChannelAlreadyExistsException.t| `ChannelMaxLimitExceededException of ChannelMaxLimitExceededException.t| `EventDataStoreARNInvalidException of EventDataStoreARNInvalidException.t| `EventDataStoreNotFoundException of EventDataStoreNotFoundException.t| `InactiveEventDataStoreException of InactiveEventDataStoreException.t| `InvalidEventDataStoreCategoryException of
InvalidEventDataStoreCategoryException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidSourceException of InvalidSourceException.t| `InvalidTagParameterException of InvalidTagParameterException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `TagsLimitExceededException of TagsLimitExceededException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ChannelAlreadyExistsException of unit
| `ChannelMaxLimitExceededException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `InvalidEventDataStoreCategoryException of unit
| `InvalidParameterException of unit
| `InvalidSourceException of unit
| `InvalidTagParameterException of unit
| `OperationNotPermittedException of unit
| `TagsLimitExceededException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ChannelAlreadyExistsException of unit
| `ChannelMaxLimitExceededException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `InvalidEventDataStoreCategoryException of unit
| `InvalidParameterException of unit
| `InvalidSourceException of unit
| `InvalidTagParameterException of unit
| `OperationNotPermittedException of unit
| `TagsLimitExceededException 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 ]