aws-sdk-mediapackage 1.39.0 → 1.40.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce7e9505af7d9f7d36c8c34233dd143f6da8963379bcdda7092735f246ce02da
4
- data.tar.gz: 4ad41dfeb59cad2b20df9c1767076c064692048dc2a6ed85fcf6a5794e0077b0
3
+ metadata.gz: a5cbc1cec054f819d9ccfd7fa9da43821d5fccb0387987031b01ad831fcbd756
4
+ data.tar.gz: 6c8f1cf05ba5ca18b8379ae9d92bc94ad0087f9bf83c18a17a02b45fecc6a06f
5
5
  SHA512:
6
- metadata.gz: 493b5e172b1d86e890fe2bfe13ec655ce905a78d27108fc8c215031991f2490550f8080ff31fc2bfe1504cc358bc4a9e93c25ee681a82f98da949ecbccd6b2ac
7
- data.tar.gz: 907d2d0f53416226edfe46d3a5c6743f303064cdbe0ce1556e839f1f55dd3b4855c51f25affe39c58b77eb371a5ec7a32e5b07e44d490d360178968b14903ff0
6
+ metadata.gz: 35f17dc053a24d23c7ca5b4aa2d593d691a10457f9b1f8206931405b4f4063c907515cf6649cf451a34e65465c9e2f7d3264986da9ce9e2b361c439da6139f77
7
+ data.tar.gz: '092ded8145ad71a8d310d464ea262bbba28acb20eca4417f8f392749b6d3f4455ac65cd9624bf28767727e18d1d53a1434f5c1c3e23fc1324d815fdd0c4bc8da'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2021-04-23)
5
+ ------------------
6
+
7
+ * Feature - Add support for Widevine DRM on CMAF origin endpoints. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption.
8
+
4
9
  1.39.0 (2021-04-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediapackage/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaPackage
50
50
 
51
- GEM_VERSION = '1.39.0'
51
+ GEM_VERSION = '1.40.0'
52
52
 
53
53
  end
@@ -564,6 +564,7 @@ module Aws::MediaPackage
564
564
  # channel_id: "__string", # required
565
565
  # cmaf_package: {
566
566
  # encryption: {
567
+ # constant_initialization_vector: "__string",
567
568
  # key_rotation_interval_seconds: 1,
568
569
  # speke_key_provider: { # required
569
570
  # certificate_arn: "__string",
@@ -705,6 +706,7 @@ module Aws::MediaPackage
705
706
  # resp.authorization.cdn_identifier_secret #=> String
706
707
  # resp.authorization.secrets_role_arn #=> String
707
708
  # resp.channel_id #=> String
709
+ # resp.cmaf_package.encryption.constant_initialization_vector #=> String
708
710
  # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
709
711
  # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
710
712
  # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
@@ -980,6 +982,7 @@ module Aws::MediaPackage
980
982
  # resp.authorization.cdn_identifier_secret #=> String
981
983
  # resp.authorization.secrets_role_arn #=> String
982
984
  # resp.channel_id #=> String
985
+ # resp.cmaf_package.encryption.constant_initialization_vector #=> String
983
986
  # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
984
987
  # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
985
988
  # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
@@ -1217,6 +1220,7 @@ module Aws::MediaPackage
1217
1220
  # resp.origin_endpoints[0].authorization.cdn_identifier_secret #=> String
1218
1221
  # resp.origin_endpoints[0].authorization.secrets_role_arn #=> String
1219
1222
  # resp.origin_endpoints[0].channel_id #=> String
1223
+ # resp.origin_endpoints[0].cmaf_package.encryption.constant_initialization_vector #=> String
1220
1224
  # resp.origin_endpoints[0].cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
1221
1225
  # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
1222
1226
  # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
@@ -1598,6 +1602,7 @@ module Aws::MediaPackage
1598
1602
  # },
1599
1603
  # cmaf_package: {
1600
1604
  # encryption: {
1605
+ # constant_initialization_vector: "__string",
1601
1606
  # key_rotation_interval_seconds: 1,
1602
1607
  # speke_key_provider: { # required
1603
1608
  # certificate_arn: "__string",
@@ -1736,6 +1741,7 @@ module Aws::MediaPackage
1736
1741
  # resp.authorization.cdn_identifier_secret #=> String
1737
1742
  # resp.authorization.secrets_role_arn #=> String
1738
1743
  # resp.channel_id #=> String
1744
+ # resp.cmaf_package.encryption.constant_initialization_vector #=> String
1739
1745
  # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
1740
1746
  # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
1741
1747
  # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
@@ -1858,7 +1864,7 @@ module Aws::MediaPackage
1858
1864
  params: params,
1859
1865
  config: config)
1860
1866
  context[:gem_name] = 'aws-sdk-mediapackage'
1861
- context[:gem_version] = '1.39.0'
1867
+ context[:gem_version] = '1.40.0'
1862
1868
  Seahorse::Client::Request.new(handlers, context)
1863
1869
  end
1864
1870
 
@@ -148,6 +148,7 @@ module Aws::MediaPackage
148
148
  ChannelUpdateParameters.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
149
149
  ChannelUpdateParameters.struct_class = Types::ChannelUpdateParameters
150
150
 
151
+ CmafEncryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
151
152
  CmafEncryption.add_member(:key_rotation_interval_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "keyRotationIntervalSeconds"))
152
153
  CmafEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
153
154
  CmafEncryption.struct_class = Types::CmafEncryption
@@ -149,6 +149,7 @@ module Aws::MediaPackage
149
149
  # data as a hash:
150
150
  #
151
151
  # {
152
+ # constant_initialization_vector: "__string",
152
153
  # key_rotation_interval_seconds: 1,
153
154
  # speke_key_provider: { # required
154
155
  # certificate_arn: "__string",
@@ -163,6 +164,13 @@ module Aws::MediaPackage
163
164
  # },
164
165
  # }
165
166
  #
167
+ # @!attribute [rw] constant_initialization_vector
168
+ # An optional 128-bit, 16-byte hex value represented by a 32-character
169
+ # string, used in conjunction with the key for encrypting blocks. If
170
+ # you don't specify a value, then MediaPackage creates the constant
171
+ # initialization vector (IV).
172
+ # @return [String]
173
+ #
166
174
  # @!attribute [rw] key_rotation_interval_seconds
167
175
  # Time (in seconds) between each encryption key rotation.
168
176
  # @return [Integer]
@@ -176,6 +184,7 @@ module Aws::MediaPackage
176
184
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/CmafEncryption AWS API Documentation
177
185
  #
178
186
  class CmafEncryption < Struct.new(
187
+ :constant_initialization_vector,
179
188
  :key_rotation_interval_seconds,
180
189
  :speke_key_provider)
181
190
  SENSITIVE = []
@@ -225,6 +234,7 @@ module Aws::MediaPackage
225
234
  #
226
235
  # {
227
236
  # encryption: {
237
+ # constant_initialization_vector: "__string",
228
238
  # key_rotation_interval_seconds: 1,
229
239
  # speke_key_provider: { # required
230
240
  # certificate_arn: "__string",
@@ -556,6 +566,7 @@ module Aws::MediaPackage
556
566
  # channel_id: "__string", # required
557
567
  # cmaf_package: {
558
568
  # encryption: {
569
+ # constant_initialization_vector: "__string",
559
570
  # key_rotation_interval_seconds: 1,
560
571
  # speke_key_provider: { # required
561
572
  # certificate_arn: "__string",
@@ -2884,6 +2895,7 @@ module Aws::MediaPackage
2884
2895
  # },
2885
2896
  # cmaf_package: {
2886
2897
  # encryption: {
2898
+ # constant_initialization_vector: "__string",
2887
2899
  # key_rotation_interval_seconds: 1,
2888
2900
  # speke_key_provider: { # required
2889
2901
  # certificate_arn: "__string",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.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-04-02 00:00:00.000000000 Z
11
+ date: 2021-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  requirements: []
86
86
  rubyforge_project:
87
- rubygems_version: 2.7.6.2
87
+ rubygems_version: 2.7.6.3
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: AWS SDK for Ruby - MediaPackage