Values.DescribeOriginEndpointResponseSourceGets details about an existing OriginEndpoint.
type nonrec t = {arn : string option;The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
*)channelId : string option;The ID of the Channel the OriginEndpoint is associated with.
*)cmafPackage : CmafPackage.t option;createdAt : string option;The date and time the OriginEndpoint was created.
*)dashPackage : DashPackage.t option;description : string option;A short text description of the OriginEndpoint.
*)hlsPackage : HlsPackage.t option;id : string option;The ID of the OriginEndpoint.
*)manifestName : string option;A short string appended to the end of the OriginEndpoint 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 (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 (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.
*)url : string option;The URL of the packaged OriginEndpoint for consumption.
*)whitelist : string list option;A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
*)}type nonrec error = [ | `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `UnprocessableEntityException of UnprocessableEntityException.t| `Unknown_operation_error of string * string option ]val make :
?arn:??? ->
?authorization:??? ->
?channelId:??? ->
?cmafPackage:??? ->
?createdAt:??? ->
?dashPackage:??? ->
?description:??? ->
?hlsPackage:??? ->
?id:??? ->
?manifestName:??? ->
?mssPackage:??? ->
?origination:??? ->
?startoverWindowSeconds:??? ->
?tags:??? ->
?timeDelaySeconds:??? ->
?url:??? ->
?whitelist:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnprocessableEntityException of UnprocessableEntityException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnprocessableEntityException of UnprocessableEntityException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `Map of ([> `String of string ] * [> `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 ]