Skip to content

/AWS1/CL_MDPUPDORIGINENDPTRSP

UpdateOriginEndpointResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ARN TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING

The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

IO_AUTHORIZATION TYPE REF TO /AWS1/CL_MDPAUTHORIZATION /AWS1/CL_MDPAUTHORIZATION

Authorization

IV_CHANNELID TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING

The ID of the Channel the OriginEndpoint is associated with.

IO_CMAFPACKAGE TYPE REF TO /AWS1/CL_MDPCMAFPACKAGE /AWS1/CL_MDPCMAFPACKAGE

CmafPackage

IV_CREATEDAT TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING

The date and time the OriginEndpoint was created.

IO_DASHPACKAGE TYPE REF TO /AWS1/CL_MDPDASHPACKAGE /AWS1/CL_MDPDASHPACKAGE

DashPackage

IV_DESCRIPTION TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING

A short text description of the OriginEndpoint.

IO_HLSPACKAGE TYPE REF TO /AWS1/CL_MDPHLSPACKAGE /AWS1/CL_MDPHLSPACKAGE

HlsPackage

IV_ID TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING

The ID of the OriginEndpoint.

IV_MANIFESTNAME TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING

A short string appended to the end of the OriginEndpoint URL.

IO_MSSPACKAGE TYPE REF TO /AWS1/CL_MDPMSSPACKAGE /AWS1/CL_MDPMSSPACKAGE

MssPackage

IV_ORIGINATION TYPE /AWS1/MDPORIGINATION /AWS1/MDPORIGINATION

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

IV_STARTOVERWINDOWSECONDS TYPE /AWS1/MDP__INTEGER /AWS1/MDP__INTEGER

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

IT_TAGS TYPE /AWS1/CL_MDPTAGS_W=>TT_TAGS TT_TAGS

Tags

IV_TIMEDELAYSECONDS TYPE /AWS1/MDP__INTEGER /AWS1/MDP__INTEGER

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.

IV_URL TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING

The URL of the packaged OriginEndpoint for consumption.

IT_WHITELIST TYPE /AWS1/CL_MDP__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING

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


Queryable Attributes

Arn

The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

Authorization

Authorization

Accessible with the following methods

Method Description
GET_AUTHORIZATION() Getter for AUTHORIZATION

ChannelId

The ID of the Channel the OriginEndpoint is associated with.

Accessible with the following methods

Method Description
GET_CHANNELID() Getter for CHANNELID, with configurable default
ASK_CHANNELID() Getter for CHANNELID w/ exceptions if field has no value
HAS_CHANNELID() Determine if CHANNELID has a value

CmafPackage

CmafPackage

Accessible with the following methods

Method Description
GET_CMAFPACKAGE() Getter for CMAFPACKAGE

CreatedAt

The date and time the OriginEndpoint was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

DashPackage

DashPackage

Accessible with the following methods

Method Description
GET_DASHPACKAGE() Getter for DASHPACKAGE

Description

A short text description of the OriginEndpoint.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

HlsPackage

HlsPackage

Accessible with the following methods

Method Description
GET_HLSPACKAGE() Getter for HLSPACKAGE

Id

The ID of the OriginEndpoint.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

ManifestName

A short string appended to the end of the OriginEndpoint URL.

Accessible with the following methods

Method Description
GET_MANIFESTNAME() Getter for MANIFESTNAME, with configurable default
ASK_MANIFESTNAME() Getter for MANIFESTNAME w/ exceptions if field has no value
HAS_MANIFESTNAME() Determine if MANIFESTNAME has a value

MssPackage

MssPackage

Accessible with the following methods

Method Description
GET_MSSPACKAGE() Getter for MSSPACKAGE

Origination

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

Accessible with the following methods

Method Description
GET_ORIGINATION() Getter for ORIGINATION, with configurable default
ASK_ORIGINATION() Getter for ORIGINATION w/ exceptions if field has no value
HAS_ORIGINATION() Determine if ORIGINATION has a value

StartoverWindowSeconds

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

Accessible with the following methods

Method Description
GET_STARTOVERWINDOWSECONDS() Getter for STARTOVERWINDOWSECONDS, with configurable default
ASK_STARTOVERWINDOWSECONDS() Getter for STARTOVERWINDOWSECONDS w/ exceptions if field has
HAS_STARTOVERWINDOWSECONDS() Determine if STARTOVERWINDOWSECONDS has a value

Tags

Tags

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

TimeDelaySeconds

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.

Accessible with the following methods

Method Description
GET_TIMEDELAYSECONDS() Getter for TIMEDELAYSECONDS, with configurable default
ASK_TIMEDELAYSECONDS() Getter for TIMEDELAYSECONDS w/ exceptions if field has no va
HAS_TIMEDELAYSECONDS() Determine if TIMEDELAYSECONDS has a value

Url

The URL of the packaged OriginEndpoint for consumption.

Accessible with the following methods

Method Description
GET_URL() Getter for URL, with configurable default
ASK_URL() Getter for URL w/ exceptions if field has no value
HAS_URL() Determine if URL has a value

Whitelist

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

Accessible with the following methods

Method Description
GET_WHITELIST() Getter for WHITELIST, with configurable default
ASK_WHITELIST() Getter for WHITELIST w/ exceptions if field has no value
HAS_WHITELIST() Determine if WHITELIST has a value