Values.UpdateOriginEndpointRequestSourceConfiguration parameters used to update an existing OriginEndpoint.
type nonrec t = {cmafPackage : CmafPackageCreateOrUpdateParameters.t option;dashPackage : DashPackage.t option;description : string option;A short text description of the OriginEndpoint.
*)hlsPackage : HlsPackage.t option;id : string;The ID of the OriginEndpoint to update.
*)manifestName : string option;A short string that will be appended to the end of the Endpoint URL.
*)mssPackage : MssPackage.t option;origination : Origination.t option;Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
*)startoverWindowSeconds : int option;Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
*)timeDelaySeconds : int option;Amount of delay (in seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.
*)whitelist : string list option;A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `List of [> `Enum of string ] list
| `String of string ])
list ]
list
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `String of string
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list ])
list ])
list ]