aws-sdk-mediapackage 1.66.0 → 1.67.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackage/client.rb +7 -7
- data/lib/aws-sdk-mediapackage/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-mediapackage/types.rb +2 -0
- data/lib/aws-sdk-mediapackage.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a665f07c0dbf579ab8b767c34fab872308b21dac8d201d5be7e509b4d36d98c9
|
4
|
+
data.tar.gz: a271b45500caca3f164f3ac8f3aa299d33b7711df85d0484dd26d24360335d3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8aac3d70b400f154993105c94078b208844279718ce6e0b229568720c2a538826e05b121f3f2e2c038df9689dfabdd0cdd4254c0876da37bf53a4ce2fee1b035
|
7
|
+
data.tar.gz: 3f63257590595673051cffbbc3d8ec79bd87d2f462d4476388546a4ce2830a11c90e1053e434ced1236f501c677d60892d14f521c7abab280c4497ac77eb01c0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.67.0 (2023-11-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - DRM_TOP_LEVEL_COMPACT allows placing content protection elements at the MPD level and referenced at the AdaptationSet level
|
8
|
+
|
4
9
|
1.66.0 (2023-09-27)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.67.0
|
@@ -684,7 +684,7 @@ module Aws::MediaPackage
|
|
684
684
|
# },
|
685
685
|
# },
|
686
686
|
# include_iframe_only_stream: false,
|
687
|
-
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
687
|
+
# manifest_layout: "FULL", # accepts FULL, COMPACT, DRM_TOP_LEVEL_COMPACT
|
688
688
|
# manifest_window_seconds: 1,
|
689
689
|
# min_buffer_time_seconds: 1,
|
690
690
|
# min_update_period_seconds: 1,
|
@@ -814,7 +814,7 @@ module Aws::MediaPackage
|
|
814
814
|
# resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
815
815
|
# resp.dash_package.encryption.speke_key_provider.url #=> String
|
816
816
|
# resp.dash_package.include_iframe_only_stream #=> Boolean
|
817
|
-
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
817
|
+
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT", "DRM_TOP_LEVEL_COMPACT"
|
818
818
|
# resp.dash_package.manifest_window_seconds #=> Integer
|
819
819
|
# resp.dash_package.min_buffer_time_seconds #=> Integer
|
820
820
|
# resp.dash_package.min_update_period_seconds #=> Integer
|
@@ -1097,7 +1097,7 @@ module Aws::MediaPackage
|
|
1097
1097
|
# resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
1098
1098
|
# resp.dash_package.encryption.speke_key_provider.url #=> String
|
1099
1099
|
# resp.dash_package.include_iframe_only_stream #=> Boolean
|
1100
|
-
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
1100
|
+
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT", "DRM_TOP_LEVEL_COMPACT"
|
1101
1101
|
# resp.dash_package.manifest_window_seconds #=> Integer
|
1102
1102
|
# resp.dash_package.min_buffer_time_seconds #=> Integer
|
1103
1103
|
# resp.dash_package.min_update_period_seconds #=> Integer
|
@@ -1340,7 +1340,7 @@ module Aws::MediaPackage
|
|
1340
1340
|
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
1341
1341
|
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.url #=> String
|
1342
1342
|
# resp.origin_endpoints[0].dash_package.include_iframe_only_stream #=> Boolean
|
1343
|
-
# resp.origin_endpoints[0].dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
1343
|
+
# resp.origin_endpoints[0].dash_package.manifest_layout #=> String, one of "FULL", "COMPACT", "DRM_TOP_LEVEL_COMPACT"
|
1344
1344
|
# resp.origin_endpoints[0].dash_package.manifest_window_seconds #=> Integer
|
1345
1345
|
# resp.origin_endpoints[0].dash_package.min_buffer_time_seconds #=> Integer
|
1346
1346
|
# resp.origin_endpoints[0].dash_package.min_update_period_seconds #=> Integer
|
@@ -1748,7 +1748,7 @@ module Aws::MediaPackage
|
|
1748
1748
|
# },
|
1749
1749
|
# },
|
1750
1750
|
# include_iframe_only_stream: false,
|
1751
|
-
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
1751
|
+
# manifest_layout: "FULL", # accepts FULL, COMPACT, DRM_TOP_LEVEL_COMPACT
|
1752
1752
|
# manifest_window_seconds: 1,
|
1753
1753
|
# min_buffer_time_seconds: 1,
|
1754
1754
|
# min_update_period_seconds: 1,
|
@@ -1875,7 +1875,7 @@ module Aws::MediaPackage
|
|
1875
1875
|
# resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
1876
1876
|
# resp.dash_package.encryption.speke_key_provider.url #=> String
|
1877
1877
|
# resp.dash_package.include_iframe_only_stream #=> Boolean
|
1878
|
-
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
1878
|
+
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT", "DRM_TOP_LEVEL_COMPACT"
|
1879
1879
|
# resp.dash_package.manifest_window_seconds #=> Integer
|
1880
1880
|
# resp.dash_package.min_buffer_time_seconds #=> Integer
|
1881
1881
|
# resp.dash_package.min_update_period_seconds #=> Integer
|
@@ -1963,7 +1963,7 @@ module Aws::MediaPackage
|
|
1963
1963
|
params: params,
|
1964
1964
|
config: config)
|
1965
1965
|
context[:gem_name] = 'aws-sdk-mediapackage'
|
1966
|
-
context[:gem_version] = '1.
|
1966
|
+
context[:gem_version] = '1.67.0'
|
1967
1967
|
Seahorse::Client::Request.new(handlers, context)
|
1968
1968
|
end
|
1969
1969
|
|
@@ -32,7 +32,7 @@ module Aws::MediaPackage
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -676,6 +676,8 @@ module Aws::MediaPackage
|
|
676
676
|
# Description (MPD). When set to FULL, elements like SegmentTemplate
|
677
677
|
# and ContentProtection are included in each Representation. When set
|
678
678
|
# to COMPACT, duplicate elements are combined and presented at the
|
679
|
+
# AdaptationSet level. When set to DRM\_TOP\_LEVEL\_COMPACT, content
|
680
|
+
# protection elements are placed the MPD level and referenced at the
|
679
681
|
# AdaptationSet level.
|
680
682
|
# @return [String]
|
681
683
|
#
|
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.67.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: 2023-
|
11
|
+
date: 2023-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|