aws-sdk-medialive 1.116.0 → 1.117.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: 97537bb68ce65b0a8d09b87e6cc44e06a5b65484a6a33edd67810272307712ac
4
- data.tar.gz: 25d780668677bf83c5eb04faf9c97aab2721dc4380ae82025c74657feea384a2
3
+ metadata.gz: de7a6789ebbcf17eea5e1cf5c29458f1f3b17c5921bfb4c59e02f594f6744798
4
+ data.tar.gz: 9ec3717f83ae6c5444e427365bb8fac11990eceee7a7eb7d613005cfeb1daeec
5
5
  SHA512:
6
- metadata.gz: a9391bd23f27ab5e018ff8ebc6b24528cf03370e01afeab9f5caf7af4f104b51ff0658122db1fa96d1a1bc1cdd1385123c7414c67fe42f454fbc0e701c6273bf
7
- data.tar.gz: 73685aea8b8ba98e8af1cc3259ef1ab0791ede3e59752400dae097ae9db989e1bbc5979725d36631819a78c09c339a8d91fe97980009a6059a2401947b618b18
6
+ metadata.gz: fd26ad6bd3ba8c34cf817632ae953009cb9f3d1c72169055f3b59859f8a50422aae6707f21ffa42e52433c7c70ef3fb8fe7f65b4cd6c8035d17f4489609ebb6e
7
+ data.tar.gz: 7c1f70e176536f171870bdd1c30f5ae33fb0bc66249105a1c5faa69380179da41fcd8c8a5e14d38a86c397471ead030a972fc2fcfcffa615afd5836d56f9e28e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.117.0 (2024-03-25)
5
+ ------------------
6
+
7
+ * Feature - Exposing TileMedia H265 options
8
+
4
9
  1.116.0 (2024-02-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.116.0
1
+ 1.117.0
@@ -1509,6 +1509,12 @@ module Aws::MediaLive
1509
1509
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
1510
1510
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
1511
1511
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.prefix #=> String
1512
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "DISABLED", "ENABLED"
1513
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "DISABLED", "ENABLED"
1514
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_height #=> Integer
1515
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
1516
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
1517
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
1512
1518
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
1513
1519
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
1514
1520
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -2613,6 +2619,12 @@ module Aws::MediaLive
2613
2619
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
2614
2620
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
2615
2621
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.prefix #=> String
2622
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "DISABLED", "ENABLED"
2623
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "DISABLED", "ENABLED"
2624
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_height #=> Integer
2625
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
2626
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
2627
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
2616
2628
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
2617
2629
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
2618
2630
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -3609,6 +3621,12 @@ module Aws::MediaLive
3609
3621
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
3610
3622
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
3611
3623
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.prefix #=> String
3624
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "DISABLED", "ENABLED"
3625
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "DISABLED", "ENABLED"
3626
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_height #=> Integer
3627
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
3628
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
3629
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
3612
3630
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
3613
3631
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
3614
3632
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -5742,6 +5760,12 @@ module Aws::MediaLive
5742
5760
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
5743
5761
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
5744
5762
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.prefix #=> String
5763
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "DISABLED", "ENABLED"
5764
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "DISABLED", "ENABLED"
5765
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_height #=> Integer
5766
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
5767
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
5768
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
5745
5769
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
5746
5770
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
5747
5771
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -6550,6 +6574,12 @@ module Aws::MediaLive
6550
6574
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
6551
6575
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
6552
6576
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.prefix #=> String
6577
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "DISABLED", "ENABLED"
6578
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "DISABLED", "ENABLED"
6579
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_height #=> Integer
6580
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
6581
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
6582
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
6553
6583
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
6554
6584
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6555
6585
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -7386,6 +7416,12 @@ module Aws::MediaLive
7386
7416
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
7387
7417
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
7388
7418
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.prefix #=> String
7419
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "DISABLED", "ENABLED"
7420
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "DISABLED", "ENABLED"
7421
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_height #=> Integer
7422
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
7423
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
7424
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
7389
7425
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
7390
7426
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
7391
7427
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -8102,6 +8138,12 @@ module Aws::MediaLive
8102
8138
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
8103
8139
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
8104
8140
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.prefix #=> String
8141
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "DISABLED", "ENABLED"
8142
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "DISABLED", "ENABLED"
8143
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_height #=> Integer
8144
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
8145
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
8146
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
8105
8147
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
8106
8148
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
8107
8149
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -9286,6 +9328,12 @@ module Aws::MediaLive
9286
9328
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
9287
9329
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
9288
9330
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_burnin_settings.prefix #=> String
9331
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "DISABLED", "ENABLED"
9332
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "DISABLED", "ENABLED"
9333
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_height #=> Integer
9334
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
9335
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
9336
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
9289
9337
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
9290
9338
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
9291
9339
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -9430,7 +9478,7 @@ module Aws::MediaLive
9430
9478
  params: params,
9431
9479
  config: config)
9432
9480
  context[:gem_name] = 'aws-sdk-medialive'
9433
- context[:gem_version] = '1.116.0'
9481
+ context[:gem_version] = '1.117.0'
9434
9482
  Seahorse::Client::Request.new(handlers, context)
9435
9483
  end
9436
9484
 
@@ -306,13 +306,17 @@ module Aws::MediaLive
306
306
  H265GopSizeUnits = Shapes::StringShape.new(name: 'H265GopSizeUnits')
307
307
  H265Level = Shapes::StringShape.new(name: 'H265Level')
308
308
  H265LookAheadRateControl = Shapes::StringShape.new(name: 'H265LookAheadRateControl')
309
+ H265MvOverPictureBoundaries = Shapes::StringShape.new(name: 'H265MvOverPictureBoundaries')
310
+ H265MvTemporalPredictor = Shapes::StringShape.new(name: 'H265MvTemporalPredictor')
309
311
  H265Profile = Shapes::StringShape.new(name: 'H265Profile')
310
312
  H265RateControlMode = Shapes::StringShape.new(name: 'H265RateControlMode')
311
313
  H265ScanType = Shapes::StringShape.new(name: 'H265ScanType')
312
314
  H265SceneChangeDetect = Shapes::StringShape.new(name: 'H265SceneChangeDetect')
313
315
  H265Settings = Shapes::StructureShape.new(name: 'H265Settings')
314
316
  H265Tier = Shapes::StringShape.new(name: 'H265Tier')
317
+ H265TilePadding = Shapes::StringShape.new(name: 'H265TilePadding')
315
318
  H265TimecodeInsertionBehavior = Shapes::StringShape.new(name: 'H265TimecodeInsertionBehavior')
319
+ H265TreeblockSize = Shapes::StringShape.new(name: 'H265TreeblockSize')
316
320
  Hdr10Settings = Shapes::StructureShape.new(name: 'Hdr10Settings')
317
321
  HlsAdMarkers = Shapes::StringShape.new(name: 'HlsAdMarkers')
318
322
  HlsAkamaiHttpTransferMode = Shapes::StringShape.new(name: 'HlsAkamaiHttpTransferMode')
@@ -801,12 +805,14 @@ module Aws::MediaLive
801
805
  __integerMin1Max5 = Shapes::IntegerShape.new(name: '__integerMin1Max5')
802
806
  __integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
803
807
  __integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
808
+ __integerMin256Max3840 = Shapes::IntegerShape.new(name: '__integerMin256Max3840')
804
809
  __integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
805
810
  __integerMin25Max2000 = Shapes::IntegerShape.new(name: '__integerMin25Max2000')
806
811
  __integerMin3 = Shapes::IntegerShape.new(name: '__integerMin3')
807
812
  __integerMin30 = Shapes::IntegerShape.new(name: '__integerMin30')
808
813
  __integerMin32Max8191 = Shapes::IntegerShape.new(name: '__integerMin32Max8191')
809
814
  __integerMin4Max20 = Shapes::IntegerShape.new(name: '__integerMin4Max20')
815
+ __integerMin64Max2160 = Shapes::IntegerShape.new(name: '__integerMin64Max2160')
810
816
  __integerMin800Max3000 = Shapes::IntegerShape.new(name: '__integerMin800Max3000')
811
817
  __integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
812
818
  __integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
@@ -1968,6 +1974,12 @@ module Aws::MediaLive
1968
1974
  H265Settings.add_member(:tier, Shapes::ShapeRef.new(shape: H265Tier, location_name: "tier"))
1969
1975
  H265Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: H265TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
1970
1976
  H265Settings.add_member(:timecode_burnin_settings, Shapes::ShapeRef.new(shape: TimecodeBurninSettings, location_name: "timecodeBurninSettings"))
1977
+ H265Settings.add_member(:mv_over_picture_boundaries, Shapes::ShapeRef.new(shape: H265MvOverPictureBoundaries, location_name: "mvOverPictureBoundaries"))
1978
+ H265Settings.add_member(:mv_temporal_predictor, Shapes::ShapeRef.new(shape: H265MvTemporalPredictor, location_name: "mvTemporalPredictor"))
1979
+ H265Settings.add_member(:tile_height, Shapes::ShapeRef.new(shape: __integerMin64Max2160, location_name: "tileHeight"))
1980
+ H265Settings.add_member(:tile_padding, Shapes::ShapeRef.new(shape: H265TilePadding, location_name: "tilePadding"))
1981
+ H265Settings.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin256Max3840, location_name: "tileWidth"))
1982
+ H265Settings.add_member(:treeblock_size, Shapes::ShapeRef.new(shape: H265TreeblockSize, location_name: "treeblockSize"))
1971
1983
  H265Settings.struct_class = Types::H265Settings
1972
1984
 
1973
1985
  Hdr10Settings.add_member(:max_cll, Shapes::ShapeRef.new(shape: __integerMin0Max32768, location_name: "maxCll"))
@@ -5429,6 +5429,47 @@ module Aws::MediaLive
5429
5429
  # Timecode burn-in settings
5430
5430
  # @return [Types::TimecodeBurninSettings]
5431
5431
  #
5432
+ # @!attribute [rw] mv_over_picture_boundaries
5433
+ # If you are setting up the picture as a tile, you must set this to
5434
+ # "disabled". In all other configurations, you typically enter
5435
+ # "enabled".
5436
+ # @return [String]
5437
+ #
5438
+ # @!attribute [rw] mv_temporal_predictor
5439
+ # If you are setting up the picture as a tile, you must set this to
5440
+ # "disabled". In other configurations, you typically enter
5441
+ # "enabled".
5442
+ # @return [String]
5443
+ #
5444
+ # @!attribute [rw] tile_height
5445
+ # Set this field to set up the picture as a tile. You must also set
5446
+ # tileWidth. The tile height must result in 22 or fewer rows in the
5447
+ # frame. The tile width must result in 20 or fewer columns in the
5448
+ # frame. And finally, the product of the column count and row count
5449
+ # must be 64 of less. If the tile width and height are specified,
5450
+ # MediaLive will override the video codec slices field with a value
5451
+ # that MediaLive calculates
5452
+ # @return [Integer]
5453
+ #
5454
+ # @!attribute [rw] tile_padding
5455
+ # Set to "padded" to force MediaLive to add padding to the frame, to
5456
+ # obtain a frame that is a whole multiple of the tile size. If you are
5457
+ # setting up the picture as a tile, you must enter "padded". In all
5458
+ # other configurations, you typically enter "none".
5459
+ # @return [String]
5460
+ #
5461
+ # @!attribute [rw] tile_width
5462
+ # Set this field to set up the picture as a tile. See tileHeight for
5463
+ # more information.
5464
+ # @return [Integer]
5465
+ #
5466
+ # @!attribute [rw] treeblock_size
5467
+ # Select the tree block size used for encoding. If you enter "auto",
5468
+ # the encoder will pick the best size. If you are setting up the
5469
+ # picture as a tile, you must set this to 32x32. In all other
5470
+ # configurations, you typically enter "auto".
5471
+ # @return [String]
5472
+ #
5432
5473
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H265Settings AWS API Documentation
5433
5474
  #
5434
5475
  class H265Settings < Struct.new(
@@ -5461,7 +5502,13 @@ module Aws::MediaLive
5461
5502
  :slices,
5462
5503
  :tier,
5463
5504
  :timecode_insertion,
5464
- :timecode_burnin_settings)
5505
+ :timecode_burnin_settings,
5506
+ :mv_over_picture_boundaries,
5507
+ :mv_temporal_predictor,
5508
+ :tile_height,
5509
+ :tile_padding,
5510
+ :tile_width,
5511
+ :treeblock_size)
5465
5512
  SENSITIVE = []
5466
5513
  include Aws::Structure
5467
5514
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-medialive/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaLive
55
55
 
56
- GEM_VERSION = '1.116.0'
56
+ GEM_VERSION = '1.117.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -1135,7 +1135,13 @@ module Aws
1135
1135
  font_size: ("EXTRA_SMALL_10" | "LARGE_48" | "MEDIUM_32" | "SMALL_16"),
1136
1136
  position: ("BOTTOM_CENTER" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | "MIDDLE_CENTER" | "MIDDLE_LEFT" | "MIDDLE_RIGHT" | "TOP_CENTER" | "TOP_LEFT" | "TOP_RIGHT"),
1137
1137
  prefix: ::String?
1138
- }?
1138
+ }?,
1139
+ mv_over_picture_boundaries: ("DISABLED" | "ENABLED")?,
1140
+ mv_temporal_predictor: ("DISABLED" | "ENABLED")?,
1141
+ tile_height: ::Integer?,
1142
+ tile_padding: ("NONE" | "PADDED")?,
1143
+ tile_width: ::Integer?,
1144
+ treeblock_size: ("AUTO" | "TREE_SIZE_32X32")?
1139
1145
  }?,
1140
1146
  mpeg_2_settings: {
1141
1147
  adaptive_quantization: ("AUTO" | "HIGH" | "LOW" | "MEDIUM" | "OFF")?,
@@ -2965,7 +2971,13 @@ module Aws
2965
2971
  font_size: ("EXTRA_SMALL_10" | "LARGE_48" | "MEDIUM_32" | "SMALL_16"),
2966
2972
  position: ("BOTTOM_CENTER" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | "MIDDLE_CENTER" | "MIDDLE_LEFT" | "MIDDLE_RIGHT" | "TOP_CENTER" | "TOP_LEFT" | "TOP_RIGHT"),
2967
2973
  prefix: ::String?
2968
- }?
2974
+ }?,
2975
+ mv_over_picture_boundaries: ("DISABLED" | "ENABLED")?,
2976
+ mv_temporal_predictor: ("DISABLED" | "ENABLED")?,
2977
+ tile_height: ::Integer?,
2978
+ tile_padding: ("NONE" | "PADDED")?,
2979
+ tile_width: ::Integer?,
2980
+ treeblock_size: ("AUTO" | "TREE_SIZE_32X32")?
2969
2981
  }?,
2970
2982
  mpeg_2_settings: {
2971
2983
  adaptive_quantization: ("AUTO" | "HIGH" | "LOW" | "MEDIUM" | "OFF")?,
data/sig/types.rbs CHANGED
@@ -1424,6 +1424,12 @@ module Aws::MediaLive
1424
1424
  attr_accessor tier: ("HIGH" | "MAIN")
1425
1425
  attr_accessor timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")
1426
1426
  attr_accessor timecode_burnin_settings: Types::TimecodeBurninSettings
1427
+ attr_accessor mv_over_picture_boundaries: ("DISABLED" | "ENABLED")
1428
+ attr_accessor mv_temporal_predictor: ("DISABLED" | "ENABLED")
1429
+ attr_accessor tile_height: ::Integer
1430
+ attr_accessor tile_padding: ("NONE" | "PADDED")
1431
+ attr_accessor tile_width: ::Integer
1432
+ attr_accessor treeblock_size: ("AUTO" | "TREE_SIZE_32X32")
1427
1433
  SENSITIVE: []
1428
1434
  end
1429
1435
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.116.0
4
+ version: 1.117.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: 2024-02-21 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core