Values.ResetOriginEndpointStateRequestSourceResetting 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.
type nonrec t = {channelGroupName : ResourceName.t;The name of the channel group that contains the channel with the origin endpoint that you are resetting.
*)channelName : ResourceName.t;The name of the channel with the origin endpoint that you are resetting.
*)originEndpointName : ResourceName.t;The name of the origin endpoint that you are resetting.
*)}val make :
channelGroupName:ResourceName.t ->
channelName:ResourceName.t ->
originEndpointName:ResourceName.t ->
unit ->
t