lib/aws-sdk-mediapackagev2/client.rb in aws-sdk-mediapackagev2-1.8.0 vs lib/aws-sdk-mediapackagev2/client.rb in aws-sdk-mediapackagev2-1.9.0
- old
+ new
@@ -671,10 +671,16 @@
# scte_hls: {
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
# },
# 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,
+ # },
# },
# ],
# low_latency_hls_manifests: [
# {
# manifest_name: "ManifestName", # required
@@ -682,10 +688,16 @@
# scte_hls: {
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
# },
# 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,
+ # },
# },
# ],
# tags: {
# "TagKey" => "TagValue",
# },
@@ -725,17 +737,25 @@
# resp.hls_manifests[0].url #=> String
# resp.hls_manifests[0].child_manifest_name #=> String
# resp.hls_manifests[0].manifest_window_seconds #=> Integer
# resp.hls_manifests[0].program_date_time_interval_seconds #=> Integer
# 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.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
# resp.low_latency_hls_manifests[0].program_date_time_interval_seconds #=> Integer
# 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.tags #=> Hash
# resp.tags["TagKey"] #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/CreateOriginEndpoint AWS API Documentation
#
@@ -1128,17 +1148,25 @@
# resp.hls_manifests[0].url #=> String
# resp.hls_manifests[0].child_manifest_name #=> String
# resp.hls_manifests[0].manifest_window_seconds #=> Integer
# resp.hls_manifests[0].program_date_time_interval_seconds #=> Integer
# 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.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
# resp.low_latency_hls_manifests[0].program_date_time_interval_seconds #=> Integer
# 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.tags #=> Hash
# resp.tags["TagKey"] #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/GetOriginEndpoint AWS API Documentation
#
@@ -1756,10 +1784,16 @@
# scte_hls: {
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
# },
# 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,
+ # },
# },
# ],
# low_latency_hls_manifests: [
# {
# manifest_name: "ManifestName", # required
@@ -1767,10 +1801,16 @@
# scte_hls: {
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
# },
# 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,
+ # },
# },
# ],
# })
#
# @example Response structure
@@ -1807,17 +1847,25 @@
# resp.hls_manifests[0].url #=> String
# resp.hls_manifests[0].child_manifest_name #=> String
# resp.hls_manifests[0].manifest_window_seconds #=> Integer
# resp.hls_manifests[0].program_date_time_interval_seconds #=> Integer
# 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.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
# resp.low_latency_hls_manifests[0].program_date_time_interval_seconds #=> Integer
# 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.tags #=> Hash
# resp.tags["TagKey"] #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/UpdateOriginEndpoint AWS API Documentation
#
@@ -1839,10 +1887,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-mediapackagev2'
- context[:gem_version] = '1.8.0'
+ context[:gem_version] = '1.9.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated