Module Values.ResetOriginEndpointStateRequestSource

Resetting the origin endpoint can help to resolve unexpected behavior and other content packaging issues. It also helps to preserve special events when you don't want the previous content to be available for viewing. A reset clears out all previous content from the origin endpoint. MediaPackage might return old content from this endpoint in the first 30 seconds after the endpoint reset. For best results, when possible, wait 30 seconds from endpoint reset to send playback requests to this endpoint.

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

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

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

    The name of the channel with the origin endpoint that you are resetting.

    *)
  3. originEndpointName : ResourceName.t;
    (*

    The name of the origin endpoint that you are resetting.

    *)
}
Sourceval context_ : string
Sourceval make : channelGroupName:ResourceName.t -> channelName:ResourceName.t -> originEndpointName: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