aws-sdk-mediapackage 1.10.0 → 1.11.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79b8992d679625c9eb37c58001616a7468c529fd
|
4
|
+
data.tar.gz: 51ff985c149aa2a06f864ee37d57fb3957eef66f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1196acf52a70f2723ac53a82726a3c950b081e6329ce6b0332930e513c28df3cffe30cc64e375c1347666bb3f9f677bb11522aafd8137b14238de2213c7c42fd
|
7
|
+
data.tar.gz: f432c91f5233671e53560147fc17578177adba7983836458d7b550075095bc533457016ef8de3a652f7cb8e41657ad989ace85127d6330d50b86693d54059fec
|
data/lib/aws-sdk-mediapackage.rb
CHANGED
@@ -334,12 +334,14 @@ module Aws::MediaPackage
|
|
334
334
|
# url: "__string", # required
|
335
335
|
# },
|
336
336
|
# },
|
337
|
+
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
337
338
|
# manifest_window_seconds: 1,
|
338
339
|
# min_buffer_time_seconds: 1,
|
339
340
|
# min_update_period_seconds: 1,
|
340
341
|
# period_triggers: ["ADS"], # accepts ADS
|
341
342
|
# profile: "NONE", # accepts NONE, HBBTV_1_5
|
342
343
|
# segment_duration_seconds: 1,
|
344
|
+
# segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE
|
343
345
|
# stream_selection: {
|
344
346
|
# max_video_bits_per_second: 1,
|
345
347
|
# min_video_bits_per_second: 1,
|
@@ -432,6 +434,7 @@ module Aws::MediaPackage
|
|
432
434
|
# resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
|
433
435
|
# resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
434
436
|
# resp.dash_package.encryption.speke_key_provider.url #=> String
|
437
|
+
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
435
438
|
# resp.dash_package.manifest_window_seconds #=> Integer
|
436
439
|
# resp.dash_package.min_buffer_time_seconds #=> Integer
|
437
440
|
# resp.dash_package.min_update_period_seconds #=> Integer
|
@@ -439,6 +442,7 @@ module Aws::MediaPackage
|
|
439
442
|
# resp.dash_package.period_triggers[0] #=> String, one of "ADS"
|
440
443
|
# resp.dash_package.profile #=> String, one of "NONE", "HBBTV_1_5"
|
441
444
|
# resp.dash_package.segment_duration_seconds #=> Integer
|
445
|
+
# resp.dash_package.segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE"
|
442
446
|
# resp.dash_package.stream_selection.max_video_bits_per_second #=> Integer
|
443
447
|
# resp.dash_package.stream_selection.min_video_bits_per_second #=> Integer
|
444
448
|
# resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
@@ -629,6 +633,7 @@ module Aws::MediaPackage
|
|
629
633
|
# resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
|
630
634
|
# resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
631
635
|
# resp.dash_package.encryption.speke_key_provider.url #=> String
|
636
|
+
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
632
637
|
# resp.dash_package.manifest_window_seconds #=> Integer
|
633
638
|
# resp.dash_package.min_buffer_time_seconds #=> Integer
|
634
639
|
# resp.dash_package.min_update_period_seconds #=> Integer
|
@@ -636,6 +641,7 @@ module Aws::MediaPackage
|
|
636
641
|
# resp.dash_package.period_triggers[0] #=> String, one of "ADS"
|
637
642
|
# resp.dash_package.profile #=> String, one of "NONE", "HBBTV_1_5"
|
638
643
|
# resp.dash_package.segment_duration_seconds #=> Integer
|
644
|
+
# resp.dash_package.segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE"
|
639
645
|
# resp.dash_package.stream_selection.max_video_bits_per_second #=> Integer
|
640
646
|
# resp.dash_package.stream_selection.min_video_bits_per_second #=> Integer
|
641
647
|
# resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
@@ -784,6 +790,7 @@ module Aws::MediaPackage
|
|
784
790
|
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.system_ids #=> Array
|
785
791
|
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
786
792
|
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.url #=> String
|
793
|
+
# resp.origin_endpoints[0].dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
787
794
|
# resp.origin_endpoints[0].dash_package.manifest_window_seconds #=> Integer
|
788
795
|
# resp.origin_endpoints[0].dash_package.min_buffer_time_seconds #=> Integer
|
789
796
|
# resp.origin_endpoints[0].dash_package.min_update_period_seconds #=> Integer
|
@@ -791,6 +798,7 @@ module Aws::MediaPackage
|
|
791
798
|
# resp.origin_endpoints[0].dash_package.period_triggers[0] #=> String, one of "ADS"
|
792
799
|
# resp.origin_endpoints[0].dash_package.profile #=> String, one of "NONE", "HBBTV_1_5"
|
793
800
|
# resp.origin_endpoints[0].dash_package.segment_duration_seconds #=> Integer
|
801
|
+
# resp.origin_endpoints[0].dash_package.segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE"
|
794
802
|
# resp.origin_endpoints[0].dash_package.stream_selection.max_video_bits_per_second #=> Integer
|
795
803
|
# resp.origin_endpoints[0].dash_package.stream_selection.min_video_bits_per_second #=> Integer
|
796
804
|
# resp.origin_endpoints[0].dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
@@ -1050,12 +1058,14 @@ module Aws::MediaPackage
|
|
1050
1058
|
# url: "__string", # required
|
1051
1059
|
# },
|
1052
1060
|
# },
|
1061
|
+
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
1053
1062
|
# manifest_window_seconds: 1,
|
1054
1063
|
# min_buffer_time_seconds: 1,
|
1055
1064
|
# min_update_period_seconds: 1,
|
1056
1065
|
# period_triggers: ["ADS"], # accepts ADS
|
1057
1066
|
# profile: "NONE", # accepts NONE, HBBTV_1_5
|
1058
1067
|
# segment_duration_seconds: 1,
|
1068
|
+
# segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE
|
1059
1069
|
# stream_selection: {
|
1060
1070
|
# max_video_bits_per_second: 1,
|
1061
1071
|
# min_video_bits_per_second: 1,
|
@@ -1148,6 +1158,7 @@ module Aws::MediaPackage
|
|
1148
1158
|
# resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
|
1149
1159
|
# resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
1150
1160
|
# resp.dash_package.encryption.speke_key_provider.url #=> String
|
1161
|
+
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
1151
1162
|
# resp.dash_package.manifest_window_seconds #=> Integer
|
1152
1163
|
# resp.dash_package.min_buffer_time_seconds #=> Integer
|
1153
1164
|
# resp.dash_package.min_update_period_seconds #=> Integer
|
@@ -1155,6 +1166,7 @@ module Aws::MediaPackage
|
|
1155
1166
|
# resp.dash_package.period_triggers[0] #=> String, one of "ADS"
|
1156
1167
|
# resp.dash_package.profile #=> String, one of "NONE", "HBBTV_1_5"
|
1157
1168
|
# resp.dash_package.segment_duration_seconds #=> Integer
|
1169
|
+
# resp.dash_package.segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE"
|
1158
1170
|
# resp.dash_package.stream_selection.max_video_bits_per_second #=> Integer
|
1159
1171
|
# resp.dash_package.stream_selection.min_video_bits_per_second #=> Integer
|
1160
1172
|
# resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
@@ -1221,7 +1233,7 @@ module Aws::MediaPackage
|
|
1221
1233
|
params: params,
|
1222
1234
|
config: config)
|
1223
1235
|
context[:gem_name] = 'aws-sdk-mediapackage'
|
1224
|
-
context[:gem_version] = '1.
|
1236
|
+
context[:gem_version] = '1.11.0'
|
1225
1237
|
Seahorse::Client::Request.new(handlers, context)
|
1226
1238
|
end
|
1227
1239
|
|
@@ -46,6 +46,7 @@ module Aws::MediaPackage
|
|
46
46
|
ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
|
47
47
|
ListOriginEndpointsRequest = Shapes::StructureShape.new(name: 'ListOriginEndpointsRequest')
|
48
48
|
ListOriginEndpointsResponse = Shapes::StructureShape.new(name: 'ListOriginEndpointsResponse')
|
49
|
+
ManifestLayout = Shapes::StringShape.new(name: 'ManifestLayout')
|
49
50
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
50
51
|
MssEncryption = Shapes::StructureShape.new(name: 'MssEncryption')
|
51
52
|
MssPackage = Shapes::StructureShape.new(name: 'MssPackage')
|
@@ -60,6 +61,7 @@ module Aws::MediaPackage
|
|
60
61
|
RotateChannelCredentialsResponse = Shapes::StructureShape.new(name: 'RotateChannelCredentialsResponse')
|
61
62
|
RotateIngestEndpointCredentialsRequest = Shapes::StructureShape.new(name: 'RotateIngestEndpointCredentialsRequest')
|
62
63
|
RotateIngestEndpointCredentialsResponse = Shapes::StructureShape.new(name: 'RotateIngestEndpointCredentialsResponse')
|
64
|
+
SegmentTemplateFormat = Shapes::StringShape.new(name: 'SegmentTemplateFormat')
|
63
65
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
64
66
|
SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
|
65
67
|
StreamOrder = Shapes::StringShape.new(name: 'StreamOrder')
|
@@ -162,12 +164,14 @@ module Aws::MediaPackage
|
|
162
164
|
DashEncryption.struct_class = Types::DashEncryption
|
163
165
|
|
164
166
|
DashPackage.add_member(:encryption, Shapes::ShapeRef.new(shape: DashEncryption, location_name: "encryption"))
|
167
|
+
DashPackage.add_member(:manifest_layout, Shapes::ShapeRef.new(shape: ManifestLayout, location_name: "manifestLayout"))
|
165
168
|
DashPackage.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "manifestWindowSeconds"))
|
166
169
|
DashPackage.add_member(:min_buffer_time_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "minBufferTimeSeconds"))
|
167
170
|
DashPackage.add_member(:min_update_period_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "minUpdatePeriodSeconds"))
|
168
171
|
DashPackage.add_member(:period_triggers, Shapes::ShapeRef.new(shape: __listOf__PeriodTriggersElement, location_name: "periodTriggers"))
|
169
172
|
DashPackage.add_member(:profile, Shapes::ShapeRef.new(shape: Profile, location_name: "profile"))
|
170
173
|
DashPackage.add_member(:segment_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentDurationSeconds"))
|
174
|
+
DashPackage.add_member(:segment_template_format, Shapes::ShapeRef.new(shape: SegmentTemplateFormat, location_name: "segmentTemplateFormat"))
|
171
175
|
DashPackage.add_member(:stream_selection, Shapes::ShapeRef.new(shape: StreamSelection, location_name: "streamSelection"))
|
172
176
|
DashPackage.add_member(:suggested_presentation_delay_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "suggestedPresentationDelaySeconds"))
|
173
177
|
DashPackage.struct_class = Types::DashPackage
|
@@ -316,12 +316,14 @@ module Aws::MediaPackage
|
|
316
316
|
# url: "__string", # required
|
317
317
|
# },
|
318
318
|
# },
|
319
|
+
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
319
320
|
# manifest_window_seconds: 1,
|
320
321
|
# min_buffer_time_seconds: 1,
|
321
322
|
# min_update_period_seconds: 1,
|
322
323
|
# period_triggers: ["ADS"], # accepts ADS
|
323
324
|
# profile: "NONE", # accepts NONE, HBBTV_1_5
|
324
325
|
# segment_duration_seconds: 1,
|
326
|
+
# segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE
|
325
327
|
# stream_selection: {
|
326
328
|
# max_video_bits_per_second: 1,
|
327
329
|
# min_video_bits_per_second: 1,
|
@@ -551,12 +553,14 @@ module Aws::MediaPackage
|
|
551
553
|
# url: "__string", # required
|
552
554
|
# },
|
553
555
|
# },
|
556
|
+
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
554
557
|
# manifest_window_seconds: 1,
|
555
558
|
# min_buffer_time_seconds: 1,
|
556
559
|
# min_update_period_seconds: 1,
|
557
560
|
# period_triggers: ["ADS"], # accepts ADS
|
558
561
|
# profile: "NONE", # accepts NONE, HBBTV_1_5
|
559
562
|
# segment_duration_seconds: 1,
|
563
|
+
# segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE
|
560
564
|
# stream_selection: {
|
561
565
|
# max_video_bits_per_second: 1,
|
562
566
|
# min_video_bits_per_second: 1,
|
@@ -570,6 +574,14 @@ module Aws::MediaPackage
|
|
570
574
|
# configuration.
|
571
575
|
# @return [Types::DashEncryption]
|
572
576
|
#
|
577
|
+
# @!attribute [rw] manifest_layout
|
578
|
+
# Determines the position of some tags in the Media Presentation
|
579
|
+
# Description (MPD). When set to FULL, elements like SegmentTemplate
|
580
|
+
# and ContentProtection are included in each Representation. When set
|
581
|
+
# to COMPACT, duplicate elements are combined and presented at the
|
582
|
+
# AdaptationSet level.
|
583
|
+
# @return [String]
|
584
|
+
#
|
573
585
|
# @!attribute [rw] manifest_window_seconds
|
574
586
|
# Time window (in seconds) contained in each manifest.
|
575
587
|
# @return [Integer]
|
@@ -604,6 +616,14 @@ module Aws::MediaPackage
|
|
604
616
|
# rounded to the nearest multiple of the source segment duration.
|
605
617
|
# @return [Integer]
|
606
618
|
#
|
619
|
+
# @!attribute [rw] segment_template_format
|
620
|
+
# Determines the type of SegmentTimeline included in the Media
|
621
|
+
# Presentation Description (MPD). When set to NUMBER\_WITH\_TIMELINE,
|
622
|
+
# a full timeline is presented in each SegmentTemplate, with $Number$
|
623
|
+
# media URLs. When set to TIME\_WITH\_TIMELINE, a full timeline is
|
624
|
+
# presented in each SegmentTemplate, with $Time$ media URLs.
|
625
|
+
# @return [String]
|
626
|
+
#
|
607
627
|
# @!attribute [rw] stream_selection
|
608
628
|
# A StreamSelection configuration.
|
609
629
|
# @return [Types::StreamSelection]
|
@@ -616,12 +636,14 @@ module Aws::MediaPackage
|
|
616
636
|
#
|
617
637
|
class DashPackage < Struct.new(
|
618
638
|
:encryption,
|
639
|
+
:manifest_layout,
|
619
640
|
:manifest_window_seconds,
|
620
641
|
:min_buffer_time_seconds,
|
621
642
|
:min_update_period_seconds,
|
622
643
|
:period_triggers,
|
623
644
|
:profile,
|
624
645
|
:segment_duration_seconds,
|
646
|
+
:segment_template_format,
|
625
647
|
:stream_selection,
|
626
648
|
:suggested_presentation_delay_seconds)
|
627
649
|
include Aws::Structure
|
@@ -1767,12 +1789,14 @@ module Aws::MediaPackage
|
|
1767
1789
|
# url: "__string", # required
|
1768
1790
|
# },
|
1769
1791
|
# },
|
1792
|
+
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
1770
1793
|
# manifest_window_seconds: 1,
|
1771
1794
|
# min_buffer_time_seconds: 1,
|
1772
1795
|
# min_update_period_seconds: 1,
|
1773
1796
|
# period_triggers: ["ADS"], # accepts ADS
|
1774
1797
|
# profile: "NONE", # accepts NONE, HBBTV_1_5
|
1775
1798
|
# segment_duration_seconds: 1,
|
1799
|
+
# segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE
|
1776
1800
|
# stream_selection: {
|
1777
1801
|
# max_video_bits_per_second: 1,
|
1778
1802
|
# min_video_bits_per_second: 1,
|
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.11.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:
|
11
|
+
date: 2019-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|