You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaPackage::Types::UpdateOriginEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::UpdateOriginEndpointRequest
- Defined in:
- (unknown)
Overview
When passing UpdateOriginEndpointRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
authorization: {
cdn_identifier_secret: "__string", # required
secrets_role_arn: "__string", # required
},
cmaf_package: {
encryption: {
key_rotation_interval_seconds: 1,
speke_key_provider: { # required
certificate_arn: "__string",
resource_id: "__string", # required
role_arn: "__string", # required
system_ids: ["__string"], # required
url: "__string", # required
},
},
hls_manifests: [
{
ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
id: "__string", # required
include_iframe_only_stream: false,
manifest_name: "__string",
playlist_type: "NONE", # accepts NONE, EVENT, VOD
playlist_window_seconds: 1,
program_date_time_interval_seconds: 1,
},
],
segment_duration_seconds: 1,
segment_prefix: "__string",
stream_selection: {
max_video_bits_per_second: 1,
min_video_bits_per_second: 1,
stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
},
},
dash_package: {
ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
encryption: {
key_rotation_interval_seconds: 1,
speke_key_provider: { # required
certificate_arn: "__string",
resource_id: "__string", # required
role_arn: "__string", # required
system_ids: ["__string"], # required
url: "__string", # required
},
},
manifest_layout: "FULL", # accepts FULL, COMPACT
manifest_window_seconds: 1,
min_buffer_time_seconds: 1,
min_update_period_seconds: 1,
period_triggers: ["ADS"], # accepts ADS
profile: "NONE", # accepts NONE, HBBTV_1_5
segment_duration_seconds: 1,
segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
stream_selection: {
max_video_bits_per_second: 1,
min_video_bits_per_second: 1,
stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
},
suggested_presentation_delay_seconds: 1,
utc_timing: "NONE", # accepts NONE, HTTP-HEAD, HTTP-ISO
utc_timing_uri: "__string",
},
description: "__string",
hls_package: {
ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
encryption: {
constant_initialization_vector: "__string",
encryption_method: "AES_128", # accepts AES_128, SAMPLE_AES
key_rotation_interval_seconds: 1,
repeat_ext_x_key: false,
speke_key_provider: { # required
certificate_arn: "__string",
resource_id: "__string", # required
role_arn: "__string", # required
system_ids: ["__string"], # required
url: "__string", # required
},
},
include_iframe_only_stream: false,
playlist_type: "NONE", # accepts NONE, EVENT, VOD
playlist_window_seconds: 1,
program_date_time_interval_seconds: 1,
segment_duration_seconds: 1,
stream_selection: {
max_video_bits_per_second: 1,
min_video_bits_per_second: 1,
stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
},
use_audio_rendition_group: false,
},
id: "__string", # required
manifest_name: "__string",
mss_package: {
encryption: {
speke_key_provider: { # required
certificate_arn: "__string",
resource_id: "__string", # required
role_arn: "__string", # required
system_ids: ["__string"], # required
url: "__string", # required
},
},
manifest_window_seconds: 1,
segment_duration_seconds: 1,
stream_selection: {
max_video_bits_per_second: 1,
min_video_bits_per_second: 1,
stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
},
},
origination: "ALLOW", # accepts ALLOW, DENY
startover_window_seconds: 1,
time_delay_seconds: 1,
whitelist: ["__string"],
}
Instance Attribute Summary collapse
-
#authorization ⇒ Types::Authorization
CDN Authorization credentials.
-
#cmaf_package ⇒ Types::CmafPackageCreateOrUpdateParameters
A Common Media Application Format (CMAF) packaging configuration.
-
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
-
#description ⇒ String
-
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
-
#id ⇒ String
-
#manifest_name ⇒ String
-
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) packaging configuration.
-
#origination ⇒ String
Possible values:
- ALLOW
- DENY
.
-
#startover_window_seconds ⇒ Integer
-
#time_delay_seconds ⇒ Integer
-
#whitelist ⇒ Array<String>
Instance Attribute Details
#authorization ⇒ Types::Authorization
CDN Authorization credentials
#cmaf_package ⇒ Types::CmafPackageCreateOrUpdateParameters
A Common Media Application Format (CMAF) packaging configuration.
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
#description ⇒ String
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
#id ⇒ String
#manifest_name ⇒ String
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) packaging configuration.
#origination ⇒ String
Possible values:
- ALLOW
- DENY