aws-sdk-medialive 1.44.0 → 1.45.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +241 -15
- data/lib/aws-sdk-medialive/client_api.rb +196 -9
- data/lib/aws-sdk-medialive/types.rb +642 -59
- data/lib/aws-sdk-medialive/waiters.rb +159 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0566d4c021c2114308fbd8be308c8872542ff6e278c4164a2f863b74607efdfa
|
4
|
+
data.tar.gz: 923237034e82e587c190c7cc3f1477941896b2de858763b0edb83a2371024945
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c3c921bda4033e12ebb4957395d715ca0a66868372c39d9c98c7a6b33686861f9114bbde0ed414896770511f7b497b53e22f0b6518d832278a5d15e962ed92f
|
7
|
+
data.tar.gz: 2412f91a2bd8b8c618cad794426b70356211fa84a3751a9271b55669bd534d0abc8d30dce0cebf0a52f6bf9d0eef8dd7794695588a262a8ffb0838c0ad94c4f2
|
data/lib/aws-sdk-medialive.rb
CHANGED
@@ -1214,7 +1214,7 @@ module Aws::MediaLive
|
|
1214
1214
|
# filter_settings: {
|
1215
1215
|
# temporal_filter_settings: {
|
1216
1216
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
1217
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
1217
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
1218
1218
|
# },
|
1219
1219
|
# },
|
1220
1220
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
@@ -1373,6 +1373,7 @@ module Aws::MediaLive
|
|
1373
1373
|
# },
|
1374
1374
|
# server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
|
1375
1375
|
# },
|
1376
|
+
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
1376
1377
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
1377
1378
|
# video_selector: {
|
1378
1379
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
@@ -1825,7 +1826,7 @@ module Aws::MediaLive
|
|
1825
1826
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
1826
1827
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
1827
1828
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
1828
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
1829
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
1829
1830
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
1830
1831
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
1831
1832
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -1927,6 +1928,7 @@ module Aws::MediaLive
|
|
1927
1928
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
1928
1929
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
1929
1930
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
1931
|
+
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
1930
1932
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
1931
1933
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
1932
1934
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -1960,6 +1962,8 @@ module Aws::MediaLive
|
|
1960
1962
|
#
|
1961
1963
|
# @option params [Array<Types::InputDestinationRequest>] :destinations
|
1962
1964
|
#
|
1965
|
+
# @option params [Array<Types::InputDeviceSettings>] :input_devices
|
1966
|
+
#
|
1963
1967
|
# @option params [Array<String>] :input_security_groups
|
1964
1968
|
#
|
1965
1969
|
# @option params [Array<Types::MediaConnectFlowRequest>] :media_connect_flows
|
@@ -1997,6 +2001,11 @@ module Aws::MediaLive
|
|
1997
2001
|
# stream_name: "__string",
|
1998
2002
|
# },
|
1999
2003
|
# ],
|
2004
|
+
# input_devices: [
|
2005
|
+
# {
|
2006
|
+
# id: "__string",
|
2007
|
+
# },
|
2008
|
+
# ],
|
2000
2009
|
# input_security_groups: ["__string"],
|
2001
2010
|
# media_connect_flows: [
|
2002
2011
|
# {
|
@@ -2016,7 +2025,7 @@ module Aws::MediaLive
|
|
2016
2025
|
# tags: {
|
2017
2026
|
# "__string" => "__string",
|
2018
2027
|
# },
|
2019
|
-
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT
|
2028
|
+
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT, INPUT_DEVICE
|
2020
2029
|
# vpc: {
|
2021
2030
|
# security_group_ids: ["__string"],
|
2022
2031
|
# subnet_ids: ["__string"], # required
|
@@ -2036,6 +2045,8 @@ module Aws::MediaLive
|
|
2036
2045
|
# resp.input.destinations[0].vpc.network_interface_id #=> String
|
2037
2046
|
# resp.input.id #=> String
|
2038
2047
|
# resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
2048
|
+
# resp.input.input_devices #=> Array
|
2049
|
+
# resp.input.input_devices[0].id #=> String
|
2039
2050
|
# resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
2040
2051
|
# resp.input.media_connect_flows #=> Array
|
2041
2052
|
# resp.input.media_connect_flows[0].flow_arn #=> String
|
@@ -2050,7 +2061,7 @@ module Aws::MediaLive
|
|
2050
2061
|
# resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
2051
2062
|
# resp.input.tags #=> Hash
|
2052
2063
|
# resp.input.tags["__string"] #=> String
|
2053
|
-
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
|
2064
|
+
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
2054
2065
|
#
|
2055
2066
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInput AWS API Documentation
|
2056
2067
|
#
|
@@ -2722,7 +2733,7 @@ module Aws::MediaLive
|
|
2722
2733
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
2723
2734
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
2724
2735
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
2725
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
2736
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
2726
2737
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
2727
2738
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
2728
2739
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -2824,6 +2835,7 @@ module Aws::MediaLive
|
|
2824
2835
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
2825
2836
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
2826
2837
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
2838
|
+
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
2827
2839
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
2828
2840
|
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
2829
2841
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -3567,7 +3579,7 @@ module Aws::MediaLive
|
|
3567
3579
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
3568
3580
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
3569
3581
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
3570
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
3582
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
3571
3583
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
3572
3584
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
3573
3585
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -3669,6 +3681,7 @@ module Aws::MediaLive
|
|
3669
3681
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
3670
3682
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
3671
3683
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
3684
|
+
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
3672
3685
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
3673
3686
|
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
3674
3687
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -3717,6 +3730,7 @@ module Aws::MediaLive
|
|
3717
3730
|
# * {Types::DescribeInputResponse#destinations #destinations} => Array<Types::InputDestination>
|
3718
3731
|
# * {Types::DescribeInputResponse#id #id} => String
|
3719
3732
|
# * {Types::DescribeInputResponse#input_class #input_class} => String
|
3733
|
+
# * {Types::DescribeInputResponse#input_devices #input_devices} => Array<Types::InputDeviceSettings>
|
3720
3734
|
# * {Types::DescribeInputResponse#input_source_type #input_source_type} => String
|
3721
3735
|
# * {Types::DescribeInputResponse#media_connect_flows #media_connect_flows} => Array<Types::MediaConnectFlow>
|
3722
3736
|
# * {Types::DescribeInputResponse#name #name} => String
|
@@ -3746,6 +3760,8 @@ module Aws::MediaLive
|
|
3746
3760
|
# resp.destinations[0].vpc.network_interface_id #=> String
|
3747
3761
|
# resp.id #=> String
|
3748
3762
|
# resp.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
3763
|
+
# resp.input_devices #=> Array
|
3764
|
+
# resp.input_devices[0].id #=> String
|
3749
3765
|
# resp.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
3750
3766
|
# resp.media_connect_flows #=> Array
|
3751
3767
|
# resp.media_connect_flows[0].flow_arn #=> String
|
@@ -3760,7 +3776,14 @@ module Aws::MediaLive
|
|
3760
3776
|
# resp.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
3761
3777
|
# resp.tags #=> Hash
|
3762
3778
|
# resp.tags["__string"] #=> String
|
3763
|
-
# resp.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
|
3779
|
+
# resp.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
3780
|
+
#
|
3781
|
+
#
|
3782
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
3783
|
+
#
|
3784
|
+
# * input_attached
|
3785
|
+
# * input_deleted
|
3786
|
+
# * input_detached
|
3764
3787
|
#
|
3765
3788
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInput AWS API Documentation
|
3766
3789
|
#
|
@@ -3771,6 +3794,63 @@ module Aws::MediaLive
|
|
3771
3794
|
req.send_request(options)
|
3772
3795
|
end
|
3773
3796
|
|
3797
|
+
# Gets the details for the input device
|
3798
|
+
#
|
3799
|
+
# @option params [required, String] :input_device_id
|
3800
|
+
#
|
3801
|
+
# @return [Types::DescribeInputDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3802
|
+
#
|
3803
|
+
# * {Types::DescribeInputDeviceResponse#arn #arn} => String
|
3804
|
+
# * {Types::DescribeInputDeviceResponse#connection_state #connection_state} => String
|
3805
|
+
# * {Types::DescribeInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
|
3806
|
+
# * {Types::DescribeInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
|
3807
|
+
# * {Types::DescribeInputDeviceResponse#id #id} => String
|
3808
|
+
# * {Types::DescribeInputDeviceResponse#mac_address #mac_address} => String
|
3809
|
+
# * {Types::DescribeInputDeviceResponse#name #name} => String
|
3810
|
+
# * {Types::DescribeInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
|
3811
|
+
# * {Types::DescribeInputDeviceResponse#serial_number #serial_number} => String
|
3812
|
+
# * {Types::DescribeInputDeviceResponse#type #type} => String
|
3813
|
+
#
|
3814
|
+
# @example Request syntax with placeholder values
|
3815
|
+
#
|
3816
|
+
# resp = client.describe_input_device({
|
3817
|
+
# input_device_id: "__string", # required
|
3818
|
+
# })
|
3819
|
+
#
|
3820
|
+
# @example Response structure
|
3821
|
+
#
|
3822
|
+
# resp.arn #=> String
|
3823
|
+
# resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
|
3824
|
+
# resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
|
3825
|
+
# resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
|
3826
|
+
# resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
|
3827
|
+
# resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
|
3828
|
+
# resp.hd_device_settings.framerate #=> Float
|
3829
|
+
# resp.hd_device_settings.height #=> Integer
|
3830
|
+
# resp.hd_device_settings.max_bitrate #=> Integer
|
3831
|
+
# resp.hd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
3832
|
+
# resp.hd_device_settings.width #=> Integer
|
3833
|
+
# resp.id #=> String
|
3834
|
+
# resp.mac_address #=> String
|
3835
|
+
# resp.name #=> String
|
3836
|
+
# resp.network_settings.dns_addresses #=> Array
|
3837
|
+
# resp.network_settings.dns_addresses[0] #=> String
|
3838
|
+
# resp.network_settings.gateway #=> String
|
3839
|
+
# resp.network_settings.ip_address #=> String
|
3840
|
+
# resp.network_settings.ip_scheme #=> String, one of "STATIC", "DHCP"
|
3841
|
+
# resp.network_settings.subnet_mask #=> String
|
3842
|
+
# resp.serial_number #=> String
|
3843
|
+
# resp.type #=> String, one of "HD"
|
3844
|
+
#
|
3845
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDevice AWS API Documentation
|
3846
|
+
#
|
3847
|
+
# @overload describe_input_device(params = {})
|
3848
|
+
# @param [Hash] params ({})
|
3849
|
+
def describe_input_device(params = {}, options = {})
|
3850
|
+
req = build_request(:describe_input_device, params)
|
3851
|
+
req.send_request(options)
|
3852
|
+
end
|
3853
|
+
|
3774
3854
|
# Produces a summary of an Input Security Group
|
3775
3855
|
#
|
3776
3856
|
# @option params [required, String] :input_security_group_id
|
@@ -4207,6 +4287,7 @@ module Aws::MediaLive
|
|
4207
4287
|
# resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
4208
4288
|
# resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
4209
4289
|
# resp.channels[0].input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
4290
|
+
# resp.channels[0].input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
4210
4291
|
# resp.channels[0].input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
4211
4292
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
4212
4293
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -4233,6 +4314,62 @@ module Aws::MediaLive
|
|
4233
4314
|
req.send_request(options)
|
4234
4315
|
end
|
4235
4316
|
|
4317
|
+
# List input devices
|
4318
|
+
#
|
4319
|
+
# @option params [Integer] :max_results
|
4320
|
+
#
|
4321
|
+
# @option params [String] :next_token
|
4322
|
+
#
|
4323
|
+
# @return [Types::ListInputDevicesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4324
|
+
#
|
4325
|
+
# * {Types::ListInputDevicesResponse#input_devices #input_devices} => Array<Types::InputDeviceSummary>
|
4326
|
+
# * {Types::ListInputDevicesResponse#next_token #next_token} => String
|
4327
|
+
#
|
4328
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4329
|
+
#
|
4330
|
+
# @example Request syntax with placeholder values
|
4331
|
+
#
|
4332
|
+
# resp = client.list_input_devices({
|
4333
|
+
# max_results: 1,
|
4334
|
+
# next_token: "__string",
|
4335
|
+
# })
|
4336
|
+
#
|
4337
|
+
# @example Response structure
|
4338
|
+
#
|
4339
|
+
# resp.input_devices #=> Array
|
4340
|
+
# resp.input_devices[0].arn #=> String
|
4341
|
+
# resp.input_devices[0].connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
|
4342
|
+
# resp.input_devices[0].device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
|
4343
|
+
# resp.input_devices[0].hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
|
4344
|
+
# resp.input_devices[0].hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
|
4345
|
+
# resp.input_devices[0].hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
|
4346
|
+
# resp.input_devices[0].hd_device_settings.framerate #=> Float
|
4347
|
+
# resp.input_devices[0].hd_device_settings.height #=> Integer
|
4348
|
+
# resp.input_devices[0].hd_device_settings.max_bitrate #=> Integer
|
4349
|
+
# resp.input_devices[0].hd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
4350
|
+
# resp.input_devices[0].hd_device_settings.width #=> Integer
|
4351
|
+
# resp.input_devices[0].id #=> String
|
4352
|
+
# resp.input_devices[0].mac_address #=> String
|
4353
|
+
# resp.input_devices[0].name #=> String
|
4354
|
+
# resp.input_devices[0].network_settings.dns_addresses #=> Array
|
4355
|
+
# resp.input_devices[0].network_settings.dns_addresses[0] #=> String
|
4356
|
+
# resp.input_devices[0].network_settings.gateway #=> String
|
4357
|
+
# resp.input_devices[0].network_settings.ip_address #=> String
|
4358
|
+
# resp.input_devices[0].network_settings.ip_scheme #=> String, one of "STATIC", "DHCP"
|
4359
|
+
# resp.input_devices[0].network_settings.subnet_mask #=> String
|
4360
|
+
# resp.input_devices[0].serial_number #=> String
|
4361
|
+
# resp.input_devices[0].type #=> String, one of "HD"
|
4362
|
+
# resp.next_token #=> String
|
4363
|
+
#
|
4364
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevices AWS API Documentation
|
4365
|
+
#
|
4366
|
+
# @overload list_input_devices(params = {})
|
4367
|
+
# @param [Hash] params ({})
|
4368
|
+
def list_input_devices(params = {}, options = {})
|
4369
|
+
req = build_request(:list_input_devices, params)
|
4370
|
+
req.send_request(options)
|
4371
|
+
end
|
4372
|
+
|
4236
4373
|
# Produces a list of Input Security Groups for an account
|
4237
4374
|
#
|
4238
4375
|
# @option params [Integer] :max_results
|
@@ -4310,6 +4447,8 @@ module Aws::MediaLive
|
|
4310
4447
|
# resp.inputs[0].destinations[0].vpc.network_interface_id #=> String
|
4311
4448
|
# resp.inputs[0].id #=> String
|
4312
4449
|
# resp.inputs[0].input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
4450
|
+
# resp.inputs[0].input_devices #=> Array
|
4451
|
+
# resp.inputs[0].input_devices[0].id #=> String
|
4313
4452
|
# resp.inputs[0].input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
4314
4453
|
# resp.inputs[0].media_connect_flows #=> Array
|
4315
4454
|
# resp.inputs[0].media_connect_flows[0].flow_arn #=> String
|
@@ -4324,7 +4463,7 @@ module Aws::MediaLive
|
|
4324
4463
|
# resp.inputs[0].state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
4325
4464
|
# resp.inputs[0].tags #=> Hash
|
4326
4465
|
# resp.inputs[0].tags["__string"] #=> String
|
4327
|
-
# resp.inputs[0].type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
|
4466
|
+
# resp.inputs[0].type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
4328
4467
|
# resp.next_token #=> String
|
4329
4468
|
#
|
4330
4469
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputs AWS API Documentation
|
@@ -5134,7 +5273,7 @@ module Aws::MediaLive
|
|
5134
5273
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
5135
5274
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
5136
5275
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
5137
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
5276
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
5138
5277
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
5139
5278
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
5140
5279
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -5236,6 +5375,7 @@ module Aws::MediaLive
|
|
5236
5375
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
5237
5376
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
5238
5377
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
5378
|
+
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
5239
5379
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
5240
5380
|
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
5241
5381
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -5766,7 +5906,7 @@ module Aws::MediaLive
|
|
5766
5906
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
5767
5907
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
5768
5908
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
5769
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
5909
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
5770
5910
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
5771
5911
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
5772
5912
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -5868,6 +6008,7 @@ module Aws::MediaLive
|
|
5868
6008
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
5869
6009
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
5870
6010
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
6011
|
+
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
5871
6012
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
5872
6013
|
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
5873
6014
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -6613,7 +6754,7 @@ module Aws::MediaLive
|
|
6613
6754
|
# filter_settings: {
|
6614
6755
|
# temporal_filter_settings: {
|
6615
6756
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
6616
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
6757
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
6617
6758
|
# },
|
6618
6759
|
# },
|
6619
6760
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
@@ -6772,6 +6913,7 @@ module Aws::MediaLive
|
|
6772
6913
|
# },
|
6773
6914
|
# server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
|
6774
6915
|
# },
|
6916
|
+
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
6775
6917
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
6776
6918
|
# video_selector: {
|
6777
6919
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
@@ -7219,7 +7361,7 @@ module Aws::MediaLive
|
|
7219
7361
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
7220
7362
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
7221
7363
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
7222
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
7364
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
7223
7365
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
7224
7366
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
7225
7367
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -7321,6 +7463,7 @@ module Aws::MediaLive
|
|
7321
7463
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
7322
7464
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
7323
7465
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
7466
|
+
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
7324
7467
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
7325
7468
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
7326
7469
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -7814,7 +7957,7 @@ module Aws::MediaLive
|
|
7814
7957
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
7815
7958
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
7816
7959
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
7817
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
7960
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
7818
7961
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
7819
7962
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
7820
7963
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -7916,6 +8059,7 @@ module Aws::MediaLive
|
|
7916
8059
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
7917
8060
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
7918
8061
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
8062
|
+
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
7919
8063
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
7920
8064
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
7921
8065
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -7949,6 +8093,8 @@ module Aws::MediaLive
|
|
7949
8093
|
#
|
7950
8094
|
# @option params [Array<Types::InputDestinationRequest>] :destinations
|
7951
8095
|
#
|
8096
|
+
# @option params [Array<Types::InputDeviceRequest>] :input_devices
|
8097
|
+
#
|
7952
8098
|
# @option params [required, String] :input_id
|
7953
8099
|
#
|
7954
8100
|
# @option params [Array<String>] :input_security_groups
|
@@ -7973,6 +8119,11 @@ module Aws::MediaLive
|
|
7973
8119
|
# stream_name: "__string",
|
7974
8120
|
# },
|
7975
8121
|
# ],
|
8122
|
+
# input_devices: [
|
8123
|
+
# {
|
8124
|
+
# id: "__string",
|
8125
|
+
# },
|
8126
|
+
# ],
|
7976
8127
|
# input_id: "__string", # required
|
7977
8128
|
# input_security_groups: ["__string"],
|
7978
8129
|
# media_connect_flows: [
|
@@ -8004,6 +8155,8 @@ module Aws::MediaLive
|
|
8004
8155
|
# resp.input.destinations[0].vpc.network_interface_id #=> String
|
8005
8156
|
# resp.input.id #=> String
|
8006
8157
|
# resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
8158
|
+
# resp.input.input_devices #=> Array
|
8159
|
+
# resp.input.input_devices[0].id #=> String
|
8007
8160
|
# resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
8008
8161
|
# resp.input.media_connect_flows #=> Array
|
8009
8162
|
# resp.input.media_connect_flows[0].flow_arn #=> String
|
@@ -8018,7 +8171,7 @@ module Aws::MediaLive
|
|
8018
8171
|
# resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
8019
8172
|
# resp.input.tags #=> Hash
|
8020
8173
|
# resp.input.tags["__string"] #=> String
|
8021
|
-
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
|
8174
|
+
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
8022
8175
|
#
|
8023
8176
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInput AWS API Documentation
|
8024
8177
|
#
|
@@ -8029,6 +8182,73 @@ module Aws::MediaLive
|
|
8029
8182
|
req.send_request(options)
|
8030
8183
|
end
|
8031
8184
|
|
8185
|
+
# Updates the parameters for the input device.
|
8186
|
+
#
|
8187
|
+
# @option params [Types::InputDeviceConfigurableSettings] :hd_device_settings
|
8188
|
+
# Configurable settings for the input device.
|
8189
|
+
#
|
8190
|
+
# @option params [required, String] :input_device_id
|
8191
|
+
#
|
8192
|
+
# @option params [String] :name
|
8193
|
+
#
|
8194
|
+
# @return [Types::UpdateInputDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8195
|
+
#
|
8196
|
+
# * {Types::UpdateInputDeviceResponse#arn #arn} => String
|
8197
|
+
# * {Types::UpdateInputDeviceResponse#connection_state #connection_state} => String
|
8198
|
+
# * {Types::UpdateInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
|
8199
|
+
# * {Types::UpdateInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
|
8200
|
+
# * {Types::UpdateInputDeviceResponse#id #id} => String
|
8201
|
+
# * {Types::UpdateInputDeviceResponse#mac_address #mac_address} => String
|
8202
|
+
# * {Types::UpdateInputDeviceResponse#name #name} => String
|
8203
|
+
# * {Types::UpdateInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
|
8204
|
+
# * {Types::UpdateInputDeviceResponse#serial_number #serial_number} => String
|
8205
|
+
# * {Types::UpdateInputDeviceResponse#type #type} => String
|
8206
|
+
#
|
8207
|
+
# @example Request syntax with placeholder values
|
8208
|
+
#
|
8209
|
+
# resp = client.update_input_device({
|
8210
|
+
# hd_device_settings: {
|
8211
|
+
# configured_input: "AUTO", # accepts AUTO, HDMI, SDI
|
8212
|
+
# max_bitrate: 1,
|
8213
|
+
# },
|
8214
|
+
# input_device_id: "__string", # required
|
8215
|
+
# name: "__string",
|
8216
|
+
# })
|
8217
|
+
#
|
8218
|
+
# @example Response structure
|
8219
|
+
#
|
8220
|
+
# resp.arn #=> String
|
8221
|
+
# resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
|
8222
|
+
# resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
|
8223
|
+
# resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
|
8224
|
+
# resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
|
8225
|
+
# resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
|
8226
|
+
# resp.hd_device_settings.framerate #=> Float
|
8227
|
+
# resp.hd_device_settings.height #=> Integer
|
8228
|
+
# resp.hd_device_settings.max_bitrate #=> Integer
|
8229
|
+
# resp.hd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
8230
|
+
# resp.hd_device_settings.width #=> Integer
|
8231
|
+
# resp.id #=> String
|
8232
|
+
# resp.mac_address #=> String
|
8233
|
+
# resp.name #=> String
|
8234
|
+
# resp.network_settings.dns_addresses #=> Array
|
8235
|
+
# resp.network_settings.dns_addresses[0] #=> String
|
8236
|
+
# resp.network_settings.gateway #=> String
|
8237
|
+
# resp.network_settings.ip_address #=> String
|
8238
|
+
# resp.network_settings.ip_scheme #=> String, one of "STATIC", "DHCP"
|
8239
|
+
# resp.network_settings.subnet_mask #=> String
|
8240
|
+
# resp.serial_number #=> String
|
8241
|
+
# resp.type #=> String, one of "HD"
|
8242
|
+
#
|
8243
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
|
8244
|
+
#
|
8245
|
+
# @overload update_input_device(params = {})
|
8246
|
+
# @param [Hash] params ({})
|
8247
|
+
def update_input_device(params = {}, options = {})
|
8248
|
+
req = build_request(:update_input_device, params)
|
8249
|
+
req.send_request(options)
|
8250
|
+
end
|
8251
|
+
|
8032
8252
|
# Update an Input Security Group's Whilelists.
|
8033
8253
|
#
|
8034
8254
|
# @option params [required, String] :input_security_group_id
|
@@ -8271,7 +8491,7 @@ module Aws::MediaLive
|
|
8271
8491
|
params: params,
|
8272
8492
|
config: config)
|
8273
8493
|
context[:gem_name] = 'aws-sdk-medialive'
|
8274
|
-
context[:gem_version] = '1.
|
8494
|
+
context[:gem_version] = '1.45.0'
|
8275
8495
|
Seahorse::Client::Request.new(handlers, context)
|
8276
8496
|
end
|
8277
8497
|
|
@@ -8343,6 +8563,9 @@ module Aws::MediaLive
|
|
8343
8563
|
# | channel_deleted | {Client#describe_channel} | 5 | 84 |
|
8344
8564
|
# | channel_running | {Client#describe_channel} | 5 | 120 |
|
8345
8565
|
# | channel_stopped | {Client#describe_channel} | 5 | 60 |
|
8566
|
+
# | input_attached | {Client#describe_input} | 5 | 20 |
|
8567
|
+
# | input_deleted | {Client#describe_input} | 5 | 20 |
|
8568
|
+
# | input_detached | {Client#describe_input} | 5 | 84 |
|
8346
8569
|
# | multiplex_created | {Client#describe_multiplex} | 3 | 5 |
|
8347
8570
|
# | multiplex_deleted | {Client#describe_multiplex} | 5 | 20 |
|
8348
8571
|
# | multiplex_running | {Client#describe_multiplex} | 5 | 120 |
|
@@ -8401,6 +8624,9 @@ module Aws::MediaLive
|
|
8401
8624
|
channel_deleted: Waiters::ChannelDeleted,
|
8402
8625
|
channel_running: Waiters::ChannelRunning,
|
8403
8626
|
channel_stopped: Waiters::ChannelStopped,
|
8627
|
+
input_attached: Waiters::InputAttached,
|
8628
|
+
input_deleted: Waiters::InputDeleted,
|
8629
|
+
input_detached: Waiters::InputDetached,
|
8404
8630
|
multiplex_created: Waiters::MultiplexCreated,
|
8405
8631
|
multiplex_deleted: Waiters::MultiplexDeleted,
|
8406
8632
|
multiplex_running: Waiters::MultiplexRunning,
|