Module Values.CreateChannelResponseSource

Creates 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.

Sourcetype nonrec t = {
  1. channelArn : ChannelArn.t option;
    (*

    The Amazon Resource Name (ARN) of the new channel.

    *)
  2. name : ChannelName.t option;
    (*

    The name of the new channel.

    *)
  3. source : Source.t option;
    (*

    The partner or external event source name.

    *)
  4. destinations : Destinations.t option;
    (*

    The event data stores that log the events arriving through the channel.

    *)
  5. tags : TagsList.t option;
}
Sourcetype nonrec error = [
  1. | `ChannelAlreadyExistsException of ChannelAlreadyExistsException.t
  2. | `ChannelMaxLimitExceededException of ChannelMaxLimitExceededException.t
  3. | `EventDataStoreARNInvalidException of EventDataStoreARNInvalidException.t
  4. | `EventDataStoreNotFoundException of EventDataStoreNotFoundException.t
  5. | `InactiveEventDataStoreException of InactiveEventDataStoreException.t
  6. | `InvalidEventDataStoreCategoryException of InvalidEventDataStoreCategoryException.t
  7. | `InvalidParameterException of InvalidParameterException.t
  8. | `InvalidSourceException of InvalidSourceException.t
  9. | `InvalidTagParameterException of InvalidTagParameterException.t
  10. | `OperationNotPermittedException of OperationNotPermittedException.t
  11. | `TagsLimitExceededException of TagsLimitExceededException.t
  12. | `UnsupportedOperationException of UnsupportedOperationException.t
  13. | `Unknown_operation_error of string * string option
]
Sourceval make : ?channelArn:??? -> ?name:??? -> ?source:??? -> ?destinations:??? -> ?tags:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t