aws-sdk-medialive 1.167.0 → 1.168.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 40ab2c995202fb9e7fc0a9fc1731cd573053123bf783e75b6e13bf497c08515f
4
- data.tar.gz: 43f5e91708624f9dc970dbc972ef7130c8d7268a50859da5d2b5ceda8b70a54b
3
+ metadata.gz: cdf538ce11f15f88d1c1f1670bac43fd3c94dd0feadbf3fe86853b09f846ad36
4
+ data.tar.gz: 6629b6adaa540b34c414ea22a0e3e91f1d589e46dfe15dc25c8c6e969c808060
5
5
  SHA512:
6
- metadata.gz: 81dbef352bb18b6c1df304589d8cc489e197b92ce4d0679ce1aeca65888199d5de9c75e7a0ea48dc7e0c0622b73695b03f68b65f69bb9daa135fc7be3e1e0443
7
- data.tar.gz: 23b7a6449ae3a10ebe84ec0fc13f13f9c52b7cfceac44bf89da146d1604746437bcde73acefae813125d131db5fc8e581c6ca9c7e20c83457da98c51faaa85c0
6
+ metadata.gz: 7a12185db306d86a20bc0346575884bdd269a4fb015b5535d3e4c9046ba368c7603981f242eafd109725b62b91f823e188ad256faf15f1e5aeb8ee05b26fbd18
7
+ data.tar.gz: 3231109b99d42f0fc6fea976ac76fdbd570f2c0a1b145467601a7f94a350b5676e3599e4c2ee782801f6c3b6aa85f869ee3469fbc0a456d3decb1dc1d3501b02
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.168.0 (2025-11-17)
5
+ ------------------
6
+
7
+ * Feature - Adds configurations for spatial/temporal adaptive quantization in AV1 codec, and conversion to HLG output color space in H265 codec.
8
+
4
9
  1.167.0 (2025-11-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.167.0
1
+ 1.168.0
@@ -1807,6 +1807,8 @@ module Aws::MediaLive
1807
1807
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
1808
1808
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
1809
1809
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
1810
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
1811
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
1810
1812
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
1811
1813
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
1812
1814
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -3225,6 +3227,8 @@ module Aws::MediaLive
3225
3227
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
3226
3228
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
3227
3229
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
3230
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
3231
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
3228
3232
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
3229
3233
  # resp.encoder_settings.video_descriptions[0].name #=> String
3230
3234
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -4407,6 +4411,8 @@ module Aws::MediaLive
4407
4411
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
4408
4412
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
4409
4413
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
4414
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
4415
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
4410
4416
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
4411
4417
  # resp.encoder_settings.video_descriptions[0].name #=> String
4412
4418
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -6806,6 +6812,8 @@ module Aws::MediaLive
6806
6812
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
6807
6813
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
6808
6814
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
6815
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
6816
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
6809
6817
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
6810
6818
  # resp.encoder_settings.video_descriptions[0].name #=> String
6811
6819
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -7795,6 +7803,8 @@ module Aws::MediaLive
7795
7803
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
7796
7804
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
7797
7805
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
7806
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
7807
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
7798
7808
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
7799
7809
  # resp.encoder_settings.video_descriptions[0].name #=> String
7800
7810
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -8817,6 +8827,8 @@ module Aws::MediaLive
8817
8827
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
8818
8828
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
8819
8829
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
8830
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
8831
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
8820
8832
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
8821
8833
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
8822
8834
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -9722,6 +9734,8 @@ module Aws::MediaLive
9722
9734
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
9723
9735
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
9724
9736
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
9737
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
9738
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
9725
9739
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
9726
9740
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
9727
9741
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -11214,6 +11228,8 @@ module Aws::MediaLive
11214
11228
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
11215
11229
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
11216
11230
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
11231
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
11232
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
11217
11233
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
11218
11234
  # resp.encoder_settings.video_descriptions[0].name #=> String
11219
11235
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -14651,7 +14667,7 @@ module Aws::MediaLive
14651
14667
  tracer: tracer
14652
14668
  )
14653
14669
  context[:gem_name] = 'aws-sdk-medialive'
14654
- context[:gem_version] = '1.167.0'
14670
+ context[:gem_version] = '1.168.0'
14655
14671
  Seahorse::Client::Request.new(handlers, context)
14656
14672
  end
14657
14673
 
@@ -80,6 +80,8 @@ module Aws::MediaLive
80
80
  Av1RateControlMode = Shapes::StringShape.new(name: 'Av1RateControlMode')
81
81
  Av1SceneChangeDetect = Shapes::StringShape.new(name: 'Av1SceneChangeDetect')
82
82
  Av1Settings = Shapes::StructureShape.new(name: 'Av1Settings')
83
+ Av1SpatialAq = Shapes::StringShape.new(name: 'Av1SpatialAq')
84
+ Av1TemporalAq = Shapes::StringShape.new(name: 'Av1TemporalAq')
83
85
  AvailBlanking = Shapes::StructureShape.new(name: 'AvailBlanking')
84
86
  AvailBlankingState = Shapes::StringShape.new(name: 'AvailBlankingState')
85
87
  AvailConfiguration = Shapes::StructureShape.new(name: 'AvailConfiguration')
@@ -457,6 +459,7 @@ module Aws::MediaLive
457
459
  H265TimecodeInsertionBehavior = Shapes::StringShape.new(name: 'H265TimecodeInsertionBehavior')
458
460
  H265TreeblockSize = Shapes::StringShape.new(name: 'H265TreeblockSize')
459
461
  Hdr10Settings = Shapes::StructureShape.new(name: 'Hdr10Settings')
462
+ Hlg2020Settings = Shapes::StructureShape.new(name: 'Hlg2020Settings')
460
463
  HlsAdMarkers = Shapes::StringShape.new(name: 'HlsAdMarkers')
461
464
  HlsAkamaiHttpTransferMode = Shapes::StringShape.new(name: 'HlsAkamaiHttpTransferMode')
462
465
  HlsAkamaiSettings = Shapes::StructureShape.new(name: 'HlsAkamaiSettings')
@@ -1440,6 +1443,8 @@ module Aws::MediaLive
1440
1443
  Av1Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin50000Max12000000, location_name: "bitrate"))
1441
1444
  Av1Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Av1RateControlMode, location_name: "rateControlMode"))
1442
1445
  Av1Settings.add_member(:min_bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max8000000, location_name: "minBitrate"))
1446
+ Av1Settings.add_member(:spatial_aq, Shapes::ShapeRef.new(shape: Av1SpatialAq, location_name: "spatialAq"))
1447
+ Av1Settings.add_member(:temporal_aq, Shapes::ShapeRef.new(shape: Av1TemporalAq, location_name: "temporalAq"))
1443
1448
  Av1Settings.struct_class = Types::Av1Settings
1444
1449
 
1445
1450
  AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: InputLocation, location_name: "availBlankingImage"))
@@ -3217,6 +3222,7 @@ module Aws::MediaLive
3217
3222
  H265ColorSpaceSettings.add_member(:hdr_10_settings, Shapes::ShapeRef.new(shape: Hdr10Settings, location_name: "hdr10Settings"))
3218
3223
  H265ColorSpaceSettings.add_member(:rec_601_settings, Shapes::ShapeRef.new(shape: Rec601Settings, location_name: "rec601Settings"))
3219
3224
  H265ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
3225
+ H265ColorSpaceSettings.add_member(:hlg_2020_settings, Shapes::ShapeRef.new(shape: Hlg2020Settings, location_name: "hlg2020Settings"))
3220
3226
  H265ColorSpaceSettings.struct_class = Types::H265ColorSpaceSettings
3221
3227
 
3222
3228
  H265FilterSettings.add_member(:temporal_filter_settings, Shapes::ShapeRef.new(shape: TemporalFilterSettings, location_name: "temporalFilterSettings"))
@@ -3271,6 +3277,8 @@ module Aws::MediaLive
3271
3277
  Hdr10Settings.add_member(:max_fall, Shapes::ShapeRef.new(shape: __integerMin0Max32768, location_name: "maxFall"))
3272
3278
  Hdr10Settings.struct_class = Types::Hdr10Settings
3273
3279
 
3280
+ Hlg2020Settings.struct_class = Types::Hlg2020Settings
3281
+
3274
3282
  HlsAkamaiSettings.add_member(:connection_retry_interval, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "connectionRetryInterval"))
3275
3283
  HlsAkamaiSettings.add_member(:filecache_duration, Shapes::ShapeRef.new(shape: __integerMin0Max600, location_name: "filecacheDuration"))
3276
3284
  HlsAkamaiSettings.add_member(:http_transfer_mode, Shapes::ShapeRef.new(shape: HlsAkamaiHttpTransferMode, location_name: "httpTransferMode"))
@@ -5476,6 +5476,10 @@ module Aws::MediaLive
5476
5476
  # Rec709 Settings
5477
5477
  # @return [Types::Rec709Settings]
5478
5478
  #
5479
+ # @!attribute [rw] hlg_2020_settings
5480
+ # Hlg2020 Settings
5481
+ # @return [Types::Hlg2020Settings]
5482
+ #
5479
5483
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H265ColorSpaceSettings AWS API Documentation
5480
5484
  #
5481
5485
  class H265ColorSpaceSettings < Struct.new(
@@ -5483,7 +5487,8 @@ module Aws::MediaLive
5483
5487
  :dolby_vision_81_settings,
5484
5488
  :hdr_10_settings,
5485
5489
  :rec_601_settings,
5486
- :rec_709_settings)
5490
+ :rec_709_settings,
5491
+ :hlg_2020_settings)
5487
5492
  SENSITIVE = []
5488
5493
  include Aws::Structure
5489
5494
  end
@@ -5754,10 +5759,15 @@ module Aws::MediaLive
5754
5759
  # @return [String]
5755
5760
  #
5756
5761
  # @!attribute [rw] gop_b_reference
5757
- # H265 Gop BReference
5762
+ # Allows the encoder to use a B-Frame as a reference frame as well.
5763
+ # ENABLED: B-frames will also serve as reference frames. DISABLED:
5764
+ # B-frames won't be reference frames. Must be DISABLED if resolution
5765
+ # is greater than 1080p or when using tiled hevc encoding.
5758
5766
  # @return [String]
5759
5767
  #
5760
5768
  # @!attribute [rw] gop_num_b_frames
5769
+ # Sets the number of B-frames between reference frames. Set to 2 if
5770
+ # resolution is greater than 1080p or when using tiled hevc encoding.
5761
5771
  # @return [Integer]
5762
5772
  #
5763
5773
  # @!attribute [rw] min_bitrate
@@ -5768,7 +5778,10 @@ module Aws::MediaLive
5768
5778
  # @return [Integer]
5769
5779
  #
5770
5780
  # @!attribute [rw] subgop_length
5771
- # H265 Sub Gop Length
5781
+ # Sets the number of B-frames in each sub-GOP. FIXED: Use the value in
5782
+ # Num B-frames. DYNAMIC: Optimizes the number of B-frames in each
5783
+ # sub-GOP to improve visual quality. Must be FIXED if resolution is
5784
+ # greater than 1080p or when using tiled hevc encoding.
5772
5785
  # @return [String]
5773
5786
  #
5774
5787
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H265Settings AWS API Documentation
@@ -18431,6 +18444,22 @@ module Aws::MediaLive
18431
18444
  # bandwidth for this output.
18432
18445
  # @return [Integer]
18433
18446
  #
18447
+ # @!attribute [rw] spatial_aq
18448
+ # Spatial AQ makes adjustments within each frame based on spatial
18449
+ # variation of content complexity. Enabled: MediaLive will determine
18450
+ # the appropriate level of spatial AQ to apply. Disabled: No spatial
18451
+ # AQ. For more information, see the topic about video adaptive
18452
+ # quantization in the MediaLive user guide.
18453
+ # @return [String]
18454
+ #
18455
+ # @!attribute [rw] temporal_aq
18456
+ # Temporal AQ makes adjustments within each frame based on variations
18457
+ # in content complexity over time. Enabled: MediaLive will determine
18458
+ # the appropriate level of temporal AQ to apply. Disabled: No temporal
18459
+ # AQ. For more information, see the topic about video adaptive
18460
+ # quantization in the MediaLive user guide.
18461
+ # @return [String]
18462
+ #
18434
18463
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Av1Settings AWS API Documentation
18435
18464
  #
18436
18465
  class Av1Settings < Struct.new(
@@ -18453,7 +18482,9 @@ module Aws::MediaLive
18453
18482
  :timecode_burnin_settings,
18454
18483
  :bitrate,
18455
18484
  :rate_control_mode,
18456
- :min_bitrate)
18485
+ :min_bitrate,
18486
+ :spatial_aq,
18487
+ :temporal_aq)
18457
18488
  SENSITIVE = []
18458
18489
  include Aws::Structure
18459
18490
  end
@@ -22231,6 +22262,14 @@ module Aws::MediaLive
22231
22262
  include Aws::Structure
22232
22263
  end
22233
22264
 
22265
+ # Hlg2020 Settings
22266
+ #
22267
+ # @api private
22268
+ #
22269
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Hlg2020Settings AWS API Documentation
22270
+ #
22271
+ class Hlg2020Settings < Aws::EmptyStructure; end
22272
+
22234
22273
  end
22235
22274
  end
22236
22275
 
@@ -55,7 +55,7 @@ module Aws::MediaLive
55
55
  autoload :EndpointProvider, 'aws-sdk-medialive/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-medialive/endpoints'
57
57
 
58
- GEM_VERSION = '1.167.0'
58
+ GEM_VERSION = '1.168.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1291,6 +1291,8 @@ module Aws
1291
1291
  rec_601_settings: {
1292
1292
  }?,
1293
1293
  rec_709_settings: {
1294
+ }?,
1295
+ hlg_2020_settings: {
1294
1296
  }?
1295
1297
  }?,
1296
1298
  filter_settings: {
@@ -1405,7 +1407,9 @@ module Aws
1405
1407
  }?,
1406
1408
  bitrate: ::Integer?,
1407
1409
  rate_control_mode: ("CBR" | "QVBR")?,
1408
- min_bitrate: ::Integer?
1410
+ min_bitrate: ::Integer?,
1411
+ spatial_aq: ("DISABLED" | "ENABLED")?,
1412
+ temporal_aq: ("DISABLED" | "ENABLED")?
1409
1413
  }?
1410
1414
  }?,
1411
1415
  height: ::Integer?,
@@ -3431,6 +3435,8 @@ module Aws
3431
3435
  rec_601_settings: {
3432
3436
  }?,
3433
3437
  rec_709_settings: {
3438
+ }?,
3439
+ hlg_2020_settings: {
3434
3440
  }?
3435
3441
  }?,
3436
3442
  filter_settings: {
@@ -3545,7 +3551,9 @@ module Aws
3545
3551
  }?,
3546
3552
  bitrate: ::Integer?,
3547
3553
  rate_control_mode: ("CBR" | "QVBR")?,
3548
- min_bitrate: ::Integer?
3554
+ min_bitrate: ::Integer?,
3555
+ spatial_aq: ("DISABLED" | "ENABLED")?,
3556
+ temporal_aq: ("DISABLED" | "ENABLED")?
3549
3557
  }?
3550
3558
  }?,
3551
3559
  height: ::Integer?,
data/sig/types.rbs CHANGED
@@ -1427,6 +1427,7 @@ module Aws::MediaLive
1427
1427
  attr_accessor hdr_10_settings: Types::Hdr10Settings
1428
1428
  attr_accessor rec_601_settings: Types::Rec601Settings
1429
1429
  attr_accessor rec_709_settings: Types::Rec709Settings
1430
+ attr_accessor hlg_2020_settings: Types::Hlg2020Settings
1430
1431
  SENSITIVE: []
1431
1432
  end
1432
1433
 
@@ -4772,6 +4773,8 @@ module Aws::MediaLive
4772
4773
  attr_accessor bitrate: ::Integer
4773
4774
  attr_accessor rate_control_mode: ("CBR" | "QVBR")
4774
4775
  attr_accessor min_bitrate: ::Integer
4776
+ attr_accessor spatial_aq: ("DISABLED" | "ENABLED")
4777
+ attr_accessor temporal_aq: ("DISABLED" | "ENABLED")
4775
4778
  SENSITIVE: []
4776
4779
  end
4777
4780
 
@@ -5790,5 +5793,8 @@ module Aws::MediaLive
5790
5793
  attr_accessor state: ("SET" | "CLEARED")
5791
5794
  SENSITIVE: []
5792
5795
  end
5796
+
5797
+ class Hlg2020Settings < Aws::EmptyStructure
5798
+ end
5793
5799
  end
5794
5800
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.167.0
4
+ version: 1.168.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services