Values.CreateOriginEndpointRequestSourceThe endpoint is attached to a channel, and represents the output of the live content. You can associate multiple endpoints to a single channel. Each endpoint gives players and downstream CDNs (such as Amazon CloudFront) access to the content for playback. Content can't be served from a channel until it has an endpoint. You can create only one endpoint with each request.
type nonrec t = {channelGroupName : ResourceName.t;The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
*)channelName : ResourceName.t;The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
*)originEndpointName : ResourceName.t;The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and must be unique for your account in the AWS Region and channel. You can't use spaces in the name. You can't change the name after you create the endpoint.
*)containerType : ContainerType.t;The type of container to attach to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. You can't change the container type after you create the endpoint.
*)segment : Segment.t option;The segment configuration, including the segment name, duration, and other configuration values.
*)clientToken : IdempotencyToken.t option;A unique, case-sensitive token that you provide to ensure the idempotency of the request.
*)description : ResourceDescription.t option;Enter any descriptive text that helps you to identify the origin endpoint.
*)startoverWindowSeconds : CreateOriginEndpointRequestStartoverWindowSecondsInteger.t
option;The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).
*)hlsManifests : CreateHlsManifests.t option;An HTTP live streaming (HLS) manifest configuration.
*)lowLatencyHlsManifests : CreateLowLatencyHlsManifests.t option;A low-latency HLS manifest configuration.
*)dashManifests : CreateDashManifests.t option;A DASH manifest configuration.
*)mssManifests : CreateMssManifests.t option;A list of Microsoft Smooth Streaming (MSS) manifest configurations for the origin endpoint. You can configure multiple MSS manifests to provide different streaming experiences or to support different client requirements.
*)forceEndpointErrorConfiguration : ForceEndpointErrorConfiguration.t option;The failover settings for the endpoint.
*)uriSeparator : UriSeparator.t option;The separator character to use in generated URIs for this origin endpoint. This setting applies to all manifest types on the endpoint. If you don't specify a value, the default is UNDERSCORE.
*)}val make :
?segment:??? ->
?clientToken:??? ->
?description:??? ->
?startoverWindowSeconds:??? ->
?hlsManifests:??? ->
?lowLatencyHlsManifests:??? ->
?dashManifests:??? ->
?mssManifests:??? ->
?forceEndpointErrorConfiguration:??? ->
?uriSeparator:??? ->
?tags:??? ->
channelGroupName:ResourceName.t ->
channelName:ResourceName.t ->
originEndpointName:ResourceName.t ->
containerType:ContainerType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of
CreateOriginEndpointRequestStartoverWindowSecondsInteger.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of
CreateHlsManifestConfigurationManifestWindowSecondsInteger.t
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Integer of DashBaseUrlDvbPriorityInteger.t
| `String of DashBaseUrlUrlString.t ])
list ]
list
| `String of ManifestName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Float of Float_.t
| `Integer of
FilterConfigurationTimeDelaySecondsInteger.t
| `List of
[> `Structure of
(string
* [> `Integer of
DashDvbMetricsReportingProbabilityInteger.t
| `String of
DashDvbMetricsReportingReportingUrlString.t ])
list ]
list
| `String of FilterConfigurationManifestFilterString.t
| `Structure of
(string
* [> `Enum of string
| `String of DashDvbFontDownloadUrlString.t ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ResourceName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of SegmentSegmentDurationSecondsInteger.t
| `List of [> `Enum of string ] list
| `String of SegmentSegmentNameString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of EncryptionKeyRotationIntervalSecondsInteger.t
| `List of [> `Enum of string ] list
| `String of EncryptionConstantInitializationVectorString.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of SpekeKeyProviderResourceIdString.t
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list ])
list ])
list ]