Module Values.DeleteChannelRequestSource

Deletes the specified channel and its associated stream keys. If you try to delete a live channel, you will get an error (409 ConflictException). To delete a channel that is live, call StopStream, wait for the Amazon EventBridge "Stream End" event (to verify that the stream's state is no longer Live), then call DeleteChannel. (See Using EventBridge with Amazon IVS.)

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

    ARN of the channel to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : arn:ChannelArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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