aws-sdk-mediapackagevod 1.38.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: 0c27316367c09296c251334f7aa74fd9d2e45c1cd723237411625593b541c3ce
4
- data.tar.gz: 000231dd3874b1e560e01ca3c72f24d347611d5f123e59e579467bf14a7020ea
3
+ metadata.gz: 47fc64882557cdbd3e207ec354f78ecaa14eb5ae60d11dec577a1443ce7784dd
4
+ data.tar.gz: c8e3a08422cb7b183af94e44cfb8321b378c501be679a467d35df973c509220a
5
5
  SHA512:
6
- metadata.gz: 3ed173347a156b82b7f76cc8cb2d715a3c4503bda2706c059a659848189f50edae9aa7239e54bc6d1b7ae2b23054ac970a4d4977bf9e3c3d2d4f0b12eaa8cf4e
7
- data.tar.gz: b47671e99b1287cbd9ede29a5a259e63eec9887ef6ad6d93e05ef11630fbbd20f2dfcc43c3fed9587355a20cdaf01a3acd61289ae4f4540d76bc555fa22be1e0
6
+ metadata.gz: 8394cb84a8059389db043e85cc600d8b85614c5eb8ba4f5f1798ed3d96cc67a5a505c9bf091725395afe7de76cc1d8670b36ddb996c3939e1557837304a17ebb
7
+ data.tar.gz: b5a24d5c0b4d8fd7a3dc8c4ec79925aae9ced3a920258ab1aa350b2973ae8eafbf9745fba499fdfada21e70e856f780f4dcc7406b512096832783cac5aa37919
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.39.0 (2022-11-09)
10
+ ------------------
11
+
12
+ * Feature - This release adds "IncludeIframeOnlyStream" for Dash endpoints.
13
+
4
14
  1.38.0 (2022-10-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.40.0
@@ -571,6 +571,7 @@ module Aws::MediaPackageVod
571
571
  # },
572
572
  # },
573
573
  # include_encoder_configuration_in_segments: false,
574
+ # include_iframe_only_stream: false,
574
575
  # period_triggers: ["ADS"], # accepts ADS
575
576
  # segment_duration_seconds: 1,
576
577
  # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
@@ -675,6 +676,7 @@ module Aws::MediaPackageVod
675
676
  # resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
676
677
  # resp.dash_package.encryption.speke_key_provider.url #=> String
677
678
  # resp.dash_package.include_encoder_configuration_in_segments #=> Boolean
679
+ # resp.dash_package.include_iframe_only_stream #=> Boolean
678
680
  # resp.dash_package.period_triggers #=> Array
679
681
  # resp.dash_package.period_triggers[0] #=> String, one of "ADS"
680
682
  # resp.dash_package.segment_duration_seconds #=> Integer
@@ -952,6 +954,7 @@ module Aws::MediaPackageVod
952
954
  # resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
953
955
  # resp.dash_package.encryption.speke_key_provider.url #=> String
954
956
  # resp.dash_package.include_encoder_configuration_in_segments #=> Boolean
957
+ # resp.dash_package.include_iframe_only_stream #=> Boolean
955
958
  # resp.dash_package.period_triggers #=> Array
956
959
  # resp.dash_package.period_triggers[0] #=> String, one of "ADS"
957
960
  # resp.dash_package.segment_duration_seconds #=> Integer
@@ -1008,6 +1011,7 @@ module Aws::MediaPackageVod
1008
1011
  #
1009
1012
  # @return [Types::DescribePackagingGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1010
1013
  #
1014
+ # * {Types::DescribePackagingGroupResponse#approximate_asset_count #approximate_asset_count} => Integer
1011
1015
  # * {Types::DescribePackagingGroupResponse#arn #arn} => String
1012
1016
  # * {Types::DescribePackagingGroupResponse#authorization #authorization} => Types::Authorization
1013
1017
  # * {Types::DescribePackagingGroupResponse#domain_name #domain_name} => String
@@ -1023,6 +1027,7 @@ module Aws::MediaPackageVod
1023
1027
  #
1024
1028
  # @example Response structure
1025
1029
  #
1030
+ # resp.approximate_asset_count #=> Integer
1026
1031
  # resp.arn #=> String
1027
1032
  # resp.authorization.cdn_identifier_secret #=> String
1028
1033
  # resp.authorization.secrets_role_arn #=> String
@@ -1150,6 +1155,7 @@ module Aws::MediaPackageVod
1150
1155
  # resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.system_ids[0] #=> String
1151
1156
  # resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.url #=> String
1152
1157
  # resp.packaging_configurations[0].dash_package.include_encoder_configuration_in_segments #=> Boolean
1158
+ # resp.packaging_configurations[0].dash_package.include_iframe_only_stream #=> Boolean
1153
1159
  # resp.packaging_configurations[0].dash_package.period_triggers #=> Array
1154
1160
  # resp.packaging_configurations[0].dash_package.period_triggers[0] #=> String, one of "ADS"
1155
1161
  # resp.packaging_configurations[0].dash_package.segment_duration_seconds #=> Integer
@@ -1224,6 +1230,7 @@ module Aws::MediaPackageVod
1224
1230
  #
1225
1231
  # resp.next_token #=> String
1226
1232
  # resp.packaging_groups #=> Array
1233
+ # resp.packaging_groups[0].approximate_asset_count #=> Integer
1227
1234
  # resp.packaging_groups[0].arn #=> String
1228
1235
  # resp.packaging_groups[0].authorization.cdn_identifier_secret #=> String
1229
1236
  # resp.packaging_groups[0].authorization.secrets_role_arn #=> String
@@ -1332,6 +1339,7 @@ module Aws::MediaPackageVod
1332
1339
  #
1333
1340
  # @return [Types::UpdatePackagingGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1334
1341
  #
1342
+ # * {Types::UpdatePackagingGroupResponse#approximate_asset_count #approximate_asset_count} => Integer
1335
1343
  # * {Types::UpdatePackagingGroupResponse#arn #arn} => String
1336
1344
  # * {Types::UpdatePackagingGroupResponse#authorization #authorization} => Types::Authorization
1337
1345
  # * {Types::UpdatePackagingGroupResponse#domain_name #domain_name} => String
@@ -1351,6 +1359,7 @@ module Aws::MediaPackageVod
1351
1359
  #
1352
1360
  # @example Response structure
1353
1361
  #
1362
+ # resp.approximate_asset_count #=> Integer
1354
1363
  # resp.arn #=> String
1355
1364
  # resp.authorization.cdn_identifier_secret #=> String
1356
1365
  # resp.authorization.secrets_role_arn #=> String
@@ -1382,7 +1391,7 @@ module Aws::MediaPackageVod
1382
1391
  params: params,
1383
1392
  config: config)
1384
1393
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1385
- context[:gem_version] = '1.38.0'
1394
+ context[:gem_version] = '1.40.0'
1386
1395
  Seahorse::Client::Request.new(handlers, context)
1387
1396
  end
1388
1397
 
@@ -237,6 +237,7 @@ module Aws::MediaPackageVod
237
237
  DashPackage.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: __listOfDashManifest, required: true, location_name: "dashManifests"))
238
238
  DashPackage.add_member(:encryption, Shapes::ShapeRef.new(shape: DashEncryption, location_name: "encryption"))
239
239
  DashPackage.add_member(:include_encoder_configuration_in_segments, Shapes::ShapeRef.new(shape: __boolean, location_name: "includeEncoderConfigurationInSegments"))
240
+ DashPackage.add_member(:include_iframe_only_stream, Shapes::ShapeRef.new(shape: __boolean, location_name: "includeIframeOnlyStream"))
240
241
  DashPackage.add_member(:period_triggers, Shapes::ShapeRef.new(shape: __listOf__PeriodTriggersElement, location_name: "periodTriggers"))
241
242
  DashPackage.add_member(:segment_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentDurationSeconds"))
242
243
  DashPackage.add_member(:segment_template_format, Shapes::ShapeRef.new(shape: SegmentTemplateFormat, location_name: "segmentTemplateFormat"))
@@ -287,6 +288,7 @@ module Aws::MediaPackageVod
287
288
  DescribePackagingGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
288
289
  DescribePackagingGroupRequest.struct_class = Types::DescribePackagingGroupRequest
289
290
 
291
+ DescribePackagingGroupResponse.add_member(:approximate_asset_count, Shapes::ShapeRef.new(shape: __integer, location_name: "approximateAssetCount"))
290
292
  DescribePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
291
293
  DescribePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
292
294
  DescribePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
@@ -403,6 +405,7 @@ module Aws::MediaPackageVod
403
405
  PackagingConfigurationList.add_member(:packaging_configurations, Shapes::ShapeRef.new(shape: __listOfPackagingConfiguration, location_name: "packagingConfigurations"))
404
406
  PackagingConfigurationList.struct_class = Types::PackagingConfigurationList
405
407
 
408
+ PackagingGroup.add_member(:approximate_asset_count, Shapes::ShapeRef.new(shape: __integer, location_name: "approximateAssetCount"))
406
409
  PackagingGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
407
410
  PackagingGroup.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
408
411
  PackagingGroup.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
@@ -462,6 +465,7 @@ module Aws::MediaPackageVod
462
465
  UpdatePackagingGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
463
466
  UpdatePackagingGroupRequest.struct_class = Types::UpdatePackagingGroupRequest
464
467
 
468
+ UpdatePackagingGroupResponse.add_member(:approximate_asset_count, Shapes::ShapeRef.new(shape: __integer, location_name: "approximateAssetCount"))
465
469
  UpdatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
466
470
  UpdatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
467
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,134 +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
- # period_triggers: ["ADS"], # accepts ADS
539
- # segment_duration_seconds: 1,
540
- # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
541
- # },
542
- # hls_package: {
543
- # encryption: {
544
- # constant_initialization_vector: "__string",
545
- # encryption_method: "AES_128", # accepts AES_128, SAMPLE_AES
546
- # speke_key_provider: { # required
547
- # encryption_contract_configuration: {
548
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
549
- # 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
550
- # },
551
- # role_arn: "__string", # required
552
- # system_ids: ["__string"], # required
553
- # url: "__string", # required
554
- # },
555
- # },
556
- # hls_manifests: [ # required
557
- # {
558
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
559
- # include_iframe_only_stream: false,
560
- # manifest_name: "__string",
561
- # program_date_time_interval_seconds: 1,
562
- # repeat_ext_x_key: false,
563
- # stream_selection: {
564
- # max_video_bits_per_second: 1,
565
- # min_video_bits_per_second: 1,
566
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
567
- # },
568
- # },
569
- # ],
570
- # include_dvb_subtitles: false,
571
- # segment_duration_seconds: 1,
572
- # use_audio_rendition_group: false,
573
- # },
574
- # id: "__string", # required
575
- # mss_package: {
576
- # encryption: {
577
- # speke_key_provider: { # required
578
- # encryption_contract_configuration: {
579
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
580
- # 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
581
- # },
582
- # role_arn: "__string", # required
583
- # system_ids: ["__string"], # required
584
- # url: "__string", # required
585
- # },
586
- # },
587
- # mss_manifests: [ # required
588
- # {
589
- # manifest_name: "__string",
590
- # stream_selection: {
591
- # max_video_bits_per_second: 1,
592
- # min_video_bits_per_second: 1,
593
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
594
- # },
595
- # },
596
- # ],
597
- # segment_duration_seconds: 1,
598
- # },
599
- # packaging_group_id: "__string", # required
600
- # tags: {
601
- # "__string" => "__string",
602
- # },
603
- # }
604
- #
605
395
  # @!attribute [rw] cmaf_package
606
396
  # A CMAF packaging configuration.
607
397
  # @return [Types::CmafPackage]
@@ -688,23 +478,6 @@ module Aws::MediaPackageVod
688
478
  include Aws::Structure
689
479
  end
690
480
 
691
- # @note When making an API call, you may pass CreatePackagingGroupRequest
692
- # data as a hash:
693
- #
694
- # {
695
- # authorization: {
696
- # cdn_identifier_secret: "__string", # required
697
- # secrets_role_arn: "__string", # required
698
- # },
699
- # egress_access_logs: {
700
- # log_group_name: "__string",
701
- # },
702
- # id: "__string", # required
703
- # tags: {
704
- # "__string" => "__string",
705
- # },
706
- # }
707
- #
708
481
  # @!attribute [rw] authorization
709
482
  # CDN Authorization credentials
710
483
  # @return [Types::Authorization]
@@ -768,21 +541,6 @@ module Aws::MediaPackageVod
768
541
  # A Dynamic Adaptive Streaming over HTTP (DASH) encryption
769
542
  # configuration.
770
543
  #
771
- # @note When making an API call, you may pass DashEncryption
772
- # data as a hash:
773
- #
774
- # {
775
- # speke_key_provider: { # required
776
- # encryption_contract_configuration: {
777
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
778
- # 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
779
- # },
780
- # role_arn: "__string", # required
781
- # system_ids: ["__string"], # required
782
- # url: "__string", # required
783
- # },
784
- # }
785
- #
786
544
  # @!attribute [rw] speke_key_provider
787
545
  # A configuration for accessing an external Secure Packager and
788
546
  # Encoder Key Exchange (SPEKE) service that will provide encryption
@@ -799,22 +557,6 @@ module Aws::MediaPackageVod
799
557
 
800
558
  # A DASH manifest configuration.
801
559
  #
802
- # @note When making an API call, you may pass DashManifest
803
- # data as a hash:
804
- #
805
- # {
806
- # manifest_layout: "FULL", # accepts FULL, COMPACT
807
- # manifest_name: "__string",
808
- # min_buffer_time_seconds: 1,
809
- # profile: "NONE", # accepts NONE, HBBTV_1_5
810
- # scte_markers_source: "SEGMENTS", # accepts SEGMENTS, MANIFEST
811
- # stream_selection: {
812
- # max_video_bits_per_second: 1,
813
- # min_video_bits_per_second: 1,
814
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
815
- # },
816
- # }
817
- #
818
560
  # @!attribute [rw] manifest_layout
819
561
  # Determines the position of some tags in the Media Presentation
820
562
  # Description (MPD). When set to FULL, elements like SegmentTemplate
@@ -841,7 +583,10 @@ module Aws::MediaPackageVod
841
583
  # The source of scte markers used. When set to SEGMENTS, the scte
842
584
  # markers are sourced from the segments of the ingested content. When
843
585
  # set to MANIFEST, the scte markers are sourced from the manifest of
844
- # 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.
845
590
  # @return [String]
846
591
  #
847
592
  # @!attribute [rw] stream_selection
@@ -863,41 +608,6 @@ module Aws::MediaPackageVod
863
608
 
864
609
  # A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
865
610
  #
866
- # @note When making an API call, you may pass DashPackage
867
- # data as a hash:
868
- #
869
- # {
870
- # dash_manifests: [ # required
871
- # {
872
- # manifest_layout: "FULL", # accepts FULL, COMPACT
873
- # manifest_name: "__string",
874
- # min_buffer_time_seconds: 1,
875
- # profile: "NONE", # accepts NONE, HBBTV_1_5
876
- # scte_markers_source: "SEGMENTS", # accepts SEGMENTS, MANIFEST
877
- # stream_selection: {
878
- # max_video_bits_per_second: 1,
879
- # min_video_bits_per_second: 1,
880
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
881
- # },
882
- # },
883
- # ],
884
- # encryption: {
885
- # speke_key_provider: { # required
886
- # encryption_contract_configuration: {
887
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
888
- # 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
889
- # },
890
- # role_arn: "__string", # required
891
- # system_ids: ["__string"], # required
892
- # url: "__string", # required
893
- # },
894
- # },
895
- # include_encoder_configuration_in_segments: false,
896
- # period_triggers: ["ADS"], # accepts ADS
897
- # segment_duration_seconds: 1,
898
- # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
899
- # }
900
- #
901
611
  # @!attribute [rw] dash_manifests
902
612
  # A list of DASH manifest configurations.
903
613
  # @return [Array<Types::DashManifest>]
@@ -916,6 +626,10 @@ module Aws::MediaPackageVod
916
626
  # content playback.
917
627
  # @return [Boolean]
918
628
  #
629
+ # @!attribute [rw] include_iframe_only_stream
630
+ # When enabled, an I-Frame only stream will be included in the output.
631
+ # @return [Boolean]
632
+ #
919
633
  # @!attribute [rw] period_triggers
920
634
  # A list of triggers that controls when the outgoing Dynamic Adaptive
921
635
  # Streaming over HTTP (DASH) Media Presentation Description (MPD) will
@@ -946,6 +660,7 @@ module Aws::MediaPackageVod
946
660
  :dash_manifests,
947
661
  :encryption,
948
662
  :include_encoder_configuration_in_segments,
663
+ :include_iframe_only_stream,
949
664
  :period_triggers,
950
665
  :segment_duration_seconds,
951
666
  :segment_template_format)
@@ -953,13 +668,6 @@ module Aws::MediaPackageVod
953
668
  include Aws::Structure
954
669
  end
955
670
 
956
- # @note When making an API call, you may pass DeleteAssetRequest
957
- # data as a hash:
958
- #
959
- # {
960
- # id: "__string", # required
961
- # }
962
- #
963
671
  # @!attribute [rw] id
964
672
  # @return [String]
965
673
  #
@@ -975,13 +683,6 @@ module Aws::MediaPackageVod
975
683
  #
976
684
  class DeleteAssetResponse < Aws::EmptyStructure; end
977
685
 
978
- # @note When making an API call, you may pass DeletePackagingConfigurationRequest
979
- # data as a hash:
980
- #
981
- # {
982
- # id: "__string", # required
983
- # }
984
- #
985
686
  # @!attribute [rw] id
986
687
  # @return [String]
987
688
  #
@@ -997,13 +698,6 @@ module Aws::MediaPackageVod
997
698
  #
998
699
  class DeletePackagingConfigurationResponse < Aws::EmptyStructure; end
999
700
 
1000
- # @note When making an API call, you may pass DeletePackagingGroupRequest
1001
- # data as a hash:
1002
- #
1003
- # {
1004
- # id: "__string", # required
1005
- # }
1006
- #
1007
701
  # @!attribute [rw] id
1008
702
  # @return [String]
1009
703
  #
@@ -1019,13 +713,6 @@ module Aws::MediaPackageVod
1019
713
  #
1020
714
  class DeletePackagingGroupResponse < Aws::EmptyStructure; end
1021
715
 
1022
- # @note When making an API call, you may pass DescribeAssetRequest
1023
- # data as a hash:
1024
- #
1025
- # {
1026
- # id: "__string", # required
1027
- # }
1028
- #
1029
716
  # @!attribute [rw] id
1030
717
  # @return [String]
1031
718
  #
@@ -1081,13 +768,6 @@ module Aws::MediaPackageVod
1081
768
  include Aws::Structure
1082
769
  end
1083
770
 
1084
- # @note When making an API call, you may pass DescribePackagingConfigurationRequest
1085
- # data as a hash:
1086
- #
1087
- # {
1088
- # id: "__string", # required
1089
- # }
1090
- #
1091
771
  # @!attribute [rw] id
1092
772
  # @return [String]
1093
773
  #
@@ -1144,13 +824,6 @@ module Aws::MediaPackageVod
1144
824
  include Aws::Structure
1145
825
  end
1146
826
 
1147
- # @note When making an API call, you may pass DescribePackagingGroupRequest
1148
- # data as a hash:
1149
- #
1150
- # {
1151
- # id: "__string", # required
1152
- # }
1153
- #
1154
827
  # @!attribute [rw] id
1155
828
  # @return [String]
1156
829
  #
@@ -1162,6 +835,9 @@ module Aws::MediaPackageVod
1162
835
  include Aws::Structure
1163
836
  end
1164
837
 
838
+ # @!attribute [rw] approximate_asset_count
839
+ # @return [Integer]
840
+ #
1165
841
  # @!attribute [rw] arn
1166
842
  # @return [String]
1167
843
  #
@@ -1186,6 +862,7 @@ module Aws::MediaPackageVod
1186
862
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/DescribePackagingGroupResponse AWS API Documentation
1187
863
  #
1188
864
  class DescribePackagingGroupResponse < Struct.new(
865
+ :approximate_asset_count,
1189
866
  :arn,
1190
867
  :authorization,
1191
868
  :domain_name,
@@ -1198,13 +875,6 @@ module Aws::MediaPackageVod
1198
875
 
1199
876
  # Configure egress access logging.
1200
877
  #
1201
- # @note When making an API call, you may pass EgressAccessLogs
1202
- # data as a hash:
1203
- #
1204
- # {
1205
- # log_group_name: "__string",
1206
- # }
1207
- #
1208
878
  # @!attribute [rw] log_group_name
1209
879
  # Customize the log group name.
1210
880
  # @return [String]
@@ -1256,14 +926,6 @@ module Aws::MediaPackageVod
1256
926
  # must disable key rotation for this endpoint by setting
1257
927
  # keyRotationIntervalSeconds to 0.
1258
928
  #
1259
- # @note When making an API call, you may pass EncryptionContractConfiguration
1260
- # data as a hash:
1261
- #
1262
- # {
1263
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
1264
- # 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
1265
- # }
1266
- #
1267
929
  # @!attribute [rw] preset_speke_20_audio
1268
930
  # A collection of audio encryption presets.
1269
931
  # @return [String]
@@ -1294,23 +956,6 @@ module Aws::MediaPackageVod
1294
956
 
1295
957
  # An HTTP Live Streaming (HLS) encryption configuration.
1296
958
  #
1297
- # @note When making an API call, you may pass HlsEncryption
1298
- # data as a hash:
1299
- #
1300
- # {
1301
- # constant_initialization_vector: "__string",
1302
- # encryption_method: "AES_128", # accepts AES_128, SAMPLE_AES
1303
- # speke_key_provider: { # required
1304
- # encryption_contract_configuration: {
1305
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
1306
- # 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
1307
- # },
1308
- # role_arn: "__string", # required
1309
- # system_ids: ["__string"], # required
1310
- # url: "__string", # required
1311
- # },
1312
- # }
1313
- #
1314
959
  # @!attribute [rw] constant_initialization_vector
1315
960
  # A constant initialization vector for encryption (optional). When not
1316
961
  # specified the initialization vector will be periodically rotated.
@@ -1338,22 +983,6 @@ module Aws::MediaPackageVod
1338
983
 
1339
984
  # An HTTP Live Streaming (HLS) manifest configuration.
1340
985
  #
1341
- # @note When making an API call, you may pass HlsManifest
1342
- # data as a hash:
1343
- #
1344
- # {
1345
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
1346
- # include_iframe_only_stream: false,
1347
- # manifest_name: "__string",
1348
- # program_date_time_interval_seconds: 1,
1349
- # repeat_ext_x_key: false,
1350
- # stream_selection: {
1351
- # max_video_bits_per_second: 1,
1352
- # min_video_bits_per_second: 1,
1353
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
1354
- # },
1355
- # }
1356
- #
1357
986
  # @!attribute [rw] ad_markers
1358
987
  # This setting controls how ad markers are included in the packaged
1359
988
  # OriginEndpoint. "NONE" will omit all SCTE-35 ad markers from the
@@ -1408,42 +1037,6 @@ module Aws::MediaPackageVod
1408
1037
 
1409
1038
  # An HTTP Live Streaming (HLS) packaging configuration.
1410
1039
  #
1411
- # @note When making an API call, you may pass HlsPackage
1412
- # data as a hash:
1413
- #
1414
- # {
1415
- # encryption: {
1416
- # constant_initialization_vector: "__string",
1417
- # encryption_method: "AES_128", # accepts AES_128, SAMPLE_AES
1418
- # speke_key_provider: { # required
1419
- # encryption_contract_configuration: {
1420
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
1421
- # 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
1422
- # },
1423
- # role_arn: "__string", # required
1424
- # system_ids: ["__string"], # required
1425
- # url: "__string", # required
1426
- # },
1427
- # },
1428
- # hls_manifests: [ # required
1429
- # {
1430
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
1431
- # include_iframe_only_stream: false,
1432
- # manifest_name: "__string",
1433
- # program_date_time_interval_seconds: 1,
1434
- # repeat_ext_x_key: false,
1435
- # stream_selection: {
1436
- # max_video_bits_per_second: 1,
1437
- # min_video_bits_per_second: 1,
1438
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
1439
- # },
1440
- # },
1441
- # ],
1442
- # include_dvb_subtitles: false,
1443
- # segment_duration_seconds: 1,
1444
- # use_audio_rendition_group: false,
1445
- # }
1446
- #
1447
1040
  # @!attribute [rw] encryption
1448
1041
  # An HTTP Live Streaming (HLS) encryption configuration.
1449
1042
  # @return [Types::HlsEncryption]
@@ -1490,15 +1083,6 @@ module Aws::MediaPackageVod
1490
1083
  include Aws::Structure
1491
1084
  end
1492
1085
 
1493
- # @note When making an API call, you may pass ListAssetsRequest
1494
- # data as a hash:
1495
- #
1496
- # {
1497
- # max_results: 1,
1498
- # next_token: "__string",
1499
- # packaging_group_id: "__string",
1500
- # }
1501
- #
1502
1086
  # @!attribute [rw] max_results
1503
1087
  # @return [Integer]
1504
1088
  #
@@ -1533,15 +1117,6 @@ module Aws::MediaPackageVod
1533
1117
  include Aws::Structure
1534
1118
  end
1535
1119
 
1536
- # @note When making an API call, you may pass ListPackagingConfigurationsRequest
1537
- # data as a hash:
1538
- #
1539
- # {
1540
- # max_results: 1,
1541
- # next_token: "__string",
1542
- # packaging_group_id: "__string",
1543
- # }
1544
- #
1545
1120
  # @!attribute [rw] max_results
1546
1121
  # @return [Integer]
1547
1122
  #
@@ -1576,14 +1151,6 @@ module Aws::MediaPackageVod
1576
1151
  include Aws::Structure
1577
1152
  end
1578
1153
 
1579
- # @note When making an API call, you may pass ListPackagingGroupsRequest
1580
- # data as a hash:
1581
- #
1582
- # {
1583
- # max_results: 1,
1584
- # next_token: "__string",
1585
- # }
1586
- #
1587
1154
  # @!attribute [rw] max_results
1588
1155
  # @return [Integer]
1589
1156
  #
@@ -1614,13 +1181,6 @@ module Aws::MediaPackageVod
1614
1181
  include Aws::Structure
1615
1182
  end
1616
1183
 
1617
- # @note When making an API call, you may pass ListTagsForResourceRequest
1618
- # data as a hash:
1619
- #
1620
- # {
1621
- # resource_arn: "__string", # required
1622
- # }
1623
- #
1624
1184
  # @!attribute [rw] resource_arn
1625
1185
  # @return [String]
1626
1186
  #
@@ -1645,21 +1205,6 @@ module Aws::MediaPackageVod
1645
1205
 
1646
1206
  # A Microsoft Smooth Streaming (MSS) encryption configuration.
1647
1207
  #
1648
- # @note When making an API call, you may pass MssEncryption
1649
- # data as a hash:
1650
- #
1651
- # {
1652
- # speke_key_provider: { # required
1653
- # encryption_contract_configuration: {
1654
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
1655
- # 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
1656
- # },
1657
- # role_arn: "__string", # required
1658
- # system_ids: ["__string"], # required
1659
- # url: "__string", # required
1660
- # },
1661
- # }
1662
- #
1663
1208
  # @!attribute [rw] speke_key_provider
1664
1209
  # A configuration for accessing an external Secure Packager and
1665
1210
  # Encoder Key Exchange (SPEKE) service that will provide encryption
@@ -1676,18 +1221,6 @@ module Aws::MediaPackageVod
1676
1221
 
1677
1222
  # A Microsoft Smooth Streaming (MSS) manifest configuration.
1678
1223
  #
1679
- # @note When making an API call, you may pass MssManifest
1680
- # data as a hash:
1681
- #
1682
- # {
1683
- # manifest_name: "__string",
1684
- # stream_selection: {
1685
- # max_video_bits_per_second: 1,
1686
- # min_video_bits_per_second: 1,
1687
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
1688
- # },
1689
- # }
1690
- #
1691
1224
  # @!attribute [rw] manifest_name
1692
1225
  # An optional string to include in the name of the manifest.
1693
1226
  # @return [String]
@@ -1707,34 +1240,6 @@ module Aws::MediaPackageVod
1707
1240
 
1708
1241
  # A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
1709
1242
  #
1710
- # @note When making an API call, you may pass MssPackage
1711
- # data as a hash:
1712
- #
1713
- # {
1714
- # encryption: {
1715
- # speke_key_provider: { # required
1716
- # encryption_contract_configuration: {
1717
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
1718
- # 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
1719
- # },
1720
- # role_arn: "__string", # required
1721
- # system_ids: ["__string"], # required
1722
- # url: "__string", # required
1723
- # },
1724
- # },
1725
- # mss_manifests: [ # required
1726
- # {
1727
- # manifest_name: "__string",
1728
- # stream_selection: {
1729
- # max_video_bits_per_second: 1,
1730
- # min_video_bits_per_second: 1,
1731
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
1732
- # },
1733
- # },
1734
- # ],
1735
- # segment_duration_seconds: 1,
1736
- # }
1737
- #
1738
1243
  # @!attribute [rw] encryption
1739
1244
  # A Microsoft Smooth Streaming (MSS) encryption configuration.
1740
1245
  # @return [Types::MssEncryption]
@@ -1886,6 +1391,10 @@ module Aws::MediaPackageVod
1886
1391
 
1887
1392
  # A MediaPackage VOD PackagingGroup resource.
1888
1393
  #
1394
+ # @!attribute [rw] approximate_asset_count
1395
+ # The approximate asset count of the PackagingGroup.
1396
+ # @return [Integer]
1397
+ #
1889
1398
  # @!attribute [rw] arn
1890
1399
  # The ARN of the PackagingGroup.
1891
1400
  # @return [String]
@@ -1913,6 +1422,7 @@ module Aws::MediaPackageVod
1913
1422
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/PackagingGroup AWS API Documentation
1914
1423
  #
1915
1424
  class PackagingGroup < Struct.new(
1425
+ :approximate_asset_count,
1916
1426
  :arn,
1917
1427
  :authorization,
1918
1428
  :domain_name,
@@ -2001,19 +1511,6 @@ module Aws::MediaPackageVod
2001
1511
  # A configuration for accessing an external Secure Packager and Encoder
2002
1512
  # Key Exchange (SPEKE) service that will provide encryption keys.
2003
1513
  #
2004
- # @note When making an API call, you may pass SpekeKeyProvider
2005
- # data as a hash:
2006
- #
2007
- # {
2008
- # encryption_contract_configuration: {
2009
- # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
2010
- # 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
2011
- # },
2012
- # role_arn: "__string", # required
2013
- # system_ids: ["__string"], # required
2014
- # url: "__string", # required
2015
- # }
2016
- #
2017
1514
  # @!attribute [rw] encryption_contract_configuration
2018
1515
  # Use encryptionContractConfiguration to configure one or more content
2019
1516
  # encryption keys for your endpoints that use SPEKE 2.0. The
@@ -2053,15 +1550,6 @@ module Aws::MediaPackageVod
2053
1550
 
2054
1551
  # A StreamSelection configuration.
2055
1552
  #
2056
- # @note When making an API call, you may pass StreamSelection
2057
- # data as a hash:
2058
- #
2059
- # {
2060
- # max_video_bits_per_second: 1,
2061
- # min_video_bits_per_second: 1,
2062
- # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
2063
- # }
2064
- #
2065
1553
  # @!attribute [rw] max_video_bits_per_second
2066
1554
  # The maximum video bitrate (bps) to include in output.
2067
1555
  # @return [Integer]
@@ -2084,16 +1572,6 @@ module Aws::MediaPackageVod
2084
1572
  include Aws::Structure
2085
1573
  end
2086
1574
 
2087
- # @note When making an API call, you may pass TagResourceRequest
2088
- # data as a hash:
2089
- #
2090
- # {
2091
- # resource_arn: "__string", # required
2092
- # tags: { # required
2093
- # "__string" => "__string",
2094
- # },
2095
- # }
2096
- #
2097
1575
  # @!attribute [rw] resource_arn
2098
1576
  # @return [String]
2099
1577
  #
@@ -2143,14 +1621,6 @@ module Aws::MediaPackageVod
2143
1621
  include Aws::Structure
2144
1622
  end
2145
1623
 
2146
- # @note When making an API call, you may pass UntagResourceRequest
2147
- # data as a hash:
2148
- #
2149
- # {
2150
- # resource_arn: "__string", # required
2151
- # tag_keys: ["__string"], # required
2152
- # }
2153
- #
2154
1624
  # @!attribute [rw] resource_arn
2155
1625
  # @return [String]
2156
1626
  #
@@ -2166,17 +1636,6 @@ module Aws::MediaPackageVod
2166
1636
  include Aws::Structure
2167
1637
  end
2168
1638
 
2169
- # @note When making an API call, you may pass UpdatePackagingGroupRequest
2170
- # data as a hash:
2171
- #
2172
- # {
2173
- # authorization: {
2174
- # cdn_identifier_secret: "__string", # required
2175
- # secrets_role_arn: "__string", # required
2176
- # },
2177
- # id: "__string", # required
2178
- # }
2179
- #
2180
1639
  # @!attribute [rw] authorization
2181
1640
  # CDN Authorization credentials
2182
1641
  # @return [Types::Authorization]
@@ -2193,6 +1652,9 @@ module Aws::MediaPackageVod
2193
1652
  include Aws::Structure
2194
1653
  end
2195
1654
 
1655
+ # @!attribute [rw] approximate_asset_count
1656
+ # @return [Integer]
1657
+ #
2196
1658
  # @!attribute [rw] arn
2197
1659
  # @return [String]
2198
1660
  #
@@ -2217,6 +1679,7 @@ module Aws::MediaPackageVod
2217
1679
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/UpdatePackagingGroupResponse AWS API Documentation
2218
1680
  #
2219
1681
  class UpdatePackagingGroupResponse < Struct.new(
1682
+ :approximate_asset_count,
2220
1683
  :arn,
2221
1684
  :authorization,
2222
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.38.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.38.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-10-25 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