aws-sdk-mediapackage 1.41.0 → 1.45.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: 7a855102662673ffc740b7968f0ec6fcbb7da188e38195a69387a36368e22335
4
- data.tar.gz: 3912cd2599ef53ef5aff339e6b78cdd56b20dd6f730148153609a7ee10e4b1c5
3
+ metadata.gz: 66a857548f7c6f2eaf33e43bb0825ee877e7cfe508b93690bd525a72f2618fd2
4
+ data.tar.gz: 3aa0db282da536155168a559c6e12d0ba10189092d2636768f52bc43c175f9c6
5
5
  SHA512:
6
- metadata.gz: e43ebcd2966ccf8ca108ed1e3da7e79d619429bba87c7139e35a8e69a17b795a1f10e246c06b578635e06f1d0a1945593d1b1b295de0fd90a8382c12548b16be
7
- data.tar.gz: ca032649b07f74fd406d618e8ee7d6c3df61f891a821656233561548d0b23dccd9bb8f1d666c8729d0966226f0def6cb1377e0c52be1ea8dcb3675f6c39a0f9c
6
+ metadata.gz: e3619e1e80a05145e23c1f542f66911217c5be71f3cd1e5dd7660e3f28fc9d42041391d035eef36f5fc08df4145d99797495b51c9077010f60f23bb36b2af726
7
+ data.tar.gz: 28377573e850c7ea652f181ee91aedbb12470f725cbc197e77fcd8028969ecc0dc49256bc15125e0553517cac24dc8cbdee0ce5182621f0fc93ba9bf3493cb54
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.44.0 (2021-09-07)
10
+ ------------------
11
+
12
+ * Feature - SPEKE v2 support for live CMAF packaging type. SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, it supports live DASH currently.
13
+
14
+ 1.43.0 (2021-09-01)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.42.0 (2021-07-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.41.0 (2021-07-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.45.0
@@ -1864,7 +1864,7 @@ module Aws::MediaPackage
1864
1864
  params: params,
1865
1865
  config: config)
1866
1866
  context[:gem_name] = 'aws-sdk-mediapackage'
1867
- context[:gem_version] = '1.41.0'
1867
+ context[:gem_version] = '1.45.0'
1868
1868
  Seahorse::Client::Request.new(handlers, context)
1869
1869
  end
1870
1870
 
@@ -1334,9 +1334,9 @@ module Aws::MediaPackage
1334
1334
  # video tracks in your stream. To configure the encryption contract,
1335
1335
  # specify which audio and video encryption presets to use. Note the
1336
1336
  # following considerations when using encryptionContractConfiguration:
1337
- # encryptionContractConfiguration can be used for DASH endpoints that
1338
- # use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification. You
1339
- # must disable key rotation for this endpoint by setting
1337
+ # encryptionContractConfiguration can be used for DASH or CMAF endpoints
1338
+ # that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification.
1339
+ # You must disable key rotation for this endpoint by setting
1340
1340
  # keyRotationIntervalSeconds to 0.
1341
1341
  #
1342
1342
  # @note When making an API call, you may pass EncryptionContractConfiguration
@@ -2674,9 +2674,9 @@ module Aws::MediaPackage
2674
2674
  # encryption contract, specify which audio and video encryption
2675
2675
  # presets to use. Note the following considerations when using
2676
2676
  # encryptionContractConfiguration: encryptionContractConfiguration can
2677
- # be used for DASH endpoints that use SPEKE 2.0. SPEKE 2.0 relies on
2678
- # the CPIX 2.3 specification. You must disable key rotation for this
2679
- # endpoint by setting keyRotationIntervalSeconds to 0.
2677
+ # be used for DASH or CMAF endpoints that use SPEKE 2.0. SPEKE 2.0
2678
+ # relies on the CPIX 2.3 specification. You must disable key rotation
2679
+ # for this endpoint by setting keyRotationIntervalSeconds to 0.
2680
2680
  # @return [Types::EncryptionContractConfiguration]
2681
2681
  #
2682
2682
  # @!attribute [rw] resource_id
@@ -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.41.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
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.41.0
4
+ version: 1.45.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-07-28 00:00:00.000000000 Z
11
+ date: 2021-10-18 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.118.0
22
+ version: 3.121.2
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.118.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="