aws-sdk-medialive 1.58.0 → 1.63.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: 23bf880993260e50d0f8f9bd9453e3d6636ecf8ec052cdb82d5cf0669b344e5e
4
- data.tar.gz: d9858050be48bb1fa9c7b493f329f8e70d03f8114bb263d6db32660a43cb8029
3
+ metadata.gz: 47583c8cf02aac8576d62188906f4c90d2810fda5374476c9efa22ecd88c8892
4
+ data.tar.gz: d72b8667dbeb8a005197c3b1bb0500af87f8e5683decb9324b1daf0d3e2a2c98
5
5
  SHA512:
6
- metadata.gz: 03de180614796bedfa7e75529c485e77cdc43ebedcdb7b82dc4fa3ebb3a6b73da63bec22053645ea040e7f4e51cba7d78ebd7abeeeea7f0e59a043793e26f18f
7
- data.tar.gz: 14f9e28a3bde8e456bf9f9a8dae26c69f704249b39ccadb3389080ff277969d520dfbf62b6b3a02fbedb94ff4635ce5dc03a580bf486ac15e8bbba6322762f42
6
+ metadata.gz: 32a5fe646855e474a6e6cb8a0a57360043a06f99c71442b181de79f1eb084527ac2ca0940dbde970d08a069765299784b1df0011eb2f11219bafdb6602b7d2e7
7
+ data.tar.gz: 3162f37acbce1c190d6e788ffd2a578172099684fd912dd3642cad169c020492b8f2371ea646f0155f968e9cd7e31a1f09703e658eccd8bc4f0d1ecfe9c4abbd
@@ -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.58.0'
52
+ GEM_VERSION = '1.63.0'
53
53
 
54
54
  end
@@ -785,6 +785,11 @@ module Aws::MediaLive
785
785
  #
786
786
  # @option params [Hash<String,String>] :tags
787
787
  #
788
+ # @option params [Types::VpcOutputSettings] :vpc
789
+ # The properties for a private VPC Output When this property is
790
+ # specified, the output egress addresses will be created in a user
791
+ # specified VPC
792
+ #
788
793
  # @return [Types::CreateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
789
794
  #
790
795
  # * {Types::CreateChannelResponse#channel #channel} => Types::Channel
@@ -1187,6 +1192,7 @@ module Aws::MediaLive
1187
1192
  # multiplex_group_settings: {
1188
1193
  # },
1189
1194
  # rtmp_group_settings: {
1195
+ # ad_markers: ["ON_CUE_POINT_SCTE35"], # accepts ON_CUE_POINT_SCTE35
1190
1196
  # authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
1191
1197
  # cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
1192
1198
  # cache_length: 1,
@@ -1295,6 +1301,8 @@ module Aws::MediaLive
1295
1301
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
1296
1302
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
1297
1303
  # },
1304
+ # frame_capture_hls_settings: {
1305
+ # },
1298
1306
  # standard_hls_settings: {
1299
1307
  # audio_rendition_sets: "__string",
1300
1308
  # m3u_8_settings: { # required
@@ -1427,7 +1435,7 @@ module Aws::MediaLive
1427
1435
  # {
1428
1436
  # codec_settings: {
1429
1437
  # frame_capture_settings: {
1430
- # capture_interval: 1, # required
1438
+ # capture_interval: 1,
1431
1439
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
1432
1440
  # },
1433
1441
  # h264_settings: {
@@ -1572,9 +1580,17 @@ module Aws::MediaLive
1572
1580
  # failover_conditions: [
1573
1581
  # {
1574
1582
  # failover_condition_settings: {
1583
+ # audio_silence_settings: {
1584
+ # audio_selector_name: "__string", # required
1585
+ # audio_silence_threshold_msec: 1,
1586
+ # },
1575
1587
  # input_loss_settings: {
1576
1588
  # input_loss_threshold_msec: 1,
1577
1589
  # },
1590
+ # video_black_settings: {
1591
+ # black_detect_threshold: 1.0,
1592
+ # video_black_threshold_msec: 1,
1593
+ # },
1578
1594
  # },
1579
1595
  # },
1580
1596
  # ],
@@ -1680,6 +1696,11 @@ module Aws::MediaLive
1680
1696
  # tags: {
1681
1697
  # "__string" => "__string",
1682
1698
  # },
1699
+ # vpc: {
1700
+ # public_address_allocation_ids: ["__string"],
1701
+ # security_group_ids: ["__string"],
1702
+ # subnet_ids: ["__string"], # required
1703
+ # },
1683
1704
  # })
1684
1705
  #
1685
1706
  # @example Response structure
@@ -1935,6 +1956,8 @@ module Aws::MediaLive
1935
1956
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
1936
1957
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
1937
1958
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
1959
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers #=> Array
1960
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers[0] #=> String, one of "ON_CUE_POINT_SCTE35"
1938
1961
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
1939
1962
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
1940
1963
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
@@ -2204,7 +2227,11 @@ module Aws::MediaLive
2204
2227
  # resp.channel.input_attachments #=> Array
2205
2228
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
2206
2229
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
2230
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
2231
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
2207
2232
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
2233
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
2234
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
2208
2235
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
2209
2236
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
2210
2237
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -2258,6 +2285,12 @@ module Aws::MediaLive
2258
2285
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
2259
2286
  # resp.channel.tags #=> Hash
2260
2287
  # resp.channel.tags["__string"] #=> String
2288
+ # resp.channel.vpc.public_address_allocation_ids #=> Array
2289
+ # resp.channel.vpc.public_address_allocation_ids[0] #=> String
2290
+ # resp.channel.vpc.security_group_ids #=> Array
2291
+ # resp.channel.vpc.security_group_ids[0] #=> String
2292
+ # resp.channel.vpc.subnet_ids #=> Array
2293
+ # resp.channel.vpc.subnet_ids[0] #=> String
2261
2294
  #
2262
2295
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannel AWS API Documentation
2263
2296
  #
@@ -2621,6 +2654,7 @@ module Aws::MediaLive
2621
2654
  # * {Types::DeleteChannelResponse#role_arn #role_arn} => String
2622
2655
  # * {Types::DeleteChannelResponse#state #state} => String
2623
2656
  # * {Types::DeleteChannelResponse#tags #tags} => Hash&lt;String,String&gt;
2657
+ # * {Types::DeleteChannelResponse#vpc #vpc} => Types::VpcOutputSettings
2624
2658
  #
2625
2659
  # @example Request syntax with placeholder values
2626
2660
  #
@@ -2881,6 +2915,8 @@ module Aws::MediaLive
2881
2915
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
2882
2916
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
2883
2917
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
2918
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers #=> Array
2919
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers[0] #=> String, one of "ON_CUE_POINT_SCTE35"
2884
2920
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
2885
2921
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
2886
2922
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
@@ -3150,7 +3186,11 @@ module Aws::MediaLive
3150
3186
  # resp.input_attachments #=> Array
3151
3187
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
3152
3188
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
3189
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
3190
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
3153
3191
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
3192
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
3193
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
3154
3194
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
3155
3195
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
3156
3196
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -3204,6 +3244,12 @@ module Aws::MediaLive
3204
3244
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
3205
3245
  # resp.tags #=> Hash
3206
3246
  # resp.tags["__string"] #=> String
3247
+ # resp.vpc.public_address_allocation_ids #=> Array
3248
+ # resp.vpc.public_address_allocation_ids[0] #=> String
3249
+ # resp.vpc.security_group_ids #=> Array
3250
+ # resp.vpc.security_group_ids[0] #=> String
3251
+ # resp.vpc.subnet_ids #=> Array
3252
+ # resp.vpc.subnet_ids[0] #=> String
3207
3253
  #
3208
3254
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannel AWS API Documentation
3209
3255
  #
@@ -3506,6 +3552,7 @@ module Aws::MediaLive
3506
3552
  # * {Types::DescribeChannelResponse#role_arn #role_arn} => String
3507
3553
  # * {Types::DescribeChannelResponse#state #state} => String
3508
3554
  # * {Types::DescribeChannelResponse#tags #tags} => Hash&lt;String,String&gt;
3555
+ # * {Types::DescribeChannelResponse#vpc #vpc} => Types::VpcOutputSettings
3509
3556
  #
3510
3557
  # @example Request syntax with placeholder values
3511
3558
  #
@@ -3766,6 +3813,8 @@ module Aws::MediaLive
3766
3813
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
3767
3814
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
3768
3815
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
3816
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers #=> Array
3817
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers[0] #=> String, one of "ON_CUE_POINT_SCTE35"
3769
3818
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
3770
3819
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
3771
3820
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
@@ -4035,7 +4084,11 @@ module Aws::MediaLive
4035
4084
  # resp.input_attachments #=> Array
4036
4085
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
4037
4086
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
4087
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
4088
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
4038
4089
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
4090
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
4091
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
4039
4092
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
4040
4093
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
4041
4094
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -4089,6 +4142,12 @@ module Aws::MediaLive
4089
4142
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
4090
4143
  # resp.tags #=> Hash
4091
4144
  # resp.tags["__string"] #=> String
4145
+ # resp.vpc.public_address_allocation_ids #=> Array
4146
+ # resp.vpc.public_address_allocation_ids[0] #=> String
4147
+ # resp.vpc.security_group_ids #=> Array
4148
+ # resp.vpc.security_group_ids[0] #=> String
4149
+ # resp.vpc.subnet_ids #=> Array
4150
+ # resp.vpc.subnet_ids[0] #=> String
4092
4151
  #
4093
4152
  #
4094
4153
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -4191,6 +4250,7 @@ module Aws::MediaLive
4191
4250
  # * {Types::DescribeInputDeviceResponse#arn #arn} => String
4192
4251
  # * {Types::DescribeInputDeviceResponse#connection_state #connection_state} => String
4193
4252
  # * {Types::DescribeInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
4253
+ # * {Types::DescribeInputDeviceResponse#device_update_status #device_update_status} => String
4194
4254
  # * {Types::DescribeInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
4195
4255
  # * {Types::DescribeInputDeviceResponse#id #id} => String
4196
4256
  # * {Types::DescribeInputDeviceResponse#mac_address #mac_address} => String
@@ -4198,6 +4258,7 @@ module Aws::MediaLive
4198
4258
  # * {Types::DescribeInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
4199
4259
  # * {Types::DescribeInputDeviceResponse#serial_number #serial_number} => String
4200
4260
  # * {Types::DescribeInputDeviceResponse#type #type} => String
4261
+ # * {Types::DescribeInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
4201
4262
  #
4202
4263
  # @example Request syntax with placeholder values
4203
4264
  #
@@ -4210,6 +4271,7 @@ module Aws::MediaLive
4210
4271
  # resp.arn #=> String
4211
4272
  # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
4212
4273
  # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
4274
+ # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
4213
4275
  # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4214
4276
  # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4215
4277
  # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -4229,6 +4291,14 @@ module Aws::MediaLive
4229
4291
  # resp.network_settings.subnet_mask #=> String
4230
4292
  # resp.serial_number #=> String
4231
4293
  # resp.type #=> String, one of "HD"
4294
+ # resp.uhd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4295
+ # resp.uhd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4296
+ # resp.uhd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
4297
+ # resp.uhd_device_settings.framerate #=> Float
4298
+ # resp.uhd_device_settings.height #=> Integer
4299
+ # resp.uhd_device_settings.max_bitrate #=> Integer
4300
+ # resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
4301
+ # resp.uhd_device_settings.width #=> Integer
4232
4302
  #
4233
4303
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDevice AWS API Documentation
4234
4304
  #
@@ -4696,7 +4766,11 @@ module Aws::MediaLive
4696
4766
  # resp.channels[0].input_attachments #=> Array
4697
4767
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
4698
4768
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
4769
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
4770
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
4699
4771
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
4772
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
4773
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
4700
4774
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
4701
4775
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
4702
4776
  # resp.channels[0].input_attachments[0].input_attachment_name #=> String
@@ -4746,6 +4820,12 @@ module Aws::MediaLive
4746
4820
  # resp.channels[0].state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
4747
4821
  # resp.channels[0].tags #=> Hash
4748
4822
  # resp.channels[0].tags["__string"] #=> String
4823
+ # resp.channels[0].vpc.public_address_allocation_ids #=> Array
4824
+ # resp.channels[0].vpc.public_address_allocation_ids[0] #=> String
4825
+ # resp.channels[0].vpc.security_group_ids #=> Array
4826
+ # resp.channels[0].vpc.security_group_ids[0] #=> String
4827
+ # resp.channels[0].vpc.subnet_ids #=> Array
4828
+ # resp.channels[0].vpc.subnet_ids[0] #=> String
4749
4829
  # resp.next_token #=> String
4750
4830
  #
4751
4831
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListChannels AWS API Documentation
@@ -4826,6 +4906,7 @@ module Aws::MediaLive
4826
4906
  # resp.input_devices[0].arn #=> String
4827
4907
  # resp.input_devices[0].connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
4828
4908
  # resp.input_devices[0].device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
4909
+ # resp.input_devices[0].device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
4829
4910
  # resp.input_devices[0].hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4830
4911
  # resp.input_devices[0].hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4831
4912
  # resp.input_devices[0].hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -4845,6 +4926,14 @@ module Aws::MediaLive
4845
4926
  # resp.input_devices[0].network_settings.subnet_mask #=> String
4846
4927
  # resp.input_devices[0].serial_number #=> String
4847
4928
  # resp.input_devices[0].type #=> String, one of "HD"
4929
+ # resp.input_devices[0].uhd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4930
+ # resp.input_devices[0].uhd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4931
+ # resp.input_devices[0].uhd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
4932
+ # resp.input_devices[0].uhd_device_settings.framerate #=> Float
4933
+ # resp.input_devices[0].uhd_device_settings.height #=> Integer
4934
+ # resp.input_devices[0].uhd_device_settings.max_bitrate #=> Integer
4935
+ # resp.input_devices[0].uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
4936
+ # resp.input_devices[0].uhd_device_settings.width #=> Integer
4848
4937
  # resp.next_token #=> String
4849
4938
  #
4850
4939
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevices AWS API Documentation
@@ -5353,6 +5442,7 @@ module Aws::MediaLive
5353
5442
  # * {Types::StartChannelResponse#role_arn #role_arn} => String
5354
5443
  # * {Types::StartChannelResponse#state #state} => String
5355
5444
  # * {Types::StartChannelResponse#tags #tags} => Hash&lt;String,String&gt;
5445
+ # * {Types::StartChannelResponse#vpc #vpc} => Types::VpcOutputSettings
5356
5446
  #
5357
5447
  # @example Request syntax with placeholder values
5358
5448
  #
@@ -5613,6 +5703,8 @@ module Aws::MediaLive
5613
5703
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
5614
5704
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
5615
5705
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
5706
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers #=> Array
5707
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers[0] #=> String, one of "ON_CUE_POINT_SCTE35"
5616
5708
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
5617
5709
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
5618
5710
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
@@ -5882,7 +5974,11 @@ module Aws::MediaLive
5882
5974
  # resp.input_attachments #=> Array
5883
5975
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
5884
5976
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
5977
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
5978
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
5885
5979
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
5980
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
5981
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
5886
5982
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
5887
5983
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
5888
5984
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -5936,6 +6032,12 @@ module Aws::MediaLive
5936
6032
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
5937
6033
  # resp.tags #=> Hash
5938
6034
  # resp.tags["__string"] #=> String
6035
+ # resp.vpc.public_address_allocation_ids #=> Array
6036
+ # resp.vpc.public_address_allocation_ids[0] #=> String
6037
+ # resp.vpc.security_group_ids #=> Array
6038
+ # resp.vpc.security_group_ids[0] #=> String
6039
+ # resp.vpc.subnet_ids #=> Array
6040
+ # resp.vpc.subnet_ids[0] #=> String
5939
6041
  #
5940
6042
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartChannel AWS API Documentation
5941
6043
  #
@@ -6020,6 +6122,7 @@ module Aws::MediaLive
6020
6122
  # * {Types::StopChannelResponse#role_arn #role_arn} => String
6021
6123
  # * {Types::StopChannelResponse#state #state} => String
6022
6124
  # * {Types::StopChannelResponse#tags #tags} => Hash&lt;String,String&gt;
6125
+ # * {Types::StopChannelResponse#vpc #vpc} => Types::VpcOutputSettings
6023
6126
  #
6024
6127
  # @example Request syntax with placeholder values
6025
6128
  #
@@ -6280,6 +6383,8 @@ module Aws::MediaLive
6280
6383
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
6281
6384
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
6282
6385
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
6386
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers #=> Array
6387
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers[0] #=> String, one of "ON_CUE_POINT_SCTE35"
6283
6388
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
6284
6389
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
6285
6390
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
@@ -6549,7 +6654,11 @@ module Aws::MediaLive
6549
6654
  # resp.input_attachments #=> Array
6550
6655
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
6551
6656
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
6657
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
6658
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
6552
6659
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
6660
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
6661
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
6553
6662
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
6554
6663
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
6555
6664
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -6603,6 +6712,12 @@ module Aws::MediaLive
6603
6712
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
6604
6713
  # resp.tags #=> Hash
6605
6714
  # resp.tags["__string"] #=> String
6715
+ # resp.vpc.public_address_allocation_ids #=> Array
6716
+ # resp.vpc.public_address_allocation_ids[0] #=> String
6717
+ # resp.vpc.security_group_ids #=> Array
6718
+ # resp.vpc.security_group_ids[0] #=> String
6719
+ # resp.vpc.subnet_ids #=> Array
6720
+ # resp.vpc.subnet_ids[0] #=> String
6606
6721
  #
6607
6722
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopChannel AWS API Documentation
6608
6723
  #
@@ -7117,6 +7232,7 @@ module Aws::MediaLive
7117
7232
  # multiplex_group_settings: {
7118
7233
  # },
7119
7234
  # rtmp_group_settings: {
7235
+ # ad_markers: ["ON_CUE_POINT_SCTE35"], # accepts ON_CUE_POINT_SCTE35
7120
7236
  # authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
7121
7237
  # cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
7122
7238
  # cache_length: 1,
@@ -7225,6 +7341,8 @@ module Aws::MediaLive
7225
7341
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7226
7342
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7227
7343
  # },
7344
+ # frame_capture_hls_settings: {
7345
+ # },
7228
7346
  # standard_hls_settings: {
7229
7347
  # audio_rendition_sets: "__string",
7230
7348
  # m3u_8_settings: { # required
@@ -7357,7 +7475,7 @@ module Aws::MediaLive
7357
7475
  # {
7358
7476
  # codec_settings: {
7359
7477
  # frame_capture_settings: {
7360
- # capture_interval: 1, # required
7478
+ # capture_interval: 1,
7361
7479
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
7362
7480
  # },
7363
7481
  # h264_settings: {
@@ -7502,9 +7620,17 @@ module Aws::MediaLive
7502
7620
  # failover_conditions: [
7503
7621
  # {
7504
7622
  # failover_condition_settings: {
7623
+ # audio_silence_settings: {
7624
+ # audio_selector_name: "__string", # required
7625
+ # audio_silence_threshold_msec: 1,
7626
+ # },
7505
7627
  # input_loss_settings: {
7506
7628
  # input_loss_threshold_msec: 1,
7507
7629
  # },
7630
+ # video_black_settings: {
7631
+ # black_detect_threshold: 1.0,
7632
+ # video_black_threshold_msec: 1,
7633
+ # },
7508
7634
  # },
7509
7635
  # },
7510
7636
  # ],
@@ -7860,6 +7986,8 @@ module Aws::MediaLive
7860
7986
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
7861
7987
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
7862
7988
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
7989
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers #=> Array
7990
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers[0] #=> String, one of "ON_CUE_POINT_SCTE35"
7863
7991
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
7864
7992
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
7865
7993
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
@@ -8129,7 +8257,11 @@ module Aws::MediaLive
8129
8257
  # resp.channel.input_attachments #=> Array
8130
8258
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
8131
8259
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
8260
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
8261
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
8132
8262
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
8263
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
8264
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
8133
8265
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
8134
8266
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
8135
8267
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -8183,6 +8315,12 @@ module Aws::MediaLive
8183
8315
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
8184
8316
  # resp.channel.tags #=> Hash
8185
8317
  # resp.channel.tags["__string"] #=> String
8318
+ # resp.channel.vpc.public_address_allocation_ids #=> Array
8319
+ # resp.channel.vpc.public_address_allocation_ids[0] #=> String
8320
+ # resp.channel.vpc.security_group_ids #=> Array
8321
+ # resp.channel.vpc.security_group_ids[0] #=> String
8322
+ # resp.channel.vpc.subnet_ids #=> Array
8323
+ # resp.channel.vpc.subnet_ids[0] #=> String
8186
8324
  #
8187
8325
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannel AWS API Documentation
8188
8326
  #
@@ -8489,6 +8627,8 @@ module Aws::MediaLive
8489
8627
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
8490
8628
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
8491
8629
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
8630
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers #=> Array
8631
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.ad_markers[0] #=> String, one of "ON_CUE_POINT_SCTE35"
8492
8632
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
8493
8633
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
8494
8634
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
@@ -8758,7 +8898,11 @@ module Aws::MediaLive
8758
8898
  # resp.channel.input_attachments #=> Array
8759
8899
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
8760
8900
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
8901
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
8902
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
8761
8903
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
8904
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
8905
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
8762
8906
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
8763
8907
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
8764
8908
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -8812,6 +8956,12 @@ module Aws::MediaLive
8812
8956
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
8813
8957
  # resp.channel.tags #=> Hash
8814
8958
  # resp.channel.tags["__string"] #=> String
8959
+ # resp.channel.vpc.public_address_allocation_ids #=> Array
8960
+ # resp.channel.vpc.public_address_allocation_ids[0] #=> String
8961
+ # resp.channel.vpc.security_group_ids #=> Array
8962
+ # resp.channel.vpc.security_group_ids[0] #=> String
8963
+ # resp.channel.vpc.subnet_ids #=> Array
8964
+ # resp.channel.vpc.subnet_ids[0] #=> String
8815
8965
  #
8816
8966
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannelClass AWS API Documentation
8817
8967
  #
@@ -8924,11 +9074,15 @@ module Aws::MediaLive
8924
9074
  #
8925
9075
  # @option params [String] :name
8926
9076
  #
9077
+ # @option params [Types::InputDeviceConfigurableSettings] :uhd_device_settings
9078
+ # Configurable settings for the input device.
9079
+ #
8927
9080
  # @return [Types::UpdateInputDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8928
9081
  #
8929
9082
  # * {Types::UpdateInputDeviceResponse#arn #arn} => String
8930
9083
  # * {Types::UpdateInputDeviceResponse#connection_state #connection_state} => String
8931
9084
  # * {Types::UpdateInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
9085
+ # * {Types::UpdateInputDeviceResponse#device_update_status #device_update_status} => String
8932
9086
  # * {Types::UpdateInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
8933
9087
  # * {Types::UpdateInputDeviceResponse#id #id} => String
8934
9088
  # * {Types::UpdateInputDeviceResponse#mac_address #mac_address} => String
@@ -8936,6 +9090,7 @@ module Aws::MediaLive
8936
9090
  # * {Types::UpdateInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
8937
9091
  # * {Types::UpdateInputDeviceResponse#serial_number #serial_number} => String
8938
9092
  # * {Types::UpdateInputDeviceResponse#type #type} => String
9093
+ # * {Types::UpdateInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
8939
9094
  #
8940
9095
  # @example Request syntax with placeholder values
8941
9096
  #
@@ -8946,6 +9101,10 @@ module Aws::MediaLive
8946
9101
  # },
8947
9102
  # input_device_id: "__string", # required
8948
9103
  # name: "__string",
9104
+ # uhd_device_settings: {
9105
+ # configured_input: "AUTO", # accepts AUTO, HDMI, SDI
9106
+ # max_bitrate: 1,
9107
+ # },
8949
9108
  # })
8950
9109
  #
8951
9110
  # @example Response structure
@@ -8953,6 +9112,7 @@ module Aws::MediaLive
8953
9112
  # resp.arn #=> String
8954
9113
  # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
8955
9114
  # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
9115
+ # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
8956
9116
  # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
8957
9117
  # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
8958
9118
  # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -8972,6 +9132,14 @@ module Aws::MediaLive
8972
9132
  # resp.network_settings.subnet_mask #=> String
8973
9133
  # resp.serial_number #=> String
8974
9134
  # resp.type #=> String, one of "HD"
9135
+ # resp.uhd_device_settings.active_input #=> String, one of "HDMI", "SDI"
9136
+ # resp.uhd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
9137
+ # resp.uhd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
9138
+ # resp.uhd_device_settings.framerate #=> Float
9139
+ # resp.uhd_device_settings.height #=> Integer
9140
+ # resp.uhd_device_settings.max_bitrate #=> Integer
9141
+ # resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
9142
+ # resp.uhd_device_settings.width #=> Integer
8975
9143
  #
8976
9144
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
8977
9145
  #
@@ -9229,7 +9397,7 @@ module Aws::MediaLive
9229
9397
  params: params,
9230
9398
  config: config)
9231
9399
  context[:gem_name] = 'aws-sdk-medialive'
9232
- context[:gem_version] = '1.58.0'
9400
+ context[:gem_version] = '1.63.0'
9233
9401
  Seahorse::Client::Request.new(handlers, context)
9234
9402
  end
9235
9403