aws-sdk-medialive 1.60.0 → 1.61.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: e2ba82efe094f6b0c7f0ef93b95489dda6db72769c80744265b28c8e7c5cd468
4
- data.tar.gz: 69ffb38e61bec20931d09cb054b9e23cf479645f7f532859b13fa96ded968dab
3
+ metadata.gz: 47d192261df9222efa8d0eb14c1eac6d90b59f319d872d26976a61fce017239c
4
+ data.tar.gz: 7a0ef0355612a050079926eec76698937bcdb117e27ebc7575dacf78c894c167
5
5
  SHA512:
6
- metadata.gz: ae955cc4c8733a6c51a217bf472658b5005b8aea2083f8c8b83406358cf8f87edbaf891c7f280788947f89a0cb3be3dc356af31cfbc1aa4a5e7b4d7afd9c30ae
7
- data.tar.gz: dce1788a3b1fccb902be2b9576a41002071e45f1349ec60940e911cd309df1bcc36a06533837a25fc487afd12a3c9f47c7b54938a9f173fd6d160002952afb24
6
+ metadata.gz: ae6c26847c096b2fe749525c419336c31b86fb74157c697952ad8eb7632f647484bada6c88c3c1069da214482bdce050685fc39e350b23fab25c4ca01ec6e197
7
+ data.tar.gz: c6313dd1b91d7bcc679a955ab31fcef614d004f995852cb6ac9339ebf4750c5ebf0e6597af0f1ca0cf9f514c4d093eaecd47ef6be2596b54ca052a6d5b302f1a
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-medialive/customizations'
49
49
  # @!group service
50
50
  module Aws::MediaLive
51
51
 
52
- GEM_VERSION = '1.60.0'
52
+ GEM_VERSION = '1.61.0'
53
53
 
54
54
  end
@@ -1573,9 +1573,17 @@ module Aws::MediaLive
1573
1573
  # failover_conditions: [
1574
1574
  # {
1575
1575
  # failover_condition_settings: {
1576
+ # audio_silence_settings: {
1577
+ # audio_selector_name: "__string", # required
1578
+ # audio_silence_threshold_msec: 1,
1579
+ # },
1576
1580
  # input_loss_settings: {
1577
1581
  # input_loss_threshold_msec: 1,
1578
1582
  # },
1583
+ # video_black_settings: {
1584
+ # black_detect_threshold: 1.0,
1585
+ # video_black_threshold_msec: 1,
1586
+ # },
1579
1587
  # },
1580
1588
  # },
1581
1589
  # ],
@@ -2207,7 +2215,11 @@ module Aws::MediaLive
2207
2215
  # resp.channel.input_attachments #=> Array
2208
2216
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
2209
2217
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
2218
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
2219
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
2210
2220
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
2221
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
2222
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
2211
2223
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
2212
2224
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
2213
2225
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -3155,7 +3167,11 @@ module Aws::MediaLive
3155
3167
  # resp.input_attachments #=> Array
3156
3168
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
3157
3169
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
3170
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
3171
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
3158
3172
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
3173
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
3174
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
3159
3175
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
3160
3176
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
3161
3177
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -4042,7 +4058,11 @@ module Aws::MediaLive
4042
4058
  # resp.input_attachments #=> Array
4043
4059
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
4044
4060
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
4061
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
4062
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
4045
4063
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
4064
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
4065
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
4046
4066
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
4047
4067
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
4048
4068
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -4206,6 +4226,7 @@ module Aws::MediaLive
4206
4226
  # * {Types::DescribeInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
4207
4227
  # * {Types::DescribeInputDeviceResponse#serial_number #serial_number} => String
4208
4228
  # * {Types::DescribeInputDeviceResponse#type #type} => String
4229
+ # * {Types::DescribeInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
4209
4230
  #
4210
4231
  # @example Request syntax with placeholder values
4211
4232
  #
@@ -4238,6 +4259,14 @@ module Aws::MediaLive
4238
4259
  # resp.network_settings.subnet_mask #=> String
4239
4260
  # resp.serial_number #=> String
4240
4261
  # resp.type #=> String, one of "HD"
4262
+ # resp.uhd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4263
+ # resp.uhd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4264
+ # resp.uhd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
4265
+ # resp.uhd_device_settings.framerate #=> Float
4266
+ # resp.uhd_device_settings.height #=> Integer
4267
+ # resp.uhd_device_settings.max_bitrate #=> Integer
4268
+ # resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
4269
+ # resp.uhd_device_settings.width #=> Integer
4241
4270
  #
4242
4271
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDevice AWS API Documentation
4243
4272
  #
@@ -4705,7 +4734,11 @@ module Aws::MediaLive
4705
4734
  # resp.channels[0].input_attachments #=> Array
4706
4735
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
4707
4736
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
4737
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
4738
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
4708
4739
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
4740
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
4741
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
4709
4742
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
4710
4743
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
4711
4744
  # resp.channels[0].input_attachments[0].input_attachment_name #=> String
@@ -4855,6 +4888,14 @@ module Aws::MediaLive
4855
4888
  # resp.input_devices[0].network_settings.subnet_mask #=> String
4856
4889
  # resp.input_devices[0].serial_number #=> String
4857
4890
  # resp.input_devices[0].type #=> String, one of "HD"
4891
+ # resp.input_devices[0].uhd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4892
+ # resp.input_devices[0].uhd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4893
+ # resp.input_devices[0].uhd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
4894
+ # resp.input_devices[0].uhd_device_settings.framerate #=> Float
4895
+ # resp.input_devices[0].uhd_device_settings.height #=> Integer
4896
+ # resp.input_devices[0].uhd_device_settings.max_bitrate #=> Integer
4897
+ # resp.input_devices[0].uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
4898
+ # resp.input_devices[0].uhd_device_settings.width #=> Integer
4858
4899
  # resp.next_token #=> String
4859
4900
  #
4860
4901
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevices AWS API Documentation
@@ -5894,7 +5935,11 @@ module Aws::MediaLive
5894
5935
  # resp.input_attachments #=> Array
5895
5936
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
5896
5937
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
5938
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
5939
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
5897
5940
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
5941
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
5942
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
5898
5943
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
5899
5944
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
5900
5945
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -6563,7 +6608,11 @@ module Aws::MediaLive
6563
6608
  # resp.input_attachments #=> Array
6564
6609
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
6565
6610
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
6611
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
6612
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
6566
6613
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
6614
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
6615
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
6567
6616
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
6568
6617
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
6569
6618
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -7517,9 +7566,17 @@ module Aws::MediaLive
7517
7566
  # failover_conditions: [
7518
7567
  # {
7519
7568
  # failover_condition_settings: {
7569
+ # audio_silence_settings: {
7570
+ # audio_selector_name: "__string", # required
7571
+ # audio_silence_threshold_msec: 1,
7572
+ # },
7520
7573
  # input_loss_settings: {
7521
7574
  # input_loss_threshold_msec: 1,
7522
7575
  # },
7576
+ # video_black_settings: {
7577
+ # black_detect_threshold: 1.0,
7578
+ # video_black_threshold_msec: 1,
7579
+ # },
7523
7580
  # },
7524
7581
  # },
7525
7582
  # ],
@@ -8146,7 +8203,11 @@ module Aws::MediaLive
8146
8203
  # resp.channel.input_attachments #=> Array
8147
8204
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
8148
8205
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
8206
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
8207
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
8149
8208
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
8209
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
8210
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
8150
8211
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
8151
8212
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
8152
8213
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -8777,7 +8838,11 @@ module Aws::MediaLive
8777
8838
  # resp.channel.input_attachments #=> Array
8778
8839
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
8779
8840
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
8841
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
8842
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
8780
8843
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
8844
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
8845
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
8781
8846
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
8782
8847
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
8783
8848
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -8943,6 +9008,9 @@ module Aws::MediaLive
8943
9008
  #
8944
9009
  # @option params [String] :name
8945
9010
  #
9011
+ # @option params [Types::InputDeviceConfigurableSettings] :uhd_device_settings
9012
+ # Configurable settings for the input device.
9013
+ #
8946
9014
  # @return [Types::UpdateInputDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8947
9015
  #
8948
9016
  # * {Types::UpdateInputDeviceResponse#arn #arn} => String
@@ -8956,6 +9024,7 @@ module Aws::MediaLive
8956
9024
  # * {Types::UpdateInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
8957
9025
  # * {Types::UpdateInputDeviceResponse#serial_number #serial_number} => String
8958
9026
  # * {Types::UpdateInputDeviceResponse#type #type} => String
9027
+ # * {Types::UpdateInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
8959
9028
  #
8960
9029
  # @example Request syntax with placeholder values
8961
9030
  #
@@ -8966,6 +9035,10 @@ module Aws::MediaLive
8966
9035
  # },
8967
9036
  # input_device_id: "__string", # required
8968
9037
  # name: "__string",
9038
+ # uhd_device_settings: {
9039
+ # configured_input: "AUTO", # accepts AUTO, HDMI, SDI
9040
+ # max_bitrate: 1,
9041
+ # },
8969
9042
  # })
8970
9043
  #
8971
9044
  # @example Response structure
@@ -8993,6 +9066,14 @@ module Aws::MediaLive
8993
9066
  # resp.network_settings.subnet_mask #=> String
8994
9067
  # resp.serial_number #=> String
8995
9068
  # resp.type #=> String, one of "HD"
9069
+ # resp.uhd_device_settings.active_input #=> String, one of "HDMI", "SDI"
9070
+ # resp.uhd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
9071
+ # resp.uhd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
9072
+ # resp.uhd_device_settings.framerate #=> Float
9073
+ # resp.uhd_device_settings.height #=> Integer
9074
+ # resp.uhd_device_settings.max_bitrate #=> Integer
9075
+ # resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
9076
+ # resp.uhd_device_settings.width #=> Integer
8996
9077
  #
8997
9078
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
8998
9079
  #
@@ -9250,7 +9331,7 @@ module Aws::MediaLive
9250
9331
  params: params,
9251
9332
  config: config)
9252
9333
  context[:gem_name] = 'aws-sdk-medialive'
9253
- context[:gem_version] = '1.60.0'
9334
+ context[:gem_version] = '1.61.0'
9254
9335
  Seahorse::Client::Request.new(handlers, context)
9255
9336
  end
9256
9337
 
@@ -54,6 +54,7 @@ module Aws::MediaLive
54
54
  AudioPidSelection = Shapes::StructureShape.new(name: 'AudioPidSelection')
55
55
  AudioSelector = Shapes::StructureShape.new(name: 'AudioSelector')
56
56
  AudioSelectorSettings = Shapes::StructureShape.new(name: 'AudioSelectorSettings')
57
+ AudioSilenceFailoverSettings = Shapes::StructureShape.new(name: 'AudioSilenceFailoverSettings')
57
58
  AudioTrack = Shapes::StructureShape.new(name: 'AudioTrack')
58
59
  AudioTrackSelection = Shapes::StructureShape.new(name: 'AudioTrackSelection')
59
60
  AudioType = Shapes::StringShape.new(name: 'AudioType')
@@ -339,6 +340,7 @@ module Aws::MediaLive
339
340
  InputDeviceThumbnail = Shapes::BlobShape.new(name: 'InputDeviceThumbnail', streaming: true)
340
341
  InputDeviceTransferType = Shapes::StringShape.new(name: 'InputDeviceTransferType')
341
342
  InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
343
+ InputDeviceUhdSettings = Shapes::StructureShape.new(name: 'InputDeviceUhdSettings')
342
344
  InputFilter = Shapes::StringShape.new(name: 'InputFilter')
343
345
  InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
344
346
  InputLossActionForHlsOut = Shapes::StringShape.new(name: 'InputLossActionForHlsOut')
@@ -623,6 +625,7 @@ module Aws::MediaLive
623
625
  UpdateReservationResponse = Shapes::StructureShape.new(name: 'UpdateReservationResponse')
624
626
  UpdateReservationResultModel = Shapes::StructureShape.new(name: 'UpdateReservationResultModel')
625
627
  ValidationError = Shapes::StructureShape.new(name: 'ValidationError')
628
+ VideoBlackFailoverSettings = Shapes::StructureShape.new(name: 'VideoBlackFailoverSettings')
626
629
  VideoCodecSettings = Shapes::StructureShape.new(name: 'VideoCodecSettings')
627
630
  VideoDescription = Shapes::StructureShape.new(name: 'VideoDescription')
628
631
  VideoDescriptionRespondToAfd = Shapes::StringShape.new(name: 'VideoDescriptionRespondToAfd')
@@ -639,6 +642,7 @@ module Aws::MediaLive
639
642
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
640
643
  __double = Shapes::FloatShape.new(name: '__double')
641
644
  __doubleMin0 = Shapes::FloatShape.new(name: '__doubleMin0')
645
+ __doubleMin0Max1 = Shapes::FloatShape.new(name: '__doubleMin0Max1')
642
646
  __doubleMin1 = Shapes::FloatShape.new(name: '__doubleMin1')
643
647
  __doubleMinNegative59Max0 = Shapes::FloatShape.new(name: '__doubleMinNegative59Max0')
644
648
  __integer = Shapes::IntegerShape.new(name: '__integer')
@@ -859,6 +863,10 @@ module Aws::MediaLive
859
863
  AudioSelectorSettings.add_member(:audio_track_selection, Shapes::ShapeRef.new(shape: AudioTrackSelection, location_name: "audioTrackSelection"))
860
864
  AudioSelectorSettings.struct_class = Types::AudioSelectorSettings
861
865
 
866
+ AudioSilenceFailoverSettings.add_member(:audio_selector_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "audioSelectorName"))
867
+ AudioSilenceFailoverSettings.add_member(:audio_silence_threshold_msec, Shapes::ShapeRef.new(shape: __integerMin1000, location_name: "audioSilenceThresholdMsec"))
868
+ AudioSilenceFailoverSettings.struct_class = Types::AudioSilenceFailoverSettings
869
+
862
870
  AudioTrack.add_member(:track, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "track"))
863
871
  AudioTrack.struct_class = Types::AudioTrack
864
872
 
@@ -1338,6 +1346,7 @@ module Aws::MediaLive
1338
1346
  DescribeInputDeviceResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
1339
1347
  DescribeInputDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
1340
1348
  DescribeInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
1349
+ DescribeInputDeviceResponse.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
1341
1350
  DescribeInputDeviceResponse.struct_class = Types::DescribeInputDeviceResponse
1342
1351
 
1343
1352
  DescribeInputDeviceThumbnailRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
@@ -1549,7 +1558,9 @@ module Aws::MediaLive
1549
1558
  FailoverCondition.add_member(:failover_condition_settings, Shapes::ShapeRef.new(shape: FailoverConditionSettings, location_name: "failoverConditionSettings"))
1550
1559
  FailoverCondition.struct_class = Types::FailoverCondition
1551
1560
 
1561
+ FailoverConditionSettings.add_member(:audio_silence_settings, Shapes::ShapeRef.new(shape: AudioSilenceFailoverSettings, location_name: "audioSilenceSettings"))
1552
1562
  FailoverConditionSettings.add_member(:input_loss_settings, Shapes::ShapeRef.new(shape: InputLossFailoverSettings, location_name: "inputLossSettings"))
1563
+ FailoverConditionSettings.add_member(:video_black_settings, Shapes::ShapeRef.new(shape: VideoBlackFailoverSettings, location_name: "videoBlackSettings"))
1553
1564
  FailoverConditionSettings.struct_class = Types::FailoverConditionSettings
1554
1565
 
1555
1566
  FeatureActivations.add_member(:input_prepare_schedule_actions, Shapes::ShapeRef.new(shape: FeatureActivationsInputPrepareScheduleActions, location_name: "inputPrepareScheduleActions"))
@@ -1851,6 +1862,7 @@ module Aws::MediaLive
1851
1862
  InputDevice.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
1852
1863
  InputDevice.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
1853
1864
  InputDevice.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
1865
+ InputDevice.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
1854
1866
  InputDevice.struct_class = Types::InputDevice
1855
1867
 
1856
1868
  InputDeviceConfigurableSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
@@ -1895,8 +1907,19 @@ module Aws::MediaLive
1895
1907
  InputDeviceSummary.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
1896
1908
  InputDeviceSummary.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
1897
1909
  InputDeviceSummary.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
1910
+ InputDeviceSummary.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
1898
1911
  InputDeviceSummary.struct_class = Types::InputDeviceSummary
1899
1912
 
1913
+ InputDeviceUhdSettings.add_member(:active_input, Shapes::ShapeRef.new(shape: InputDeviceActiveInput, location_name: "activeInput"))
1914
+ InputDeviceUhdSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
1915
+ InputDeviceUhdSettings.add_member(:device_state, Shapes::ShapeRef.new(shape: InputDeviceState, location_name: "deviceState"))
1916
+ InputDeviceUhdSettings.add_member(:framerate, Shapes::ShapeRef.new(shape: __double, location_name: "framerate"))
1917
+ InputDeviceUhdSettings.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
1918
+ InputDeviceUhdSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
1919
+ InputDeviceUhdSettings.add_member(:scan_type, Shapes::ShapeRef.new(shape: InputDeviceScanType, location_name: "scanType"))
1920
+ InputDeviceUhdSettings.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
1921
+ InputDeviceUhdSettings.struct_class = Types::InputDeviceUhdSettings
1922
+
1900
1923
  InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
1901
1924
  InputLocation.add_member(:uri, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "uri"))
1902
1925
  InputLocation.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
@@ -2829,11 +2852,13 @@ module Aws::MediaLive
2829
2852
 
2830
2853
  UpdateInputDevice.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "hdDeviceSettings"))
2831
2854
  UpdateInputDevice.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
2855
+ UpdateInputDevice.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "uhdDeviceSettings"))
2832
2856
  UpdateInputDevice.struct_class = Types::UpdateInputDevice
2833
2857
 
2834
2858
  UpdateInputDeviceRequest.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "hdDeviceSettings"))
2835
2859
  UpdateInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
2836
2860
  UpdateInputDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
2861
+ UpdateInputDeviceRequest.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "uhdDeviceSettings"))
2837
2862
  UpdateInputDeviceRequest.struct_class = Types::UpdateInputDeviceRequest
2838
2863
 
2839
2864
  UpdateInputDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
@@ -2847,6 +2872,7 @@ module Aws::MediaLive
2847
2872
  UpdateInputDeviceResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
2848
2873
  UpdateInputDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
2849
2874
  UpdateInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
2875
+ UpdateInputDeviceResponse.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
2850
2876
  UpdateInputDeviceResponse.struct_class = Types::UpdateInputDeviceResponse
2851
2877
 
2852
2878
  UpdateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
@@ -2922,6 +2948,10 @@ module Aws::MediaLive
2922
2948
  ValidationError.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
2923
2949
  ValidationError.struct_class = Types::ValidationError
2924
2950
 
2951
+ VideoBlackFailoverSettings.add_member(:black_detect_threshold, Shapes::ShapeRef.new(shape: __doubleMin0Max1, location_name: "blackDetectThreshold"))
2952
+ VideoBlackFailoverSettings.add_member(:video_black_threshold_msec, Shapes::ShapeRef.new(shape: __integerMin1000, location_name: "videoBlackThresholdMsec"))
2953
+ VideoBlackFailoverSettings.struct_class = Types::VideoBlackFailoverSettings
2954
+
2925
2955
  VideoCodecSettings.add_member(:frame_capture_settings, Shapes::ShapeRef.new(shape: FrameCaptureSettings, location_name: "frameCaptureSettings"))
2926
2956
  VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
2927
2957
  VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
@@ -986,6 +986,35 @@ module Aws::MediaLive
986
986
  include Aws::Structure
987
987
  end
988
988
 
989
+ # @note When making an API call, you may pass AudioSilenceFailoverSettings
990
+ # data as a hash:
991
+ #
992
+ # {
993
+ # audio_selector_name: "__string", # required
994
+ # audio_silence_threshold_msec: 1,
995
+ # }
996
+ #
997
+ # @!attribute [rw] audio_selector_name
998
+ # The name of the audio selector in the input that MediaLive should
999
+ # monitor to detect silence. Select your most important rendition. If
1000
+ # you didn't create an audio selector in this input, leave blank.
1001
+ # @return [String]
1002
+ #
1003
+ # @!attribute [rw] audio_silence_threshold_msec
1004
+ # The amount of time (in milliseconds) that the active input must be
1005
+ # silent before automatic input failover occurs. Silence is defined as
1006
+ # audio loss or audio quieter than -50 dBFS.
1007
+ # @return [Integer]
1008
+ #
1009
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioSilenceFailoverSettings AWS API Documentation
1010
+ #
1011
+ class AudioSilenceFailoverSettings < Struct.new(
1012
+ :audio_selector_name,
1013
+ :audio_silence_threshold_msec)
1014
+ SENSITIVE = []
1015
+ include Aws::Structure
1016
+ end
1017
+
989
1018
  # Audio Track
990
1019
  #
991
1020
  # @note When making an API call, you may pass AudioTrack
@@ -1042,9 +1071,17 @@ module Aws::MediaLive
1042
1071
  # failover_conditions: [
1043
1072
  # {
1044
1073
  # failover_condition_settings: {
1074
+ # audio_silence_settings: {
1075
+ # audio_selector_name: "__string", # required
1076
+ # audio_silence_threshold_msec: 1,
1077
+ # },
1045
1078
  # input_loss_settings: {
1046
1079
  # input_loss_threshold_msec: 1,
1047
1080
  # },
1081
+ # video_black_settings: {
1082
+ # black_detect_threshold: 1.0,
1083
+ # video_black_threshold_msec: 1,
1084
+ # },
1048
1085
  # },
1049
1086
  # },
1050
1087
  # ],
@@ -3672,9 +3709,17 @@ module Aws::MediaLive
3672
3709
  # failover_conditions: [
3673
3710
  # {
3674
3711
  # failover_condition_settings: {
3712
+ # audio_silence_settings: {
3713
+ # audio_selector_name: "__string", # required
3714
+ # audio_silence_threshold_msec: 1,
3715
+ # },
3675
3716
  # input_loss_settings: {
3676
3717
  # input_loss_threshold_msec: 1,
3677
3718
  # },
3719
+ # video_black_settings: {
3720
+ # black_detect_threshold: 1.0,
3721
+ # video_black_threshold_msec: 1,
3722
+ # },
3678
3723
  # },
3679
3724
  # },
3680
3725
  # ],
@@ -4899,6 +4944,11 @@ module Aws::MediaLive
4899
4944
  # outputs resolutions up to 1080, choose "HD".
4900
4945
  # @return [String]
4901
4946
  #
4947
+ # @!attribute [rw] uhd_device_settings
4948
+ # Settings that describe the active source from the input device, and
4949
+ # the video characteristics of that source.
4950
+ # @return [Types::InputDeviceUhdSettings]
4951
+ #
4902
4952
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceResponse AWS API Documentation
4903
4953
  #
4904
4954
  class DescribeInputDeviceResponse < Struct.new(
@@ -4912,7 +4962,8 @@ module Aws::MediaLive
4912
4962
  :name,
4913
4963
  :network_settings,
4914
4964
  :serial_number,
4915
- :type)
4965
+ :type,
4966
+ :uhd_device_settings)
4916
4967
  SENSITIVE = []
4917
4968
  include Aws::Structure
4918
4969
  end
@@ -6848,9 +6899,17 @@ module Aws::MediaLive
6848
6899
  #
6849
6900
  # {
6850
6901
  # failover_condition_settings: {
6902
+ # audio_silence_settings: {
6903
+ # audio_selector_name: "__string", # required
6904
+ # audio_silence_threshold_msec: 1,
6905
+ # },
6851
6906
  # input_loss_settings: {
6852
6907
  # input_loss_threshold_msec: 1,
6853
6908
  # },
6909
+ # video_black_settings: {
6910
+ # black_detect_threshold: 1.0,
6911
+ # video_black_threshold_msec: 1,
6912
+ # },
6854
6913
  # },
6855
6914
  # }
6856
6915
  #
@@ -6872,20 +6931,40 @@ module Aws::MediaLive
6872
6931
  # data as a hash:
6873
6932
  #
6874
6933
  # {
6934
+ # audio_silence_settings: {
6935
+ # audio_selector_name: "__string", # required
6936
+ # audio_silence_threshold_msec: 1,
6937
+ # },
6875
6938
  # input_loss_settings: {
6876
6939
  # input_loss_threshold_msec: 1,
6877
6940
  # },
6941
+ # video_black_settings: {
6942
+ # black_detect_threshold: 1.0,
6943
+ # video_black_threshold_msec: 1,
6944
+ # },
6878
6945
  # }
6879
6946
  #
6947
+ # @!attribute [rw] audio_silence_settings
6948
+ # MediaLive will perform a failover if the specified audio selector is
6949
+ # silent for the specified period.
6950
+ # @return [Types::AudioSilenceFailoverSettings]
6951
+ #
6880
6952
  # @!attribute [rw] input_loss_settings
6881
6953
  # MediaLive will perform a failover if content is not detected in this
6882
6954
  # input for the specified period.
6883
6955
  # @return [Types::InputLossFailoverSettings]
6884
6956
  #
6957
+ # @!attribute [rw] video_black_settings
6958
+ # MediaLive will perform a failover if content is considered black for
6959
+ # the specified period.
6960
+ # @return [Types::VideoBlackFailoverSettings]
6961
+ #
6885
6962
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FailoverConditionSettings AWS API Documentation
6886
6963
  #
6887
6964
  class FailoverConditionSettings < Struct.new(
6888
- :input_loss_settings)
6965
+ :audio_silence_settings,
6966
+ :input_loss_settings,
6967
+ :video_black_settings)
6889
6968
  SENSITIVE = []
6890
6969
  include Aws::Structure
6891
6970
  end
@@ -9046,9 +9125,17 @@ module Aws::MediaLive
9046
9125
  # failover_conditions: [
9047
9126
  # {
9048
9127
  # failover_condition_settings: {
9128
+ # audio_silence_settings: {
9129
+ # audio_selector_name: "__string", # required
9130
+ # audio_silence_threshold_msec: 1,
9131
+ # },
9049
9132
  # input_loss_settings: {
9050
9133
  # input_loss_threshold_msec: 1,
9051
9134
  # },
9135
+ # video_black_settings: {
9136
+ # black_detect_threshold: 1.0,
9137
+ # video_black_threshold_msec: 1,
9138
+ # },
9052
9139
  # },
9053
9140
  # },
9054
9141
  # ],
@@ -9359,6 +9446,10 @@ module Aws::MediaLive
9359
9446
  # The type of the input device.
9360
9447
  # @return [String]
9361
9448
  #
9449
+ # @!attribute [rw] uhd_device_settings
9450
+ # Settings that describe an input device that is type UHD.
9451
+ # @return [Types::InputDeviceUhdSettings]
9452
+ #
9362
9453
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDevice AWS API Documentation
9363
9454
  #
9364
9455
  class InputDevice < Struct.new(
@@ -9372,7 +9463,8 @@ module Aws::MediaLive
9372
9463
  :name,
9373
9464
  :network_settings,
9374
9465
  :serial_number,
9375
- :type)
9466
+ :type,
9467
+ :uhd_device_settings)
9376
9468
  SENSITIVE = []
9377
9469
  include Aws::Structure
9378
9470
  end
@@ -9608,6 +9700,10 @@ module Aws::MediaLive
9608
9700
  # The type of the input device.
9609
9701
  # @return [String]
9610
9702
  #
9703
+ # @!attribute [rw] uhd_device_settings
9704
+ # Settings that describe an input device that is type UHD.
9705
+ # @return [Types::InputDeviceUhdSettings]
9706
+ #
9611
9707
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceSummary AWS API Documentation
9612
9708
  #
9613
9709
  class InputDeviceSummary < Struct.new(
@@ -9621,7 +9717,61 @@ module Aws::MediaLive
9621
9717
  :name,
9622
9718
  :network_settings,
9623
9719
  :serial_number,
9624
- :type)
9720
+ :type,
9721
+ :uhd_device_settings)
9722
+ SENSITIVE = []
9723
+ include Aws::Structure
9724
+ end
9725
+
9726
+ # Settings that describe the active source from the input device, and
9727
+ # the video characteristics of that source.
9728
+ #
9729
+ # @!attribute [rw] active_input
9730
+ # If you specified Auto as the configured input, specifies which of
9731
+ # the sources is currently active (SDI or HDMI).
9732
+ # @return [String]
9733
+ #
9734
+ # @!attribute [rw] configured_input
9735
+ # The source at the input device that is currently active. You can
9736
+ # specify this source.
9737
+ # @return [String]
9738
+ #
9739
+ # @!attribute [rw] device_state
9740
+ # The state of the input device.
9741
+ # @return [String]
9742
+ #
9743
+ # @!attribute [rw] framerate
9744
+ # The frame rate of the video source.
9745
+ # @return [Float]
9746
+ #
9747
+ # @!attribute [rw] height
9748
+ # The height of the video source, in pixels.
9749
+ # @return [Integer]
9750
+ #
9751
+ # @!attribute [rw] max_bitrate
9752
+ # The current maximum bitrate for ingesting this source, in bits per
9753
+ # second. You can specify this maximum.
9754
+ # @return [Integer]
9755
+ #
9756
+ # @!attribute [rw] scan_type
9757
+ # The scan type of the video source.
9758
+ # @return [String]
9759
+ #
9760
+ # @!attribute [rw] width
9761
+ # The width of the video source, in pixels.
9762
+ # @return [Integer]
9763
+ #
9764
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdSettings AWS API Documentation
9765
+ #
9766
+ class InputDeviceUhdSettings < Struct.new(
9767
+ :active_input,
9768
+ :configured_input,
9769
+ :device_state,
9770
+ :framerate,
9771
+ :height,
9772
+ :max_bitrate,
9773
+ :scan_type,
9774
+ :width)
9625
9775
  SENSITIVE = []
9626
9776
  include Aws::Structure
9627
9777
  end
@@ -17345,9 +17495,17 @@ module Aws::MediaLive
17345
17495
  # failover_conditions: [
17346
17496
  # {
17347
17497
  # failover_condition_settings: {
17498
+ # audio_silence_settings: {
17499
+ # audio_selector_name: "__string", # required
17500
+ # audio_silence_threshold_msec: 1,
17501
+ # },
17348
17502
  # input_loss_settings: {
17349
17503
  # input_loss_threshold_msec: 1,
17350
17504
  # },
17505
+ # video_black_settings: {
17506
+ # black_detect_threshold: 1.0,
17507
+ # video_black_threshold_msec: 1,
17508
+ # },
17351
17509
  # },
17352
17510
  # },
17353
17511
  # ],
@@ -17571,18 +17729,23 @@ module Aws::MediaLive
17571
17729
  # Updates an input device.
17572
17730
  #
17573
17731
  # @!attribute [rw] hd_device_settings
17574
- # The settings that you want to apply to the input device.
17732
+ # The settings that you want to apply to the HD input device.
17575
17733
  # @return [Types::InputDeviceConfigurableSettings]
17576
17734
  #
17577
17735
  # @!attribute [rw] name
17578
17736
  # The name that you assigned to this input device (not the unique ID).
17579
17737
  # @return [String]
17580
17738
  #
17739
+ # @!attribute [rw] uhd_device_settings
17740
+ # The settings that you want to apply to the UHD input device.
17741
+ # @return [Types::InputDeviceConfigurableSettings]
17742
+ #
17581
17743
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
17582
17744
  #
17583
17745
  class UpdateInputDevice < Struct.new(
17584
17746
  :hd_device_settings,
17585
- :name)
17747
+ :name,
17748
+ :uhd_device_settings)
17586
17749
  SENSITIVE = []
17587
17750
  include Aws::Structure
17588
17751
  end
@@ -17597,6 +17760,10 @@ module Aws::MediaLive
17597
17760
  # },
17598
17761
  # input_device_id: "__string", # required
17599
17762
  # name: "__string",
17763
+ # uhd_device_settings: {
17764
+ # configured_input: "AUTO", # accepts AUTO, HDMI, SDI
17765
+ # max_bitrate: 1,
17766
+ # },
17600
17767
  # }
17601
17768
  #
17602
17769
  # @!attribute [rw] hd_device_settings
@@ -17609,12 +17776,17 @@ module Aws::MediaLive
17609
17776
  # @!attribute [rw] name
17610
17777
  # @return [String]
17611
17778
  #
17779
+ # @!attribute [rw] uhd_device_settings
17780
+ # Configurable settings for the input device.
17781
+ # @return [Types::InputDeviceConfigurableSettings]
17782
+ #
17612
17783
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDeviceRequest AWS API Documentation
17613
17784
  #
17614
17785
  class UpdateInputDeviceRequest < Struct.new(
17615
17786
  :hd_device_settings,
17616
17787
  :input_device_id,
17617
- :name)
17788
+ :name,
17789
+ :uhd_device_settings)
17618
17790
  SENSITIVE = []
17619
17791
  include Aws::Structure
17620
17792
  end
@@ -17665,6 +17837,11 @@ module Aws::MediaLive
17665
17837
  # outputs resolutions up to 1080, choose "HD".
17666
17838
  # @return [String]
17667
17839
  #
17840
+ # @!attribute [rw] uhd_device_settings
17841
+ # Settings that describe the active source from the input device, and
17842
+ # the video characteristics of that source.
17843
+ # @return [Types::InputDeviceUhdSettings]
17844
+ #
17668
17845
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDeviceResponse AWS API Documentation
17669
17846
  #
17670
17847
  class UpdateInputDeviceResponse < Struct.new(
@@ -17678,7 +17855,8 @@ module Aws::MediaLive
17678
17855
  :name,
17679
17856
  :network_settings,
17680
17857
  :serial_number,
17681
- :type)
17858
+ :type,
17859
+ :uhd_device_settings)
17682
17860
  SENSITIVE = []
17683
17861
  include Aws::Structure
17684
17862
  end
@@ -18069,6 +18247,42 @@ module Aws::MediaLive
18069
18247
  include Aws::Structure
18070
18248
  end
18071
18249
 
18250
+ # @note When making an API call, you may pass VideoBlackFailoverSettings
18251
+ # data as a hash:
18252
+ #
18253
+ # {
18254
+ # black_detect_threshold: 1.0,
18255
+ # video_black_threshold_msec: 1,
18256
+ # }
18257
+ #
18258
+ # @!attribute [rw] black_detect_threshold
18259
+ # A value used in calculating the threshold below which MediaLive
18260
+ # considers a pixel to be 'black'. For the input to be considered
18261
+ # black, every pixel in a frame must be below this threshold. The
18262
+ # threshold is calculated as a percentage (expressed as a decimal) of
18263
+ # white. Therefore .1 means 10% white (or 90% black). Note how the
18264
+ # formula works for any color depth. For example, if you set this
18265
+ # field to 0.1 in 10-bit color depth: (1023*0.1=102.3), which means a
18266
+ # pixel value of 102 or less is 'black'. If you set this field to .1
18267
+ # in an 8-bit color depth: (255*0.1=25.5), which means a pixel value
18268
+ # of 25 or less is 'black'. The range is 0.0 to 1.0, with any number
18269
+ # of decimal places.
18270
+ # @return [Float]
18271
+ #
18272
+ # @!attribute [rw] video_black_threshold_msec
18273
+ # The amount of time (in milliseconds) that the active input must be
18274
+ # black before automatic input failover occurs.
18275
+ # @return [Integer]
18276
+ #
18277
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VideoBlackFailoverSettings AWS API Documentation
18278
+ #
18279
+ class VideoBlackFailoverSettings < Struct.new(
18280
+ :black_detect_threshold,
18281
+ :video_black_threshold_msec)
18282
+ SENSITIVE = []
18283
+ include Aws::Structure
18284
+ end
18285
+
18072
18286
  # Video Codec Settings
18073
18287
  #
18074
18288
  # @note When making an API call, you may pass VideoCodecSettings
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.60.0
4
+ version: 1.61.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: 2020-11-19 00:00:00.000000000 Z
11
+ date: 2020-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core