aws-sdk-medialive 1.112.0 → 1.114.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: f9ced0255211e63d0c313dcdecf10637d4eedf1ef202ab5291010050071b09ce
4
- data.tar.gz: 70a79e203f0e3f4328f4a1aaa35db468cf82ed0563b4388b396253cb87503605
3
+ metadata.gz: d6860b65e9209e79f4b536c814110136d604ff148c408a29e6d3b7109a108928
4
+ data.tar.gz: ca6422109d4a20fd4e9fb60c41eb13179da1f068b1ebbc5e1e0a6dac362f0056
5
5
  SHA512:
6
- metadata.gz: '09f643922117a499bb8fd3bf133709d78077b99d523f33044d3ae84649d294d7470714e5152d0657f95711baaef96de080f5b62b0131374b821d972b4110556e'
7
- data.tar.gz: d62f537af96bc076b855dee8d7b3b69c3dc8dd70e5fd7fd03475bf44ca432521051e92673bd22e4a252d1701ce8c81d7e036a39723478d91cd31fc9a19f96bee
6
+ metadata.gz: 1e50e25d39fdc5292260a5ef280cef0a05b19ee4e8fe14a08a81931f3c0a03733430c3db6a45a10c9c3a2fa346954a0c26d1660b24f6687ad0e7264e67c371d7
7
+ data.tar.gz: 5ac2f40ff6e843da1b192d8bde962c1da7b989582ebc2d04b2df587704a0b6d9e194978a8f97c540c447442fe64d9899d76c1b940f20820dcb4839f196642c08
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.0 (2023-12-21)
5
+ ------------------
6
+
7
+ * Feature - MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.
8
+
9
+ 1.113.0 (2023-12-04)
10
+ ------------------
11
+
12
+ * Feature - Adds support for custom color correction on channels using 3D LUT files.
13
+
4
14
  1.112.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.112.0
1
+ 1.114.0
@@ -1536,6 +1536,10 @@ module Aws::MediaLive
1536
1536
  # resp.channel.encoder_settings.video_descriptions[0].sharpness #=> Integer
1537
1537
  # resp.channel.encoder_settings.video_descriptions[0].width #=> Integer
1538
1538
  # resp.channel.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
1539
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections #=> Array
1540
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
1541
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
1542
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
1539
1543
  # resp.channel.id #=> String
1540
1544
  # resp.channel.input_attachments #=> Array
1541
1545
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -2636,6 +2640,10 @@ module Aws::MediaLive
2636
2640
  # resp.encoder_settings.video_descriptions[0].sharpness #=> Integer
2637
2641
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
2638
2642
  # resp.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
2643
+ # resp.encoder_settings.color_correction_settings.global_color_corrections #=> Array
2644
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
2645
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
2646
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
2639
2647
  # resp.id #=> String
2640
2648
  # resp.input_attachments #=> Array
2641
2649
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -3628,6 +3636,10 @@ module Aws::MediaLive
3628
3636
  # resp.encoder_settings.video_descriptions[0].sharpness #=> Integer
3629
3637
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
3630
3638
  # resp.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
3639
+ # resp.encoder_settings.color_correction_settings.global_color_corrections #=> Array
3640
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
3641
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
3642
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
3631
3643
  # resp.id #=> String
3632
3644
  # resp.input_attachments #=> Array
3633
3645
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -3882,6 +3894,9 @@ module Aws::MediaLive
3882
3894
  # resp.uhd_device_settings.mediaconnect_settings.role_arn #=> String
3883
3895
  # resp.uhd_device_settings.mediaconnect_settings.secret_arn #=> String
3884
3896
  # resp.uhd_device_settings.mediaconnect_settings.source_name #=> String
3897
+ # resp.uhd_device_settings.audio_channel_pairs #=> Array
3898
+ # resp.uhd_device_settings.audio_channel_pairs[0].id #=> Integer
3899
+ # resp.uhd_device_settings.audio_channel_pairs[0].profile #=> String, one of "DISABLED", "VBR-AAC_HHE-16000", "VBR-AAC_HE-64000", "VBR-AAC_LC-128000", "CBR-AAC_HQ-192000", "CBR-AAC_HQ-256000", "CBR-AAC_HQ-384000", "CBR-AAC_HQ-512000"
3885
3900
  # resp.tags #=> Hash
3886
3901
  # resp.tags["__string"] #=> String
3887
3902
  # resp.availability_zone #=> String
@@ -4616,6 +4631,9 @@ module Aws::MediaLive
4616
4631
  # resp.input_devices[0].uhd_device_settings.mediaconnect_settings.role_arn #=> String
4617
4632
  # resp.input_devices[0].uhd_device_settings.mediaconnect_settings.secret_arn #=> String
4618
4633
  # resp.input_devices[0].uhd_device_settings.mediaconnect_settings.source_name #=> String
4634
+ # resp.input_devices[0].uhd_device_settings.audio_channel_pairs #=> Array
4635
+ # resp.input_devices[0].uhd_device_settings.audio_channel_pairs[0].id #=> Integer
4636
+ # resp.input_devices[0].uhd_device_settings.audio_channel_pairs[0].profile #=> String, one of "DISABLED", "VBR-AAC_HHE-16000", "VBR-AAC_HE-64000", "VBR-AAC_LC-128000", "CBR-AAC_HQ-192000", "CBR-AAC_HQ-256000", "CBR-AAC_HQ-384000", "CBR-AAC_HQ-512000"
4619
4637
  # resp.input_devices[0].tags #=> Hash
4620
4638
  # resp.input_devices[0].tags["__string"] #=> String
4621
4639
  # resp.input_devices[0].availability_zone #=> String
@@ -5750,6 +5768,10 @@ module Aws::MediaLive
5750
5768
  # resp.encoder_settings.video_descriptions[0].sharpness #=> Integer
5751
5769
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
5752
5770
  # resp.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
5771
+ # resp.encoder_settings.color_correction_settings.global_color_corrections #=> Array
5772
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
5773
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
5774
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
5753
5775
  # resp.id #=> String
5754
5776
  # resp.input_attachments #=> Array
5755
5777
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -6554,6 +6576,10 @@ module Aws::MediaLive
6554
6576
  # resp.encoder_settings.video_descriptions[0].sharpness #=> Integer
6555
6577
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
6556
6578
  # resp.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
6579
+ # resp.encoder_settings.color_correction_settings.global_color_corrections #=> Array
6580
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
6581
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
6582
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
6557
6583
  # resp.id #=> String
6558
6584
  # resp.input_attachments #=> Array
6559
6585
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -7386,6 +7412,10 @@ module Aws::MediaLive
7386
7412
  # resp.channel.encoder_settings.video_descriptions[0].sharpness #=> Integer
7387
7413
  # resp.channel.encoder_settings.video_descriptions[0].width #=> Integer
7388
7414
  # resp.channel.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
7415
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections #=> Array
7416
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
7417
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
7418
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
7389
7419
  # resp.channel.id #=> String
7390
7420
  # resp.channel.input_attachments #=> Array
7391
7421
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -8098,6 +8128,10 @@ module Aws::MediaLive
8098
8128
  # resp.channel.encoder_settings.video_descriptions[0].sharpness #=> Integer
8099
8129
  # resp.channel.encoder_settings.video_descriptions[0].width #=> Integer
8100
8130
  # resp.channel.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
8131
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections #=> Array
8132
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
8133
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
8134
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
8101
8135
  # resp.channel.id #=> String
8102
8136
  # resp.channel.input_attachments #=> Array
8103
8137
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -8339,6 +8373,12 @@ module Aws::MediaLive
8339
8373
  # secret_arn: "__string",
8340
8374
  # source_name: "__string",
8341
8375
  # },
8376
+ # audio_channel_pairs: [
8377
+ # {
8378
+ # id: 1,
8379
+ # profile: "DISABLED", # accepts DISABLED, VBR-AAC_HHE-16000, VBR-AAC_HE-64000, VBR-AAC_LC-128000, CBR-AAC_HQ-192000, CBR-AAC_HQ-256000, CBR-AAC_HQ-384000, CBR-AAC_HQ-512000
8380
+ # },
8381
+ # ],
8342
8382
  # },
8343
8383
  # input_device_id: "__string", # required
8344
8384
  # name: "__string",
@@ -8353,6 +8393,12 @@ module Aws::MediaLive
8353
8393
  # secret_arn: "__string",
8354
8394
  # source_name: "__string",
8355
8395
  # },
8396
+ # audio_channel_pairs: [
8397
+ # {
8398
+ # id: 1,
8399
+ # profile: "DISABLED", # accepts DISABLED, VBR-AAC_HHE-16000, VBR-AAC_HE-64000, VBR-AAC_LC-128000, CBR-AAC_HQ-192000, CBR-AAC_HQ-256000, CBR-AAC_HQ-384000, CBR-AAC_HQ-512000
8400
+ # },
8401
+ # ],
8356
8402
  # },
8357
8403
  # availability_zone: "__string",
8358
8404
  # })
@@ -8397,6 +8443,9 @@ module Aws::MediaLive
8397
8443
  # resp.uhd_device_settings.mediaconnect_settings.role_arn #=> String
8398
8444
  # resp.uhd_device_settings.mediaconnect_settings.secret_arn #=> String
8399
8445
  # resp.uhd_device_settings.mediaconnect_settings.source_name #=> String
8446
+ # resp.uhd_device_settings.audio_channel_pairs #=> Array
8447
+ # resp.uhd_device_settings.audio_channel_pairs[0].id #=> Integer
8448
+ # resp.uhd_device_settings.audio_channel_pairs[0].profile #=> String, one of "DISABLED", "VBR-AAC_HHE-16000", "VBR-AAC_HE-64000", "VBR-AAC_LC-128000", "CBR-AAC_HQ-192000", "CBR-AAC_HQ-256000", "CBR-AAC_HQ-384000", "CBR-AAC_HQ-512000"
8400
8449
  # resp.tags #=> Hash
8401
8450
  # resp.tags["__string"] #=> String
8402
8451
  # resp.availability_zone #=> String
@@ -8669,7 +8718,7 @@ module Aws::MediaLive
8669
8718
  params: params,
8670
8719
  config: config)
8671
8720
  context[:gem_name] = 'aws-sdk-medialive'
8672
- context[:gem_version] = '1.112.0'
8721
+ context[:gem_version] = '1.114.0'
8673
8722
  Seahorse::Client::Request.new(handlers, context)
8674
8723
  end
8675
8724
 
@@ -124,6 +124,9 @@ module Aws::MediaLive
124
124
  ChannelSummary = Shapes::StructureShape.new(name: 'ChannelSummary')
125
125
  ClaimDeviceRequest = Shapes::StructureShape.new(name: 'ClaimDeviceRequest')
126
126
  ClaimDeviceResponse = Shapes::StructureShape.new(name: 'ClaimDeviceResponse')
127
+ ColorCorrection = Shapes::StructureShape.new(name: 'ColorCorrection')
128
+ ColorCorrectionSettings = Shapes::StructureShape.new(name: 'ColorCorrectionSettings')
129
+ ColorSpace = Shapes::StringShape.new(name: 'ColorSpace')
127
130
  ColorSpacePassthroughSettings = Shapes::StructureShape.new(name: 'ColorSpacePassthroughSettings')
128
131
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
129
132
  ContentType = Shapes::StringShape.new(name: 'ContentType')
@@ -368,6 +371,8 @@ module Aws::MediaLive
368
371
  InputDevice = Shapes::StructureShape.new(name: 'InputDevice')
369
372
  InputDeviceActiveInput = Shapes::StringShape.new(name: 'InputDeviceActiveInput')
370
373
  InputDeviceCodec = Shapes::StringShape.new(name: 'InputDeviceCodec')
374
+ InputDeviceConfigurableAudioChannelPairConfig = Shapes::StructureShape.new(name: 'InputDeviceConfigurableAudioChannelPairConfig')
375
+ InputDeviceConfigurableAudioChannelPairProfile = Shapes::StringShape.new(name: 'InputDeviceConfigurableAudioChannelPairProfile')
371
376
  InputDeviceConfigurableSettings = Shapes::StructureShape.new(name: 'InputDeviceConfigurableSettings')
372
377
  InputDeviceConfigurationValidationError = Shapes::StructureShape.new(name: 'InputDeviceConfigurationValidationError')
373
378
  InputDeviceConfiguredInput = Shapes::StringShape.new(name: 'InputDeviceConfiguredInput')
@@ -386,6 +391,8 @@ module Aws::MediaLive
386
391
  InputDeviceThumbnail = Shapes::BlobShape.new(name: 'InputDeviceThumbnail', streaming: true)
387
392
  InputDeviceTransferType = Shapes::StringShape.new(name: 'InputDeviceTransferType')
388
393
  InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
394
+ InputDeviceUhdAudioChannelPairConfig = Shapes::StructureShape.new(name: 'InputDeviceUhdAudioChannelPairConfig')
395
+ InputDeviceUhdAudioChannelPairProfile = Shapes::StringShape.new(name: 'InputDeviceUhdAudioChannelPairProfile')
389
396
  InputDeviceUhdSettings = Shapes::StructureShape.new(name: 'InputDeviceUhdSettings')
390
397
  InputFilter = Shapes::StringShape.new(name: 'InputFilter')
391
398
  InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
@@ -814,6 +821,7 @@ module Aws::MediaLive
814
821
  __listOfCaptionSelector = Shapes::ListShape.new(name: '__listOfCaptionSelector')
815
822
  __listOfChannelEgressEndpoint = Shapes::ListShape.new(name: '__listOfChannelEgressEndpoint')
816
823
  __listOfChannelSummary = Shapes::ListShape.new(name: '__listOfChannelSummary')
824
+ __listOfColorCorrection = Shapes::ListShape.new(name: '__listOfColorCorrection')
817
825
  __listOfFailoverCondition = Shapes::ListShape.new(name: '__listOfFailoverCondition')
818
826
  __listOfHlsAdMarkers = Shapes::ListShape.new(name: '__listOfHlsAdMarkers')
819
827
  __listOfInput = Shapes::ListShape.new(name: '__listOfInput')
@@ -821,9 +829,11 @@ module Aws::MediaLive
821
829
  __listOfInputChannelLevel = Shapes::ListShape.new(name: '__listOfInputChannelLevel')
822
830
  __listOfInputDestination = Shapes::ListShape.new(name: '__listOfInputDestination')
823
831
  __listOfInputDestinationRequest = Shapes::ListShape.new(name: '__listOfInputDestinationRequest')
832
+ __listOfInputDeviceConfigurableAudioChannelPairConfig = Shapes::ListShape.new(name: '__listOfInputDeviceConfigurableAudioChannelPairConfig')
824
833
  __listOfInputDeviceRequest = Shapes::ListShape.new(name: '__listOfInputDeviceRequest')
825
834
  __listOfInputDeviceSettings = Shapes::ListShape.new(name: '__listOfInputDeviceSettings')
826
835
  __listOfInputDeviceSummary = Shapes::ListShape.new(name: '__listOfInputDeviceSummary')
836
+ __listOfInputDeviceUhdAudioChannelPairConfig = Shapes::ListShape.new(name: '__listOfInputDeviceUhdAudioChannelPairConfig')
827
837
  __listOfInputSecurityGroup = Shapes::ListShape.new(name: '__listOfInputSecurityGroup')
828
838
  __listOfInputSource = Shapes::ListShape.new(name: '__listOfInputSource')
829
839
  __listOfInputSourceRequest = Shapes::ListShape.new(name: '__listOfInputSourceRequest')
@@ -1258,6 +1268,14 @@ module Aws::MediaLive
1258
1268
 
1259
1269
  ClaimDeviceResponse.struct_class = Types::ClaimDeviceResponse
1260
1270
 
1271
+ ColorCorrection.add_member(:input_color_space, Shapes::ShapeRef.new(shape: ColorSpace, required: true, location_name: "inputColorSpace"))
1272
+ ColorCorrection.add_member(:output_color_space, Shapes::ShapeRef.new(shape: ColorSpace, required: true, location_name: "outputColorSpace"))
1273
+ ColorCorrection.add_member(:uri, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "uri"))
1274
+ ColorCorrection.struct_class = Types::ColorCorrection
1275
+
1276
+ ColorCorrectionSettings.add_member(:global_color_corrections, Shapes::ShapeRef.new(shape: __listOfColorCorrection, required: true, location_name: "globalColorCorrections"))
1277
+ ColorCorrectionSettings.struct_class = Types::ColorCorrectionSettings
1278
+
1261
1279
  ColorSpacePassthroughSettings.struct_class = Types::ColorSpacePassthroughSettings
1262
1280
 
1263
1281
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
@@ -1775,6 +1793,7 @@ module Aws::MediaLive
1775
1793
  EncoderSettings.add_member(:timecode_config, Shapes::ShapeRef.new(shape: TimecodeConfig, required: true, location_name: "timecodeConfig"))
1776
1794
  EncoderSettings.add_member(:video_descriptions, Shapes::ShapeRef.new(shape: __listOfVideoDescription, required: true, location_name: "videoDescriptions"))
1777
1795
  EncoderSettings.add_member(:thumbnail_configuration, Shapes::ShapeRef.new(shape: ThumbnailConfiguration, location_name: "thumbnailConfiguration"))
1796
+ EncoderSettings.add_member(:color_correction_settings, Shapes::ShapeRef.new(shape: ColorCorrectionSettings, location_name: "colorCorrectionSettings"))
1778
1797
  EncoderSettings.struct_class = Types::EncoderSettings
1779
1798
 
1780
1799
  EpochLockingSettings.add_member(:custom_epoch, Shapes::ShapeRef.new(shape: __string, location_name: "customEpoch"))
@@ -2129,11 +2148,16 @@ module Aws::MediaLive
2129
2148
  InputDevice.add_member(:output_type, Shapes::ShapeRef.new(shape: InputDeviceOutputType, location_name: "outputType"))
2130
2149
  InputDevice.struct_class = Types::InputDevice
2131
2150
 
2151
+ InputDeviceConfigurableAudioChannelPairConfig.add_member(:id, Shapes::ShapeRef.new(shape: __integer, location_name: "id"))
2152
+ InputDeviceConfigurableAudioChannelPairConfig.add_member(:profile, Shapes::ShapeRef.new(shape: InputDeviceConfigurableAudioChannelPairProfile, location_name: "profile"))
2153
+ InputDeviceConfigurableAudioChannelPairConfig.struct_class = Types::InputDeviceConfigurableAudioChannelPairConfig
2154
+
2132
2155
  InputDeviceConfigurableSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
2133
2156
  InputDeviceConfigurableSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
2134
2157
  InputDeviceConfigurableSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
2135
2158
  InputDeviceConfigurableSettings.add_member(:codec, Shapes::ShapeRef.new(shape: InputDeviceCodec, location_name: "codec"))
2136
2159
  InputDeviceConfigurableSettings.add_member(:mediaconnect_settings, Shapes::ShapeRef.new(shape: InputDeviceMediaConnectConfigurableSettings, location_name: "mediaconnectSettings"))
2160
+ InputDeviceConfigurableSettings.add_member(:audio_channel_pairs, Shapes::ShapeRef.new(shape: __listOfInputDeviceConfigurableAudioChannelPairConfig, location_name: "audioChannelPairs"))
2137
2161
  InputDeviceConfigurableSettings.struct_class = Types::InputDeviceConfigurableSettings
2138
2162
 
2139
2163
  InputDeviceConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
@@ -2194,6 +2218,10 @@ module Aws::MediaLive
2194
2218
  InputDeviceSummary.add_member(:output_type, Shapes::ShapeRef.new(shape: InputDeviceOutputType, location_name: "outputType"))
2195
2219
  InputDeviceSummary.struct_class = Types::InputDeviceSummary
2196
2220
 
2221
+ InputDeviceUhdAudioChannelPairConfig.add_member(:id, Shapes::ShapeRef.new(shape: __integer, location_name: "id"))
2222
+ InputDeviceUhdAudioChannelPairConfig.add_member(:profile, Shapes::ShapeRef.new(shape: InputDeviceUhdAudioChannelPairProfile, location_name: "profile"))
2223
+ InputDeviceUhdAudioChannelPairConfig.struct_class = Types::InputDeviceUhdAudioChannelPairConfig
2224
+
2197
2225
  InputDeviceUhdSettings.add_member(:active_input, Shapes::ShapeRef.new(shape: InputDeviceActiveInput, location_name: "activeInput"))
2198
2226
  InputDeviceUhdSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
2199
2227
  InputDeviceUhdSettings.add_member(:device_state, Shapes::ShapeRef.new(shape: InputDeviceState, location_name: "deviceState"))
@@ -2205,6 +2233,7 @@ module Aws::MediaLive
2205
2233
  InputDeviceUhdSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
2206
2234
  InputDeviceUhdSettings.add_member(:codec, Shapes::ShapeRef.new(shape: InputDeviceCodec, location_name: "codec"))
2207
2235
  InputDeviceUhdSettings.add_member(:mediaconnect_settings, Shapes::ShapeRef.new(shape: InputDeviceMediaConnectSettings, location_name: "mediaconnectSettings"))
2236
+ InputDeviceUhdSettings.add_member(:audio_channel_pairs, Shapes::ShapeRef.new(shape: __listOfInputDeviceUhdAudioChannelPairConfig, location_name: "audioChannelPairs"))
2208
2237
  InputDeviceUhdSettings.struct_class = Types::InputDeviceUhdSettings
2209
2238
 
2210
2239
  InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
@@ -3481,6 +3510,8 @@ module Aws::MediaLive
3481
3510
 
3482
3511
  __listOfChannelSummary.member = Shapes::ShapeRef.new(shape: ChannelSummary)
3483
3512
 
3513
+ __listOfColorCorrection.member = Shapes::ShapeRef.new(shape: ColorCorrection)
3514
+
3484
3515
  __listOfFailoverCondition.member = Shapes::ShapeRef.new(shape: FailoverCondition)
3485
3516
 
3486
3517
  __listOfHlsAdMarkers.member = Shapes::ShapeRef.new(shape: HlsAdMarkers)
@@ -3495,12 +3526,16 @@ module Aws::MediaLive
3495
3526
 
3496
3527
  __listOfInputDestinationRequest.member = Shapes::ShapeRef.new(shape: InputDestinationRequest)
3497
3528
 
3529
+ __listOfInputDeviceConfigurableAudioChannelPairConfig.member = Shapes::ShapeRef.new(shape: InputDeviceConfigurableAudioChannelPairConfig)
3530
+
3498
3531
  __listOfInputDeviceRequest.member = Shapes::ShapeRef.new(shape: InputDeviceRequest)
3499
3532
 
3500
3533
  __listOfInputDeviceSettings.member = Shapes::ShapeRef.new(shape: InputDeviceSettings)
3501
3534
 
3502
3535
  __listOfInputDeviceSummary.member = Shapes::ShapeRef.new(shape: InputDeviceSummary)
3503
3536
 
3537
+ __listOfInputDeviceUhdAudioChannelPairConfig.member = Shapes::ShapeRef.new(shape: InputDeviceUhdAudioChannelPairConfig)
3538
+
3504
3539
  __listOfInputSecurityGroup.member = Shapes::ShapeRef.new(shape: InputSecurityGroup)
3505
3540
 
3506
3541
  __listOfInputSource.member = Shapes::ShapeRef.new(shape: InputSource)
@@ -1981,6 +1981,55 @@ module Aws::MediaLive
1981
1981
  #
1982
1982
  class ClaimDeviceResponse < Aws::EmptyStructure; end
1983
1983
 
1984
+ # Property of ColorCorrectionSettings. Used for custom color space
1985
+ # conversion. The object identifies one 3D LUT file and specifies the
1986
+ # input/output color space combination that the file will be used for.
1987
+ #
1988
+ # @!attribute [rw] input_color_space
1989
+ # The color space of the input.
1990
+ # @return [String]
1991
+ #
1992
+ # @!attribute [rw] output_color_space
1993
+ # The color space of the output.
1994
+ # @return [String]
1995
+ #
1996
+ # @!attribute [rw] uri
1997
+ # The URI of the 3D LUT file. The protocol must be 's3:' or
1998
+ # 's3ssl:':.
1999
+ # @return [String]
2000
+ #
2001
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ColorCorrection AWS API Documentation
2002
+ #
2003
+ class ColorCorrection < Struct.new(
2004
+ :input_color_space,
2005
+ :output_color_space,
2006
+ :uri)
2007
+ SENSITIVE = []
2008
+ include Aws::Structure
2009
+ end
2010
+
2011
+ # Property of encoderSettings. Controls color conversion when you are
2012
+ # using 3D LUT files to perform color conversion on video.
2013
+ #
2014
+ # @!attribute [rw] global_color_corrections
2015
+ # An array of colorCorrections that applies when you are using 3D LUT
2016
+ # files to perform color conversion on video. Each colorCorrection
2017
+ # contains one 3D LUT file (that defines the color mapping for
2018
+ # converting an input color space to an output color space), and the
2019
+ # input/output combination that this 3D LUT file applies to. MediaLive
2020
+ # reads the color space in the input metadata, determines the color
2021
+ # space that you have specified for the output, and finds and uses the
2022
+ # LUT file that applies to this combination.
2023
+ # @return [Array<Types::ColorCorrection>]
2024
+ #
2025
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ColorCorrectionSettings AWS API Documentation
2026
+ #
2027
+ class ColorCorrectionSettings < Struct.new(
2028
+ :global_color_corrections)
2029
+ SENSITIVE = []
2030
+ include Aws::Structure
2031
+ end
2032
+
1984
2033
  # Passthrough applies no color space conversion to the output
1985
2034
  #
1986
2035
  # @api private
@@ -4308,6 +4357,10 @@ module Aws::MediaLive
4308
4357
  # Thumbnail configuration settings.
4309
4358
  # @return [Types::ThumbnailConfiguration]
4310
4359
  #
4360
+ # @!attribute [rw] color_correction_settings
4361
+ # Color Correction Settings
4362
+ # @return [Types::ColorCorrectionSettings]
4363
+ #
4311
4364
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/EncoderSettings AWS API Documentation
4312
4365
  #
4313
4366
  class EncoderSettings < Struct.new(
@@ -4323,7 +4376,8 @@ module Aws::MediaLive
4323
4376
  :output_groups,
4324
4377
  :timecode_config,
4325
4378
  :video_descriptions,
4326
- :thumbnail_configuration)
4379
+ :thumbnail_configuration,
4380
+ :color_correction_settings)
4327
4381
  SENSITIVE = []
4328
4382
  include Aws::Structure
4329
4383
  end
@@ -6512,6 +6566,16 @@ module Aws::MediaLive
6512
6566
  # parameter.
6513
6567
  # @return [Types::InputDeviceMediaConnectConfigurableSettings]
6514
6568
  #
6569
+ # @!attribute [rw] audio_channel_pairs
6570
+ # An array of eight audio configurations, one for each audio pair in
6571
+ # the source. Set up each audio configuration either to exclude the
6572
+ # pair, or to format it and include it in the output from the device.
6573
+ # This parameter applies only to UHD devices, and only when the device
6574
+ # is configured as the source for a MediaConnect flow. For an HD
6575
+ # device, you configure the audio by setting up audio selectors in the
6576
+ # channel configuration.
6577
+ # @return [Array<Types::InputDeviceConfigurableAudioChannelPairConfig>]
6578
+ #
6515
6579
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurableSettings AWS API Documentation
6516
6580
  #
6517
6581
  class InputDeviceConfigurableSettings < Struct.new(
@@ -6519,7 +6583,8 @@ module Aws::MediaLive
6519
6583
  :max_bitrate,
6520
6584
  :latency_ms,
6521
6585
  :codec,
6522
- :mediaconnect_settings)
6586
+ :mediaconnect_settings,
6587
+ :audio_channel_pairs)
6523
6588
  SENSITIVE = []
6524
6589
  include Aws::Structure
6525
6590
  end
@@ -6876,6 +6941,14 @@ module Aws::MediaLive
6876
6941
  # Returned only if the outputType is MEDIACONNECT\_FLOW.
6877
6942
  # @return [Types::InputDeviceMediaConnectSettings]
6878
6943
  #
6944
+ # @!attribute [rw] audio_channel_pairs
6945
+ # An array of eight audio configurations, one for each audio pair in
6946
+ # the source. Each audio configuration specifies either to exclude the
6947
+ # pair, or to format it and include it in the output from the UHD
6948
+ # device. Applies only when the device is configured as the source for
6949
+ # a MediaConnect flow.
6950
+ # @return [Array<Types::InputDeviceUhdAudioChannelPairConfig>]
6951
+ #
6879
6952
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdSettings AWS API Documentation
6880
6953
  #
6881
6954
  class InputDeviceUhdSettings < Struct.new(
@@ -6889,7 +6962,8 @@ module Aws::MediaLive
6889
6962
  :width,
6890
6963
  :latency_ms,
6891
6964
  :codec,
6892
- :mediaconnect_settings)
6965
+ :mediaconnect_settings,
6966
+ :audio_channel_pairs)
6893
6967
  SENSITIVE = []
6894
6968
  include Aws::Structure
6895
6969
  end
@@ -13128,5 +13202,54 @@ module Aws::MediaLive
13128
13202
  include Aws::Structure
13129
13203
  end
13130
13204
 
13205
+ # One audio configuration that specifies the format for one audio pair
13206
+ # that the device produces as output.
13207
+ #
13208
+ # @!attribute [rw] id
13209
+ # The ID for one audio pair configuration, a value from 1 to 8.
13210
+ # @return [Integer]
13211
+ #
13212
+ # @!attribute [rw] profile
13213
+ # The profile to set for one audio pair configuration. Choose an
13214
+ # enumeration value. Each value describes one audio configuration
13215
+ # using the format (rate control
13216
+ # algorithm)-(codec)\_(quality)-(bitrate in bytes). For example,
13217
+ # CBR-AAC\_HQ-192000. Or choose DISABLED, in which case the device
13218
+ # won't produce audio for this pair.
13219
+ # @return [String]
13220
+ #
13221
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurableAudioChannelPairConfig AWS API Documentation
13222
+ #
13223
+ class InputDeviceConfigurableAudioChannelPairConfig < Struct.new(
13224
+ :id,
13225
+ :profile)
13226
+ SENSITIVE = []
13227
+ include Aws::Structure
13228
+ end
13229
+
13230
+ # One audio configuration that specifies the format for one audio pair
13231
+ # that the device produces as output.
13232
+ #
13233
+ # @!attribute [rw] id
13234
+ # The ID for one audio pair configuration, a value from 1 to 8.
13235
+ # @return [Integer]
13236
+ #
13237
+ # @!attribute [rw] profile
13238
+ # The profile for one audio pair configuration. This property
13239
+ # describes one audio configuration in the format (rate control
13240
+ # algorithm)-(codec)\_(quality)-(bitrate in bytes). For example,
13241
+ # CBR-AAC\_HQ-192000. Or DISABLED, in which case the device won't
13242
+ # produce audio for this pair.
13243
+ # @return [String]
13244
+ #
13245
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdAudioChannelPairConfig AWS API Documentation
13246
+ #
13247
+ class InputDeviceUhdAudioChannelPairConfig < Struct.new(
13248
+ :id,
13249
+ :profile)
13250
+ SENSITIVE = []
13251
+ include Aws::Structure
13252
+ end
13253
+
13131
13254
  end
13132
13255
  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.112.0'
56
+ GEM_VERSION = '1.114.0'
57
57
 
58
58
  end
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.112.0
4
+ version: 1.114.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: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2023-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core