aws-sdk-mediapackagevod 1.8.0 → 1.9.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: 9c962ec18daedb2e7a79c4e2084981f5de926310
4
- data.tar.gz: 734ad5a0013c37e91449604b5334b47d630632a6
3
+ metadata.gz: 794406ee279a74f836b40dd5023fdda379b7e233
4
+ data.tar.gz: 72ea2f133cdda856e35fcbda35076f5fad201fb9
5
5
  SHA512:
6
- metadata.gz: cb29ea2240991906ae84d868462448375698e1e3f154e3b9cc75efeac906d3d82b64aee20c024cb79f2ff2de1b8068a37ae7af48994b37f9c1fc91cf8f682487
7
- data.tar.gz: d4f0c6cda62dd65c48278fba9ed59ba15e148ead3647a2cfa9d18572e21fbad63ab8e77d28a9f878f54b1d194704ee11635395e71575e32a411d7e54ba55cad5
6
+ metadata.gz: ba7ebf67ec24fffcd26c210d4a1ceae2b1c83691960a464ac665f1b4e2ca8dc4efeab0c1c87117809229cef2ffbcfcabe86096e851738c8c4e6cf0d1e1f8f18f
7
+ data.tar.gz: a11ce6f8c32bd4b08a2755d5ccf63e7ddfbd5832b62d765566bd822576696b857a42bf762dbb985dceb3096380106883322eff6c2b2e46a632ba0ecd91c587d0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
42
42
  # @service
43
43
  module Aws::MediaPackageVod
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -367,6 +367,7 @@ module Aws::MediaPackageVod
367
367
  # dash_package: {
368
368
  # dash_manifests: [ # required
369
369
  # {
370
+ # manifest_layout: "FULL", # accepts FULL, COMPACT
370
371
  # manifest_name: "__string",
371
372
  # min_buffer_time_seconds: 1,
372
373
  # profile: "NONE", # accepts NONE, HBBTV_1_5
@@ -384,7 +385,9 @@ module Aws::MediaPackageVod
384
385
  # url: "__string", # required
385
386
  # },
386
387
  # },
388
+ # period_triggers: ["ADS"], # accepts ADS
387
389
  # segment_duration_seconds: 1,
390
+ # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
388
391
  # },
389
392
  # hls_package: {
390
393
  # encryption: {
@@ -455,6 +458,7 @@ module Aws::MediaPackageVod
455
458
  # resp.cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
456
459
  # resp.cmaf_package.segment_duration_seconds #=> Integer
457
460
  # resp.dash_package.dash_manifests #=> Array
461
+ # resp.dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
458
462
  # resp.dash_package.dash_manifests[0].manifest_name #=> String
459
463
  # resp.dash_package.dash_manifests[0].min_buffer_time_seconds #=> Integer
460
464
  # resp.dash_package.dash_manifests[0].profile #=> String, one of "NONE", "HBBTV_1_5"
@@ -465,7 +469,10 @@ module Aws::MediaPackageVod
465
469
  # resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
466
470
  # resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
467
471
  # resp.dash_package.encryption.speke_key_provider.url #=> String
472
+ # resp.dash_package.period_triggers #=> Array
473
+ # resp.dash_package.period_triggers[0] #=> String, one of "ADS"
468
474
  # resp.dash_package.segment_duration_seconds #=> Integer
475
+ # resp.dash_package.segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE", "NUMBER_WITH_DURATION"
469
476
  # resp.hls_package.encryption.constant_initialization_vector #=> String
470
477
  # resp.hls_package.encryption.encryption_method #=> String, one of "AES_128", "SAMPLE_AES"
471
478
  # resp.hls_package.encryption.speke_key_provider.role_arn #=> String
@@ -681,6 +688,7 @@ module Aws::MediaPackageVod
681
688
  # resp.cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
682
689
  # resp.cmaf_package.segment_duration_seconds #=> Integer
683
690
  # resp.dash_package.dash_manifests #=> Array
691
+ # resp.dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
684
692
  # resp.dash_package.dash_manifests[0].manifest_name #=> String
685
693
  # resp.dash_package.dash_manifests[0].min_buffer_time_seconds #=> Integer
686
694
  # resp.dash_package.dash_manifests[0].profile #=> String, one of "NONE", "HBBTV_1_5"
@@ -691,7 +699,10 @@ module Aws::MediaPackageVod
691
699
  # resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
692
700
  # resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
693
701
  # resp.dash_package.encryption.speke_key_provider.url #=> String
702
+ # resp.dash_package.period_triggers #=> Array
703
+ # resp.dash_package.period_triggers[0] #=> String, one of "ADS"
694
704
  # resp.dash_package.segment_duration_seconds #=> Integer
705
+ # resp.dash_package.segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE", "NUMBER_WITH_DURATION"
695
706
  # resp.hls_package.encryption.constant_initialization_vector #=> String
696
707
  # resp.hls_package.encryption.encryption_method #=> String, one of "AES_128", "SAMPLE_AES"
697
708
  # resp.hls_package.encryption.speke_key_provider.role_arn #=> String
@@ -846,6 +857,7 @@ module Aws::MediaPackageVod
846
857
  # resp.packaging_configurations[0].cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
847
858
  # resp.packaging_configurations[0].cmaf_package.segment_duration_seconds #=> Integer
848
859
  # resp.packaging_configurations[0].dash_package.dash_manifests #=> Array
860
+ # resp.packaging_configurations[0].dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
849
861
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].manifest_name #=> String
850
862
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].min_buffer_time_seconds #=> Integer
851
863
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].profile #=> String, one of "NONE", "HBBTV_1_5"
@@ -856,7 +868,10 @@ module Aws::MediaPackageVod
856
868
  # resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.system_ids #=> Array
857
869
  # resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.system_ids[0] #=> String
858
870
  # resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.url #=> String
871
+ # resp.packaging_configurations[0].dash_package.period_triggers #=> Array
872
+ # resp.packaging_configurations[0].dash_package.period_triggers[0] #=> String, one of "ADS"
859
873
  # resp.packaging_configurations[0].dash_package.segment_duration_seconds #=> Integer
874
+ # resp.packaging_configurations[0].dash_package.segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE", "NUMBER_WITH_DURATION"
860
875
  # resp.packaging_configurations[0].hls_package.encryption.constant_initialization_vector #=> String
861
876
  # resp.packaging_configurations[0].hls_package.encryption.encryption_method #=> String, one of "AES_128", "SAMPLE_AES"
862
877
  # resp.packaging_configurations[0].hls_package.encryption.speke_key_provider.role_arn #=> String
@@ -944,7 +959,7 @@ module Aws::MediaPackageVod
944
959
  params: params,
945
960
  config: config)
946
961
  context[:gem_name] = 'aws-sdk-mediapackagevod'
947
- context[:gem_version] = '1.8.0'
962
+ context[:gem_version] = '1.9.0'
948
963
  Seahorse::Client::Request.new(handlers, context)
949
964
  end
950
965
 
@@ -52,6 +52,7 @@ module Aws::MediaPackageVod
52
52
  ListPackagingConfigurationsResponse = Shapes::StructureShape.new(name: 'ListPackagingConfigurationsResponse')
53
53
  ListPackagingGroupsRequest = Shapes::StructureShape.new(name: 'ListPackagingGroupsRequest')
54
54
  ListPackagingGroupsResponse = Shapes::StructureShape.new(name: 'ListPackagingGroupsResponse')
55
+ ManifestLayout = Shapes::StringShape.new(name: 'ManifestLayout')
55
56
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
56
57
  MssEncryption = Shapes::StructureShape.new(name: 'MssEncryption')
57
58
  MssManifest = Shapes::StructureShape.new(name: 'MssManifest')
@@ -64,12 +65,14 @@ module Aws::MediaPackageVod
64
65
  PackagingGroupCreateParameters = Shapes::StructureShape.new(name: 'PackagingGroupCreateParameters')
65
66
  PackagingGroupList = Shapes::StructureShape.new(name: 'PackagingGroupList')
66
67
  Profile = Shapes::StringShape.new(name: 'Profile')
68
+ SegmentTemplateFormat = Shapes::StringShape.new(name: 'SegmentTemplateFormat')
67
69
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
68
70
  SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
69
71
  StreamOrder = Shapes::StringShape.new(name: 'StreamOrder')
70
72
  StreamSelection = Shapes::StructureShape.new(name: 'StreamSelection')
71
73
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
72
74
  UnprocessableEntityException = Shapes::StructureShape.new(name: 'UnprocessableEntityException')
75
+ __PeriodTriggersElement = Shapes::StringShape.new(name: '__PeriodTriggersElement')
73
76
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
74
77
  __double = Shapes::FloatShape.new(name: '__double')
75
78
  __integer = Shapes::IntegerShape.new(name: '__integer')
@@ -80,6 +83,7 @@ module Aws::MediaPackageVod
80
83
  __listOfMssManifest = Shapes::ListShape.new(name: '__listOfMssManifest')
81
84
  __listOfPackagingConfiguration = Shapes::ListShape.new(name: '__listOfPackagingConfiguration')
82
85
  __listOfPackagingGroup = Shapes::ListShape.new(name: '__listOfPackagingGroup')
86
+ __listOf__PeriodTriggersElement = Shapes::ListShape.new(name: '__listOf__PeriodTriggersElement')
83
87
  __listOf__string = Shapes::ListShape.new(name: '__listOf__string')
84
88
  __long = Shapes::IntegerShape.new(name: '__long')
85
89
  __string = Shapes::StringShape.new(name: '__string')
@@ -167,6 +171,7 @@ module Aws::MediaPackageVod
167
171
  DashEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
168
172
  DashEncryption.struct_class = Types::DashEncryption
169
173
 
174
+ DashManifest.add_member(:manifest_layout, Shapes::ShapeRef.new(shape: ManifestLayout, location_name: "manifestLayout"))
170
175
  DashManifest.add_member(:manifest_name, Shapes::ShapeRef.new(shape: __string, location_name: "manifestName"))
171
176
  DashManifest.add_member(:min_buffer_time_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "minBufferTimeSeconds"))
172
177
  DashManifest.add_member(:profile, Shapes::ShapeRef.new(shape: Profile, location_name: "profile"))
@@ -175,7 +180,9 @@ module Aws::MediaPackageVod
175
180
 
176
181
  DashPackage.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: __listOfDashManifest, required: true, location_name: "dashManifests"))
177
182
  DashPackage.add_member(:encryption, Shapes::ShapeRef.new(shape: DashEncryption, location_name: "encryption"))
183
+ DashPackage.add_member(:period_triggers, Shapes::ShapeRef.new(shape: __listOf__PeriodTriggersElement, location_name: "periodTriggers"))
178
184
  DashPackage.add_member(:segment_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentDurationSeconds"))
185
+ DashPackage.add_member(:segment_template_format, Shapes::ShapeRef.new(shape: SegmentTemplateFormat, location_name: "segmentTemplateFormat"))
179
186
  DashPackage.struct_class = Types::DashPackage
180
187
 
181
188
  DeleteAssetRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
@@ -362,6 +369,8 @@ module Aws::MediaPackageVod
362
369
 
363
370
  __listOfPackagingGroup.member = Shapes::ShapeRef.new(shape: PackagingGroup)
364
371
 
372
+ __listOf__PeriodTriggersElement.member = Shapes::ShapeRef.new(shape: __PeriodTriggersElement)
373
+
365
374
  __listOf__string.member = Shapes::ShapeRef.new(shape: __string)
366
375
 
367
376
 
@@ -335,6 +335,7 @@ module Aws::MediaPackageVod
335
335
  # dash_package: {
336
336
  # dash_manifests: [ # required
337
337
  # {
338
+ # manifest_layout: "FULL", # accepts FULL, COMPACT
338
339
  # manifest_name: "__string",
339
340
  # min_buffer_time_seconds: 1,
340
341
  # profile: "NONE", # accepts NONE, HBBTV_1_5
@@ -352,7 +353,9 @@ module Aws::MediaPackageVod
352
353
  # url: "__string", # required
353
354
  # },
354
355
  # },
356
+ # period_triggers: ["ADS"], # accepts ADS
355
357
  # segment_duration_seconds: 1,
358
+ # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
356
359
  # },
357
360
  # hls_package: {
358
361
  # encryption: {
@@ -547,6 +550,7 @@ module Aws::MediaPackageVod
547
550
  # data as a hash:
548
551
  #
549
552
  # {
553
+ # manifest_layout: "FULL", # accepts FULL, COMPACT
550
554
  # manifest_name: "__string",
551
555
  # min_buffer_time_seconds: 1,
552
556
  # profile: "NONE", # accepts NONE, HBBTV_1_5
@@ -557,6 +561,14 @@ module Aws::MediaPackageVod
557
561
  # },
558
562
  # }
559
563
  #
564
+ # @!attribute [rw] manifest_layout
565
+ # Determines the position of some tags in the Media Presentation
566
+ # Description (MPD). When set to FULL, elements like SegmentTemplate
567
+ # and ContentProtection are included in each Representation. When set
568
+ # to COMPACT, duplicate elements are combined and presented at the
569
+ # AdaptationSet level.
570
+ # @return [String]
571
+ #
560
572
  # @!attribute [rw] manifest_name
561
573
  # An optional string to include in the name of the manifest.
562
574
  # @return [String]
@@ -578,6 +590,7 @@ module Aws::MediaPackageVod
578
590
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/DashManifest AWS API Documentation
579
591
  #
580
592
  class DashManifest < Struct.new(
593
+ :manifest_layout,
581
594
  :manifest_name,
582
595
  :min_buffer_time_seconds,
583
596
  :profile,
@@ -593,6 +606,7 @@ module Aws::MediaPackageVod
593
606
  # {
594
607
  # dash_manifests: [ # required
595
608
  # {
609
+ # manifest_layout: "FULL", # accepts FULL, COMPACT
596
610
  # manifest_name: "__string",
597
611
  # min_buffer_time_seconds: 1,
598
612
  # profile: "NONE", # accepts NONE, HBBTV_1_5
@@ -610,7 +624,9 @@ module Aws::MediaPackageVod
610
624
  # url: "__string", # required
611
625
  # },
612
626
  # },
627
+ # period_triggers: ["ADS"], # accepts ADS
613
628
  # segment_duration_seconds: 1,
629
+ # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
614
630
  # }
615
631
  #
616
632
  # @!attribute [rw] dash_manifests
@@ -622,17 +638,38 @@ module Aws::MediaPackageVod
622
638
  # configuration.
623
639
  # @return [Types::DashEncryption]
624
640
  #
641
+ # @!attribute [rw] period_triggers
642
+ # A list of triggers that controls when the outgoing Dynamic Adaptive
643
+ # Streaming over HTTP (DASH) Media Presentation Description (MPD) will
644
+ # be partitioned into multiple periods. If empty, the content will not
645
+ # be partitioned into more than one period. If the list contains
646
+ # "ADS", new periods will be created where the Asset contains
647
+ # SCTE-35 ad markers.
648
+ # @return [Array<String>]
649
+ #
625
650
  # @!attribute [rw] segment_duration_seconds
626
651
  # Duration (in seconds) of each segment. Actual segments will be
627
652
  # rounded to the nearest multiple of the source segment duration.
628
653
  # @return [Integer]
629
654
  #
655
+ # @!attribute [rw] segment_template_format
656
+ # Determines the type of SegmentTemplate included in the Media
657
+ # Presentation Description (MPD). When set to NUMBER\_WITH\_TIMELINE,
658
+ # a full timeline is presented in each SegmentTemplate, with $Number$
659
+ # media URLs. When set to TIME\_WITH\_TIMELINE, a full timeline is
660
+ # presented in each SegmentTemplate, with $Time$ media URLs. When set
661
+ # to NUMBER\_WITH\_DURATION, only a duration is included in each
662
+ # SegmentTemplate, with $Number$ media URLs.
663
+ # @return [String]
664
+ #
630
665
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/DashPackage AWS API Documentation
631
666
  #
632
667
  class DashPackage < Struct.new(
633
668
  :dash_manifests,
634
669
  :encryption,
635
- :segment_duration_seconds)
670
+ :period_triggers,
671
+ :segment_duration_seconds,
672
+ :segment_template_format)
636
673
  include Aws::Structure
637
674
  end
638
675
 
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.8.0
4
+ version: 1.9.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: 2019-11-25 00:00:00.000000000 Z
11
+ date: 2020-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core