Module Values.CreateOriginEndpointResponseSource

The 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.

Sourcetype nonrec t = {
  1. arn : String_.t option;
    (*

    The Amazon Resource Name (ARN) associated with the resource.

    *)
  2. channelGroupName : ResourceName.t option;
    (*

    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.

    *)
  3. channelName : ResourceName.t option;
    (*

    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.

    *)
  4. originEndpointName : ResourceName.t option;
    (*

    The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

    *)
  5. containerType : ContainerType.t option;
    (*

    The type of container attached to this origin endpoint.

    *)
  6. segment : Segment.t option;
    (*

    The segment configuration, including the segment name, duration, and other configuration values.

    *)
  7. createdAt : Timestamp.t option;
    (*

    The date and time the origin endpoint was created.

    *)
  8. modifiedAt : Timestamp.t option;
    (*

    The date and time the origin endpoint was modified.

    *)
  9. description : ResourceDescription.t option;
    (*

    The description for your origin endpoint.

    *)
  10. startoverWindowSeconds : Integer.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.

    *)
  11. hlsManifests : GetHlsManifests.t option;
    (*

    An HTTP live streaming (HLS) manifest configuration.

    *)
  12. lowLatencyHlsManifests : GetLowLatencyHlsManifests.t option;
    (*

    A low-latency HLS manifest configuration.

    *)
  13. dashManifests : GetDashManifests.t option;
    (*

    A DASH manifest configuration.

    *)
  14. mssManifests : GetMssManifests.t option;
    (*

    The Microsoft Smooth Streaming (MSS) manifest configurations that were created for this origin endpoint.

    *)
  15. forceEndpointErrorConfiguration : ForceEndpointErrorConfiguration.t option;
    (*

    The failover settings for the endpoint.

    *)
  16. uriSeparator : UriSeparator.t option;
    (*

    The separator character used in generated URIs for this origin endpoint.

    *)
  17. eTag : EntityTag.t option;
    (*

    The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

    *)
  18. tags : TagMap.t option;
    (*

    The comma-separated list of tag key:value pairs assigned to the origin endpoint.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `ValidationException of ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?channelGroupName:??? -> ?channelName:??? -> ?originEndpointName:??? -> ?containerType:??? -> ?segment:??? -> ?createdAt:??? -> ?modifiedAt:??? -> ?description:??? -> ?startoverWindowSeconds:??? -> ?hlsManifests:??? -> ?lowLatencyHlsManifests:??? -> ?dashManifests:??? -> ?mssManifests:??? -> ?forceEndpointErrorConfiguration:??? -> ?uriSeparator:??? -> ?eTag:??? -> ?tags:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `Enum of string | `Structure of (string * [> `Integer of DashBaseUrlDvbPriorityInteger.t | `String of DashBaseUrlUrlString.t ]) list ] list | `String of ResourceName.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 String_.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 | `Timestamp of Timestamp.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