lib/aws-sdk-mediapackagev2/client.rb in aws-sdk-mediapackagev2-1.28.0 vs lib/aws-sdk-mediapackagev2/client.rb in aws-sdk-mediapackagev2-1.29.0
- old
+ new
@@ -1287,34 +1287,44 @@
# manifest_name: "ManifestName", # required
# child_manifest_name: "ManifestName",
# scte_hls: {
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
# },
+ # start_tag: {
+ # time_offset: 1.0, # required
+ # precise: false,
+ # },
# manifest_window_seconds: 1,
# program_date_time_interval_seconds: 1,
# filter_configuration: {
# manifest_filter: "FilterConfigurationManifestFilterString",
# start: Time.now,
# end: Time.now,
# time_delay_seconds: 1,
+ # clip_start_time: Time.now,
# },
# },
# ],
# low_latency_hls_manifests: [
# {
# manifest_name: "ManifestName", # required
# child_manifest_name: "ManifestName",
# scte_hls: {
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
# },
+ # start_tag: {
+ # time_offset: 1.0, # required
+ # precise: false,
+ # },
# manifest_window_seconds: 1,
# program_date_time_interval_seconds: 1,
# filter_configuration: {
# manifest_filter: "FilterConfigurationManifestFilterString",
# start: Time.now,
# end: Time.now,
# time_delay_seconds: 1,
+ # clip_start_time: Time.now,
# },
# },
# ],
# dash_manifests: [
# {
@@ -1323,10 +1333,11 @@
# filter_configuration: {
# manifest_filter: "FilterConfigurationManifestFilterString",
# start: Time.now,
# end: Time.now,
# time_delay_seconds: 1,
+ # clip_start_time: Time.now,
# },
# min_update_period_seconds: 1,
# min_buffer_time_seconds: 1,
# suggested_presentation_delay_seconds: 1,
# segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE
@@ -1387,10 +1398,13 @@
# resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
# resp.hls_manifests[0].filter_configuration.manifest_filter #=> String
# resp.hls_manifests[0].filter_configuration.start #=> Time
# resp.hls_manifests[0].filter_configuration.end #=> Time
# resp.hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
+ # resp.hls_manifests[0].filter_configuration.clip_start_time #=> Time
+ # resp.hls_manifests[0].start_tag.time_offset #=> Float
+ # resp.hls_manifests[0].start_tag.precise #=> Boolean
# resp.low_latency_hls_manifests #=> Array
# resp.low_latency_hls_manifests[0].manifest_name #=> String
# resp.low_latency_hls_manifests[0].url #=> String
# resp.low_latency_hls_manifests[0].child_manifest_name #=> String
# resp.low_latency_hls_manifests[0].manifest_window_seconds #=> Integer
@@ -1398,18 +1412,22 @@
# resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
# resp.low_latency_hls_manifests[0].filter_configuration.manifest_filter #=> String
# resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
# resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
# resp.low_latency_hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
+ # resp.low_latency_hls_manifests[0].filter_configuration.clip_start_time #=> Time
+ # resp.low_latency_hls_manifests[0].start_tag.time_offset #=> Float
+ # resp.low_latency_hls_manifests[0].start_tag.precise #=> Boolean
# resp.dash_manifests #=> Array
# resp.dash_manifests[0].manifest_name #=> String
# resp.dash_manifests[0].url #=> String
# resp.dash_manifests[0].manifest_window_seconds #=> Integer
# resp.dash_manifests[0].filter_configuration.manifest_filter #=> String
# resp.dash_manifests[0].filter_configuration.start #=> Time
# resp.dash_manifests[0].filter_configuration.end #=> Time
# resp.dash_manifests[0].filter_configuration.time_delay_seconds #=> Integer
+ # resp.dash_manifests[0].filter_configuration.clip_start_time #=> Time
# resp.dash_manifests[0].min_update_period_seconds #=> Integer
# resp.dash_manifests[0].min_buffer_time_seconds #=> Integer
# resp.dash_manifests[0].suggested_presentation_delay_seconds #=> Integer
# resp.dash_manifests[0].segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE"
# resp.dash_manifests[0].period_triggers #=> Array
@@ -2071,10 +2089,13 @@
# resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
# resp.hls_manifests[0].filter_configuration.manifest_filter #=> String
# resp.hls_manifests[0].filter_configuration.start #=> Time
# resp.hls_manifests[0].filter_configuration.end #=> Time
# resp.hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
+ # resp.hls_manifests[0].filter_configuration.clip_start_time #=> Time
+ # resp.hls_manifests[0].start_tag.time_offset #=> Float
+ # resp.hls_manifests[0].start_tag.precise #=> Boolean
# resp.low_latency_hls_manifests #=> Array
# resp.low_latency_hls_manifests[0].manifest_name #=> String
# resp.low_latency_hls_manifests[0].url #=> String
# resp.low_latency_hls_manifests[0].child_manifest_name #=> String
# resp.low_latency_hls_manifests[0].manifest_window_seconds #=> Integer
@@ -2082,18 +2103,22 @@
# resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
# resp.low_latency_hls_manifests[0].filter_configuration.manifest_filter #=> String
# resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
# resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
# resp.low_latency_hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
+ # resp.low_latency_hls_manifests[0].filter_configuration.clip_start_time #=> Time
+ # resp.low_latency_hls_manifests[0].start_tag.time_offset #=> Float
+ # resp.low_latency_hls_manifests[0].start_tag.precise #=> Boolean
# resp.dash_manifests #=> Array
# resp.dash_manifests[0].manifest_name #=> String
# resp.dash_manifests[0].url #=> String
# resp.dash_manifests[0].manifest_window_seconds #=> Integer
# resp.dash_manifests[0].filter_configuration.manifest_filter #=> String
# resp.dash_manifests[0].filter_configuration.start #=> Time
# resp.dash_manifests[0].filter_configuration.end #=> Time
# resp.dash_manifests[0].filter_configuration.time_delay_seconds #=> Integer
+ # resp.dash_manifests[0].filter_configuration.clip_start_time #=> Time
# resp.dash_manifests[0].min_update_period_seconds #=> Integer
# resp.dash_manifests[0].min_buffer_time_seconds #=> Integer
# resp.dash_manifests[0].suggested_presentation_delay_seconds #=> Integer
# resp.dash_manifests[0].segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE"
# resp.dash_manifests[0].period_triggers #=> Array
@@ -3259,34 +3284,44 @@
# manifest_name: "ManifestName", # required
# child_manifest_name: "ManifestName",
# scte_hls: {
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
# },
+ # start_tag: {
+ # time_offset: 1.0, # required
+ # precise: false,
+ # },
# manifest_window_seconds: 1,
# program_date_time_interval_seconds: 1,
# filter_configuration: {
# manifest_filter: "FilterConfigurationManifestFilterString",
# start: Time.now,
# end: Time.now,
# time_delay_seconds: 1,
+ # clip_start_time: Time.now,
# },
# },
# ],
# low_latency_hls_manifests: [
# {
# manifest_name: "ManifestName", # required
# child_manifest_name: "ManifestName",
# scte_hls: {
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
# },
+ # start_tag: {
+ # time_offset: 1.0, # required
+ # precise: false,
+ # },
# manifest_window_seconds: 1,
# program_date_time_interval_seconds: 1,
# filter_configuration: {
# manifest_filter: "FilterConfigurationManifestFilterString",
# start: Time.now,
# end: Time.now,
# time_delay_seconds: 1,
+ # clip_start_time: Time.now,
# },
# },
# ],
# dash_manifests: [
# {
@@ -3295,10 +3330,11 @@
# filter_configuration: {
# manifest_filter: "FilterConfigurationManifestFilterString",
# start: Time.now,
# end: Time.now,
# time_delay_seconds: 1,
+ # clip_start_time: Time.now,
# },
# min_update_period_seconds: 1,
# min_buffer_time_seconds: 1,
# suggested_presentation_delay_seconds: 1,
# segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE
@@ -3357,10 +3393,13 @@
# resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
# resp.hls_manifests[0].filter_configuration.manifest_filter #=> String
# resp.hls_manifests[0].filter_configuration.start #=> Time
# resp.hls_manifests[0].filter_configuration.end #=> Time
# resp.hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
+ # resp.hls_manifests[0].filter_configuration.clip_start_time #=> Time
+ # resp.hls_manifests[0].start_tag.time_offset #=> Float
+ # resp.hls_manifests[0].start_tag.precise #=> Boolean
# resp.low_latency_hls_manifests #=> Array
# resp.low_latency_hls_manifests[0].manifest_name #=> String
# resp.low_latency_hls_manifests[0].url #=> String
# resp.low_latency_hls_manifests[0].child_manifest_name #=> String
# resp.low_latency_hls_manifests[0].manifest_window_seconds #=> Integer
@@ -3368,10 +3407,13 @@
# resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
# resp.low_latency_hls_manifests[0].filter_configuration.manifest_filter #=> String
# resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
# resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
# resp.low_latency_hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
+ # resp.low_latency_hls_manifests[0].filter_configuration.clip_start_time #=> Time
+ # resp.low_latency_hls_manifests[0].start_tag.time_offset #=> Float
+ # resp.low_latency_hls_manifests[0].start_tag.precise #=> Boolean
# resp.force_endpoint_error_configuration.endpoint_error_conditions #=> Array
# resp.force_endpoint_error_configuration.endpoint_error_conditions[0] #=> String, one of "STALE_MANIFEST", "INCOMPLETE_MANIFEST", "MISSING_DRM_KEY", "SLATE_INPUT"
# resp.etag #=> String
# resp.tags #=> Hash
# resp.tags["TagKey"] #=> String
@@ -3381,10 +3423,11 @@
# resp.dash_manifests[0].manifest_window_seconds #=> Integer
# resp.dash_manifests[0].filter_configuration.manifest_filter #=> String
# resp.dash_manifests[0].filter_configuration.start #=> Time
# resp.dash_manifests[0].filter_configuration.end #=> Time
# resp.dash_manifests[0].filter_configuration.time_delay_seconds #=> Integer
+ # resp.dash_manifests[0].filter_configuration.clip_start_time #=> Time
# resp.dash_manifests[0].min_update_period_seconds #=> Integer
# resp.dash_manifests[0].min_buffer_time_seconds #=> Integer
# resp.dash_manifests[0].suggested_presentation_delay_seconds #=> Integer
# resp.dash_manifests[0].segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE"
# resp.dash_manifests[0].period_triggers #=> Array
@@ -3419,10 +3462,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-mediapackagev2'
- context[:gem_version] = '1.28.0'
+ context[:gem_version] = '1.29.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated