aws-sdk-mediapackagevod 1.22.0 → 1.23.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-mediapackagevod.rb +1 -1
- data/lib/aws-sdk-mediapackagevod/client.rb +9 -1
- data/lib/aws-sdk-mediapackagevod/client_api.rb +2 -0
- data/lib/aws-sdk-mediapackagevod/types.rb +24 -0
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf66b7a7440ff036a05bd87520eedb6feb287a5e670c93b6b065647075453d7a
|
4
|
+
data.tar.gz: bbb1c2564b0a3f3636ee32bee39efe86d972ca5f8f466adaaa955d031e4d0981
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f245154545d083c42d54a3990d2bdc33dd1d83fed00ba66393dcf7d92d936dd267a256324bdd11a280ef217ed6e79aa284231fac2ae0089bb7b4d6d216331c6
|
7
|
+
data.tar.gz: 8e4e7e8a21e77469652253663d372f82bf96452211eb030e775c23d9a1eb53e8e227016203a0c479a6cc5255eb851dbab68b23795e6a3f71ddb65da3dedc5a16
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.23.0 (2021-04-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - MediaPackage now offers the option to place your Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) encoder metadata in every video segment instead of in the init fragment for DASH and CMAF endpoints.
|
8
|
+
|
4
9
|
1.22.0 (2021-03-10)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.23.0
|
@@ -494,6 +494,7 @@ module Aws::MediaPackageVod
|
|
494
494
|
# },
|
495
495
|
# },
|
496
496
|
# ],
|
497
|
+
# include_encoder_configuration_in_segments: false,
|
497
498
|
# segment_duration_seconds: 1,
|
498
499
|
# },
|
499
500
|
# dash_package: {
|
@@ -517,6 +518,7 @@ module Aws::MediaPackageVod
|
|
517
518
|
# url: "__string", # required
|
518
519
|
# },
|
519
520
|
# },
|
521
|
+
# include_encoder_configuration_in_segments: false,
|
520
522
|
# period_triggers: ["ADS"], # accepts ADS
|
521
523
|
# segment_duration_seconds: 1,
|
522
524
|
# segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
|
@@ -591,6 +593,7 @@ module Aws::MediaPackageVod
|
|
591
593
|
# resp.cmaf_package.hls_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
|
592
594
|
# resp.cmaf_package.hls_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
|
593
595
|
# resp.cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
596
|
+
# resp.cmaf_package.include_encoder_configuration_in_segments #=> Boolean
|
594
597
|
# resp.cmaf_package.segment_duration_seconds #=> Integer
|
595
598
|
# resp.dash_package.dash_manifests #=> Array
|
596
599
|
# resp.dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
|
@@ -604,6 +607,7 @@ module Aws::MediaPackageVod
|
|
604
607
|
# resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
|
605
608
|
# resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
606
609
|
# resp.dash_package.encryption.speke_key_provider.url #=> String
|
610
|
+
# resp.dash_package.include_encoder_configuration_in_segments #=> Boolean
|
607
611
|
# resp.dash_package.period_triggers #=> Array
|
608
612
|
# resp.dash_package.period_triggers[0] #=> String, one of "ADS"
|
609
613
|
# resp.dash_package.segment_duration_seconds #=> Integer
|
@@ -854,6 +858,7 @@ module Aws::MediaPackageVod
|
|
854
858
|
# resp.cmaf_package.hls_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
|
855
859
|
# resp.cmaf_package.hls_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
|
856
860
|
# resp.cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
861
|
+
# resp.cmaf_package.include_encoder_configuration_in_segments #=> Boolean
|
857
862
|
# resp.cmaf_package.segment_duration_seconds #=> Integer
|
858
863
|
# resp.dash_package.dash_manifests #=> Array
|
859
864
|
# resp.dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
|
@@ -867,6 +872,7 @@ module Aws::MediaPackageVod
|
|
867
872
|
# resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
|
868
873
|
# resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
869
874
|
# resp.dash_package.encryption.speke_key_provider.url #=> String
|
875
|
+
# resp.dash_package.include_encoder_configuration_in_segments #=> Boolean
|
870
876
|
# resp.dash_package.period_triggers #=> Array
|
871
877
|
# resp.dash_package.period_triggers[0] #=> String, one of "ADS"
|
872
878
|
# resp.dash_package.segment_duration_seconds #=> Integer
|
@@ -1039,6 +1045,7 @@ module Aws::MediaPackageVod
|
|
1039
1045
|
# resp.packaging_configurations[0].cmaf_package.hls_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
|
1040
1046
|
# resp.packaging_configurations[0].cmaf_package.hls_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
|
1041
1047
|
# resp.packaging_configurations[0].cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
1048
|
+
# resp.packaging_configurations[0].cmaf_package.include_encoder_configuration_in_segments #=> Boolean
|
1042
1049
|
# resp.packaging_configurations[0].cmaf_package.segment_duration_seconds #=> Integer
|
1043
1050
|
# resp.packaging_configurations[0].dash_package.dash_manifests #=> Array
|
1044
1051
|
# resp.packaging_configurations[0].dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
|
@@ -1052,6 +1059,7 @@ module Aws::MediaPackageVod
|
|
1052
1059
|
# resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.system_ids #=> Array
|
1053
1060
|
# resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
1054
1061
|
# resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.url #=> String
|
1062
|
+
# resp.packaging_configurations[0].dash_package.include_encoder_configuration_in_segments #=> Boolean
|
1055
1063
|
# resp.packaging_configurations[0].dash_package.period_triggers #=> Array
|
1056
1064
|
# resp.packaging_configurations[0].dash_package.period_triggers[0] #=> String, one of "ADS"
|
1057
1065
|
# resp.packaging_configurations[0].dash_package.segment_duration_seconds #=> Integer
|
@@ -1279,7 +1287,7 @@ module Aws::MediaPackageVod
|
|
1279
1287
|
params: params,
|
1280
1288
|
config: config)
|
1281
1289
|
context[:gem_name] = 'aws-sdk-mediapackagevod'
|
1282
|
-
context[:gem_version] = '1.
|
1290
|
+
context[:gem_version] = '1.23.0'
|
1283
1291
|
Seahorse::Client::Request.new(handlers, context)
|
1284
1292
|
end
|
1285
1293
|
|
@@ -147,6 +147,7 @@ module Aws::MediaPackageVod
|
|
147
147
|
|
148
148
|
CmafPackage.add_member(:encryption, Shapes::ShapeRef.new(shape: CmafEncryption, location_name: "encryption"))
|
149
149
|
CmafPackage.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: __listOfHlsManifest, required: true, location_name: "hlsManifests"))
|
150
|
+
CmafPackage.add_member(:include_encoder_configuration_in_segments, Shapes::ShapeRef.new(shape: __boolean, location_name: "includeEncoderConfigurationInSegments"))
|
150
151
|
CmafPackage.add_member(:segment_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentDurationSeconds"))
|
151
152
|
CmafPackage.struct_class = Types::CmafPackage
|
152
153
|
|
@@ -229,6 +230,7 @@ module Aws::MediaPackageVod
|
|
229
230
|
|
230
231
|
DashPackage.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: __listOfDashManifest, required: true, location_name: "dashManifests"))
|
231
232
|
DashPackage.add_member(:encryption, Shapes::ShapeRef.new(shape: DashEncryption, location_name: "encryption"))
|
233
|
+
DashPackage.add_member(:include_encoder_configuration_in_segments, Shapes::ShapeRef.new(shape: __boolean, location_name: "includeEncoderConfigurationInSegments"))
|
232
234
|
DashPackage.add_member(:period_triggers, Shapes::ShapeRef.new(shape: __listOf__PeriodTriggersElement, location_name: "periodTriggers"))
|
233
235
|
DashPackage.add_member(:segment_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentDurationSeconds"))
|
234
236
|
DashPackage.add_member(:segment_template_format, Shapes::ShapeRef.new(shape: SegmentTemplateFormat, location_name: "segmentTemplateFormat"))
|
@@ -255,6 +255,7 @@ module Aws::MediaPackageVod
|
|
255
255
|
# },
|
256
256
|
# },
|
257
257
|
# ],
|
258
|
+
# include_encoder_configuration_in_segments: false,
|
258
259
|
# segment_duration_seconds: 1,
|
259
260
|
# }
|
260
261
|
#
|
@@ -266,6 +267,15 @@ module Aws::MediaPackageVod
|
|
266
267
|
# A list of HLS manifest configurations.
|
267
268
|
# @return [Array<Types::HlsManifest>]
|
268
269
|
#
|
270
|
+
# @!attribute [rw] include_encoder_configuration_in_segments
|
271
|
+
# When includeEncoderConfigurationInSegments is set to true,
|
272
|
+
# MediaPackage places your encoder's Sequence Parameter Set (SPS),
|
273
|
+
# Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata
|
274
|
+
# in every video segment instead of in the init fragment. This lets
|
275
|
+
# you use different SPS/PPS/VPS settings for your assets during
|
276
|
+
# content playback.
|
277
|
+
# @return [Boolean]
|
278
|
+
#
|
269
279
|
# @!attribute [rw] segment_duration_seconds
|
270
280
|
# Duration (in seconds) of each fragment. Actual fragments will be
|
271
281
|
# rounded to the nearest multiple of the source fragment duration.
|
@@ -276,6 +286,7 @@ module Aws::MediaPackageVod
|
|
276
286
|
class CmafPackage < Struct.new(
|
277
287
|
:encryption,
|
278
288
|
:hls_manifests,
|
289
|
+
:include_encoder_configuration_in_segments,
|
279
290
|
:segment_duration_seconds)
|
280
291
|
SENSITIVE = []
|
281
292
|
include Aws::Structure
|
@@ -471,6 +482,7 @@ module Aws::MediaPackageVod
|
|
471
482
|
# },
|
472
483
|
# },
|
473
484
|
# ],
|
485
|
+
# include_encoder_configuration_in_segments: false,
|
474
486
|
# segment_duration_seconds: 1,
|
475
487
|
# },
|
476
488
|
# dash_package: {
|
@@ -494,6 +506,7 @@ module Aws::MediaPackageVod
|
|
494
506
|
# url: "__string", # required
|
495
507
|
# },
|
496
508
|
# },
|
509
|
+
# include_encoder_configuration_in_segments: false,
|
497
510
|
# period_triggers: ["ADS"], # accepts ADS
|
498
511
|
# segment_duration_seconds: 1,
|
499
512
|
# segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
|
@@ -824,6 +837,7 @@ module Aws::MediaPackageVod
|
|
824
837
|
# url: "__string", # required
|
825
838
|
# },
|
826
839
|
# },
|
840
|
+
# include_encoder_configuration_in_segments: false,
|
827
841
|
# period_triggers: ["ADS"], # accepts ADS
|
828
842
|
# segment_duration_seconds: 1,
|
829
843
|
# segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
|
@@ -838,6 +852,15 @@ module Aws::MediaPackageVod
|
|
838
852
|
# configuration.
|
839
853
|
# @return [Types::DashEncryption]
|
840
854
|
#
|
855
|
+
# @!attribute [rw] include_encoder_configuration_in_segments
|
856
|
+
# When includeEncoderConfigurationInSegments is set to true,
|
857
|
+
# MediaPackage places your encoder's Sequence Parameter Set (SPS),
|
858
|
+
# Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata
|
859
|
+
# in every video segment instead of in the init fragment. This lets
|
860
|
+
# you use different SPS/PPS/VPS settings for your assets during
|
861
|
+
# content playback.
|
862
|
+
# @return [Boolean]
|
863
|
+
#
|
841
864
|
# @!attribute [rw] period_triggers
|
842
865
|
# A list of triggers that controls when the outgoing Dynamic Adaptive
|
843
866
|
# Streaming over HTTP (DASH) Media Presentation Description (MPD) will
|
@@ -867,6 +890,7 @@ module Aws::MediaPackageVod
|
|
867
890
|
class DashPackage < Struct.new(
|
868
891
|
:dash_manifests,
|
869
892
|
:encryption,
|
893
|
+
:include_encoder_configuration_in_segments,
|
870
894
|
:period_triggers,
|
871
895
|
:segment_duration_seconds,
|
872
896
|
:segment_template_format)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediapackagevod
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.23.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-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
66
66
|
licenses:
|
67
67
|
- Apache-2.0
|
68
68
|
metadata:
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackagevod
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackagevod/CHANGELOG.md
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
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 Vod
|