aws-sdk-mediaconvert 1.89.0 → 1.90.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: 05ac3dfae6c47730a60ca93aa024b99bcbd18f045fffb5608fea18701595f52b
4
- data.tar.gz: e730ec49092b4bf1be4b65694fd6e85aaed7921639b63ec9a55158d42d43a0f3
3
+ metadata.gz: 74840c7d935e7d41f1389ecd878c01b41b6a7e7755e97d7ed52ca264b2702ea0
4
+ data.tar.gz: 2ee7659331bc3a2db047c080224200d6e102541aa49b47cc876caf0cf050ca7b
5
5
  SHA512:
6
- metadata.gz: 29df54296d88c4c956876db2fcca6aa8e5151cef5bf39fbe755ce59de9b70ef197aebbf7361a01ef781e6749f34b35f9bd86a504d24ff4288ef5f7529f03806a
7
- data.tar.gz: 243f6e33f2a3680c7bb0a552d39dff6be446dbd742a1476ee9777da1b68eb8ab79ce9d2628b27192619f145e64fc389a2046b5e0b6e357963763edd0b3b84fbf
6
+ metadata.gz: eb0d67cafc7ca121910e4be816cfa4113da25e63d96fcb43cd3867408de792b760a38f7043c0104ccd5c68502e5a1b2c9dc28e732cc77b5342815e78d324c71a
7
+ data.tar.gz: 6398fc8db694a1959afcc92acffccdcabc076cfbbdb8fd209ef590bd34c3ca79223b81cbcf1cf01121e42843c5c5cf2846b322be655585f792c06852c386a815
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2022-05-24)
5
+ ------------------
6
+
7
+ * Feature - AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
8
+
4
9
  1.89.0 (2022-04-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -736,6 +736,32 @@ module Aws::MediaConvert
736
736
  # max_abr_bitrate: 1,
737
737
  # max_renditions: 1,
738
738
  # min_abr_bitrate: 1,
739
+ # rules: [
740
+ # {
741
+ # allowed_renditions: [
742
+ # {
743
+ # height: 1,
744
+ # required: "ENABLED", # accepts ENABLED, DISABLED
745
+ # width: 1,
746
+ # },
747
+ # ],
748
+ # force_include_renditions: [
749
+ # {
750
+ # height: 1,
751
+ # width: 1,
752
+ # },
753
+ # ],
754
+ # min_bottom_rendition_size: {
755
+ # height: 1,
756
+ # width: 1,
757
+ # },
758
+ # min_top_rendition_size: {
759
+ # height: 1,
760
+ # width: 1,
761
+ # },
762
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
763
+ # },
764
+ # ],
739
765
  # },
740
766
  # },
741
767
  # custom_name: "__string",
@@ -1954,6 +1980,19 @@ module Aws::MediaConvert
1954
1980
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
1955
1981
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
1956
1982
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
1983
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
1984
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
1985
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
1986
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
1987
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
1988
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
1989
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
1990
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
1991
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
1992
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
1993
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
1994
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
1995
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
1957
1996
  # resp.job.settings.output_groups[0].custom_name #=> String
1958
1997
  # resp.job.settings.output_groups[0].name #=> String
1959
1998
  # resp.job.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -3024,6 +3063,32 @@ module Aws::MediaConvert
3024
3063
  # max_abr_bitrate: 1,
3025
3064
  # max_renditions: 1,
3026
3065
  # min_abr_bitrate: 1,
3066
+ # rules: [
3067
+ # {
3068
+ # allowed_renditions: [
3069
+ # {
3070
+ # height: 1,
3071
+ # required: "ENABLED", # accepts ENABLED, DISABLED
3072
+ # width: 1,
3073
+ # },
3074
+ # ],
3075
+ # force_include_renditions: [
3076
+ # {
3077
+ # height: 1,
3078
+ # width: 1,
3079
+ # },
3080
+ # ],
3081
+ # min_bottom_rendition_size: {
3082
+ # height: 1,
3083
+ # width: 1,
3084
+ # },
3085
+ # min_top_rendition_size: {
3086
+ # height: 1,
3087
+ # width: 1,
3088
+ # },
3089
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
3090
+ # },
3091
+ # ],
3027
3092
  # },
3028
3093
  # },
3029
3094
  # custom_name: "__string",
@@ -4211,6 +4276,19 @@ module Aws::MediaConvert
4211
4276
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
4212
4277
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
4213
4278
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
4279
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
4280
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
4281
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
4282
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
4283
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
4284
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
4285
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
4286
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
4287
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
4288
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
4289
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
4290
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
4291
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
4214
4292
  # resp.job_template.settings.output_groups[0].custom_name #=> String
4215
4293
  # resp.job_template.settings.output_groups[0].name #=> String
4216
4294
  # resp.job_template.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -6763,6 +6841,19 @@ module Aws::MediaConvert
6763
6841
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
6764
6842
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
6765
6843
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
6844
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
6845
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
6846
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
6847
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
6848
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
6849
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
6850
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
6851
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
6852
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
6853
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
6854
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
6855
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
6856
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
6766
6857
  # resp.job.settings.output_groups[0].custom_name #=> String
6767
6858
  # resp.job.settings.output_groups[0].name #=> String
6768
6859
  # resp.job.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -7713,6 +7804,19 @@ module Aws::MediaConvert
7713
7804
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
7714
7805
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
7715
7806
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
7807
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
7808
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
7809
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
7810
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
7811
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
7812
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
7813
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
7814
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
7815
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
7816
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
7817
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
7818
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
7819
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
7716
7820
  # resp.job_template.settings.output_groups[0].custom_name #=> String
7717
7821
  # resp.job_template.settings.output_groups[0].name #=> String
7718
7822
  # resp.job_template.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -9351,6 +9455,19 @@ module Aws::MediaConvert
9351
9455
  # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
9352
9456
  # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
9353
9457
  # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
9458
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
9459
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
9460
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
9461
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
9462
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
9463
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
9464
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
9465
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
9466
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
9467
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
9468
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
9469
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
9470
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
9354
9471
  # resp.job_templates[0].settings.output_groups[0].custom_name #=> String
9355
9472
  # resp.job_templates[0].settings.output_groups[0].name #=> String
9356
9473
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -10352,6 +10469,19 @@ module Aws::MediaConvert
10352
10469
  # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
10353
10470
  # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
10354
10471
  # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
10472
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
10473
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
10474
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
10475
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
10476
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
10477
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
10478
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
10479
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
10480
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
10481
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
10482
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
10483
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
10484
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
10355
10485
  # resp.jobs[0].settings.output_groups[0].custom_name #=> String
10356
10486
  # resp.jobs[0].settings.output_groups[0].name #=> String
10357
10487
  # resp.jobs[0].settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -12242,6 +12372,32 @@ module Aws::MediaConvert
12242
12372
  # max_abr_bitrate: 1,
12243
12373
  # max_renditions: 1,
12244
12374
  # min_abr_bitrate: 1,
12375
+ # rules: [
12376
+ # {
12377
+ # allowed_renditions: [
12378
+ # {
12379
+ # height: 1,
12380
+ # required: "ENABLED", # accepts ENABLED, DISABLED
12381
+ # width: 1,
12382
+ # },
12383
+ # ],
12384
+ # force_include_renditions: [
12385
+ # {
12386
+ # height: 1,
12387
+ # width: 1,
12388
+ # },
12389
+ # ],
12390
+ # min_bottom_rendition_size: {
12391
+ # height: 1,
12392
+ # width: 1,
12393
+ # },
12394
+ # min_top_rendition_size: {
12395
+ # height: 1,
12396
+ # width: 1,
12397
+ # },
12398
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
12399
+ # },
12400
+ # ],
12245
12401
  # },
12246
12402
  # },
12247
12403
  # custom_name: "__string",
@@ -13426,6 +13582,19 @@ module Aws::MediaConvert
13426
13582
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
13427
13583
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
13428
13584
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
13585
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
13586
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
13587
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
13588
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
13589
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
13590
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
13591
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
13592
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
13593
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
13594
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
13595
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
13596
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
13597
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
13429
13598
  # resp.job_template.settings.output_groups[0].custom_name #=> String
13430
13599
  # resp.job_template.settings.output_groups[0].name #=> String
13431
13600
  # resp.job_template.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -15613,7 +15782,7 @@ module Aws::MediaConvert
15613
15782
  params: params,
15614
15783
  config: config)
15615
15784
  context[:gem_name] = 'aws-sdk-mediaconvert'
15616
- context[:gem_version] = '1.89.0'
15785
+ context[:gem_version] = '1.90.0'
15617
15786
  Seahorse::Client::Request.new(handlers, context)
15618
15787
  end
15619
15788
 
@@ -34,6 +34,7 @@ module Aws::MediaConvert
34
34
  AccelerationStatus = Shapes::StringShape.new(name: 'AccelerationStatus')
35
35
  AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
36
36
  AiffSettings = Shapes::StructureShape.new(name: 'AiffSettings')
37
+ AllowedRenditionSize = Shapes::StructureShape.new(name: 'AllowedRenditionSize')
37
38
  AlphaBehavior = Shapes::StringShape.new(name: 'AlphaBehavior')
38
39
  AncillaryConvert608To708 = Shapes::StringShape.new(name: 'AncillaryConvert608To708')
39
40
  AncillarySourceSettings = Shapes::StructureShape.new(name: 'AncillarySourceSettings')
@@ -57,6 +58,7 @@ module Aws::MediaConvert
57
58
  AudioSelectorGroup = Shapes::StructureShape.new(name: 'AudioSelectorGroup')
58
59
  AudioSelectorType = Shapes::StringShape.new(name: 'AudioSelectorType')
59
60
  AudioTypeControl = Shapes::StringShape.new(name: 'AudioTypeControl')
61
+ AutomatedAbrRule = Shapes::StructureShape.new(name: 'AutomatedAbrRule')
60
62
  AutomatedAbrSettings = Shapes::StructureShape.new(name: 'AutomatedAbrSettings')
61
63
  AutomatedEncodingSettings = Shapes::StructureShape.new(name: 'AutomatedEncodingSettings')
62
64
  Av1AdaptiveQuantization = Shapes::StringShape.new(name: 'Av1AdaptiveQuantization')
@@ -250,6 +252,7 @@ module Aws::MediaConvert
250
252
  FileSourceTimeDeltaUnits = Shapes::StringShape.new(name: 'FileSourceTimeDeltaUnits')
251
253
  FontScript = Shapes::StringShape.new(name: 'FontScript')
252
254
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
255
+ ForceIncludeRenditionSize = Shapes::StructureShape.new(name: 'ForceIncludeRenditionSize')
253
256
  FrameCaptureSettings = Shapes::StructureShape.new(name: 'FrameCaptureSettings')
254
257
  GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
255
258
  GetJobResponse = Shapes::StructureShape.new(name: 'GetJobResponse')
@@ -414,6 +417,8 @@ module Aws::MediaConvert
414
417
  M3u8PcrControl = Shapes::StringShape.new(name: 'M3u8PcrControl')
415
418
  M3u8Scte35Source = Shapes::StringShape.new(name: 'M3u8Scte35Source')
416
419
  M3u8Settings = Shapes::StructureShape.new(name: 'M3u8Settings')
420
+ MinBottomRenditionSize = Shapes::StructureShape.new(name: 'MinBottomRenditionSize')
421
+ MinTopRenditionSize = Shapes::StructureShape.new(name: 'MinTopRenditionSize')
417
422
  MotionImageInserter = Shapes::StructureShape.new(name: 'MotionImageInserter')
418
423
  MotionImageInsertionFramerate = Shapes::StructureShape.new(name: 'MotionImageInsertionFramerate')
419
424
  MotionImageInsertionMode = Shapes::StringShape.new(name: 'MotionImageInsertionMode')
@@ -522,11 +527,13 @@ module Aws::MediaConvert
522
527
  Rectangle = Shapes::StructureShape.new(name: 'Rectangle')
523
528
  RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
524
529
  RenewalType = Shapes::StringShape.new(name: 'RenewalType')
530
+ RequiredFlag = Shapes::StringShape.new(name: 'RequiredFlag')
525
531
  ReservationPlan = Shapes::StructureShape.new(name: 'ReservationPlan')
526
532
  ReservationPlanSettings = Shapes::StructureShape.new(name: 'ReservationPlanSettings')
527
533
  ReservationPlanStatus = Shapes::StringShape.new(name: 'ReservationPlanStatus')
528
534
  ResourceTags = Shapes::StructureShape.new(name: 'ResourceTags')
529
535
  RespondToAfd = Shapes::StringShape.new(name: 'RespondToAfd')
536
+ RuleType = Shapes::StringShape.new(name: 'RuleType')
530
537
  S3DestinationAccessControl = Shapes::StructureShape.new(name: 'S3DestinationAccessControl')
531
538
  S3DestinationSettings = Shapes::StructureShape.new(name: 'S3DestinationSettings')
532
539
  S3EncryptionSettings = Shapes::StructureShape.new(name: 'S3EncryptionSettings')
@@ -734,12 +741,15 @@ module Aws::MediaConvert
734
741
  __integerMinNegative5Max5 = Shapes::IntegerShape.new(name: '__integerMinNegative5Max5')
735
742
  __integerMinNegative60Max6 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max6')
736
743
  __integerMinNegative70Max0 = Shapes::IntegerShape.new(name: '__integerMinNegative70Max0')
744
+ __listOfAllowedRenditionSize = Shapes::ListShape.new(name: '__listOfAllowedRenditionSize')
737
745
  __listOfAudioDescription = Shapes::ListShape.new(name: '__listOfAudioDescription')
746
+ __listOfAutomatedAbrRule = Shapes::ListShape.new(name: '__listOfAutomatedAbrRule')
738
747
  __listOfCaptionDescription = Shapes::ListShape.new(name: '__listOfCaptionDescription')
739
748
  __listOfCaptionDescriptionPreset = Shapes::ListShape.new(name: '__listOfCaptionDescriptionPreset')
740
749
  __listOfCmafAdditionalManifest = Shapes::ListShape.new(name: '__listOfCmafAdditionalManifest')
741
750
  __listOfDashAdditionalManifest = Shapes::ListShape.new(name: '__listOfDashAdditionalManifest')
742
751
  __listOfEndpoint = Shapes::ListShape.new(name: '__listOfEndpoint')
752
+ __listOfForceIncludeRenditionSize = Shapes::ListShape.new(name: '__listOfForceIncludeRenditionSize')
743
753
  __listOfHlsAdMarkers = Shapes::ListShape.new(name: '__listOfHlsAdMarkers')
744
754
  __listOfHlsAdditionalManifest = Shapes::ListShape.new(name: '__listOfHlsAdditionalManifest')
745
755
  __listOfHlsCaptionLanguageMapping = Shapes::ListShape.new(name: '__listOfHlsCaptionLanguageMapping')
@@ -854,6 +864,11 @@ module Aws::MediaConvert
854
864
  AiffSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin8000Max192000, location_name: "sampleRate"))
855
865
  AiffSettings.struct_class = Types::AiffSettings
856
866
 
867
+ AllowedRenditionSize.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "height"))
868
+ AllowedRenditionSize.add_member(:required, Shapes::ShapeRef.new(shape: RequiredFlag, location_name: "required"))
869
+ AllowedRenditionSize.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
870
+ AllowedRenditionSize.struct_class = Types::AllowedRenditionSize
871
+
857
872
  AncillarySourceSettings.add_member(:convert_608_to_708, Shapes::ShapeRef.new(shape: AncillaryConvert608To708, location_name: "convert608To708"))
858
873
  AncillarySourceSettings.add_member(:source_ancillary_channel_number, Shapes::ShapeRef.new(shape: __integerMin1Max4, location_name: "sourceAncillaryChannelNumber"))
859
874
  AncillarySourceSettings.add_member(:terminate_captions, Shapes::ShapeRef.new(shape: AncillaryTerminateCaptions, location_name: "terminateCaptions"))
@@ -917,9 +932,17 @@ module Aws::MediaConvert
917
932
  AudioSelectorGroup.add_member(:audio_selector_names, Shapes::ShapeRef.new(shape: __listOf__stringMin1, location_name: "audioSelectorNames"))
918
933
  AudioSelectorGroup.struct_class = Types::AudioSelectorGroup
919
934
 
935
+ AutomatedAbrRule.add_member(:allowed_renditions, Shapes::ShapeRef.new(shape: __listOfAllowedRenditionSize, location_name: "allowedRenditions"))
936
+ AutomatedAbrRule.add_member(:force_include_renditions, Shapes::ShapeRef.new(shape: __listOfForceIncludeRenditionSize, location_name: "forceIncludeRenditions"))
937
+ AutomatedAbrRule.add_member(:min_bottom_rendition_size, Shapes::ShapeRef.new(shape: MinBottomRenditionSize, location_name: "minBottomRenditionSize"))
938
+ AutomatedAbrRule.add_member(:min_top_rendition_size, Shapes::ShapeRef.new(shape: MinTopRenditionSize, location_name: "minTopRenditionSize"))
939
+ AutomatedAbrRule.add_member(:type, Shapes::ShapeRef.new(shape: RuleType, location_name: "type"))
940
+ AutomatedAbrRule.struct_class = Types::AutomatedAbrRule
941
+
920
942
  AutomatedAbrSettings.add_member(:max_abr_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "maxAbrBitrate"))
921
943
  AutomatedAbrSettings.add_member(:max_renditions, Shapes::ShapeRef.new(shape: __integerMin3Max15, location_name: "maxRenditions"))
922
944
  AutomatedAbrSettings.add_member(:min_abr_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "minAbrBitrate"))
945
+ AutomatedAbrSettings.add_member(:rules, Shapes::ShapeRef.new(shape: __listOfAutomatedAbrRule, location_name: "rules"))
923
946
  AutomatedAbrSettings.struct_class = Types::AutomatedAbrSettings
924
947
 
925
948
  AutomatedEncodingSettings.add_member(:abr_settings, Shapes::ShapeRef.new(shape: AutomatedAbrSettings, location_name: "abrSettings"))
@@ -1398,6 +1421,10 @@ module Aws::MediaConvert
1398
1421
  ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1399
1422
  ForbiddenException.struct_class = Types::ForbiddenException
1400
1423
 
1424
+ ForceIncludeRenditionSize.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "height"))
1425
+ ForceIncludeRenditionSize.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
1426
+ ForceIncludeRenditionSize.struct_class = Types::ForceIncludeRenditionSize
1427
+
1401
1428
  FrameCaptureSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateDenominator"))
1402
1429
  FrameCaptureSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
1403
1430
  FrameCaptureSettings.add_member(:max_captures, Shapes::ShapeRef.new(shape: __integerMin1Max10000000, location_name: "maxCaptures"))
@@ -1911,6 +1938,14 @@ module Aws::MediaConvert
1911
1938
  M3u8Settings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "videoPid"))
1912
1939
  M3u8Settings.struct_class = Types::M3u8Settings
1913
1940
 
1941
+ MinBottomRenditionSize.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "height"))
1942
+ MinBottomRenditionSize.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
1943
+ MinBottomRenditionSize.struct_class = Types::MinBottomRenditionSize
1944
+
1945
+ MinTopRenditionSize.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "height"))
1946
+ MinTopRenditionSize.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
1947
+ MinTopRenditionSize.struct_class = Types::MinTopRenditionSize
1948
+
1914
1949
  MotionImageInserter.add_member(:framerate, Shapes::ShapeRef.new(shape: MotionImageInsertionFramerate, location_name: "framerate"))
1915
1950
  MotionImageInserter.add_member(:input, Shapes::ShapeRef.new(shape: __stringMin14PatternS3Mov09PngHttpsMov09Png, location_name: "input"))
1916
1951
  MotionImageInserter.add_member(:insertion_mode, Shapes::ShapeRef.new(shape: MotionImageInsertionMode, location_name: "insertionMode"))
@@ -2487,8 +2522,12 @@ module Aws::MediaConvert
2487
2522
  XavcSettings.add_member(:xavc_hd_profile_settings, Shapes::ShapeRef.new(shape: XavcHdProfileSettings, location_name: "xavcHdProfileSettings"))
2488
2523
  XavcSettings.struct_class = Types::XavcSettings
2489
2524
 
2525
+ __listOfAllowedRenditionSize.member = Shapes::ShapeRef.new(shape: AllowedRenditionSize)
2526
+
2490
2527
  __listOfAudioDescription.member = Shapes::ShapeRef.new(shape: AudioDescription)
2491
2528
 
2529
+ __listOfAutomatedAbrRule.member = Shapes::ShapeRef.new(shape: AutomatedAbrRule)
2530
+
2492
2531
  __listOfCaptionDescription.member = Shapes::ShapeRef.new(shape: CaptionDescription)
2493
2532
 
2494
2533
  __listOfCaptionDescriptionPreset.member = Shapes::ShapeRef.new(shape: CaptionDescriptionPreset)
@@ -2499,6 +2538,8 @@ module Aws::MediaConvert
2499
2538
 
2500
2539
  __listOfEndpoint.member = Shapes::ShapeRef.new(shape: Endpoint)
2501
2540
 
2541
+ __listOfForceIncludeRenditionSize.member = Shapes::ShapeRef.new(shape: ForceIncludeRenditionSize)
2542
+
2502
2543
  __listOfHlsAdMarkers.member = Shapes::ShapeRef.new(shape: HlsAdMarkers)
2503
2544
 
2504
2545
  __listOfHlsAdditionalManifest.member = Shapes::ShapeRef.new(shape: HlsAdditionalManifest)
@@ -285,6 +285,49 @@ module Aws::MediaConvert
285
285
  include Aws::Structure
286
286
  end
287
287
 
288
+ # Use Allowed renditions to specify a list of possible resolutions in
289
+ # your ABR stack. * MediaConvert will create an ABR stack exclusively
290
+ # from the list of resolutions that you specify. * Some resolutions in
291
+ # the Allowed renditions list may not be included, however you can force
292
+ # a resolution to be included by setting Required to ENABLED. * You
293
+ # must specify at least one resolution that is greater than or equal to
294
+ # any resolutions that you specify in Min top rendition size or Min
295
+ # bottom rendition size. * If you specify Allowed renditions, you must
296
+ # not specify a separate rule for Force include renditions.
297
+ #
298
+ # @note When making an API call, you may pass AllowedRenditionSize
299
+ # data as a hash:
300
+ #
301
+ # {
302
+ # height: 1,
303
+ # required: "ENABLED", # accepts ENABLED, DISABLED
304
+ # width: 1,
305
+ # }
306
+ #
307
+ # @!attribute [rw] height
308
+ # Use Height to define the video resolution height, in pixels, for
309
+ # this rule.
310
+ # @return [Integer]
311
+ #
312
+ # @!attribute [rw] required
313
+ # Set to ENABLED to force a rendition to be included.
314
+ # @return [String]
315
+ #
316
+ # @!attribute [rw] width
317
+ # Use Width to define the video resolution width, in pixels, for this
318
+ # rule.
319
+ # @return [Integer]
320
+ #
321
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AllowedRenditionSize AWS API Documentation
322
+ #
323
+ class AllowedRenditionSize < Struct.new(
324
+ :height,
325
+ :required,
326
+ :width)
327
+ SENSITIVE = []
328
+ include Aws::Structure
329
+ end
330
+
288
331
  # Settings for ancillary captions source.
289
332
  #
290
333
  # @note When making an API call, you may pass AncillarySourceSettings
@@ -1072,6 +1115,123 @@ module Aws::MediaConvert
1072
1115
  include Aws::Structure
1073
1116
  end
1074
1117
 
1118
+ # Specify one or more Automated ABR rule types. Note: Force include and
1119
+ # Allowed renditions are mutually exclusive.
1120
+ #
1121
+ # @note When making an API call, you may pass AutomatedAbrRule
1122
+ # data as a hash:
1123
+ #
1124
+ # {
1125
+ # allowed_renditions: [
1126
+ # {
1127
+ # height: 1,
1128
+ # required: "ENABLED", # accepts ENABLED, DISABLED
1129
+ # width: 1,
1130
+ # },
1131
+ # ],
1132
+ # force_include_renditions: [
1133
+ # {
1134
+ # height: 1,
1135
+ # width: 1,
1136
+ # },
1137
+ # ],
1138
+ # min_bottom_rendition_size: {
1139
+ # height: 1,
1140
+ # width: 1,
1141
+ # },
1142
+ # min_top_rendition_size: {
1143
+ # height: 1,
1144
+ # width: 1,
1145
+ # },
1146
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
1147
+ # }
1148
+ #
1149
+ # @!attribute [rw] allowed_renditions
1150
+ # When customer adds the allowed renditions rule for auto ABR ladder,
1151
+ # they are required to add at leat one rendition to allowedRenditions
1152
+ # list
1153
+ # @return [Array<Types::AllowedRenditionSize>]
1154
+ #
1155
+ # @!attribute [rw] force_include_renditions
1156
+ # When customer adds the force include renditions rule for auto ABR
1157
+ # ladder, they are required to add at leat one rendition to
1158
+ # forceIncludeRenditions list
1159
+ # @return [Array<Types::ForceIncludeRenditionSize>]
1160
+ #
1161
+ # @!attribute [rw] min_bottom_rendition_size
1162
+ # Use Min bottom rendition size to specify a minimum size for the
1163
+ # lowest resolution in your ABR stack. * The lowest resolution in
1164
+ # your ABR stack will be equal to or greater than the value that you
1165
+ # enter. For example: If you specify 640x360 the lowest resolution in
1166
+ # your ABR stack will be equal to or greater than to 640x360. * If
1167
+ # you specify a Min top rendition size rule, the value that you
1168
+ # specify for Min bottom rendition size must be less than, or equal
1169
+ # to, Min top rendition size.
1170
+ # @return [Types::MinBottomRenditionSize]
1171
+ #
1172
+ # @!attribute [rw] min_top_rendition_size
1173
+ # Use Min top rendition size to specify a minimum size for the highest
1174
+ # resolution in your ABR stack. * The highest resolution in your ABR
1175
+ # stack will be equal to or greater than the value that you enter. For
1176
+ # example: If you specify 1280x720 the highest resolution in your ABR
1177
+ # stack will be equal to or greater than 1280x720. * If you specify a
1178
+ # value for Max resolution, the value that you specify for Min top
1179
+ # rendition size must be less than, or equal to, Max resolution.
1180
+ # @return [Types::MinTopRenditionSize]
1181
+ #
1182
+ # @!attribute [rw] type
1183
+ # Use Min top rendition size to specify a minimum size for the highest
1184
+ # resolution in your ABR stack. * The highest resolution in your ABR
1185
+ # stack will be equal to or greater than the value that you enter. For
1186
+ # example: If you specify 1280x720 the highest resolution in your ABR
1187
+ # stack will be equal to or greater than 1280x720. * If you specify a
1188
+ # value for Max resolution, the value that you specify for Min top
1189
+ # rendition size must be less than, or equal to, Max resolution. Use
1190
+ # Min bottom rendition size to specify a minimum size for the lowest
1191
+ # resolution in your ABR stack. * The lowest resolution in your ABR
1192
+ # stack will be equal to or greater than the value that you enter. For
1193
+ # example: If you specify 640x360 the lowest resolution in your ABR
1194
+ # stack will be equal to or greater than to 640x360. * If you specify
1195
+ # a Min top rendition size rule, the value that you specify for Min
1196
+ # bottom rendition size must be less than, or equal to, Min top
1197
+ # rendition size. Use Force include renditions to specify one or more
1198
+ # resolutions to include your ABR stack. * (Recommended) To optimize
1199
+ # automated ABR, specify as few resolutions as possible. * (Required)
1200
+ # The number of resolutions that you specify must be equal to, or less
1201
+ # than, the Max renditions setting. * If you specify a Min top
1202
+ # rendition size rule, specify at least one resolution that is equal
1203
+ # to, or greater than, Min top rendition size. * If you specify a Min
1204
+ # bottom rendition size rule, only specify resolutions that are equal
1205
+ # to, or greater than, Min bottom rendition size. * If you specify a
1206
+ # Force include renditions rule, do not specify a separate rule for
1207
+ # Allowed renditions. * Note: The ABR stack may include other
1208
+ # resolutions that you do not specify here, depending on the Max
1209
+ # renditions setting. Use Allowed renditions to specify a list of
1210
+ # possible resolutions in your ABR stack. * (Required) The number of
1211
+ # resolutions that you specify must be equal to, or greater than, the
1212
+ # Max renditions setting. * MediaConvert will create an ABR stack
1213
+ # exclusively from the list of resolutions that you specify. * Some
1214
+ # resolutions in the Allowed renditions list may not be included,
1215
+ # however you can force a resolution to be included by setting
1216
+ # Required to ENABLED. * You must specify at least one resolution
1217
+ # that is greater than or equal to any resolutions that you specify in
1218
+ # Min top rendition size or Min bottom rendition size. * If you
1219
+ # specify Allowed renditions, you must not specify a separate rule for
1220
+ # Force include renditions.
1221
+ # @return [String]
1222
+ #
1223
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AutomatedAbrRule AWS API Documentation
1224
+ #
1225
+ class AutomatedAbrRule < Struct.new(
1226
+ :allowed_renditions,
1227
+ :force_include_renditions,
1228
+ :min_bottom_rendition_size,
1229
+ :min_top_rendition_size,
1230
+ :type)
1231
+ SENSITIVE = []
1232
+ include Aws::Structure
1233
+ end
1234
+
1075
1235
  # Use automated ABR to have MediaConvert set up the renditions in your
1076
1236
  # ABR package for you automatically, based on characteristics of your
1077
1237
  # input video. This feature optimizes video quality while minimizing the
@@ -1084,6 +1244,32 @@ module Aws::MediaConvert
1084
1244
  # max_abr_bitrate: 1,
1085
1245
  # max_renditions: 1,
1086
1246
  # min_abr_bitrate: 1,
1247
+ # rules: [
1248
+ # {
1249
+ # allowed_renditions: [
1250
+ # {
1251
+ # height: 1,
1252
+ # required: "ENABLED", # accepts ENABLED, DISABLED
1253
+ # width: 1,
1254
+ # },
1255
+ # ],
1256
+ # force_include_renditions: [
1257
+ # {
1258
+ # height: 1,
1259
+ # width: 1,
1260
+ # },
1261
+ # ],
1262
+ # min_bottom_rendition_size: {
1263
+ # height: 1,
1264
+ # width: 1,
1265
+ # },
1266
+ # min_top_rendition_size: {
1267
+ # height: 1,
1268
+ # width: 1,
1269
+ # },
1270
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
1271
+ # },
1272
+ # ],
1087
1273
  # }
1088
1274
  #
1089
1275
  # @!attribute [rw] max_abr_bitrate
@@ -1111,12 +1297,21 @@ module Aws::MediaConvert
1111
1297
  # specify a value, MediaConvert uses 600,000 (600 kb/s) by default.
1112
1298
  # @return [Integer]
1113
1299
  #
1300
+ # @!attribute [rw] rules
1301
+ # Optional. Use Automated ABR rules to specify restrictions for the
1302
+ # rendition sizes MediaConvert will create in your ABR stack. You can
1303
+ # use these rules if your ABR workflow has specific rendition size
1304
+ # requirements, but you still want MediaConvert to optimize for video
1305
+ # quality and overall file size.
1306
+ # @return [Array<Types::AutomatedAbrRule>]
1307
+ #
1114
1308
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AutomatedAbrSettings AWS API Documentation
1115
1309
  #
1116
1310
  class AutomatedAbrSettings < Struct.new(
1117
1311
  :max_abr_bitrate,
1118
1312
  :max_renditions,
1119
- :min_abr_bitrate)
1313
+ :min_abr_bitrate,
1314
+ :rules)
1120
1315
  SENSITIVE = []
1121
1316
  include Aws::Structure
1122
1317
  end
@@ -1132,6 +1327,32 @@ module Aws::MediaConvert
1132
1327
  # max_abr_bitrate: 1,
1133
1328
  # max_renditions: 1,
1134
1329
  # min_abr_bitrate: 1,
1330
+ # rules: [
1331
+ # {
1332
+ # allowed_renditions: [
1333
+ # {
1334
+ # height: 1,
1335
+ # required: "ENABLED", # accepts ENABLED, DISABLED
1336
+ # width: 1,
1337
+ # },
1338
+ # ],
1339
+ # force_include_renditions: [
1340
+ # {
1341
+ # height: 1,
1342
+ # width: 1,
1343
+ # },
1344
+ # ],
1345
+ # min_bottom_rendition_size: {
1346
+ # height: 1,
1347
+ # width: 1,
1348
+ # },
1349
+ # min_top_rendition_size: {
1350
+ # height: 1,
1351
+ # width: 1,
1352
+ # },
1353
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
1354
+ # },
1355
+ # ],
1135
1356
  # },
1136
1357
  # }
1137
1358
  #
@@ -1150,7 +1371,7 @@ module Aws::MediaConvert
1150
1371
  include Aws::Structure
1151
1372
  end
1152
1373
 
1153
- # Settings for quality-defined variable bitrate encoding with the H.265
1374
+ # Settings for quality-defined variable bitrate encoding with the AV1
1154
1375
  # codec. Use these settings only when you set QVBR for Rate control mode
1155
1376
  # (RateControlMode).
1156
1377
  #
@@ -3241,8 +3462,12 @@ module Aws::MediaConvert
3241
3462
  # @return [String]
3242
3463
  #
3243
3464
  # @!attribute [rw] klv_metadata
3244
- # Applies to CMAF outputs. Use this setting to specify whether the
3245
- # service inserts the KLV metadata from the input in this output.
3465
+ # To include key-length-value metadata in this output: Set KLV
3466
+ # metadata insertion to Passthrough. MediaConvert reads KLV metadata
3467
+ # present in your input and writes each instance to a separate event
3468
+ # message box in the output, according to MISB ST1910.1. To exclude
3469
+ # this KLV metadata: Set KLV metadata insertion to None or leave
3470
+ # blank.
3246
3471
  # @return [String]
3247
3472
  #
3248
3473
  # @!attribute [rw] scte_35_esam
@@ -3855,6 +4080,32 @@ module Aws::MediaConvert
3855
4080
  # max_abr_bitrate: 1,
3856
4081
  # max_renditions: 1,
3857
4082
  # min_abr_bitrate: 1,
4083
+ # rules: [
4084
+ # {
4085
+ # allowed_renditions: [
4086
+ # {
4087
+ # height: 1,
4088
+ # required: "ENABLED", # accepts ENABLED, DISABLED
4089
+ # width: 1,
4090
+ # },
4091
+ # ],
4092
+ # force_include_renditions: [
4093
+ # {
4094
+ # height: 1,
4095
+ # width: 1,
4096
+ # },
4097
+ # ],
4098
+ # min_bottom_rendition_size: {
4099
+ # height: 1,
4100
+ # width: 1,
4101
+ # },
4102
+ # min_top_rendition_size: {
4103
+ # height: 1,
4104
+ # width: 1,
4105
+ # },
4106
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
4107
+ # },
4108
+ # ],
3858
4109
  # },
3859
4110
  # },
3860
4111
  # custom_name: "__string",
@@ -5256,6 +5507,32 @@ module Aws::MediaConvert
5256
5507
  # max_abr_bitrate: 1,
5257
5508
  # max_renditions: 1,
5258
5509
  # min_abr_bitrate: 1,
5510
+ # rules: [
5511
+ # {
5512
+ # allowed_renditions: [
5513
+ # {
5514
+ # height: 1,
5515
+ # required: "ENABLED", # accepts ENABLED, DISABLED
5516
+ # width: 1,
5517
+ # },
5518
+ # ],
5519
+ # force_include_renditions: [
5520
+ # {
5521
+ # height: 1,
5522
+ # width: 1,
5523
+ # },
5524
+ # ],
5525
+ # min_bottom_rendition_size: {
5526
+ # height: 1,
5527
+ # width: 1,
5528
+ # },
5529
+ # min_top_rendition_size: {
5530
+ # height: 1,
5531
+ # width: 1,
5532
+ # },
5533
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
5534
+ # },
5535
+ # ],
5259
5536
  # },
5260
5537
  # },
5261
5538
  # custom_name: "__string",
@@ -7916,9 +8193,8 @@ module Aws::MediaConvert
7916
8193
  #
7917
8194
  class DisassociateCertificateResponse < Aws::EmptyStructure; end
7918
8195
 
7919
- # With AWS Elemental MediaConvert, you can create profile 5 Dolby Vision
7920
- # outputs from MXF and IMF sources that contain mastering information as
7921
- # frame-interleaved Dolby Vision metadata.
8196
+ # With AWS Elemental MediaConvert, you can create profile 5 or 8.1 Dolby
8197
+ # Vision outputs from MXF and IMF sources.
7922
8198
  #
7923
8199
  # @note When making an API call, you may pass DolbyVision
7924
8200
  # data as a hash:
@@ -7945,24 +8221,22 @@ module Aws::MediaConvert
7945
8221
  # @return [String]
7946
8222
  #
7947
8223
  # @!attribute [rw] mapping
7948
- # Required when you set Dolby Vision Profile (Profile) to Profile 8.1
7949
- # (PROFILE\_8\_1). When you set Content mapping (Mapping) to None
7950
- # (HDR10\_NOMAP), content mapping is not applied to the
8224
+ # Required when you set Dolby Vision Profile to Profile 8.1. When you
8225
+ # set Content mapping to None, content mapping is not applied to the
7951
8226
  # HDR10-compatible signal. Depending on the source peak nit level,
7952
8227
  # clipping might occur on HDR devices without Dolby Vision. When you
7953
- # set Content mapping to Static (HDR10\_1000), the transcoder creates
7954
- # a 1,000 nits peak HDR10-compatible signal by applying static content
7955
- # mapping to the source. This mode is speed-optimized for PQ10 sources
7956
- # with metadata that is created from analysis. For graded Dolby Vision
8228
+ # set Content mapping to HDR10 1000, the transcoder creates a 1,000
8229
+ # nits peak HDR10-compatible signal by applying static content mapping
8230
+ # to the source. This mode is speed-optimized for PQ10 sources with
8231
+ # metadata that is created from analysis. For graded Dolby Vision
7957
8232
  # content, be aware that creative intent might not be guaranteed with
7958
8233
  # extreme 1,000 nits trims.
7959
8234
  # @return [String]
7960
8235
  #
7961
8236
  # @!attribute [rw] profile
7962
- # Required when you use Dolby Vision (DolbyVision) processing. Set
7963
- # Profile (DolbyVisionProfile) to Profile 5 (Profile\_5) to only
7964
- # include frame-interleaved Dolby Vision metadata in your output. Set
7965
- # Profile to Profile 8.1 (Profile\_8\_1) to include both
8237
+ # Required when you use Dolby Vision processing. Set Profile to
8238
+ # Profile 5 to only include frame-interleaved Dolby Vision metadata in
8239
+ # your output. Set Profile to Profile 8.1 to include both
7966
8240
  # frame-interleaved Dolby Vision metadata and HDR10 metadata in your
7967
8241
  # output.
7968
8242
  # @return [String]
@@ -9333,6 +9607,46 @@ module Aws::MediaConvert
9333
9607
  include Aws::Structure
9334
9608
  end
9335
9609
 
9610
+ # Use Force include renditions to specify one or more resolutions to
9611
+ # include your ABR stack. * (Recommended) To optimize automated ABR,
9612
+ # specify as few resolutions as possible. * (Required) The number of
9613
+ # resolutions that you specify must be equal to, or less than, the Max
9614
+ # renditions setting. * If you specify a Min top rendition size rule,
9615
+ # specify at least one resolution that is equal to, or greater than, Min
9616
+ # top rendition size. * If you specify a Min bottom rendition size
9617
+ # rule, only specify resolutions that are equal to, or greater than, Min
9618
+ # bottom rendition size. * If you specify a Force include renditions
9619
+ # rule, do not specify a separate rule for Allowed renditions. * Note:
9620
+ # The ABR stack may include other resolutions that you do not specify
9621
+ # here, depending on the Max renditions setting.
9622
+ #
9623
+ # @note When making an API call, you may pass ForceIncludeRenditionSize
9624
+ # data as a hash:
9625
+ #
9626
+ # {
9627
+ # height: 1,
9628
+ # width: 1,
9629
+ # }
9630
+ #
9631
+ # @!attribute [rw] height
9632
+ # Use Height to define the video resolution height, in pixels, for
9633
+ # this rule.
9634
+ # @return [Integer]
9635
+ #
9636
+ # @!attribute [rw] width
9637
+ # Use Width to define the video resolution width, in pixels, for this
9638
+ # rule.
9639
+ # @return [Integer]
9640
+ #
9641
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ForceIncludeRenditionSize AWS API Documentation
9642
+ #
9643
+ class ForceIncludeRenditionSize < Struct.new(
9644
+ :height,
9645
+ :width)
9646
+ SENSITIVE = []
9647
+ include Aws::Structure
9648
+ end
9649
+
9336
9650
  # Required when you set (Codec) under (VideoDescription)>(CodecSettings)
9337
9651
  # to the value FRAME\_CAPTURE.
9338
9652
  #
@@ -9563,7 +9877,7 @@ module Aws::MediaConvert
9563
9877
  include Aws::Structure
9564
9878
  end
9565
9879
 
9566
- # Settings for quality-defined variable bitrate encoding with the H.265
9880
+ # Settings for quality-defined variable bitrate encoding with the H.264
9567
9881
  # codec. Use these settings only when you set QVBR for Rate control mode
9568
9882
  # (RateControlMode).
9569
9883
  #
@@ -11721,14 +12035,14 @@ module Aws::MediaConvert
11721
12035
  # }
11722
12036
  #
11723
12037
  # @!attribute [rw] accessibility
11724
- # Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if
11725
- # the ISMC or WebVTT captions track is intended to provide
11726
- # accessibility for people who are deaf or hard of hearing. When you
11727
- # enable this feature, MediaConvert adds the following attributes
11728
- # under EXT-X-MEDIA in the HLS or CMAF manifest for this track:
12038
+ # Set Accessibility subtitles to Enabled if the ISMC or WebVTT
12039
+ # captions track is intended to provide accessibility for people who
12040
+ # are deaf or hard of hearing. When you enable this feature,
12041
+ # MediaConvert adds the following attributes under EXT-X-MEDIA in the
12042
+ # HLS or CMAF manifest for this track:
11729
12043
  # CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound"
11730
- # and AUTOSELECT="YES". Keep the default value, Disabled (DISABLED),
11731
- # if the captions track is not intended to provide such accessibility.
12044
+ # and AUTOSELECT="YES". Keep the default value, Disabled, if the
12045
+ # captions track is not intended to provide such accessibility.
11732
12046
  # MediaConvert will not add the above attributes.
11733
12047
  # @return [String]
11734
12048
  #
@@ -13168,6 +13482,32 @@ module Aws::MediaConvert
13168
13482
  # max_abr_bitrate: 1,
13169
13483
  # max_renditions: 1,
13170
13484
  # min_abr_bitrate: 1,
13485
+ # rules: [
13486
+ # {
13487
+ # allowed_renditions: [
13488
+ # {
13489
+ # height: 1,
13490
+ # required: "ENABLED", # accepts ENABLED, DISABLED
13491
+ # width: 1,
13492
+ # },
13493
+ # ],
13494
+ # force_include_renditions: [
13495
+ # {
13496
+ # height: 1,
13497
+ # width: 1,
13498
+ # },
13499
+ # ],
13500
+ # min_bottom_rendition_size: {
13501
+ # height: 1,
13502
+ # width: 1,
13503
+ # },
13504
+ # min_top_rendition_size: {
13505
+ # height: 1,
13506
+ # width: 1,
13507
+ # },
13508
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
13509
+ # },
13510
+ # ],
13171
13511
  # },
13172
13512
  # },
13173
13513
  # custom_name: "__string",
@@ -14619,6 +14959,32 @@ module Aws::MediaConvert
14619
14959
  # max_abr_bitrate: 1,
14620
14960
  # max_renditions: 1,
14621
14961
  # min_abr_bitrate: 1,
14962
+ # rules: [
14963
+ # {
14964
+ # allowed_renditions: [
14965
+ # {
14966
+ # height: 1,
14967
+ # required: "ENABLED", # accepts ENABLED, DISABLED
14968
+ # width: 1,
14969
+ # },
14970
+ # ],
14971
+ # force_include_renditions: [
14972
+ # {
14973
+ # height: 1,
14974
+ # width: 1,
14975
+ # },
14976
+ # ],
14977
+ # min_bottom_rendition_size: {
14978
+ # height: 1,
14979
+ # width: 1,
14980
+ # },
14981
+ # min_top_rendition_size: {
14982
+ # height: 1,
14983
+ # width: 1,
14984
+ # },
14985
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
14986
+ # },
14987
+ # ],
14622
14988
  # },
14623
14989
  # },
14624
14990
  # custom_name: "__string",
@@ -16433,8 +16799,11 @@ module Aws::MediaConvert
16433
16799
  # @return [Float]
16434
16800
  #
16435
16801
  # @!attribute [rw] klv_metadata
16436
- # Applies to MPEG-TS outputs. Use this setting to specify whether the
16437
- # service inserts the KLV metadata from the input in this output.
16802
+ # To include key-length-value metadata in this output: Set KLV
16803
+ # metadata insertion to Passthrough. MediaConvert reads KLV metadata
16804
+ # present in your input and passes it through to the output transport
16805
+ # stream. To exclude this KLV metadata: Set KLV metadata insertion to
16806
+ # None or leave blank.
16438
16807
  # @return [String]
16439
16808
  #
16440
16809
  # @!attribute [rw] max_pcr_interval
@@ -16567,8 +16936,8 @@ module Aws::MediaConvert
16567
16936
  # @return [Float]
16568
16937
  #
16569
16938
  # @!attribute [rw] timed_metadata_pid
16570
- # Specify the packet identifier (PID) for timed metadata in this
16571
- # output. Default is 502.
16939
+ # Packet Identifier (PID) of the ID3 metadata stream in the transport
16940
+ # stream.
16572
16941
  # @return [Integer]
16573
16942
  #
16574
16943
  # @!attribute [rw] transport_stream_id
@@ -16808,6 +17177,76 @@ module Aws::MediaConvert
16808
17177
  include Aws::Structure
16809
17178
  end
16810
17179
 
17180
+ # Use Min bottom rendition size to specify a minimum size for the lowest
17181
+ # resolution in your ABR stack. * The lowest resolution in your ABR
17182
+ # stack will be equal to or greater than the value that you enter. For
17183
+ # example: If you specify 640x360 the lowest resolution in your ABR
17184
+ # stack will be equal to or greater than to 640x360. * If you specify a
17185
+ # Min top rendition size rule, the value that you specify for Min bottom
17186
+ # rendition size must be less than, or equal to, Min top rendition size.
17187
+ #
17188
+ # @note When making an API call, you may pass MinBottomRenditionSize
17189
+ # data as a hash:
17190
+ #
17191
+ # {
17192
+ # height: 1,
17193
+ # width: 1,
17194
+ # }
17195
+ #
17196
+ # @!attribute [rw] height
17197
+ # Use Height to define the video resolution height, in pixels, for
17198
+ # this rule.
17199
+ # @return [Integer]
17200
+ #
17201
+ # @!attribute [rw] width
17202
+ # Use Width to define the video resolution width, in pixels, for this
17203
+ # rule.
17204
+ # @return [Integer]
17205
+ #
17206
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MinBottomRenditionSize AWS API Documentation
17207
+ #
17208
+ class MinBottomRenditionSize < Struct.new(
17209
+ :height,
17210
+ :width)
17211
+ SENSITIVE = []
17212
+ include Aws::Structure
17213
+ end
17214
+
17215
+ # Use Min top rendition size to specify a minimum size for the highest
17216
+ # resolution in your ABR stack. * The highest resolution in your ABR
17217
+ # stack will be equal to or greater than the value that you enter. For
17218
+ # example: If you specify 1280x720 the highest resolution in your ABR
17219
+ # stack will be equal to or greater than 1280x720. * If you specify a
17220
+ # value for Max resolution, the value that you specify for Min top
17221
+ # rendition size must be less than, or equal to, Max resolution.
17222
+ #
17223
+ # @note When making an API call, you may pass MinTopRenditionSize
17224
+ # data as a hash:
17225
+ #
17226
+ # {
17227
+ # height: 1,
17228
+ # width: 1,
17229
+ # }
17230
+ #
17231
+ # @!attribute [rw] height
17232
+ # Use Height to define the video resolution height, in pixels, for
17233
+ # this rule.
17234
+ # @return [Integer]
17235
+ #
17236
+ # @!attribute [rw] width
17237
+ # Use Width to define the video resolution width, in pixels, for this
17238
+ # rule.
17239
+ # @return [Integer]
17240
+ #
17241
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MinTopRenditionSize AWS API Documentation
17242
+ #
17243
+ class MinTopRenditionSize < Struct.new(
17244
+ :height,
17245
+ :width)
17246
+ SENSITIVE = []
17247
+ include Aws::Structure
17248
+ end
17249
+
16811
17250
  # Overlay motion graphics on top of your video. The motion graphics that
16812
17251
  # you specify here appear on all outputs in all output groups. For more
16813
17252
  # information, see
@@ -17245,8 +17684,12 @@ module Aws::MediaConvert
17245
17684
  # @return [String]
17246
17685
  #
17247
17686
  # @!attribute [rw] klv_metadata
17248
- # Applies to DASH ISO outputs. Use this setting to specify whether the
17249
- # service inserts the KLV metadata from the input in this output.
17687
+ # To include key-length-value metadata in this output: Set KLV
17688
+ # metadata insertion to Passthrough. MediaConvert reads KLV metadata
17689
+ # present in your input and writes each instance to a separate event
17690
+ # message box in the output, according to MISB ST1910.1. To exclude
17691
+ # this KLV metadata: Set KLV metadata insertion to None or leave
17692
+ # blank.
17250
17693
  # @return [String]
17251
17694
  #
17252
17695
  # @!attribute [rw] scte_35_esam
@@ -19313,6 +19756,32 @@ module Aws::MediaConvert
19313
19756
  # max_abr_bitrate: 1,
19314
19757
  # max_renditions: 1,
19315
19758
  # min_abr_bitrate: 1,
19759
+ # rules: [
19760
+ # {
19761
+ # allowed_renditions: [
19762
+ # {
19763
+ # height: 1,
19764
+ # required: "ENABLED", # accepts ENABLED, DISABLED
19765
+ # width: 1,
19766
+ # },
19767
+ # ],
19768
+ # force_include_renditions: [
19769
+ # {
19770
+ # height: 1,
19771
+ # width: 1,
19772
+ # },
19773
+ # ],
19774
+ # min_bottom_rendition_size: {
19775
+ # height: 1,
19776
+ # width: 1,
19777
+ # },
19778
+ # min_top_rendition_size: {
19779
+ # height: 1,
19780
+ # width: 1,
19781
+ # },
19782
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
19783
+ # },
19784
+ # ],
19316
19785
  # },
19317
19786
  # },
19318
19787
  # custom_name: "__string",
@@ -23156,6 +23625,32 @@ module Aws::MediaConvert
23156
23625
  # max_abr_bitrate: 1,
23157
23626
  # max_renditions: 1,
23158
23627
  # min_abr_bitrate: 1,
23628
+ # rules: [
23629
+ # {
23630
+ # allowed_renditions: [
23631
+ # {
23632
+ # height: 1,
23633
+ # required: "ENABLED", # accepts ENABLED, DISABLED
23634
+ # width: 1,
23635
+ # },
23636
+ # ],
23637
+ # force_include_renditions: [
23638
+ # {
23639
+ # height: 1,
23640
+ # width: 1,
23641
+ # },
23642
+ # ],
23643
+ # min_bottom_rendition_size: {
23644
+ # height: 1,
23645
+ # width: 1,
23646
+ # },
23647
+ # min_top_rendition_size: {
23648
+ # height: 1,
23649
+ # width: 1,
23650
+ # },
23651
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
23652
+ # },
23653
+ # ],
23159
23654
  # },
23160
23655
  # },
23161
23656
  # custom_name: "__string",
@@ -26906,14 +27401,14 @@ module Aws::MediaConvert
26906
27401
  # }
26907
27402
  #
26908
27403
  # @!attribute [rw] accessibility
26909
- # Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if
26910
- # the ISMC or WebVTT captions track is intended to provide
26911
- # accessibility for people who are deaf or hard of hearing. When you
26912
- # enable this feature, MediaConvert adds the following attributes
26913
- # under EXT-X-MEDIA in the HLS or CMAF manifest for this track:
27404
+ # Set Accessibility subtitles to Enabled if the ISMC or WebVTT
27405
+ # captions track is intended to provide accessibility for people who
27406
+ # are deaf or hard of hearing. When you enable this feature,
27407
+ # MediaConvert adds the following attributes under EXT-X-MEDIA in the
27408
+ # HLS or CMAF manifest for this track:
26914
27409
  # CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound"
26915
- # and AUTOSELECT="YES". Keep the default value, Disabled (DISABLED),
26916
- # if the captions track is not intended to provide such accessibility.
27410
+ # and AUTOSELECT="YES". Keep the default value, Disabled, if the
27411
+ # captions track is not intended to provide such accessibility.
26917
27412
  # MediaConvert will not add the above attributes.
26918
27413
  # @return [String]
26919
27414
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaConvert
50
50
 
51
- GEM_VERSION = '1.89.0'
51
+ GEM_VERSION = '1.90.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.90.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-04-29 00:00:00.000000000 Z
11
+ date: 2022-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core