aws-sdk-mediapackage 1.40.0 → 1.44.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: a5cbc1cec054f819d9ccfd7fa9da43821d5fccb0387987031b01ad831fcbd756
4
- data.tar.gz: 6c8f1cf05ba5ca18b8379ae9d92bc94ad0087f9bf83c18a17a02b45fecc6a06f
3
+ metadata.gz: 5c88523da48ba482f1de17d58c3088d71df8f30973e45ff8b65ec711cdee089b
4
+ data.tar.gz: 243c7a7492a72efe33432ea1983c97213247e6f9838642d64e731fa41562e9ac
5
5
  SHA512:
6
- metadata.gz: 35f17dc053a24d23c7ca5b4aa2d593d691a10457f9b1f8206931405b4f4063c907515cf6649cf451a34e65465c9e2f7d3264986da9ce9e2b361c439da6139f77
7
- data.tar.gz: '092ded8145ad71a8d310d464ea262bbba28acb20eca4417f8f392749b6d3f4455ac65cd9624bf28767727e18d1d53a1434f5c1c3e23fc1324d815fdd0c4bc8da'
6
+ metadata.gz: 70dff6017b7ff4589fc27e766920d4b45a578a15c2feda665b0d1bd4390e3fbfaafddc59dbabc01cf0d54d796217919a7938a57c7cf6fd71c6269aaf4abc5be3
7
+ data.tar.gz: aba0384dc2624c78bba71c27e37c753801fa509903590a87b5225e385f05008bf72c1dbdce63eeb39e3c90ceebb428d834b94a98d648ec4344fb3c66cda8e815
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2021-09-07)
5
+ ------------------
6
+
7
+ * 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.
8
+
9
+ 1.43.0 (2021-09-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.42.0 (2021-07-30)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.41.0 (2021-07-28)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.40.0 (2021-04-23)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.44.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.40.0'
1867
+ context[:gem_version] = '1.44.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.40.0'
51
+ GEM_VERSION = '1.44.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.40.0
4
+ version: 1.44.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-23 00:00:00.000000000 Z
11
+ date: 2021-09-07 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.112.0
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.112.0
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: '0'
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
- rubyforge_project:
87
- rubygems_version: 2.7.6.3
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - MediaPackage