aws-sdk-medialive 1.60.0 → 1.65.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.65.0
@@ -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.65.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
@@ -4206,6 +4329,7 @@ module Aws::MediaLive
4206
4329
  # * {Types::DescribeInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
4207
4330
  # * {Types::DescribeInputDeviceResponse#serial_number #serial_number} => String
4208
4331
  # * {Types::DescribeInputDeviceResponse#type #type} => String
4332
+ # * {Types::DescribeInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
4209
4333
  #
4210
4334
  # @example Request syntax with placeholder values
4211
4335
  #
@@ -4238,6 +4362,14 @@ module Aws::MediaLive
4238
4362
  # resp.network_settings.subnet_mask #=> String
4239
4363
  # resp.serial_number #=> String
4240
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
4241
4373
  #
4242
4374
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDevice AWS API Documentation
4243
4375
  #
@@ -4705,7 +4837,11 @@ module Aws::MediaLive
4705
4837
  # resp.channels[0].input_attachments #=> Array
4706
4838
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
4707
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
4708
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
4709
4845
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
4710
4846
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
4711
4847
  # resp.channels[0].input_attachments[0].input_attachment_name #=> String
@@ -4755,6 +4891,12 @@ module Aws::MediaLive
4755
4891
  # resp.channels[0].state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
4756
4892
  # resp.channels[0].tags #=> Hash
4757
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
4758
4900
  # resp.next_token #=> String
4759
4901
  #
4760
4902
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListChannels AWS API Documentation
@@ -4855,6 +4997,14 @@ module Aws::MediaLive
4855
4997
  # resp.input_devices[0].network_settings.subnet_mask #=> String
4856
4998
  # resp.input_devices[0].serial_number #=> String
4857
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
4858
5008
  # resp.next_token #=> String
4859
5009
  #
4860
5010
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevices AWS API Documentation
@@ -4945,6 +5095,8 @@ module Aws::MediaLive
4945
5095
  # resp.inputs[0].input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
4946
5096
  # resp.inputs[0].input_devices #=> Array
4947
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
4948
5100
  # resp.inputs[0].input_source_type #=> String, one of "STATIC", "DYNAMIC"
4949
5101
  # resp.inputs[0].media_connect_flows #=> Array
4950
5102
  # resp.inputs[0].media_connect_flows[0].flow_arn #=> String
@@ -5363,6 +5515,7 @@ module Aws::MediaLive
5363
5515
  # * {Types::StartChannelResponse#role_arn #role_arn} => String
5364
5516
  # * {Types::StartChannelResponse#state #state} => String
5365
5517
  # * {Types::StartChannelResponse#tags #tags} => Hash&lt;String,String&gt;
5518
+ # * {Types::StartChannelResponse#vpc #vpc} => Types::VpcOutputSettings
5366
5519
  #
5367
5520
  # @example Request syntax with placeholder values
5368
5521
  #
@@ -5894,7 +6047,11 @@ module Aws::MediaLive
5894
6047
  # resp.input_attachments #=> Array
5895
6048
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
5896
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
5897
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
5898
6055
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
5899
6056
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
5900
6057
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -5948,6 +6105,12 @@ module Aws::MediaLive
5948
6105
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
5949
6106
  # resp.tags #=> Hash
5950
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
5951
6114
  #
5952
6115
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartChannel AWS API Documentation
5953
6116
  #
@@ -6032,6 +6195,7 @@ module Aws::MediaLive
6032
6195
  # * {Types::StopChannelResponse#role_arn #role_arn} => String
6033
6196
  # * {Types::StopChannelResponse#state #state} => String
6034
6197
  # * {Types::StopChannelResponse#tags #tags} => Hash&lt;String,String&gt;
6198
+ # * {Types::StopChannelResponse#vpc #vpc} => Types::VpcOutputSettings
6035
6199
  #
6036
6200
  # @example Request syntax with placeholder values
6037
6201
  #
@@ -6563,7 +6727,11 @@ module Aws::MediaLive
6563
6727
  # resp.input_attachments #=> Array
6564
6728
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
6565
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
6566
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
6567
6735
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
6568
6736
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
6569
6737
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -6617,6 +6785,12 @@ module Aws::MediaLive
6617
6785
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
6618
6786
  # resp.tags #=> Hash
6619
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
6620
6794
  #
6621
6795
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopChannel AWS API Documentation
6622
6796
  #
@@ -6686,6 +6860,8 @@ module Aws::MediaLive
6686
6860
  #
6687
6861
  # @option params [String] :target_customer_id
6688
6862
  #
6863
+ # @option params [String] :target_region
6864
+ #
6689
6865
  # @option params [String] :transfer_message
6690
6866
  #
6691
6867
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -6695,6 +6871,7 @@ module Aws::MediaLive
6695
6871
  # resp = client.transfer_input_device({
6696
6872
  # input_device_id: "__string", # required
6697
6873
  # target_customer_id: "__string",
6874
+ # target_region: "__string",
6698
6875
  # transfer_message: "__string",
6699
6876
  # })
6700
6877
  #
@@ -7240,6 +7417,8 @@ module Aws::MediaLive
7240
7417
  # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7241
7418
  # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7242
7419
  # },
7420
+ # frame_capture_hls_settings: {
7421
+ # },
7243
7422
  # standard_hls_settings: {
7244
7423
  # audio_rendition_sets: "__string",
7245
7424
  # m3u_8_settings: { # required
@@ -7372,7 +7551,7 @@ module Aws::MediaLive
7372
7551
  # {
7373
7552
  # codec_settings: {
7374
7553
  # frame_capture_settings: {
7375
- # capture_interval: 1, # required
7554
+ # capture_interval: 1,
7376
7555
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
7377
7556
  # },
7378
7557
  # h264_settings: {
@@ -7517,9 +7696,17 @@ module Aws::MediaLive
7517
7696
  # failover_conditions: [
7518
7697
  # {
7519
7698
  # failover_condition_settings: {
7699
+ # audio_silence_settings: {
7700
+ # audio_selector_name: "__string", # required
7701
+ # audio_silence_threshold_msec: 1,
7702
+ # },
7520
7703
  # input_loss_settings: {
7521
7704
  # input_loss_threshold_msec: 1,
7522
7705
  # },
7706
+ # video_black_settings: {
7707
+ # black_detect_threshold: 1.0,
7708
+ # video_black_threshold_msec: 1,
7709
+ # },
7523
7710
  # },
7524
7711
  # },
7525
7712
  # ],
@@ -8146,7 +8333,11 @@ module Aws::MediaLive
8146
8333
  # resp.channel.input_attachments #=> Array
8147
8334
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
8148
8335
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
8336
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
8337
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
8149
8338
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
8339
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
8340
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
8150
8341
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
8151
8342
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
8152
8343
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -8200,6 +8391,12 @@ module Aws::MediaLive
8200
8391
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
8201
8392
  # resp.channel.tags #=> Hash
8202
8393
  # resp.channel.tags["__string"] #=> String
8394
+ # resp.channel.vpc.public_address_allocation_ids #=> Array
8395
+ # resp.channel.vpc.public_address_allocation_ids[0] #=> String
8396
+ # resp.channel.vpc.security_group_ids #=> Array
8397
+ # resp.channel.vpc.security_group_ids[0] #=> String
8398
+ # resp.channel.vpc.subnet_ids #=> Array
8399
+ # resp.channel.vpc.subnet_ids[0] #=> String
8203
8400
  #
8204
8401
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannel AWS API Documentation
8205
8402
  #
@@ -8777,7 +8974,11 @@ module Aws::MediaLive
8777
8974
  # resp.channel.input_attachments #=> Array
8778
8975
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
8779
8976
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
8977
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_selector_name #=> String
8978
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.audio_silence_settings.audio_silence_threshold_msec #=> Integer
8780
8979
  # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
8980
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.black_detect_threshold #=> Float
8981
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.video_black_settings.video_black_threshold_msec #=> Integer
8781
8982
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
8782
8983
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
8783
8984
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -8831,6 +9032,12 @@ module Aws::MediaLive
8831
9032
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
8832
9033
  # resp.channel.tags #=> Hash
8833
9034
  # resp.channel.tags["__string"] #=> String
9035
+ # resp.channel.vpc.public_address_allocation_ids #=> Array
9036
+ # resp.channel.vpc.public_address_allocation_ids[0] #=> String
9037
+ # resp.channel.vpc.security_group_ids #=> Array
9038
+ # resp.channel.vpc.security_group_ids[0] #=> String
9039
+ # resp.channel.vpc.subnet_ids #=> Array
9040
+ # resp.channel.vpc.subnet_ids[0] #=> String
8834
9041
  #
8835
9042
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannelClass AWS API Documentation
8836
9043
  #
@@ -8909,6 +9116,8 @@ module Aws::MediaLive
8909
9116
  # resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
8910
9117
  # resp.input.input_devices #=> Array
8911
9118
  # resp.input.input_devices[0].id #=> String
9119
+ # resp.input.input_partner_ids #=> Array
9120
+ # resp.input.input_partner_ids[0] #=> String
8912
9121
  # resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
8913
9122
  # resp.input.media_connect_flows #=> Array
8914
9123
  # resp.input.media_connect_flows[0].flow_arn #=> String
@@ -8943,6 +9152,9 @@ module Aws::MediaLive
8943
9152
  #
8944
9153
  # @option params [String] :name
8945
9154
  #
9155
+ # @option params [Types::InputDeviceConfigurableSettings] :uhd_device_settings
9156
+ # Configurable settings for the input device.
9157
+ #
8946
9158
  # @return [Types::UpdateInputDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8947
9159
  #
8948
9160
  # * {Types::UpdateInputDeviceResponse#arn #arn} => String
@@ -8956,6 +9168,7 @@ module Aws::MediaLive
8956
9168
  # * {Types::UpdateInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
8957
9169
  # * {Types::UpdateInputDeviceResponse#serial_number #serial_number} => String
8958
9170
  # * {Types::UpdateInputDeviceResponse#type #type} => String
9171
+ # * {Types::UpdateInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
8959
9172
  #
8960
9173
  # @example Request syntax with placeholder values
8961
9174
  #
@@ -8966,6 +9179,10 @@ module Aws::MediaLive
8966
9179
  # },
8967
9180
  # input_device_id: "__string", # required
8968
9181
  # name: "__string",
9182
+ # uhd_device_settings: {
9183
+ # configured_input: "AUTO", # accepts AUTO, HDMI, SDI
9184
+ # max_bitrate: 1,
9185
+ # },
8969
9186
  # })
8970
9187
  #
8971
9188
  # @example Response structure
@@ -8993,6 +9210,14 @@ module Aws::MediaLive
8993
9210
  # resp.network_settings.subnet_mask #=> String
8994
9211
  # resp.serial_number #=> String
8995
9212
  # resp.type #=> String, one of "HD"
9213
+ # resp.uhd_device_settings.active_input #=> String, one of "HDMI", "SDI"
9214
+ # resp.uhd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
9215
+ # resp.uhd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
9216
+ # resp.uhd_device_settings.framerate #=> Float
9217
+ # resp.uhd_device_settings.height #=> Integer
9218
+ # resp.uhd_device_settings.max_bitrate #=> Integer
9219
+ # resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
9220
+ # resp.uhd_device_settings.width #=> Integer
8996
9221
  #
8997
9222
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
8998
9223
  #
@@ -9250,7 +9475,7 @@ module Aws::MediaLive
9250
9475
  params: params,
9251
9476
  config: config)
9252
9477
  context[:gem_name] = 'aws-sdk-medialive'
9253
- context[:gem_version] = '1.60.0'
9478
+ context[:gem_version] = '1.65.0'
9254
9479
  Seahorse::Client::Request.new(handlers, context)
9255
9480
  end
9256
9481