aws-sdk-mediapackagevod 1.39.0 → 1.40.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: f7009fcaacfb0f3aea90dc7065e8975027c4463f9e5092d0fa949ad06748676f
4
- data.tar.gz: ba5f084a35b63b99101680eb5337fca8e46aeab6a3e1c57396d87c1ec2c41fee
3
+ metadata.gz: 47fc64882557cdbd3e207ec354f78ecaa14eb5ae60d11dec577a1443ce7784dd
4
+ data.tar.gz: c8e3a08422cb7b183af94e44cfb8321b378c501be679a467d35df973c509220a
5
5
  SHA512:
6
- metadata.gz: 45707f95b12efecb09ae79b17fb748ee6f454b87296f5255976417afdc4b449e2c78dcb5c061b61367870f8082839f4c5442030fbb16266658251265b30b3bc6
7
- data.tar.gz: 96e8cc6d2f194017759d708c78732fa2735a33ae85b1f856b367a03b71ab4f4a44c99844d54132b21a7179cfcec4906951e6a55ce315ac499bc9052700880936
6
+ metadata.gz: 8394cb84a8059389db043e85cc600d8b85614c5eb8ba4f5f1798ed3d96cc67a5a505c9bf091725395afe7de76cc1d8670b36ddb996c3939e1557837304a17ebb
7
+ data.tar.gz: b5a24d5c0b4d8fd7a3dc8c4ec79925aae9ced3a920258ab1aa350b2973ae8eafbf9745fba499fdfada21e70e856f780f4dcc7406b512096832783cac5aa37919
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2022-12-09)
5
+ ------------------
6
+
7
+ * Feature - This release provides the approximate number of assets in a packaging group.
8
+
4
9
  1.39.0 (2022-11-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -1011,6 +1011,7 @@ module Aws::MediaPackageVod
1011
1011
  #
1012
1012
  # @return [Types::DescribePackagingGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1013
1013
  #
1014
+ # * {Types::DescribePackagingGroupResponse#approximate_asset_count #approximate_asset_count} => Integer
1014
1015
  # * {Types::DescribePackagingGroupResponse#arn #arn} => String
1015
1016
  # * {Types::DescribePackagingGroupResponse#authorization #authorization} => Types::Authorization
1016
1017
  # * {Types::DescribePackagingGroupResponse#domain_name #domain_name} => String
@@ -1026,6 +1027,7 @@ module Aws::MediaPackageVod
1026
1027
  #
1027
1028
  # @example Response structure
1028
1029
  #
1030
+ # resp.approximate_asset_count #=> Integer
1029
1031
  # resp.arn #=> String
1030
1032
  # resp.authorization.cdn_identifier_secret #=> String
1031
1033
  # resp.authorization.secrets_role_arn #=> String
@@ -1228,6 +1230,7 @@ module Aws::MediaPackageVod
1228
1230
  #
1229
1231
  # resp.next_token #=> String
1230
1232
  # resp.packaging_groups #=> Array
1233
+ # resp.packaging_groups[0].approximate_asset_count #=> Integer
1231
1234
  # resp.packaging_groups[0].arn #=> String
1232
1235
  # resp.packaging_groups[0].authorization.cdn_identifier_secret #=> String
1233
1236
  # resp.packaging_groups[0].authorization.secrets_role_arn #=> String
@@ -1336,6 +1339,7 @@ module Aws::MediaPackageVod
1336
1339
  #
1337
1340
  # @return [Types::UpdatePackagingGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1338
1341
  #
1342
+ # * {Types::UpdatePackagingGroupResponse#approximate_asset_count #approximate_asset_count} => Integer
1339
1343
  # * {Types::UpdatePackagingGroupResponse#arn #arn} => String
1340
1344
  # * {Types::UpdatePackagingGroupResponse#authorization #authorization} => Types::Authorization
1341
1345
  # * {Types::UpdatePackagingGroupResponse#domain_name #domain_name} => String
@@ -1355,6 +1359,7 @@ module Aws::MediaPackageVod
1355
1359
  #
1356
1360
  # @example Response structure
1357
1361
  #
1362
+ # resp.approximate_asset_count #=> Integer
1358
1363
  # resp.arn #=> String
1359
1364
  # resp.authorization.cdn_identifier_secret #=> String
1360
1365
  # resp.authorization.secrets_role_arn #=> String
@@ -1386,7 +1391,7 @@ module Aws::MediaPackageVod
1386
1391
  params: params,
1387
1392
  config: config)
1388
1393
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1389
- context[:gem_version] = '1.39.0'
1394
+ context[:gem_version] = '1.40.0'
1390
1395
  Seahorse::Client::Request.new(handlers, context)
1391
1396
  end
1392
1397
 
@@ -288,6 +288,7 @@ module Aws::MediaPackageVod
288
288
  DescribePackagingGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
289
289
  DescribePackagingGroupRequest.struct_class = Types::DescribePackagingGroupRequest
290
290
 
291
+ DescribePackagingGroupResponse.add_member(:approximate_asset_count, Shapes::ShapeRef.new(shape: __integer, location_name: "approximateAssetCount"))
291
292
  DescribePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
292
293
  DescribePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
293
294
  DescribePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
@@ -404,6 +405,7 @@ module Aws::MediaPackageVod
404
405
  PackagingConfigurationList.add_member(:packaging_configurations, Shapes::ShapeRef.new(shape: __listOfPackagingConfiguration, location_name: "packagingConfigurations"))
405
406
  PackagingConfigurationList.struct_class = Types::PackagingConfigurationList
406
407
 
408
+ PackagingGroup.add_member(:approximate_asset_count, Shapes::ShapeRef.new(shape: __integer, location_name: "approximateAssetCount"))
407
409
  PackagingGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
408
410
  PackagingGroup.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
409
411
  PackagingGroup.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
@@ -463,6 +465,7 @@ module Aws::MediaPackageVod
463
465
  UpdatePackagingGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
464
466
  UpdatePackagingGroupRequest.struct_class = Types::UpdatePackagingGroupRequest
465
467
 
468
+ UpdatePackagingGroupResponse.add_member(:approximate_asset_count, Shapes::ShapeRef.new(shape: __integer, location_name: "approximateAssetCount"))
466
469
  UpdatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
467
470
  UpdatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
468
471
  UpdatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
@@ -174,14 +174,6 @@ module Aws::MediaPackageVod
174
174
 
175
175
  # CDN Authorization credentials
176
176
  #
177
- # @note When making an API call, you may pass Authorization
178
- # data as a hash:
179
- #
180
- # {
181
- # cdn_identifier_secret: "__string", # required
182
- # secrets_role_arn: "__string", # required
183
- # }
184
- #
185
177
  # @!attribute [rw] cdn_identifier_secret
186
178
  # The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager
187
179
  # that is used for CDN authorization.
@@ -203,22 +195,6 @@ module Aws::MediaPackageVod
203
195
 
204
196
  # A CMAF encryption configuration.
205
197
  #
206
- # @note When making an API call, you may pass CmafEncryption
207
- # data as a hash:
208
- #
209
- # {
210
- # constant_initialization_vector: "__string",
211
- # speke_key_provider: { # required
212
- # encryption_contract_configuration: {
213
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
214
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
215
- # },
216
- # role_arn: "__string", # required
217
- # system_ids: ["__string"], # required
218
- # url: "__string", # required
219
- # },
220
- # }
221
- #
222
198
  # @!attribute [rw] constant_initialization_vector
223
199
  # An optional 128-bit, 16-byte hex value represented by a 32-character
224
200
  # string, used in conjunction with the key for encrypting blocks. If
@@ -243,40 +219,6 @@ module Aws::MediaPackageVod
243
219
 
244
220
  # A CMAF packaging configuration.
245
221
  #
246
- # @note When making an API call, you may pass CmafPackage
247
- # data as a hash:
248
- #
249
- # {
250
- # encryption: {
251
- # constant_initialization_vector: "__string",
252
- # speke_key_provider: { # required
253
- # encryption_contract_configuration: {
254
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
255
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
256
- # },
257
- # role_arn: "__string", # required
258
- # system_ids: ["__string"], # required
259
- # url: "__string", # required
260
- # },
261
- # },
262
- # hls_manifests: [ # required
263
- # {
264
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
265
- # include_iframe_only_stream: false,
266
- # manifest_name: "__string",
267
- # program_date_time_interval_seconds: 1,
268
- # repeat_ext_x_key: false,
269
- # stream_selection: {
270
- # max_video_bits_per_second: 1,
271
- # min_video_bits_per_second: 1,
272
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
273
- # },
274
- # },
275
- # ],
276
- # include_encoder_configuration_in_segments: false,
277
- # segment_duration_seconds: 1,
278
- # }
279
- #
280
222
  # @!attribute [rw] encryption
281
223
  # A CMAF encryption configuration.
282
224
  # @return [Types::CmafEncryption]
@@ -324,16 +266,6 @@ module Aws::MediaPackageVod
324
266
  include Aws::Structure
325
267
  end
326
268
 
327
- # @note When making an API call, you may pass ConfigureLogsRequest
328
- # data as a hash:
329
- #
330
- # {
331
- # egress_access_logs: {
332
- # log_group_name: "__string",
333
- # },
334
- # id: "__string", # required
335
- # }
336
- #
337
269
  # @!attribute [rw] egress_access_logs
338
270
  # Configure egress access logging.
339
271
  # @return [Types::EgressAccessLogs]
@@ -384,20 +316,6 @@ module Aws::MediaPackageVod
384
316
  include Aws::Structure
385
317
  end
386
318
 
387
- # @note When making an API call, you may pass CreateAssetRequest
388
- # data as a hash:
389
- #
390
- # {
391
- # id: "__string", # required
392
- # packaging_group_id: "__string", # required
393
- # resource_id: "__string",
394
- # source_arn: "__string", # required
395
- # source_role_arn: "__string", # required
396
- # tags: {
397
- # "__string" => "__string",
398
- # },
399
- # }
400
- #
401
319
  # @!attribute [rw] id
402
320
  # @return [String]
403
321
  #
@@ -474,135 +392,6 @@ module Aws::MediaPackageVod
474
392
  include Aws::Structure
475
393
  end
476
394
 
477
- # @note When making an API call, you may pass CreatePackagingConfigurationRequest
478
- # data as a hash:
479
- #
480
- # {
481
- # cmaf_package: {
482
- # encryption: {
483
- # constant_initialization_vector: "__string",
484
- # speke_key_provider: { # required
485
- # encryption_contract_configuration: {
486
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
487
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
488
- # },
489
- # role_arn: "__string", # required
490
- # system_ids: ["__string"], # required
491
- # url: "__string", # required
492
- # },
493
- # },
494
- # hls_manifests: [ # required
495
- # {
496
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
497
- # include_iframe_only_stream: false,
498
- # manifest_name: "__string",
499
- # program_date_time_interval_seconds: 1,
500
- # repeat_ext_x_key: false,
501
- # stream_selection: {
502
- # max_video_bits_per_second: 1,
503
- # min_video_bits_per_second: 1,
504
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
505
- # },
506
- # },
507
- # ],
508
- # include_encoder_configuration_in_segments: false,
509
- # segment_duration_seconds: 1,
510
- # },
511
- # dash_package: {
512
- # dash_manifests: [ # required
513
- # {
514
- # manifest_layout: "FULL", # accepts FULL, COMPACT
515
- # manifest_name: "__string",
516
- # min_buffer_time_seconds: 1,
517
- # profile: "NONE", # accepts NONE, HBBTV_1_5
518
- # scte_markers_source: "SEGMENTS", # accepts SEGMENTS, MANIFEST
519
- # stream_selection: {
520
- # max_video_bits_per_second: 1,
521
- # min_video_bits_per_second: 1,
522
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
523
- # },
524
- # },
525
- # ],
526
- # encryption: {
527
- # speke_key_provider: { # required
528
- # encryption_contract_configuration: {
529
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
530
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
531
- # },
532
- # role_arn: "__string", # required
533
- # system_ids: ["__string"], # required
534
- # url: "__string", # required
535
- # },
536
- # },
537
- # include_encoder_configuration_in_segments: false,
538
- # include_iframe_only_stream: false,
539
- # period_triggers: ["ADS"], # accepts ADS
540
- # segment_duration_seconds: 1,
541
- # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
542
- # },
543
- # hls_package: {
544
- # encryption: {
545
- # constant_initialization_vector: "__string",
546
- # encryption_method: "AES_128", # accepts AES_128, SAMPLE_AES
547
- # speke_key_provider: { # required
548
- # encryption_contract_configuration: {
549
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
550
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
551
- # },
552
- # role_arn: "__string", # required
553
- # system_ids: ["__string"], # required
554
- # url: "__string", # required
555
- # },
556
- # },
557
- # hls_manifests: [ # required
558
- # {
559
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
560
- # include_iframe_only_stream: false,
561
- # manifest_name: "__string",
562
- # program_date_time_interval_seconds: 1,
563
- # repeat_ext_x_key: false,
564
- # stream_selection: {
565
- # max_video_bits_per_second: 1,
566
- # min_video_bits_per_second: 1,
567
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
568
- # },
569
- # },
570
- # ],
571
- # include_dvb_subtitles: false,
572
- # segment_duration_seconds: 1,
573
- # use_audio_rendition_group: false,
574
- # },
575
- # id: "__string", # required
576
- # mss_package: {
577
- # encryption: {
578
- # speke_key_provider: { # required
579
- # encryption_contract_configuration: {
580
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
581
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
582
- # },
583
- # role_arn: "__string", # required
584
- # system_ids: ["__string"], # required
585
- # url: "__string", # required
586
- # },
587
- # },
588
- # mss_manifests: [ # required
589
- # {
590
- # manifest_name: "__string",
591
- # stream_selection: {
592
- # max_video_bits_per_second: 1,
593
- # min_video_bits_per_second: 1,
594
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
595
- # },
596
- # },
597
- # ],
598
- # segment_duration_seconds: 1,
599
- # },
600
- # packaging_group_id: "__string", # required
601
- # tags: {
602
- # "__string" => "__string",
603
- # },
604
- # }
605
- #
606
395
  # @!attribute [rw] cmaf_package
607
396
  # A CMAF packaging configuration.
608
397
  # @return [Types::CmafPackage]
@@ -689,23 +478,6 @@ module Aws::MediaPackageVod
689
478
  include Aws::Structure
690
479
  end
691
480
 
692
- # @note When making an API call, you may pass CreatePackagingGroupRequest
693
- # data as a hash:
694
- #
695
- # {
696
- # authorization: {
697
- # cdn_identifier_secret: "__string", # required
698
- # secrets_role_arn: "__string", # required
699
- # },
700
- # egress_access_logs: {
701
- # log_group_name: "__string",
702
- # },
703
- # id: "__string", # required
704
- # tags: {
705
- # "__string" => "__string",
706
- # },
707
- # }
708
- #
709
481
  # @!attribute [rw] authorization
710
482
  # CDN Authorization credentials
711
483
  # @return [Types::Authorization]
@@ -769,21 +541,6 @@ module Aws::MediaPackageVod
769
541
  # A Dynamic Adaptive Streaming over HTTP (DASH) encryption
770
542
  # configuration.
771
543
  #
772
- # @note When making an API call, you may pass DashEncryption
773
- # data as a hash:
774
- #
775
- # {
776
- # speke_key_provider: { # required
777
- # encryption_contract_configuration: {
778
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
779
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
780
- # },
781
- # role_arn: "__string", # required
782
- # system_ids: ["__string"], # required
783
- # url: "__string", # required
784
- # },
785
- # }
786
- #
787
544
  # @!attribute [rw] speke_key_provider
788
545
  # A configuration for accessing an external Secure Packager and
789
546
  # Encoder Key Exchange (SPEKE) service that will provide encryption
@@ -800,22 +557,6 @@ module Aws::MediaPackageVod
800
557
 
801
558
  # A DASH manifest configuration.
802
559
  #
803
- # @note When making an API call, you may pass DashManifest
804
- # data as a hash:
805
- #
806
- # {
807
- # manifest_layout: "FULL", # accepts FULL, COMPACT
808
- # manifest_name: "__string",
809
- # min_buffer_time_seconds: 1,
810
- # profile: "NONE", # accepts NONE, HBBTV_1_5
811
- # scte_markers_source: "SEGMENTS", # accepts SEGMENTS, MANIFEST
812
- # stream_selection: {
813
- # max_video_bits_per_second: 1,
814
- # min_video_bits_per_second: 1,
815
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
816
- # },
817
- # }
818
- #
819
560
  # @!attribute [rw] manifest_layout
820
561
  # Determines the position of some tags in the Media Presentation
821
562
  # Description (MPD). When set to FULL, elements like SegmentTemplate
@@ -842,7 +583,10 @@ module Aws::MediaPackageVod
842
583
  # The source of scte markers used. When set to SEGMENTS, the scte
843
584
  # markers are sourced from the segments of the ingested content. When
844
585
  # set to MANIFEST, the scte markers are sourced from the manifest of
845
- # the ingested content.
586
+ # the ingested content. The MANIFEST value is compatible with source
587
+ # HLS playlists using the SCTE-35 Enhanced syntax (#EXT-OATCLS-SCTE35
588
+ # tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not
589
+ # supported with this option.
846
590
  # @return [String]
847
591
  #
848
592
  # @!attribute [rw] stream_selection
@@ -864,42 +608,6 @@ module Aws::MediaPackageVod
864
608
 
865
609
  # A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
866
610
  #
867
- # @note When making an API call, you may pass DashPackage
868
- # data as a hash:
869
- #
870
- # {
871
- # dash_manifests: [ # required
872
- # {
873
- # manifest_layout: "FULL", # accepts FULL, COMPACT
874
- # manifest_name: "__string",
875
- # min_buffer_time_seconds: 1,
876
- # profile: "NONE", # accepts NONE, HBBTV_1_5
877
- # scte_markers_source: "SEGMENTS", # accepts SEGMENTS, MANIFEST
878
- # stream_selection: {
879
- # max_video_bits_per_second: 1,
880
- # min_video_bits_per_second: 1,
881
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
882
- # },
883
- # },
884
- # ],
885
- # encryption: {
886
- # speke_key_provider: { # required
887
- # encryption_contract_configuration: {
888
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
889
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
890
- # },
891
- # role_arn: "__string", # required
892
- # system_ids: ["__string"], # required
893
- # url: "__string", # required
894
- # },
895
- # },
896
- # include_encoder_configuration_in_segments: false,
897
- # include_iframe_only_stream: false,
898
- # period_triggers: ["ADS"], # accepts ADS
899
- # segment_duration_seconds: 1,
900
- # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
901
- # }
902
- #
903
611
  # @!attribute [rw] dash_manifests
904
612
  # A list of DASH manifest configurations.
905
613
  # @return [Array<Types::DashManifest>]
@@ -960,13 +668,6 @@ module Aws::MediaPackageVod
960
668
  include Aws::Structure
961
669
  end
962
670
 
963
- # @note When making an API call, you may pass DeleteAssetRequest
964
- # data as a hash:
965
- #
966
- # {
967
- # id: "__string", # required
968
- # }
969
- #
970
671
  # @!attribute [rw] id
971
672
  # @return [String]
972
673
  #
@@ -982,13 +683,6 @@ module Aws::MediaPackageVod
982
683
  #
983
684
  class DeleteAssetResponse < Aws::EmptyStructure; end
984
685
 
985
- # @note When making an API call, you may pass DeletePackagingConfigurationRequest
986
- # data as a hash:
987
- #
988
- # {
989
- # id: "__string", # required
990
- # }
991
- #
992
686
  # @!attribute [rw] id
993
687
  # @return [String]
994
688
  #
@@ -1004,13 +698,6 @@ module Aws::MediaPackageVod
1004
698
  #
1005
699
  class DeletePackagingConfigurationResponse < Aws::EmptyStructure; end
1006
700
 
1007
- # @note When making an API call, you may pass DeletePackagingGroupRequest
1008
- # data as a hash:
1009
- #
1010
- # {
1011
- # id: "__string", # required
1012
- # }
1013
- #
1014
701
  # @!attribute [rw] id
1015
702
  # @return [String]
1016
703
  #
@@ -1026,13 +713,6 @@ module Aws::MediaPackageVod
1026
713
  #
1027
714
  class DeletePackagingGroupResponse < Aws::EmptyStructure; end
1028
715
 
1029
- # @note When making an API call, you may pass DescribeAssetRequest
1030
- # data as a hash:
1031
- #
1032
- # {
1033
- # id: "__string", # required
1034
- # }
1035
- #
1036
716
  # @!attribute [rw] id
1037
717
  # @return [String]
1038
718
  #
@@ -1088,13 +768,6 @@ module Aws::MediaPackageVod
1088
768
  include Aws::Structure
1089
769
  end
1090
770
 
1091
- # @note When making an API call, you may pass DescribePackagingConfigurationRequest
1092
- # data as a hash:
1093
- #
1094
- # {
1095
- # id: "__string", # required
1096
- # }
1097
- #
1098
771
  # @!attribute [rw] id
1099
772
  # @return [String]
1100
773
  #
@@ -1151,13 +824,6 @@ module Aws::MediaPackageVod
1151
824
  include Aws::Structure
1152
825
  end
1153
826
 
1154
- # @note When making an API call, you may pass DescribePackagingGroupRequest
1155
- # data as a hash:
1156
- #
1157
- # {
1158
- # id: "__string", # required
1159
- # }
1160
- #
1161
827
  # @!attribute [rw] id
1162
828
  # @return [String]
1163
829
  #
@@ -1169,6 +835,9 @@ module Aws::MediaPackageVod
1169
835
  include Aws::Structure
1170
836
  end
1171
837
 
838
+ # @!attribute [rw] approximate_asset_count
839
+ # @return [Integer]
840
+ #
1172
841
  # @!attribute [rw] arn
1173
842
  # @return [String]
1174
843
  #
@@ -1193,6 +862,7 @@ module Aws::MediaPackageVod
1193
862
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/DescribePackagingGroupResponse AWS API Documentation
1194
863
  #
1195
864
  class DescribePackagingGroupResponse < Struct.new(
865
+ :approximate_asset_count,
1196
866
  :arn,
1197
867
  :authorization,
1198
868
  :domain_name,
@@ -1205,13 +875,6 @@ module Aws::MediaPackageVod
1205
875
 
1206
876
  # Configure egress access logging.
1207
877
  #
1208
- # @note When making an API call, you may pass EgressAccessLogs
1209
- # data as a hash:
1210
- #
1211
- # {
1212
- # log_group_name: "__string",
1213
- # }
1214
- #
1215
878
  # @!attribute [rw] log_group_name
1216
879
  # Customize the log group name.
1217
880
  # @return [String]
@@ -1263,14 +926,6 @@ module Aws::MediaPackageVod
1263
926
  # must disable key rotation for this endpoint by setting
1264
927
  # keyRotationIntervalSeconds to 0.
1265
928
  #
1266
- # @note When making an API call, you may pass EncryptionContractConfiguration
1267
- # data as a hash:
1268
- #
1269
- # {
1270
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
1271
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
1272
- # }
1273
- #
1274
929
  # @!attribute [rw] preset_speke_20_audio
1275
930
  # A collection of audio encryption presets.
1276
931
  # @return [String]
@@ -1301,23 +956,6 @@ module Aws::MediaPackageVod
1301
956
 
1302
957
  # An HTTP Live Streaming (HLS) encryption configuration.
1303
958
  #
1304
- # @note When making an API call, you may pass HlsEncryption
1305
- # data as a hash:
1306
- #
1307
- # {
1308
- # constant_initialization_vector: "__string",
1309
- # encryption_method: "AES_128", # accepts AES_128, SAMPLE_AES
1310
- # speke_key_provider: { # required
1311
- # encryption_contract_configuration: {
1312
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
1313
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
1314
- # },
1315
- # role_arn: "__string", # required
1316
- # system_ids: ["__string"], # required
1317
- # url: "__string", # required
1318
- # },
1319
- # }
1320
- #
1321
959
  # @!attribute [rw] constant_initialization_vector
1322
960
  # A constant initialization vector for encryption (optional). When not
1323
961
  # specified the initialization vector will be periodically rotated.
@@ -1345,22 +983,6 @@ module Aws::MediaPackageVod
1345
983
 
1346
984
  # An HTTP Live Streaming (HLS) manifest configuration.
1347
985
  #
1348
- # @note When making an API call, you may pass HlsManifest
1349
- # data as a hash:
1350
- #
1351
- # {
1352
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
1353
- # include_iframe_only_stream: false,
1354
- # manifest_name: "__string",
1355
- # program_date_time_interval_seconds: 1,
1356
- # repeat_ext_x_key: false,
1357
- # stream_selection: {
1358
- # max_video_bits_per_second: 1,
1359
- # min_video_bits_per_second: 1,
1360
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
1361
- # },
1362
- # }
1363
- #
1364
986
  # @!attribute [rw] ad_markers
1365
987
  # This setting controls how ad markers are included in the packaged
1366
988
  # OriginEndpoint. "NONE" will omit all SCTE-35 ad markers from the
@@ -1415,42 +1037,6 @@ module Aws::MediaPackageVod
1415
1037
 
1416
1038
  # An HTTP Live Streaming (HLS) packaging configuration.
1417
1039
  #
1418
- # @note When making an API call, you may pass HlsPackage
1419
- # data as a hash:
1420
- #
1421
- # {
1422
- # encryption: {
1423
- # constant_initialization_vector: "__string",
1424
- # encryption_method: "AES_128", # accepts AES_128, SAMPLE_AES
1425
- # speke_key_provider: { # required
1426
- # encryption_contract_configuration: {
1427
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
1428
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
1429
- # },
1430
- # role_arn: "__string", # required
1431
- # system_ids: ["__string"], # required
1432
- # url: "__string", # required
1433
- # },
1434
- # },
1435
- # hls_manifests: [ # required
1436
- # {
1437
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
1438
- # include_iframe_only_stream: false,
1439
- # manifest_name: "__string",
1440
- # program_date_time_interval_seconds: 1,
1441
- # repeat_ext_x_key: false,
1442
- # stream_selection: {
1443
- # max_video_bits_per_second: 1,
1444
- # min_video_bits_per_second: 1,
1445
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
1446
- # },
1447
- # },
1448
- # ],
1449
- # include_dvb_subtitles: false,
1450
- # segment_duration_seconds: 1,
1451
- # use_audio_rendition_group: false,
1452
- # }
1453
- #
1454
1040
  # @!attribute [rw] encryption
1455
1041
  # An HTTP Live Streaming (HLS) encryption configuration.
1456
1042
  # @return [Types::HlsEncryption]
@@ -1497,15 +1083,6 @@ module Aws::MediaPackageVod
1497
1083
  include Aws::Structure
1498
1084
  end
1499
1085
 
1500
- # @note When making an API call, you may pass ListAssetsRequest
1501
- # data as a hash:
1502
- #
1503
- # {
1504
- # max_results: 1,
1505
- # next_token: "__string",
1506
- # packaging_group_id: "__string",
1507
- # }
1508
- #
1509
1086
  # @!attribute [rw] max_results
1510
1087
  # @return [Integer]
1511
1088
  #
@@ -1540,15 +1117,6 @@ module Aws::MediaPackageVod
1540
1117
  include Aws::Structure
1541
1118
  end
1542
1119
 
1543
- # @note When making an API call, you may pass ListPackagingConfigurationsRequest
1544
- # data as a hash:
1545
- #
1546
- # {
1547
- # max_results: 1,
1548
- # next_token: "__string",
1549
- # packaging_group_id: "__string",
1550
- # }
1551
- #
1552
1120
  # @!attribute [rw] max_results
1553
1121
  # @return [Integer]
1554
1122
  #
@@ -1583,14 +1151,6 @@ module Aws::MediaPackageVod
1583
1151
  include Aws::Structure
1584
1152
  end
1585
1153
 
1586
- # @note When making an API call, you may pass ListPackagingGroupsRequest
1587
- # data as a hash:
1588
- #
1589
- # {
1590
- # max_results: 1,
1591
- # next_token: "__string",
1592
- # }
1593
- #
1594
1154
  # @!attribute [rw] max_results
1595
1155
  # @return [Integer]
1596
1156
  #
@@ -1621,13 +1181,6 @@ module Aws::MediaPackageVod
1621
1181
  include Aws::Structure
1622
1182
  end
1623
1183
 
1624
- # @note When making an API call, you may pass ListTagsForResourceRequest
1625
- # data as a hash:
1626
- #
1627
- # {
1628
- # resource_arn: "__string", # required
1629
- # }
1630
- #
1631
1184
  # @!attribute [rw] resource_arn
1632
1185
  # @return [String]
1633
1186
  #
@@ -1652,21 +1205,6 @@ module Aws::MediaPackageVod
1652
1205
 
1653
1206
  # A Microsoft Smooth Streaming (MSS) encryption configuration.
1654
1207
  #
1655
- # @note When making an API call, you may pass MssEncryption
1656
- # data as a hash:
1657
- #
1658
- # {
1659
- # speke_key_provider: { # required
1660
- # encryption_contract_configuration: {
1661
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
1662
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
1663
- # },
1664
- # role_arn: "__string", # required
1665
- # system_ids: ["__string"], # required
1666
- # url: "__string", # required
1667
- # },
1668
- # }
1669
- #
1670
1208
  # @!attribute [rw] speke_key_provider
1671
1209
  # A configuration for accessing an external Secure Packager and
1672
1210
  # Encoder Key Exchange (SPEKE) service that will provide encryption
@@ -1683,18 +1221,6 @@ module Aws::MediaPackageVod
1683
1221
 
1684
1222
  # A Microsoft Smooth Streaming (MSS) manifest configuration.
1685
1223
  #
1686
- # @note When making an API call, you may pass MssManifest
1687
- # data as a hash:
1688
- #
1689
- # {
1690
- # manifest_name: "__string",
1691
- # stream_selection: {
1692
- # max_video_bits_per_second: 1,
1693
- # min_video_bits_per_second: 1,
1694
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
1695
- # },
1696
- # }
1697
- #
1698
1224
  # @!attribute [rw] manifest_name
1699
1225
  # An optional string to include in the name of the manifest.
1700
1226
  # @return [String]
@@ -1714,34 +1240,6 @@ module Aws::MediaPackageVod
1714
1240
 
1715
1241
  # A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
1716
1242
  #
1717
- # @note When making an API call, you may pass MssPackage
1718
- # data as a hash:
1719
- #
1720
- # {
1721
- # encryption: {
1722
- # speke_key_provider: { # required
1723
- # encryption_contract_configuration: {
1724
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
1725
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
1726
- # },
1727
- # role_arn: "__string", # required
1728
- # system_ids: ["__string"], # required
1729
- # url: "__string", # required
1730
- # },
1731
- # },
1732
- # mss_manifests: [ # required
1733
- # {
1734
- # manifest_name: "__string",
1735
- # stream_selection: {
1736
- # max_video_bits_per_second: 1,
1737
- # min_video_bits_per_second: 1,
1738
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
1739
- # },
1740
- # },
1741
- # ],
1742
- # segment_duration_seconds: 1,
1743
- # }
1744
- #
1745
1243
  # @!attribute [rw] encryption
1746
1244
  # A Microsoft Smooth Streaming (MSS) encryption configuration.
1747
1245
  # @return [Types::MssEncryption]
@@ -1893,6 +1391,10 @@ module Aws::MediaPackageVod
1893
1391
 
1894
1392
  # A MediaPackage VOD PackagingGroup resource.
1895
1393
  #
1394
+ # @!attribute [rw] approximate_asset_count
1395
+ # The approximate asset count of the PackagingGroup.
1396
+ # @return [Integer]
1397
+ #
1896
1398
  # @!attribute [rw] arn
1897
1399
  # The ARN of the PackagingGroup.
1898
1400
  # @return [String]
@@ -1920,6 +1422,7 @@ module Aws::MediaPackageVod
1920
1422
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/PackagingGroup AWS API Documentation
1921
1423
  #
1922
1424
  class PackagingGroup < Struct.new(
1425
+ :approximate_asset_count,
1923
1426
  :arn,
1924
1427
  :authorization,
1925
1428
  :domain_name,
@@ -2008,19 +1511,6 @@ module Aws::MediaPackageVod
2008
1511
  # A configuration for accessing an external Secure Packager and Encoder
2009
1512
  # Key Exchange (SPEKE) service that will provide encryption keys.
2010
1513
  #
2011
- # @note When making an API call, you may pass SpekeKeyProvider
2012
- # data as a hash:
2013
- #
2014
- # {
2015
- # encryption_contract_configuration: {
2016
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
2017
- # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
2018
- # },
2019
- # role_arn: "__string", # required
2020
- # system_ids: ["__string"], # required
2021
- # url: "__string", # required
2022
- # }
2023
- #
2024
1514
  # @!attribute [rw] encryption_contract_configuration
2025
1515
  # Use encryptionContractConfiguration to configure one or more content
2026
1516
  # encryption keys for your endpoints that use SPEKE 2.0. The
@@ -2060,15 +1550,6 @@ module Aws::MediaPackageVod
2060
1550
 
2061
1551
  # A StreamSelection configuration.
2062
1552
  #
2063
- # @note When making an API call, you may pass StreamSelection
2064
- # data as a hash:
2065
- #
2066
- # {
2067
- # max_video_bits_per_second: 1,
2068
- # min_video_bits_per_second: 1,
2069
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
2070
- # }
2071
- #
2072
1553
  # @!attribute [rw] max_video_bits_per_second
2073
1554
  # The maximum video bitrate (bps) to include in output.
2074
1555
  # @return [Integer]
@@ -2091,16 +1572,6 @@ module Aws::MediaPackageVod
2091
1572
  include Aws::Structure
2092
1573
  end
2093
1574
 
2094
- # @note When making an API call, you may pass TagResourceRequest
2095
- # data as a hash:
2096
- #
2097
- # {
2098
- # resource_arn: "__string", # required
2099
- # tags: { # required
2100
- # "__string" => "__string",
2101
- # },
2102
- # }
2103
- #
2104
1575
  # @!attribute [rw] resource_arn
2105
1576
  # @return [String]
2106
1577
  #
@@ -2150,14 +1621,6 @@ module Aws::MediaPackageVod
2150
1621
  include Aws::Structure
2151
1622
  end
2152
1623
 
2153
- # @note When making an API call, you may pass UntagResourceRequest
2154
- # data as a hash:
2155
- #
2156
- # {
2157
- # resource_arn: "__string", # required
2158
- # tag_keys: ["__string"], # required
2159
- # }
2160
- #
2161
1624
  # @!attribute [rw] resource_arn
2162
1625
  # @return [String]
2163
1626
  #
@@ -2173,17 +1636,6 @@ module Aws::MediaPackageVod
2173
1636
  include Aws::Structure
2174
1637
  end
2175
1638
 
2176
- # @note When making an API call, you may pass UpdatePackagingGroupRequest
2177
- # data as a hash:
2178
- #
2179
- # {
2180
- # authorization: {
2181
- # cdn_identifier_secret: "__string", # required
2182
- # secrets_role_arn: "__string", # required
2183
- # },
2184
- # id: "__string", # required
2185
- # }
2186
- #
2187
1639
  # @!attribute [rw] authorization
2188
1640
  # CDN Authorization credentials
2189
1641
  # @return [Types::Authorization]
@@ -2200,6 +1652,9 @@ module Aws::MediaPackageVod
2200
1652
  include Aws::Structure
2201
1653
  end
2202
1654
 
1655
+ # @!attribute [rw] approximate_asset_count
1656
+ # @return [Integer]
1657
+ #
2203
1658
  # @!attribute [rw] arn
2204
1659
  # @return [String]
2205
1660
  #
@@ -2224,6 +1679,7 @@ module Aws::MediaPackageVod
2224
1679
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/UpdatePackagingGroupResponse AWS API Documentation
2225
1680
  #
2226
1681
  class UpdatePackagingGroupResponse < Struct.new(
1682
+ :approximate_asset_count,
2227
1683
  :arn,
2228
1684
  :authorization,
2229
1685
  :domain_name,
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaPackageVod
54
54
 
55
- GEM_VERSION = '1.39.0'
55
+ GEM_VERSION = '1.40.0'
56
56
 
57
57
  end
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.39.0
4
+ version: 1.40.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: 2022-11-09 00:00:00.000000000 Z
11
+ date: 2022-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core