aws-sdk-mediapackage 1.39.0 → 1.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackage/client.rb +7 -1
- data/lib/aws-sdk-mediapackage/client_api.rb +1 -0
- data/lib/aws-sdk-mediapackage/types.rb +12 -0
- data/lib/aws-sdk-mediapackage.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6014b27a3000b282ac594daec001c59aaae78cac1f25ed335a34942655588d82
|
4
|
+
data.tar.gz: bd7a6d6381ba8247ebe0a4fcf90aacb2fb1027ceef7afb9520077bb93293f5d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 645bc22932901fdf75e84326a50ebd5f0a2e7f86b9e9463af6320014f9ca5959c53efb94efc1765b42f3f6d7a449c8521064dc086a6ddf310c58c51cbc1006c1
|
7
|
+
data.tar.gz: a08fbc5dbdfa2bb668133aec235c670ec00978030e2bad89e1813489c17e4d4f8cc627ecc7bff07ced46776e6191bd14e43ce0fd4dfc1e764d90e797418ae9cf
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.43.0 (2021-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.42.0 (2021-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.41.0 (2021-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.40.0 (2021-04-23)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Add support for Widevine DRM on CMAF origin endpoints. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption.
|
23
|
+
|
4
24
|
1.39.0 (2021-04-02)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.43.0
|
@@ -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.
|
1867
|
+
context[:gem_version] = '1.43.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",
|
data/lib/aws-sdk-mediapackage.rb
CHANGED
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.
|
4
|
+
version: 1.43.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
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.120.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - MediaPackage
|