aws-sdk-medialive 1.79.0 → 1.80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3ef8d2d87531848afe2b9801be7983d2f00a058e44890ff78260d5501003607
4
- data.tar.gz: 1a20a4198374cad98f40d272f81e36082a916609c730a176646a04a735d007e5
3
+ metadata.gz: 248039f4e02175804d6dfc14d5b322dc72f7269f8655f099fd9ce56446fc7bcf
4
+ data.tar.gz: d5afb1de5e3b396b510d42dece6e2d85f58a49a3efd2a2149908a13560699fa1
5
5
  SHA512:
6
- metadata.gz: 76e00edf6ae74efe59e65570c5dc8a880a628287063f4fb2e229c6fbe40b81c439b0bf53bb5db2cdcec667fe73d9e5e8be87887407d6187ac6a15ad83f955cb4
7
- data.tar.gz: dc3ee305c2f5d22c13ac06c142e979aeedfc2078bb3a93dcfd28c0cba87a64c11dada8429c557b0231f7c6e73d82b32633d4cd06f2fcbcccfba57d80e60a0d8f
6
+ metadata.gz: 056adf3a8b324ad5aba9f0e9f613c1be1782b28b5204546d96792e284f98cc8cbab33824056610794da7129c995c3b3bbe7adbd28f097106970b84d45b7c5eee
7
+ data.tar.gz: 3cc9c652f50c829a4536dbe66846ea369c370b13c7a1d30d98f5287766901061eb5c608096dc2fff859140bf43b832bb9e9050df53326dd91553533aef2b9eda
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2021-11-19)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for specifying a SCTE-35 PID on input. MediaLive now supports SCTE-35 PID selection on inputs containing one or more active SCTE-35 PIDs.
8
+
4
9
  1.79.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -1764,6 +1764,7 @@ module Aws::MediaLive
1764
1764
  # },
1765
1765
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
1766
1766
  # },
1767
+ # scte_35_pid: 1,
1767
1768
  # smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
1768
1769
  # source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
1769
1770
  # video_selector: {
@@ -2390,6 +2391,7 @@ module Aws::MediaLive
2390
2391
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
2391
2392
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
2392
2393
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
2394
+ # resp.channel.input_attachments[0].input_settings.scte_35_pid #=> Integer
2393
2395
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
2394
2396
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
2395
2397
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
@@ -3445,6 +3447,7 @@ module Aws::MediaLive
3445
3447
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
3446
3448
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
3447
3449
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
3450
+ # resp.input_attachments[0].input_settings.scte_35_pid #=> Integer
3448
3451
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
3449
3452
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
3450
3453
  # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
@@ -4370,6 +4373,7 @@ module Aws::MediaLive
4370
4373
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
4371
4374
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
4372
4375
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
4376
+ # resp.input_attachments[0].input_settings.scte_35_pid #=> Integer
4373
4377
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
4374
4378
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
4375
4379
  # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
@@ -5074,6 +5078,7 @@ module Aws::MediaLive
5074
5078
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
5075
5079
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
5076
5080
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
5081
+ # resp.channels[0].input_attachments[0].input_settings.scte_35_pid #=> Integer
5077
5082
  # resp.channels[0].input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
5078
5083
  # resp.channels[0].input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
5079
5084
  # resp.channels[0].input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
@@ -6309,6 +6314,7 @@ module Aws::MediaLive
6309
6314
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
6310
6315
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
6311
6316
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
6317
+ # resp.input_attachments[0].input_settings.scte_35_pid #=> Integer
6312
6318
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
6313
6319
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
6314
6320
  # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
@@ -7016,6 +7022,7 @@ module Aws::MediaLive
7016
7022
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
7017
7023
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
7018
7024
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
7025
+ # resp.input_attachments[0].input_settings.scte_35_pid #=> Integer
7019
7026
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
7020
7027
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
7021
7028
  # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
@@ -8088,6 +8095,7 @@ module Aws::MediaLive
8088
8095
  # },
8089
8096
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
8090
8097
  # },
8098
+ # scte_35_pid: 1,
8091
8099
  # smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
8092
8100
  # source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
8093
8101
  # video_selector: {
@@ -8704,6 +8712,7 @@ module Aws::MediaLive
8704
8712
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
8705
8713
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
8706
8714
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
8715
+ # resp.channel.input_attachments[0].input_settings.scte_35_pid #=> Integer
8707
8716
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
8708
8717
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
8709
8718
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
@@ -9372,6 +9381,7 @@ module Aws::MediaLive
9372
9381
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
9373
9382
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
9374
9383
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
9384
+ # resp.channel.input_attachments[0].input_settings.scte_35_pid #=> Integer
9375
9385
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
9376
9386
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
9377
9387
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
@@ -9841,7 +9851,7 @@ module Aws::MediaLive
9841
9851
  params: params,
9842
9852
  config: config)
9843
9853
  context[:gem_name] = 'aws-sdk-medialive'
9844
- context[:gem_version] = '1.79.0'
9854
+ context[:gem_version] = '1.80.0'
9845
9855
  Seahorse::Client::Request.new(handlers, context)
9846
9856
  end
9847
9857
 
@@ -728,6 +728,7 @@ module Aws::MediaLive
728
728
  __integerMin25Max2000 = Shapes::IntegerShape.new(name: '__integerMin25Max2000')
729
729
  __integerMin3 = Shapes::IntegerShape.new(name: '__integerMin3')
730
730
  __integerMin30 = Shapes::IntegerShape.new(name: '__integerMin30')
731
+ __integerMin32Max8191 = Shapes::IntegerShape.new(name: '__integerMin32Max8191')
731
732
  __integerMin4Max20 = Shapes::IntegerShape.new(name: '__integerMin4Max20')
732
733
  __integerMin800Max3000 = Shapes::IntegerShape.new(name: '__integerMin800Max3000')
733
734
  __integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
@@ -2072,6 +2073,7 @@ module Aws::MediaLive
2072
2073
  InputSettings.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMin1Max5, location_name: "filterStrength"))
2073
2074
  InputSettings.add_member(:input_filter, Shapes::ShapeRef.new(shape: InputFilter, location_name: "inputFilter"))
2074
2075
  InputSettings.add_member(:network_input_settings, Shapes::ShapeRef.new(shape: NetworkInputSettings, location_name: "networkInputSettings"))
2076
+ InputSettings.add_member(:scte_35_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8191, location_name: "scte35Pid"))
2075
2077
  InputSettings.add_member(:smpte_2038_data_preference, Shapes::ShapeRef.new(shape: Smpte2038DataPreference, location_name: "smpte2038DataPreference"))
2076
2078
  InputSettings.add_member(:source_end_behavior, Shapes::ShapeRef.new(shape: InputSourceEndBehavior, location_name: "sourceEndBehavior"))
2077
2079
  InputSettings.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
@@ -4141,6 +4141,7 @@ module Aws::MediaLive
4141
4141
  # },
4142
4142
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
4143
4143
  # },
4144
+ # scte_35_pid: 1,
4144
4145
  # smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
4145
4146
  # source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
4146
4147
  # video_selector: {
@@ -9909,6 +9910,7 @@ module Aws::MediaLive
9909
9910
  # },
9910
9911
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
9911
9912
  # },
9913
+ # scte_35_pid: 1,
9912
9914
  # smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
9913
9915
  # source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
9914
9916
  # video_selector: {
@@ -10794,6 +10796,7 @@ module Aws::MediaLive
10794
10796
  # },
10795
10797
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
10796
10798
  # },
10799
+ # scte_35_pid: 1,
10797
10800
  # smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
10798
10801
  # source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
10799
10802
  # video_selector: {
@@ -10851,6 +10854,11 @@ module Aws::MediaLive
10851
10854
  # Input settings.
10852
10855
  # @return [Types::NetworkInputSettings]
10853
10856
  #
10857
+ # @!attribute [rw] scte_35_pid
10858
+ # PID from which to read SCTE-35 messages. If left undefined, EML will
10859
+ # select the first SCTE-35 PID found in the input.
10860
+ # @return [Integer]
10861
+ #
10854
10862
  # @!attribute [rw] smpte_2038_data_preference
10855
10863
  # Specifies whether to extract applicable ancillary data from a
10856
10864
  # SMPTE-2038 source in this input. Applicable data types are captions,
@@ -10880,6 +10888,7 @@ module Aws::MediaLive
10880
10888
  :filter_strength,
10881
10889
  :input_filter,
10882
10890
  :network_input_settings,
10891
+ :scte_35_pid,
10883
10892
  :smpte_2038_data_preference,
10884
10893
  :source_end_behavior,
10885
10894
  :video_selector)
@@ -18678,6 +18687,7 @@ module Aws::MediaLive
18678
18687
  # },
18679
18688
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
18680
18689
  # },
18690
+ # scte_35_pid: 1,
18681
18691
  # smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
18682
18692
  # source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
18683
18693
  # video_selector: {
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-medialive/customizations'
49
49
  # @!group service
50
50
  module Aws::MediaLive
51
51
 
52
- GEM_VERSION = '1.79.0'
52
+ GEM_VERSION = '1.80.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core