aws-sdk-medialive 1.59.0 → 1.64.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: 9d1f1c445b63ac5419c96531cf929c04d29234729abd4a70fb687f60bed4a2c5
4
- data.tar.gz: f5fe4c38a35e7a1f5beaeced454ca63910f8c763d51020bcb85ec6d0137ee1ae
3
+ metadata.gz: 4e95ef6ad856604098b0de9d5f47e6a96fbe835c0c8f8f6a8f7e1f0b2db025c2
4
+ data.tar.gz: b9413880edc56901de983c06df39411c0fc2ecf1a1d61a0b7ea6b7d31ebce4cc
5
5
  SHA512:
6
- metadata.gz: c5996d5c39c2bf8d2c7c30e14f976f1ad8c9db8d1bae03f431d08ec36d462b88a05570484f12132eacf2170e98770c0ca6170b8ed29da69011548d21c15e1315
7
- data.tar.gz: 1280188e02181ec7bd2c8e220a7592dd49c89a9bdbf6459bb0c8a7c3f17af8c39e1fbc002d2c1537851bdd3a65ccdffb8be2b59b50984a5ad9ed0af8d115a7ca
6
+ metadata.gz: 5e9ede8205df59f33604c5cabcc36fc1040fd2c9939d39678ca06e8ec46bab546205e5b422a9b89d0187811e7a90272109f4f8b2e29d09a97ae1fa23fa153320
7
+ data.tar.gz: d05f8418f5f3ffdba87f035049a463c5cb76043ead12e1bfd96da7583024f2b92ea4b13cbf2361a9a89921f962bd2851f3a5fc5361825f328c0cac520421795f
@@ -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.59.0'
52
+ GEM_VERSION = '1.64.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
@@ -1296,6 +1301,8 @@ module Aws::MediaLive
1296
1301
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
1297
1302
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
1298
1303
  # },
1304
+ # frame_capture_hls_settings: {
1305
+ # },
1299
1306
  # standard_hls_settings: {
1300
1307
  # audio_rendition_sets: "__string",
1301
1308
  # m3u_8_settings: { # required
@@ -1428,7 +1435,7 @@ module Aws::MediaLive
1428
1435
  # {
1429
1436
  # codec_settings: {
1430
1437
  # frame_capture_settings: {
1431
- # capture_interval: 1, # required
1438
+ # capture_interval: 1,
1432
1439
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
1433
1440
  # },
1434
1441
  # h264_settings: {
@@ -1573,9 +1580,17 @@ module Aws::MediaLive
1573
1580
  # failover_conditions: [
1574
1581
  # {
1575
1582
  # failover_condition_settings: {
1583
+ # audio_silence_settings: {
1584
+ # audio_selector_name: "__string", # required
1585
+ # audio_silence_threshold_msec: 1,
1586
+ # },
1576
1587
  # input_loss_settings: {
1577
1588
  # input_loss_threshold_msec: 1,
1578
1589
  # },
1590
+ # video_black_settings: {
1591
+ # black_detect_threshold: 1.0,
1592
+ # video_black_threshold_msec: 1,
1593
+ # },
1579
1594
  # },
1580
1595
  # },
1581
1596
  # ],
@@ -1681,6 +1696,11 @@ module Aws::MediaLive
1681
1696
  # tags: {
1682
1697
  # "__string" => "__string",
1683
1698
  # },
1699
+ # vpc: {
1700
+ # public_address_allocation_ids: ["__string"],
1701
+ # security_group_ids: ["__string"],
1702
+ # subnet_ids: ["__string"], # required
1703
+ # },
1684
1704
  # })
1685
1705
  #
1686
1706
  # @example Response structure
@@ -2207,7 +2227,11 @@ module Aws::MediaLive
2207
2227
  # resp.channel.input_attachments #=> Array
2208
2228
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
2209
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
2210
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
2211
2235
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
2212
2236
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
2213
2237
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -2261,6 +2285,12 @@ module Aws::MediaLive
2261
2285
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
2262
2286
  # resp.channel.tags #=> Hash
2263
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
2264
2294
  #
2265
2295
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannel AWS API Documentation
2266
2296
  #
@@ -2360,6 +2390,8 @@ module Aws::MediaLive
2360
2390
  # resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
2361
2391
  # resp.input.input_devices #=> Array
2362
2392
  # resp.input.input_devices[0].id #=> String
2393
+ # resp.input.input_partner_ids #=> Array
2394
+ # resp.input.input_partner_ids[0] #=> String
2363
2395
  # resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
2364
2396
  # resp.input.media_connect_flows #=> Array
2365
2397
  # resp.input.media_connect_flows[0].flow_arn #=> String
@@ -2576,6 +2608,72 @@ module Aws::MediaLive
2576
2608
  req.send_request(options)
2577
2609
  end
2578
2610
 
2611
+ # Create a partner input
2612
+ #
2613
+ # @option params [required, String] :input_id
2614
+ #
2615
+ # @option params [String] :request_id
2616
+ # **A suitable default value is auto-generated.** You should normally
2617
+ # not need to pass this option.**
2618
+ #
2619
+ # @option params [Hash<String,String>] :tags
2620
+ #
2621
+ # @return [Types::CreatePartnerInputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2622
+ #
2623
+ # * {Types::CreatePartnerInputResponse#input #input} => Types::Input
2624
+ #
2625
+ # @example Request syntax with placeholder values
2626
+ #
2627
+ # resp = client.create_partner_input({
2628
+ # input_id: "__string", # required
2629
+ # request_id: "__string",
2630
+ # tags: {
2631
+ # "__string" => "__string",
2632
+ # },
2633
+ # })
2634
+ #
2635
+ # @example Response structure
2636
+ #
2637
+ # resp.input.arn #=> String
2638
+ # resp.input.attached_channels #=> Array
2639
+ # resp.input.attached_channels[0] #=> String
2640
+ # resp.input.destinations #=> Array
2641
+ # resp.input.destinations[0].ip #=> String
2642
+ # resp.input.destinations[0].port #=> String
2643
+ # resp.input.destinations[0].url #=> String
2644
+ # resp.input.destinations[0].vpc.availability_zone #=> String
2645
+ # resp.input.destinations[0].vpc.network_interface_id #=> String
2646
+ # resp.input.id #=> String
2647
+ # resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
2648
+ # resp.input.input_devices #=> Array
2649
+ # resp.input.input_devices[0].id #=> String
2650
+ # resp.input.input_partner_ids #=> Array
2651
+ # resp.input.input_partner_ids[0] #=> String
2652
+ # resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
2653
+ # resp.input.media_connect_flows #=> Array
2654
+ # resp.input.media_connect_flows[0].flow_arn #=> String
2655
+ # resp.input.name #=> String
2656
+ # resp.input.role_arn #=> String
2657
+ # resp.input.security_groups #=> Array
2658
+ # resp.input.security_groups[0] #=> String
2659
+ # resp.input.sources #=> Array
2660
+ # resp.input.sources[0].password_param #=> String
2661
+ # resp.input.sources[0].url #=> String
2662
+ # resp.input.sources[0].username #=> String
2663
+ # resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
2664
+ # resp.input.tags #=> Hash
2665
+ # resp.input.tags["__string"] #=> String
2666
+ # resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE", "AWS_CDI"
2667
+ #
2668
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInput AWS API Documentation
2669
+ #
2670
+ # @overload create_partner_input(params = {})
2671
+ # @param [Hash] params ({})
2672
+ def create_partner_input(params = {}, options = {})
2673
+ req = build_request(:create_partner_input, params)
2674
+ req.send_request(options)
2675
+ end
2676
+
2579
2677
  # Create tags for a resource
2580
2678
  #
2581
2679
  # @option params [required, String] :resource_arn
@@ -2624,6 +2722,7 @@ module Aws::MediaLive
2624
2722
  # * {Types::DeleteChannelResponse#role_arn #role_arn} => String
2625
2723
  # * {Types::DeleteChannelResponse#state #state} => String
2626
2724
  # * {Types::DeleteChannelResponse#tags #tags} => Hash&lt;String,String&gt;
2725
+ # * {Types::DeleteChannelResponse#vpc #vpc} => Types::VpcOutputSettings
2627
2726
  #
2628
2727
  # @example Request syntax with placeholder values
2629
2728
  #
@@ -3155,7 +3254,11 @@ module Aws::MediaLive
3155
3254
  # resp.input_attachments #=> Array
3156
3255
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
3157
3256
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
3257
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
3258
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
3158
3259
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
3260
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
3261
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
3159
3262
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
3160
3263
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
3161
3264
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -3209,6 +3312,12 @@ module Aws::MediaLive
3209
3312
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
3210
3313
  # resp.tags #=> Hash
3211
3314
  # resp.tags["__string"] #=> String
3315
+ # resp.vpc.public_address_allocation_ids #=> Array
3316
+ # resp.vpc.public_address_allocation_ids[0] #=> String
3317
+ # resp.vpc.security_group_ids #=> Array
3318
+ # resp.vpc.security_group_ids[0] #=> String
3319
+ # resp.vpc.subnet_ids #=> Array
3320
+ # resp.vpc.subnet_ids[0] #=> String
3212
3321
  #
3213
3322
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannel AWS API Documentation
3214
3323
  #
@@ -3511,6 +3620,7 @@ module Aws::MediaLive
3511
3620
  # * {Types::DescribeChannelResponse#role_arn #role_arn} => String
3512
3621
  # * {Types::DescribeChannelResponse#state #state} => String
3513
3622
  # * {Types::DescribeChannelResponse#tags #tags} => Hash&lt;String,String&gt;
3623
+ # * {Types::DescribeChannelResponse#vpc #vpc} => Types::VpcOutputSettings
3514
3624
  #
3515
3625
  # @example Request syntax with placeholder values
3516
3626
  #
@@ -4042,7 +4152,11 @@ module Aws::MediaLive
4042
4152
  # resp.input_attachments #=> Array
4043
4153
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
4044
4154
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
4155
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
4156
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
4045
4157
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
4158
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
4159
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
4046
4160
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
4047
4161
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
4048
4162
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -4096,6 +4210,12 @@ module Aws::MediaLive
4096
4210
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
4097
4211
  # resp.tags #=> Hash
4098
4212
  # resp.tags["__string"] #=> String
4213
+ # resp.vpc.public_address_allocation_ids #=> Array
4214
+ # resp.vpc.public_address_allocation_ids[0] #=> String
4215
+ # resp.vpc.security_group_ids #=> Array
4216
+ # resp.vpc.security_group_ids[0] #=> String
4217
+ # resp.vpc.subnet_ids #=> Array
4218
+ # resp.vpc.subnet_ids[0] #=> String
4099
4219
  #
4100
4220
  #
4101
4221
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -4126,6 +4246,7 @@ module Aws::MediaLive
4126
4246
  # * {Types::DescribeInputResponse#id #id} => String
4127
4247
  # * {Types::DescribeInputResponse#input_class #input_class} => String
4128
4248
  # * {Types::DescribeInputResponse#input_devices #input_devices} => Array&lt;Types::InputDeviceSettings&gt;
4249
+ # * {Types::DescribeInputResponse#input_partner_ids #input_partner_ids} => Array&lt;String&gt;
4129
4250
  # * {Types::DescribeInputResponse#input_source_type #input_source_type} => String
4130
4251
  # * {Types::DescribeInputResponse#media_connect_flows #media_connect_flows} => Array&lt;Types::MediaConnectFlow&gt;
4131
4252
  # * {Types::DescribeInputResponse#name #name} => String
@@ -4157,6 +4278,8 @@ module Aws::MediaLive
4157
4278
  # resp.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
4158
4279
  # resp.input_devices #=> Array
4159
4280
  # resp.input_devices[0].id #=> String
4281
+ # resp.input_partner_ids #=> Array
4282
+ # resp.input_partner_ids[0] #=> String
4160
4283
  # resp.input_source_type #=> String, one of "STATIC", "DYNAMIC"
4161
4284
  # resp.media_connect_flows #=> Array
4162
4285
  # resp.media_connect_flows[0].flow_arn #=> String
@@ -4198,6 +4321,7 @@ module Aws::MediaLive
4198
4321
  # * {Types::DescribeInputDeviceResponse#arn #arn} => String
4199
4322
  # * {Types::DescribeInputDeviceResponse#connection_state #connection_state} => String
4200
4323
  # * {Types::DescribeInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
4324
+ # * {Types::DescribeInputDeviceResponse#device_update_status #device_update_status} => String
4201
4325
  # * {Types::DescribeInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
4202
4326
  # * {Types::DescribeInputDeviceResponse#id #id} => String
4203
4327
  # * {Types::DescribeInputDeviceResponse#mac_address #mac_address} => String
@@ -4205,6 +4329,7 @@ module Aws::MediaLive
4205
4329
  # * {Types::DescribeInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
4206
4330
  # * {Types::DescribeInputDeviceResponse#serial_number #serial_number} => String
4207
4331
  # * {Types::DescribeInputDeviceResponse#type #type} => String
4332
+ # * {Types::DescribeInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
4208
4333
  #
4209
4334
  # @example Request syntax with placeholder values
4210
4335
  #
@@ -4217,6 +4342,7 @@ module Aws::MediaLive
4217
4342
  # resp.arn #=> String
4218
4343
  # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
4219
4344
  # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
4345
+ # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
4220
4346
  # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4221
4347
  # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4222
4348
  # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -4236,6 +4362,14 @@ module Aws::MediaLive
4236
4362
  # resp.network_settings.subnet_mask #=> String
4237
4363
  # resp.serial_number #=> String
4238
4364
  # resp.type #=> String, one of "HD"
4365
+ # resp.uhd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4366
+ # resp.uhd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4367
+ # resp.uhd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
4368
+ # resp.uhd_device_settings.framerate #=> Float
4369
+ # resp.uhd_device_settings.height #=> Integer
4370
+ # resp.uhd_device_settings.max_bitrate #=> Integer
4371
+ # resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
4372
+ # resp.uhd_device_settings.width #=> Integer
4239
4373
  #
4240
4374
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDevice AWS API Documentation
4241
4375
  #
@@ -4703,7 +4837,11 @@ module Aws::MediaLive
4703
4837
  # resp.channels[0].input_attachments #=> Array
4704
4838
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
4705
4839
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
4840
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
4841
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
4706
4842
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
4843
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
4844
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
4707
4845
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
4708
4846
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
4709
4847
  # resp.channels[0].input_attachments[0].input_attachment_name #=> String
@@ -4753,6 +4891,12 @@ module Aws::MediaLive
4753
4891
  # resp.channels[0].state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
4754
4892
  # resp.channels[0].tags #=> Hash
4755
4893
  # resp.channels[0].tags["__string"] #=> String
4894
+ # resp.channels[0].vpc.public_address_allocation_ids #=> Array
4895
+ # resp.channels[0].vpc.public_address_allocation_ids[0] #=> String
4896
+ # resp.channels[0].vpc.security_group_ids #=> Array
4897
+ # resp.channels[0].vpc.security_group_ids[0] #=> String
4898
+ # resp.channels[0].vpc.subnet_ids #=> Array
4899
+ # resp.channels[0].vpc.subnet_ids[0] #=> String
4756
4900
  # resp.next_token #=> String
4757
4901
  #
4758
4902
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListChannels AWS API Documentation
@@ -4833,6 +4977,7 @@ module Aws::MediaLive
4833
4977
  # resp.input_devices[0].arn #=> String
4834
4978
  # resp.input_devices[0].connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
4835
4979
  # resp.input_devices[0].device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
4980
+ # resp.input_devices[0].device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
4836
4981
  # resp.input_devices[0].hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4837
4982
  # resp.input_devices[0].hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4838
4983
  # resp.input_devices[0].hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -4852,6 +4997,14 @@ module Aws::MediaLive
4852
4997
  # resp.input_devices[0].network_settings.subnet_mask #=> String
4853
4998
  # resp.input_devices[0].serial_number #=> String
4854
4999
  # resp.input_devices[0].type #=> String, one of "HD"
5000
+ # resp.input_devices[0].uhd_device_settings.active_input #=> String, one of "HDMI", "SDI"
5001
+ # resp.input_devices[0].uhd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
5002
+ # resp.input_devices[0].uhd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
5003
+ # resp.input_devices[0].uhd_device_settings.framerate #=> Float
5004
+ # resp.input_devices[0].uhd_device_settings.height #=> Integer
5005
+ # resp.input_devices[0].uhd_device_settings.max_bitrate #=> Integer
5006
+ # resp.input_devices[0].uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
5007
+ # resp.input_devices[0].uhd_device_settings.width #=> Integer
4855
5008
  # resp.next_token #=> String
4856
5009
  #
4857
5010
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevices AWS API Documentation
@@ -4942,6 +5095,8 @@ module Aws::MediaLive
4942
5095
  # resp.inputs[0].input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
4943
5096
  # resp.inputs[0].input_devices #=> Array
4944
5097
  # resp.inputs[0].input_devices[0].id #=> String
5098
+ # resp.inputs[0].input_partner_ids #=> Array
5099
+ # resp.inputs[0].input_partner_ids[0] #=> String
4945
5100
  # resp.inputs[0].input_source_type #=> String, one of "STATIC", "DYNAMIC"
4946
5101
  # resp.inputs[0].media_connect_flows #=> Array
4947
5102
  # resp.inputs[0].media_connect_flows[0].flow_arn #=> String
@@ -5360,6 +5515,7 @@ module Aws::MediaLive
5360
5515
  # * {Types::StartChannelResponse#role_arn #role_arn} => String
5361
5516
  # * {Types::StartChannelResponse#state #state} => String
5362
5517
  # * {Types::StartChannelResponse#tags #tags} => Hash&lt;String,String&gt;
5518
+ # * {Types::StartChannelResponse#vpc #vpc} => Types::VpcOutputSettings
5363
5519
  #
5364
5520
  # @example Request syntax with placeholder values
5365
5521
  #
@@ -5891,7 +6047,11 @@ module Aws::MediaLive
5891
6047
  # resp.input_attachments #=> Array
5892
6048
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
5893
6049
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
6050
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
6051
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
5894
6052
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
6053
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
6054
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
5895
6055
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
5896
6056
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
5897
6057
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -5945,6 +6105,12 @@ module Aws::MediaLive
5945
6105
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
5946
6106
  # resp.tags #=> Hash
5947
6107
  # resp.tags["__string"] #=> String
6108
+ # resp.vpc.public_address_allocation_ids #=> Array
6109
+ # resp.vpc.public_address_allocation_ids[0] #=> String
6110
+ # resp.vpc.security_group_ids #=> Array
6111
+ # resp.vpc.security_group_ids[0] #=> String
6112
+ # resp.vpc.subnet_ids #=> Array
6113
+ # resp.vpc.subnet_ids[0] #=> String
5948
6114
  #
5949
6115
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartChannel AWS API Documentation
5950
6116
  #
@@ -6029,6 +6195,7 @@ module Aws::MediaLive
6029
6195
  # * {Types::StopChannelResponse#role_arn #role_arn} => String
6030
6196
  # * {Types::StopChannelResponse#state #state} => String
6031
6197
  # * {Types::StopChannelResponse#tags #tags} => Hash&lt;String,String&gt;
6198
+ # * {Types::StopChannelResponse#vpc #vpc} => Types::VpcOutputSettings
6032
6199
  #
6033
6200
  # @example Request syntax with placeholder values
6034
6201
  #
@@ -6560,7 +6727,11 @@ module Aws::MediaLive
6560
6727
  # resp.input_attachments #=> Array
6561
6728
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
6562
6729
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
6730
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
6731
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
6563
6732
  # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
6733
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
6734
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
6564
6735
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
6565
6736
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
6566
6737
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -6614,6 +6785,12 @@ module Aws::MediaLive
6614
6785
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
6615
6786
  # resp.tags #=> Hash
6616
6787
  # resp.tags["__string"] #=> String
6788
+ # resp.vpc.public_address_allocation_ids #=> Array
6789
+ # resp.vpc.public_address_allocation_ids[0] #=> String
6790
+ # resp.vpc.security_group_ids #=> Array
6791
+ # resp.vpc.security_group_ids[0] #=> String
6792
+ # resp.vpc.subnet_ids #=> Array
6793
+ # resp.vpc.subnet_ids[0] #=> String
6617
6794
  #
6618
6795
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopChannel AWS API Documentation
6619
6796
  #
@@ -7237,6 +7414,8 @@ module Aws::MediaLive
7237
7414
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7238
7415
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7239
7416
  # },
7417
+ # frame_capture_hls_settings: {
7418
+ # },
7240
7419
  # standard_hls_settings: {
7241
7420
  # audio_rendition_sets: "__string",
7242
7421
  # m3u_8_settings: { # required
@@ -7369,7 +7548,7 @@ module Aws::MediaLive
7369
7548
  # {
7370
7549
  # codec_settings: {
7371
7550
  # frame_capture_settings: {
7372
- # capture_interval: 1, # required
7551
+ # capture_interval: 1,
7373
7552
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
7374
7553
  # },
7375
7554
  # h264_settings: {
@@ -7514,9 +7693,17 @@ module Aws::MediaLive
7514
7693
  # failover_conditions: [
7515
7694
  # {
7516
7695
  # failover_condition_settings: {
7696
+ # audio_silence_settings: {
7697
+ # audio_selector_name: "__string", # required
7698
+ # audio_silence_threshold_msec: 1,
7699
+ # },
7517
7700
  # input_loss_settings: {
7518
7701
  # input_loss_threshold_msec: 1,
7519
7702
  # },
7703
+ # video_black_settings: {
7704
+ # black_detect_threshold: 1.0,
7705
+ # video_black_threshold_msec: 1,
7706
+ # },
7520
7707
  # },
7521
7708
  # },
7522
7709
  # ],
@@ -8143,7 +8330,11 @@ module Aws::MediaLive
8143
8330
  # resp.channel.input_attachments #=> Array
8144
8331
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
8145
8332
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
8333
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
8334
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
8146
8335
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
8336
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
8337
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
8147
8338
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
8148
8339
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
8149
8340
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -8197,6 +8388,12 @@ module Aws::MediaLive
8197
8388
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
8198
8389
  # resp.channel.tags #=> Hash
8199
8390
  # resp.channel.tags["__string"] #=> String
8391
+ # resp.channel.vpc.public_address_allocation_ids #=> Array
8392
+ # resp.channel.vpc.public_address_allocation_ids[0] #=> String
8393
+ # resp.channel.vpc.security_group_ids #=> Array
8394
+ # resp.channel.vpc.security_group_ids[0] #=> String
8395
+ # resp.channel.vpc.subnet_ids #=> Array
8396
+ # resp.channel.vpc.subnet_ids[0] #=> String
8200
8397
  #
8201
8398
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannel AWS API Documentation
8202
8399
  #
@@ -8774,7 +8971,11 @@ module Aws::MediaLive
8774
8971
  # resp.channel.input_attachments #=> Array
8775
8972
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
8776
8973
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
8974
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
8975
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
8777
8976
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
8977
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
8978
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
8778
8979
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
8779
8980
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
8780
8981
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -8828,6 +9029,12 @@ module Aws::MediaLive
8828
9029
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
8829
9030
  # resp.channel.tags #=> Hash
8830
9031
  # resp.channel.tags["__string"] #=> String
9032
+ # resp.channel.vpc.public_address_allocation_ids #=> Array
9033
+ # resp.channel.vpc.public_address_allocation_ids[0] #=> String
9034
+ # resp.channel.vpc.security_group_ids #=> Array
9035
+ # resp.channel.vpc.security_group_ids[0] #=> String
9036
+ # resp.channel.vpc.subnet_ids #=> Array
9037
+ # resp.channel.vpc.subnet_ids[0] #=> String
8831
9038
  #
8832
9039
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannelClass AWS API Documentation
8833
9040
  #
@@ -8906,6 +9113,8 @@ module Aws::MediaLive
8906
9113
  # resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
8907
9114
  # resp.input.input_devices #=> Array
8908
9115
  # resp.input.input_devices[0].id #=> String
9116
+ # resp.input.input_partner_ids #=> Array
9117
+ # resp.input.input_partner_ids[0] #=> String
8909
9118
  # resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
8910
9119
  # resp.input.media_connect_flows #=> Array
8911
9120
  # resp.input.media_connect_flows[0].flow_arn #=> String
@@ -8940,11 +9149,15 @@ module Aws::MediaLive
8940
9149
  #
8941
9150
  # @option params [String] :name
8942
9151
  #
9152
+ # @option params [Types::InputDeviceConfigurableSettings] :uhd_device_settings
9153
+ # Configurable settings for the input device.
9154
+ #
8943
9155
  # @return [Types::UpdateInputDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8944
9156
  #
8945
9157
  # * {Types::UpdateInputDeviceResponse#arn #arn} => String
8946
9158
  # * {Types::UpdateInputDeviceResponse#connection_state #connection_state} => String
8947
9159
  # * {Types::UpdateInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
9160
+ # * {Types::UpdateInputDeviceResponse#device_update_status #device_update_status} => String
8948
9161
  # * {Types::UpdateInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
8949
9162
  # * {Types::UpdateInputDeviceResponse#id #id} => String
8950
9163
  # * {Types::UpdateInputDeviceResponse#mac_address #mac_address} => String
@@ -8952,6 +9165,7 @@ module Aws::MediaLive
8952
9165
  # * {Types::UpdateInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
8953
9166
  # * {Types::UpdateInputDeviceResponse#serial_number #serial_number} => String
8954
9167
  # * {Types::UpdateInputDeviceResponse#type #type} => String
9168
+ # * {Types::UpdateInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
8955
9169
  #
8956
9170
  # @example Request syntax with placeholder values
8957
9171
  #
@@ -8962,6 +9176,10 @@ module Aws::MediaLive
8962
9176
  # },
8963
9177
  # input_device_id: "__string", # required
8964
9178
  # name: "__string",
9179
+ # uhd_device_settings: {
9180
+ # configured_input: "AUTO", # accepts AUTO, HDMI, SDI
9181
+ # max_bitrate: 1,
9182
+ # },
8965
9183
  # })
8966
9184
  #
8967
9185
  # @example Response structure
@@ -8969,6 +9187,7 @@ module Aws::MediaLive
8969
9187
  # resp.arn #=> String
8970
9188
  # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
8971
9189
  # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
9190
+ # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
8972
9191
  # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
8973
9192
  # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
8974
9193
  # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -8988,6 +9207,14 @@ module Aws::MediaLive
8988
9207
  # resp.network_settings.subnet_mask #=> String
8989
9208
  # resp.serial_number #=> String
8990
9209
  # resp.type #=> String, one of "HD"
9210
+ # resp.uhd_device_settings.active_input #=> String, one of "HDMI", "SDI"
9211
+ # resp.uhd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
9212
+ # resp.uhd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
9213
+ # resp.uhd_device_settings.framerate #=> Float
9214
+ # resp.uhd_device_settings.height #=> Integer
9215
+ # resp.uhd_device_settings.max_bitrate #=> Integer
9216
+ # resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
9217
+ # resp.uhd_device_settings.width #=> Integer
8991
9218
  #
8992
9219
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
8993
9220
  #
@@ -9245,7 +9472,7 @@ module Aws::MediaLive
9245
9472
  params: params,
9246
9473
  config: config)
9247
9474
  context[:gem_name] = 'aws-sdk-medialive'
9248
- context[:gem_version] = '1.59.0'
9475
+ context[:gem_version] = '1.64.0'
9249
9476
  Seahorse::Client::Request.new(handlers, context)
9250
9477
  end
9251
9478