Module Values.ResetChannelStateRequestSource

Resetting the channel can help to clear errors from misconfigurations in the encoder. A reset refreshes the ingest stream and removes previous content. Be sure to stop the encoder before you reset the channel, and wait at least 30 seconds before you restart the encoder.

Sourcetype nonrec t = {
  1. channelGroupName : ResourceName.t;
    (*

    The name of the channel group that contains the channel that you are resetting.

    *)
  2. channelName : ResourceName.t;
    (*

    The name of the channel that you are resetting.

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