Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateOriginEndpointRequest

import type { UpdateOriginEndpointRequest } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";

Configuration parameters used to update an existing OriginEndpoint.

interface UpdateOriginEndpointRequest {
Authorization?: Authorization | null;
DashPackage?: DashPackage | null;
Description?: string | null;
HlsPackage?: HlsPackage | null;
Id: string;
ManifestName?: string | null;
MssPackage?: MssPackage | null;
Origination?: Origination | null;
StartoverWindowSeconds?: number | null;
TimeDelaySeconds?: number | null;
Whitelist?: string[] | null;
}

§Properties

§
Authorization?: Authorization | null
[src]
§
DashPackage?: DashPackage | null
[src]
§
Description?: string | null
[src]

A short text description of the OriginEndpoint.

§
HlsPackage?: HlsPackage | null
[src]
§
Id: string
[src]

The ID of the OriginEndpoint to update.

§
ManifestName?: string | null
[src]

A short string that will be appended to the end of the Endpoint URL.

§
MssPackage?: MssPackage | null
[src]
§
Origination?: Origination | null
[src]

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?: number | null
[src]

Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

§
TimeDelaySeconds?: number | null
[src]

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[] | null
[src]

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.