aws-sdk-medialive 1.42.0 → 1.47.1

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: 360290a676c4a2f2a06c97dd36b792c9652a4c175c4bcfc50975d652b31776e9
4
- data.tar.gz: 6bbe5b25201bc977b4acd86a3264035f61718448d0ce6bbf3b6e4e1791a8ac63
3
+ metadata.gz: 803ba51e1996475f19bc9301eb3626a4cf6512de1fb43512051dd4040464cbea
4
+ data.tar.gz: '097d529209548aa50976926bc58f6c50c4b5098a17d1274d240c356107a61aff'
5
5
  SHA512:
6
- metadata.gz: 5c1768b9b878c3278c46c9b034dad736eb0876cd7b71bb4f42cc32924e1c11c01e25e994f2546719c846e1c103a8e75bfc701d325f785a328a4df14f77522cd6
7
- data.tar.gz: 291dd4b1e6ccaaec06b2ea3206843d9273ec9895bbc61886a21f71cd99a31eda2e1882df1a5e2c77c29eb614e20c29f84cd967b3ae62c17629c8b9ace6f4107a
6
+ metadata.gz: 2dc2d595aad2312b60f3aa8052c0291445f6b77a9f24a9db46faf2d95507b93fc67a5de3ef35ac73218667ee4e95be18c31ce945ec8963a07227d52246369b7c
7
+ data.tar.gz: e8a9bcde42a654f25e20ae89c48c60b2e7c065991d81d544cff7f9f8af783f7416786877d7fcaa9d78fa60b430bcffc2caa60cc8a29e520247d72276f385a46e
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-medialive/customizations'
46
46
  # @service
47
47
  module Aws::MediaLive
48
48
 
49
- GEM_VERSION = '1.42.0'
49
+ GEM_VERSION = '1.47.1'
50
50
 
51
51
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
30
 
@@ -69,6 +70,7 @@ module Aws::MediaLive
69
70
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
71
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
72
  add_plugin(Aws::Plugins::TransferEncoding)
73
+ add_plugin(Aws::Plugins::HttpChecksum)
72
74
  add_plugin(Aws::Plugins::SignatureV4)
73
75
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
76
 
@@ -105,7 +107,7 @@ module Aws::MediaLive
105
107
  # @option options [required, String] :region
106
108
  # The AWS region to connect to. The configured `:region` is
107
109
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
110
+ # a default `:region` is searched for in the following locations:
109
111
  #
110
112
  # * `Aws.config[:region]`
111
113
  # * `ENV['AWS_REGION']`
@@ -161,7 +163,7 @@ module Aws::MediaLive
161
163
  # @option options [String] :endpoint
162
164
  # The client endpoint is normally constructed from the `:region`
163
165
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
166
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
167
  #
166
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +178,7 @@ module Aws::MediaLive
176
178
  # requests fetching endpoints information. Defaults to 60 sec.
177
179
  #
178
180
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
181
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
182
  #
181
183
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
184
  # The log formatter.
@@ -946,7 +948,7 @@ module Aws::MediaLive
946
948
  # restart_delay: 1,
947
949
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
948
950
  # send_delay_ms: 1,
949
- # sparse_track_type: "NONE", # accepts NONE, SCTE_35
951
+ # sparse_track_type: "NONE", # accepts NONE, SCTE_35, SCTE_35_WITHOUT_SEGMENTATION
950
952
  # stream_manifest_behavior: "DO_NOT_SEND", # accepts DO_NOT_SEND, SEND
951
953
  # timestamp_offset: "__string",
952
954
  # timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
@@ -1057,6 +1059,8 @@ module Aws::MediaLive
1057
1059
  # },
1058
1060
  # fmp_4_hls_settings: {
1059
1061
  # audio_rendition_sets: "__string",
1062
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
1063
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
1060
1064
  # },
1061
1065
  # standard_hls_settings: {
1062
1066
  # audio_rendition_sets: "__string",
@@ -1209,6 +1213,12 @@ module Aws::MediaLive
1209
1213
  # },
1210
1214
  # },
1211
1215
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
1216
+ # filter_settings: {
1217
+ # temporal_filter_settings: {
1218
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
1219
+ # 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
1220
+ # },
1221
+ # },
1212
1222
  # 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
1213
1223
  # flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
1214
1224
  # force_field_pictures: "DISABLED", # accepts DISABLED, ENABLED
@@ -1229,6 +1239,7 @@ module Aws::MediaLive
1229
1239
  # par_denominator: 1,
1230
1240
  # par_numerator: 1,
1231
1241
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
1242
+ # quality_level: "ENHANCED_QUALITY", # accepts ENHANCED_QUALITY, STANDARD_QUALITY
1232
1243
  # qvbr_quality_level: 1,
1233
1244
  # rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
1234
1245
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
@@ -1312,6 +1323,13 @@ module Aws::MediaLive
1312
1323
  # audio_pid_selection: {
1313
1324
  # pid: 1, # required
1314
1325
  # },
1326
+ # audio_track_selection: {
1327
+ # tracks: [ # required
1328
+ # {
1329
+ # track: 1, # required
1330
+ # },
1331
+ # ],
1332
+ # },
1315
1333
  # },
1316
1334
  # },
1317
1335
  # ],
@@ -1357,6 +1375,7 @@ module Aws::MediaLive
1357
1375
  # },
1358
1376
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
1359
1377
  # },
1378
+ # smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
1360
1379
  # source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
1361
1380
  # video_selector: {
1362
1381
  # color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
@@ -1627,7 +1646,7 @@ module Aws::MediaLive
1627
1646
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
1628
1647
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
1629
1648
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
1630
- # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
1649
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
1631
1650
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
1632
1651
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
1633
1652
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -1709,6 +1728,8 @@ module Aws::MediaLive
1709
1728
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
1710
1729
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
1711
1730
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
1731
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
1732
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
1712
1733
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
1713
1734
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
1714
1735
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -1806,6 +1827,8 @@ module Aws::MediaLive
1806
1827
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
1807
1828
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
1808
1829
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
1830
+ # 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"
1831
+ # 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"
1809
1832
  # 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"
1810
1833
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
1811
1834
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -1826,6 +1849,7 @@ module Aws::MediaLive
1826
1849
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
1827
1850
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
1828
1851
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
1852
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
1829
1853
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
1830
1854
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
1831
1855
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -1883,6 +1907,8 @@ module Aws::MediaLive
1883
1907
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
1884
1908
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
1885
1909
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
1910
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
1911
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
1886
1912
  # resp.channel.input_attachments[0].input_settings.caption_selectors #=> Array
1887
1913
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
1888
1914
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -1904,6 +1930,7 @@ module Aws::MediaLive
1904
1930
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
1905
1931
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
1906
1932
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
1933
+ # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
1907
1934
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
1908
1935
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
1909
1936
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
@@ -1937,6 +1964,8 @@ module Aws::MediaLive
1937
1964
  #
1938
1965
  # @option params [Array<Types::InputDestinationRequest>] :destinations
1939
1966
  #
1967
+ # @option params [Array<Types::InputDeviceSettings>] :input_devices
1968
+ #
1940
1969
  # @option params [Array<String>] :input_security_groups
1941
1970
  #
1942
1971
  # @option params [Array<Types::MediaConnectFlowRequest>] :media_connect_flows
@@ -1974,6 +2003,11 @@ module Aws::MediaLive
1974
2003
  # stream_name: "__string",
1975
2004
  # },
1976
2005
  # ],
2006
+ # input_devices: [
2007
+ # {
2008
+ # id: "__string",
2009
+ # },
2010
+ # ],
1977
2011
  # input_security_groups: ["__string"],
1978
2012
  # media_connect_flows: [
1979
2013
  # {
@@ -1993,7 +2027,7 @@ module Aws::MediaLive
1993
2027
  # tags: {
1994
2028
  # "__string" => "__string",
1995
2029
  # },
1996
- # type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT
2030
+ # type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT, INPUT_DEVICE
1997
2031
  # vpc: {
1998
2032
  # security_group_ids: ["__string"],
1999
2033
  # subnet_ids: ["__string"], # required
@@ -2013,6 +2047,8 @@ module Aws::MediaLive
2013
2047
  # resp.input.destinations[0].vpc.network_interface_id #=> String
2014
2048
  # resp.input.id #=> String
2015
2049
  # resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
2050
+ # resp.input.input_devices #=> Array
2051
+ # resp.input.input_devices[0].id #=> String
2016
2052
  # resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
2017
2053
  # resp.input.media_connect_flows #=> Array
2018
2054
  # resp.input.media_connect_flows[0].flow_arn #=> String
@@ -2027,7 +2063,7 @@ module Aws::MediaLive
2027
2063
  # resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
2028
2064
  # resp.input.tags #=> Hash
2029
2065
  # resp.input.tags["__string"] #=> String
2030
- # resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
2066
+ # resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
2031
2067
  #
2032
2068
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInput AWS API Documentation
2033
2069
  #
@@ -2517,7 +2553,7 @@ module Aws::MediaLive
2517
2553
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
2518
2554
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
2519
2555
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
2520
- # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
2556
+ # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
2521
2557
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
2522
2558
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
2523
2559
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -2599,6 +2635,8 @@ module Aws::MediaLive
2599
2635
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
2600
2636
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
2601
2637
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
2638
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
2639
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
2602
2640
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
2603
2641
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
2604
2642
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -2696,6 +2734,8 @@ module Aws::MediaLive
2696
2734
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
2697
2735
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
2698
2736
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
2737
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
2738
+ # 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"
2699
2739
  # 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"
2700
2740
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
2701
2741
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -2716,6 +2756,7 @@ module Aws::MediaLive
2716
2756
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
2717
2757
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
2718
2758
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
2759
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
2719
2760
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
2720
2761
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
2721
2762
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -2773,6 +2814,8 @@ module Aws::MediaLive
2773
2814
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
2774
2815
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
2775
2816
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
2817
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
2818
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
2776
2819
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
2777
2820
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
2778
2821
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -2794,6 +2837,7 @@ module Aws::MediaLive
2794
2837
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
2795
2838
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
2796
2839
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
2840
+ # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
2797
2841
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
2798
2842
  # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
2799
2843
  # resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
@@ -3355,7 +3399,7 @@ module Aws::MediaLive
3355
3399
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
3356
3400
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
3357
3401
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
3358
- # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
3402
+ # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
3359
3403
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
3360
3404
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
3361
3405
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -3437,6 +3481,8 @@ module Aws::MediaLive
3437
3481
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
3438
3482
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
3439
3483
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
3484
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
3485
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
3440
3486
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
3441
3487
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
3442
3488
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -3534,6 +3580,8 @@ module Aws::MediaLive
3534
3580
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
3535
3581
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
3536
3582
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
3583
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
3584
+ # 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"
3537
3585
  # 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"
3538
3586
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
3539
3587
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -3554,6 +3602,7 @@ module Aws::MediaLive
3554
3602
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
3555
3603
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
3556
3604
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
3605
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
3557
3606
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
3558
3607
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
3559
3608
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -3611,6 +3660,8 @@ module Aws::MediaLive
3611
3660
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
3612
3661
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
3613
3662
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
3663
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
3664
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
3614
3665
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
3615
3666
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
3616
3667
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -3632,6 +3683,7 @@ module Aws::MediaLive
3632
3683
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
3633
3684
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
3634
3685
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
3686
+ # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
3635
3687
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
3636
3688
  # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
3637
3689
  # resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
@@ -3680,6 +3732,7 @@ module Aws::MediaLive
3680
3732
  # * {Types::DescribeInputResponse#destinations #destinations} => Array&lt;Types::InputDestination&gt;
3681
3733
  # * {Types::DescribeInputResponse#id #id} => String
3682
3734
  # * {Types::DescribeInputResponse#input_class #input_class} => String
3735
+ # * {Types::DescribeInputResponse#input_devices #input_devices} => Array&lt;Types::InputDeviceSettings&gt;
3683
3736
  # * {Types::DescribeInputResponse#input_source_type #input_source_type} => String
3684
3737
  # * {Types::DescribeInputResponse#media_connect_flows #media_connect_flows} => Array&lt;Types::MediaConnectFlow&gt;
3685
3738
  # * {Types::DescribeInputResponse#name #name} => String
@@ -3709,6 +3762,8 @@ module Aws::MediaLive
3709
3762
  # resp.destinations[0].vpc.network_interface_id #=> String
3710
3763
  # resp.id #=> String
3711
3764
  # resp.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
3765
+ # resp.input_devices #=> Array
3766
+ # resp.input_devices[0].id #=> String
3712
3767
  # resp.input_source_type #=> String, one of "STATIC", "DYNAMIC"
3713
3768
  # resp.media_connect_flows #=> Array
3714
3769
  # resp.media_connect_flows[0].flow_arn #=> String
@@ -3723,7 +3778,14 @@ module Aws::MediaLive
3723
3778
  # resp.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
3724
3779
  # resp.tags #=> Hash
3725
3780
  # resp.tags["__string"] #=> String
3726
- # resp.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
3781
+ # resp.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
3782
+ #
3783
+ #
3784
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
3785
+ #
3786
+ # * input_attached
3787
+ # * input_deleted
3788
+ # * input_detached
3727
3789
  #
3728
3790
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInput AWS API Documentation
3729
3791
  #
@@ -3734,6 +3796,63 @@ module Aws::MediaLive
3734
3796
  req.send_request(options)
3735
3797
  end
3736
3798
 
3799
+ # Gets the details for the input device
3800
+ #
3801
+ # @option params [required, String] :input_device_id
3802
+ #
3803
+ # @return [Types::DescribeInputDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3804
+ #
3805
+ # * {Types::DescribeInputDeviceResponse#arn #arn} => String
3806
+ # * {Types::DescribeInputDeviceResponse#connection_state #connection_state} => String
3807
+ # * {Types::DescribeInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
3808
+ # * {Types::DescribeInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
3809
+ # * {Types::DescribeInputDeviceResponse#id #id} => String
3810
+ # * {Types::DescribeInputDeviceResponse#mac_address #mac_address} => String
3811
+ # * {Types::DescribeInputDeviceResponse#name #name} => String
3812
+ # * {Types::DescribeInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
3813
+ # * {Types::DescribeInputDeviceResponse#serial_number #serial_number} => String
3814
+ # * {Types::DescribeInputDeviceResponse#type #type} => String
3815
+ #
3816
+ # @example Request syntax with placeholder values
3817
+ #
3818
+ # resp = client.describe_input_device({
3819
+ # input_device_id: "__string", # required
3820
+ # })
3821
+ #
3822
+ # @example Response structure
3823
+ #
3824
+ # resp.arn #=> String
3825
+ # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
3826
+ # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
3827
+ # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
3828
+ # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
3829
+ # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
3830
+ # resp.hd_device_settings.framerate #=> Float
3831
+ # resp.hd_device_settings.height #=> Integer
3832
+ # resp.hd_device_settings.max_bitrate #=> Integer
3833
+ # resp.hd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
3834
+ # resp.hd_device_settings.width #=> Integer
3835
+ # resp.id #=> String
3836
+ # resp.mac_address #=> String
3837
+ # resp.name #=> String
3838
+ # resp.network_settings.dns_addresses #=> Array
3839
+ # resp.network_settings.dns_addresses[0] #=> String
3840
+ # resp.network_settings.gateway #=> String
3841
+ # resp.network_settings.ip_address #=> String
3842
+ # resp.network_settings.ip_scheme #=> String, one of "STATIC", "DHCP"
3843
+ # resp.network_settings.subnet_mask #=> String
3844
+ # resp.serial_number #=> String
3845
+ # resp.type #=> String, one of "HD"
3846
+ #
3847
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDevice AWS API Documentation
3848
+ #
3849
+ # @overload describe_input_device(params = {})
3850
+ # @param [Hash] params ({})
3851
+ def describe_input_device(params = {}, options = {})
3852
+ req = build_request(:describe_input_device, params)
3853
+ req.send_request(options)
3854
+ end
3855
+
3737
3856
  # Produces a summary of an Input Security Group
3738
3857
  #
3739
3858
  # @option params [required, String] :input_security_group_id
@@ -4147,6 +4266,8 @@ module Aws::MediaLive
4147
4266
  # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
4148
4267
  # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
4149
4268
  # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
4269
+ # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
4270
+ # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
4150
4271
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors #=> Array
4151
4272
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
4152
4273
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -4168,6 +4289,7 @@ module Aws::MediaLive
4168
4289
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
4169
4290
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
4170
4291
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
4292
+ # resp.channels[0].input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
4171
4293
  # resp.channels[0].input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
4172
4294
  # resp.channels[0].input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
4173
4295
  # resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
@@ -4194,6 +4316,62 @@ module Aws::MediaLive
4194
4316
  req.send_request(options)
4195
4317
  end
4196
4318
 
4319
+ # List input devices
4320
+ #
4321
+ # @option params [Integer] :max_results
4322
+ #
4323
+ # @option params [String] :next_token
4324
+ #
4325
+ # @return [Types::ListInputDevicesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4326
+ #
4327
+ # * {Types::ListInputDevicesResponse#input_devices #input_devices} => Array&lt;Types::InputDeviceSummary&gt;
4328
+ # * {Types::ListInputDevicesResponse#next_token #next_token} => String
4329
+ #
4330
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4331
+ #
4332
+ # @example Request syntax with placeholder values
4333
+ #
4334
+ # resp = client.list_input_devices({
4335
+ # max_results: 1,
4336
+ # next_token: "__string",
4337
+ # })
4338
+ #
4339
+ # @example Response structure
4340
+ #
4341
+ # resp.input_devices #=> Array
4342
+ # resp.input_devices[0].arn #=> String
4343
+ # resp.input_devices[0].connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
4344
+ # resp.input_devices[0].device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
4345
+ # resp.input_devices[0].hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4346
+ # resp.input_devices[0].hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4347
+ # resp.input_devices[0].hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
4348
+ # resp.input_devices[0].hd_device_settings.framerate #=> Float
4349
+ # resp.input_devices[0].hd_device_settings.height #=> Integer
4350
+ # resp.input_devices[0].hd_device_settings.max_bitrate #=> Integer
4351
+ # resp.input_devices[0].hd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
4352
+ # resp.input_devices[0].hd_device_settings.width #=> Integer
4353
+ # resp.input_devices[0].id #=> String
4354
+ # resp.input_devices[0].mac_address #=> String
4355
+ # resp.input_devices[0].name #=> String
4356
+ # resp.input_devices[0].network_settings.dns_addresses #=> Array
4357
+ # resp.input_devices[0].network_settings.dns_addresses[0] #=> String
4358
+ # resp.input_devices[0].network_settings.gateway #=> String
4359
+ # resp.input_devices[0].network_settings.ip_address #=> String
4360
+ # resp.input_devices[0].network_settings.ip_scheme #=> String, one of "STATIC", "DHCP"
4361
+ # resp.input_devices[0].network_settings.subnet_mask #=> String
4362
+ # resp.input_devices[0].serial_number #=> String
4363
+ # resp.input_devices[0].type #=> String, one of "HD"
4364
+ # resp.next_token #=> String
4365
+ #
4366
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevices AWS API Documentation
4367
+ #
4368
+ # @overload list_input_devices(params = {})
4369
+ # @param [Hash] params ({})
4370
+ def list_input_devices(params = {}, options = {})
4371
+ req = build_request(:list_input_devices, params)
4372
+ req.send_request(options)
4373
+ end
4374
+
4197
4375
  # Produces a list of Input Security Groups for an account
4198
4376
  #
4199
4377
  # @option params [Integer] :max_results
@@ -4271,6 +4449,8 @@ module Aws::MediaLive
4271
4449
  # resp.inputs[0].destinations[0].vpc.network_interface_id #=> String
4272
4450
  # resp.inputs[0].id #=> String
4273
4451
  # resp.inputs[0].input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
4452
+ # resp.inputs[0].input_devices #=> Array
4453
+ # resp.inputs[0].input_devices[0].id #=> String
4274
4454
  # resp.inputs[0].input_source_type #=> String, one of "STATIC", "DYNAMIC"
4275
4455
  # resp.inputs[0].media_connect_flows #=> Array
4276
4456
  # resp.inputs[0].media_connect_flows[0].flow_arn #=> String
@@ -4285,7 +4465,7 @@ module Aws::MediaLive
4285
4465
  # resp.inputs[0].state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
4286
4466
  # resp.inputs[0].tags #=> Hash
4287
4467
  # resp.inputs[0].tags["__string"] #=> String
4288
- # resp.inputs[0].type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
4468
+ # resp.inputs[0].type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
4289
4469
  # resp.next_token #=> String
4290
4470
  #
4291
4471
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputs AWS API Documentation
@@ -4913,7 +5093,7 @@ module Aws::MediaLive
4913
5093
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
4914
5094
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
4915
5095
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
4916
- # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
5096
+ # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
4917
5097
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
4918
5098
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
4919
5099
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -4995,6 +5175,8 @@ module Aws::MediaLive
4995
5175
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
4996
5176
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
4997
5177
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
5178
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
5179
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
4998
5180
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
4999
5181
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
5000
5182
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -5092,6 +5274,8 @@ module Aws::MediaLive
5092
5274
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
5093
5275
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
5094
5276
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
5277
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
5278
+ # 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"
5095
5279
  # 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"
5096
5280
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
5097
5281
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -5112,6 +5296,7 @@ module Aws::MediaLive
5112
5296
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
5113
5297
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
5114
5298
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
5299
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
5115
5300
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
5116
5301
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
5117
5302
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -5169,6 +5354,8 @@ module Aws::MediaLive
5169
5354
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
5170
5355
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
5171
5356
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
5357
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
5358
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
5172
5359
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
5173
5360
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
5174
5361
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -5190,6 +5377,7 @@ module Aws::MediaLive
5190
5377
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
5191
5378
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
5192
5379
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
5380
+ # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
5193
5381
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
5194
5382
  # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
5195
5383
  # resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
@@ -5538,7 +5726,7 @@ module Aws::MediaLive
5538
5726
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
5539
5727
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
5540
5728
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
5541
- # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
5729
+ # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
5542
5730
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
5543
5731
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
5544
5732
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -5620,6 +5808,8 @@ module Aws::MediaLive
5620
5808
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
5621
5809
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
5622
5810
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
5811
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
5812
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
5623
5813
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
5624
5814
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
5625
5815
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -5717,6 +5907,8 @@ module Aws::MediaLive
5717
5907
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
5718
5908
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
5719
5909
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
5910
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
5911
+ # 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"
5720
5912
  # 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"
5721
5913
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
5722
5914
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -5737,6 +5929,7 @@ module Aws::MediaLive
5737
5929
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
5738
5930
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
5739
5931
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
5932
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
5740
5933
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
5741
5934
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
5742
5935
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -5794,6 +5987,8 @@ module Aws::MediaLive
5794
5987
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
5795
5988
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
5796
5989
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
5990
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
5991
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
5797
5992
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
5798
5993
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
5799
5994
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -5815,6 +6010,7 @@ module Aws::MediaLive
5815
6010
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
5816
6011
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
5817
6012
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
6013
+ # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
5818
6014
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
5819
6015
  # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
5820
6016
  # resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
@@ -6292,7 +6488,7 @@ module Aws::MediaLive
6292
6488
  # restart_delay: 1,
6293
6489
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
6294
6490
  # send_delay_ms: 1,
6295
- # sparse_track_type: "NONE", # accepts NONE, SCTE_35
6491
+ # sparse_track_type: "NONE", # accepts NONE, SCTE_35, SCTE_35_WITHOUT_SEGMENTATION
6296
6492
  # stream_manifest_behavior: "DO_NOT_SEND", # accepts DO_NOT_SEND, SEND
6297
6493
  # timestamp_offset: "__string",
6298
6494
  # timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
@@ -6403,6 +6599,8 @@ module Aws::MediaLive
6403
6599
  # },
6404
6600
  # fmp_4_hls_settings: {
6405
6601
  # audio_rendition_sets: "__string",
6602
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
6603
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
6406
6604
  # },
6407
6605
  # standard_hls_settings: {
6408
6606
  # audio_rendition_sets: "__string",
@@ -6555,6 +6753,12 @@ module Aws::MediaLive
6555
6753
  # },
6556
6754
  # },
6557
6755
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
6756
+ # filter_settings: {
6757
+ # temporal_filter_settings: {
6758
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
6759
+ # 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
6760
+ # },
6761
+ # },
6558
6762
  # 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
6559
6763
  # flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
6560
6764
  # force_field_pictures: "DISABLED", # accepts DISABLED, ENABLED
@@ -6575,6 +6779,7 @@ module Aws::MediaLive
6575
6779
  # par_denominator: 1,
6576
6780
  # par_numerator: 1,
6577
6781
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
6782
+ # quality_level: "ENHANCED_QUALITY", # accepts ENHANCED_QUALITY, STANDARD_QUALITY
6578
6783
  # qvbr_quality_level: 1,
6579
6784
  # rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
6580
6785
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
@@ -6658,6 +6863,13 @@ module Aws::MediaLive
6658
6863
  # audio_pid_selection: {
6659
6864
  # pid: 1, # required
6660
6865
  # },
6866
+ # audio_track_selection: {
6867
+ # tracks: [ # required
6868
+ # {
6869
+ # track: 1, # required
6870
+ # },
6871
+ # ],
6872
+ # },
6661
6873
  # },
6662
6874
  # },
6663
6875
  # ],
@@ -6703,6 +6915,7 @@ module Aws::MediaLive
6703
6915
  # },
6704
6916
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
6705
6917
  # },
6918
+ # smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
6706
6919
  # source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
6707
6920
  # video_selector: {
6708
6921
  # color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
@@ -6968,7 +7181,7 @@ module Aws::MediaLive
6968
7181
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
6969
7182
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
6970
7183
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
6971
- # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
7184
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
6972
7185
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
6973
7186
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
6974
7187
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -7050,6 +7263,8 @@ module Aws::MediaLive
7050
7263
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
7051
7264
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
7052
7265
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
7266
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
7267
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
7053
7268
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
7054
7269
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
7055
7270
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -7147,6 +7362,8 @@ module Aws::MediaLive
7147
7362
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
7148
7363
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
7149
7364
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
7365
+ # 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"
7366
+ # 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"
7150
7367
  # 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"
7151
7368
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
7152
7369
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -7167,6 +7384,7 @@ module Aws::MediaLive
7167
7384
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
7168
7385
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
7169
7386
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
7387
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
7170
7388
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
7171
7389
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
7172
7390
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -7224,6 +7442,8 @@ module Aws::MediaLive
7224
7442
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
7225
7443
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
7226
7444
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
7445
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
7446
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
7227
7447
  # resp.channel.input_attachments[0].input_settings.caption_selectors #=> Array
7228
7448
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
7229
7449
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -7245,6 +7465,7 @@ module Aws::MediaLive
7245
7465
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
7246
7466
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
7247
7467
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
7468
+ # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
7248
7469
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
7249
7470
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
7250
7471
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
@@ -7556,7 +7777,7 @@ module Aws::MediaLive
7556
7777
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
7557
7778
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
7558
7779
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
7559
- # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
7780
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
7560
7781
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
7561
7782
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
7562
7783
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -7638,6 +7859,8 @@ module Aws::MediaLive
7638
7859
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
7639
7860
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
7640
7861
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
7862
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
7863
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
7641
7864
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
7642
7865
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
7643
7866
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -7735,6 +7958,8 @@ module Aws::MediaLive
7735
7958
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
7736
7959
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
7737
7960
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
7961
+ # 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"
7962
+ # 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"
7738
7963
  # 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"
7739
7964
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
7740
7965
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -7755,6 +7980,7 @@ module Aws::MediaLive
7755
7980
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
7756
7981
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
7757
7982
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
7983
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
7758
7984
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
7759
7985
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
7760
7986
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -7812,6 +8038,8 @@ module Aws::MediaLive
7812
8038
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
7813
8039
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
7814
8040
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
8041
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
8042
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
7815
8043
  # resp.channel.input_attachments[0].input_settings.caption_selectors #=> Array
7816
8044
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
7817
8045
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -7833,6 +8061,7 @@ module Aws::MediaLive
7833
8061
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
7834
8062
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
7835
8063
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
8064
+ # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
7836
8065
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
7837
8066
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
7838
8067
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
@@ -7866,6 +8095,8 @@ module Aws::MediaLive
7866
8095
  #
7867
8096
  # @option params [Array<Types::InputDestinationRequest>] :destinations
7868
8097
  #
8098
+ # @option params [Array<Types::InputDeviceRequest>] :input_devices
8099
+ #
7869
8100
  # @option params [required, String] :input_id
7870
8101
  #
7871
8102
  # @option params [Array<String>] :input_security_groups
@@ -7890,6 +8121,11 @@ module Aws::MediaLive
7890
8121
  # stream_name: "__string",
7891
8122
  # },
7892
8123
  # ],
8124
+ # input_devices: [
8125
+ # {
8126
+ # id: "__string",
8127
+ # },
8128
+ # ],
7893
8129
  # input_id: "__string", # required
7894
8130
  # input_security_groups: ["__string"],
7895
8131
  # media_connect_flows: [
@@ -7921,6 +8157,8 @@ module Aws::MediaLive
7921
8157
  # resp.input.destinations[0].vpc.network_interface_id #=> String
7922
8158
  # resp.input.id #=> String
7923
8159
  # resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
8160
+ # resp.input.input_devices #=> Array
8161
+ # resp.input.input_devices[0].id #=> String
7924
8162
  # resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
7925
8163
  # resp.input.media_connect_flows #=> Array
7926
8164
  # resp.input.media_connect_flows[0].flow_arn #=> String
@@ -7935,7 +8173,7 @@ module Aws::MediaLive
7935
8173
  # resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
7936
8174
  # resp.input.tags #=> Hash
7937
8175
  # resp.input.tags["__string"] #=> String
7938
- # resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
8176
+ # resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
7939
8177
  #
7940
8178
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInput AWS API Documentation
7941
8179
  #
@@ -7946,6 +8184,73 @@ module Aws::MediaLive
7946
8184
  req.send_request(options)
7947
8185
  end
7948
8186
 
8187
+ # Updates the parameters for the input device.
8188
+ #
8189
+ # @option params [Types::InputDeviceConfigurableSettings] :hd_device_settings
8190
+ # Configurable settings for the input device.
8191
+ #
8192
+ # @option params [required, String] :input_device_id
8193
+ #
8194
+ # @option params [String] :name
8195
+ #
8196
+ # @return [Types::UpdateInputDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8197
+ #
8198
+ # * {Types::UpdateInputDeviceResponse#arn #arn} => String
8199
+ # * {Types::UpdateInputDeviceResponse#connection_state #connection_state} => String
8200
+ # * {Types::UpdateInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
8201
+ # * {Types::UpdateInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
8202
+ # * {Types::UpdateInputDeviceResponse#id #id} => String
8203
+ # * {Types::UpdateInputDeviceResponse#mac_address #mac_address} => String
8204
+ # * {Types::UpdateInputDeviceResponse#name #name} => String
8205
+ # * {Types::UpdateInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
8206
+ # * {Types::UpdateInputDeviceResponse#serial_number #serial_number} => String
8207
+ # * {Types::UpdateInputDeviceResponse#type #type} => String
8208
+ #
8209
+ # @example Request syntax with placeholder values
8210
+ #
8211
+ # resp = client.update_input_device({
8212
+ # hd_device_settings: {
8213
+ # configured_input: "AUTO", # accepts AUTO, HDMI, SDI
8214
+ # max_bitrate: 1,
8215
+ # },
8216
+ # input_device_id: "__string", # required
8217
+ # name: "__string",
8218
+ # })
8219
+ #
8220
+ # @example Response structure
8221
+ #
8222
+ # resp.arn #=> String
8223
+ # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
8224
+ # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
8225
+ # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
8226
+ # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
8227
+ # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
8228
+ # resp.hd_device_settings.framerate #=> Float
8229
+ # resp.hd_device_settings.height #=> Integer
8230
+ # resp.hd_device_settings.max_bitrate #=> Integer
8231
+ # resp.hd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
8232
+ # resp.hd_device_settings.width #=> Integer
8233
+ # resp.id #=> String
8234
+ # resp.mac_address #=> String
8235
+ # resp.name #=> String
8236
+ # resp.network_settings.dns_addresses #=> Array
8237
+ # resp.network_settings.dns_addresses[0] #=> String
8238
+ # resp.network_settings.gateway #=> String
8239
+ # resp.network_settings.ip_address #=> String
8240
+ # resp.network_settings.ip_scheme #=> String, one of "STATIC", "DHCP"
8241
+ # resp.network_settings.subnet_mask #=> String
8242
+ # resp.serial_number #=> String
8243
+ # resp.type #=> String, one of "HD"
8244
+ #
8245
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
8246
+ #
8247
+ # @overload update_input_device(params = {})
8248
+ # @param [Hash] params ({})
8249
+ def update_input_device(params = {}, options = {})
8250
+ req = build_request(:update_input_device, params)
8251
+ req.send_request(options)
8252
+ end
8253
+
7949
8254
  # Update an Input Security Group's Whilelists.
7950
8255
  #
7951
8256
  # @option params [required, String] :input_security_group_id
@@ -8188,7 +8493,7 @@ module Aws::MediaLive
8188
8493
  params: params,
8189
8494
  config: config)
8190
8495
  context[:gem_name] = 'aws-sdk-medialive'
8191
- context[:gem_version] = '1.42.0'
8496
+ context[:gem_version] = '1.47.1'
8192
8497
  Seahorse::Client::Request.new(handlers, context)
8193
8498
  end
8194
8499
 
@@ -8260,6 +8565,9 @@ module Aws::MediaLive
8260
8565
  # | channel_deleted | {Client#describe_channel} | 5 | 84 |
8261
8566
  # | channel_running | {Client#describe_channel} | 5 | 120 |
8262
8567
  # | channel_stopped | {Client#describe_channel} | 5 | 60 |
8568
+ # | input_attached | {Client#describe_input} | 5 | 20 |
8569
+ # | input_deleted | {Client#describe_input} | 5 | 20 |
8570
+ # | input_detached | {Client#describe_input} | 5 | 84 |
8263
8571
  # | multiplex_created | {Client#describe_multiplex} | 3 | 5 |
8264
8572
  # | multiplex_deleted | {Client#describe_multiplex} | 5 | 20 |
8265
8573
  # | multiplex_running | {Client#describe_multiplex} | 5 | 120 |
@@ -8318,6 +8626,9 @@ module Aws::MediaLive
8318
8626
  channel_deleted: Waiters::ChannelDeleted,
8319
8627
  channel_running: Waiters::ChannelRunning,
8320
8628
  channel_stopped: Waiters::ChannelStopped,
8629
+ input_attached: Waiters::InputAttached,
8630
+ input_deleted: Waiters::InputDeleted,
8631
+ input_detached: Waiters::InputDetached,
8321
8632
  multiplex_created: Waiters::MultiplexCreated,
8322
8633
  multiplex_deleted: Waiters::MultiplexDeleted,
8323
8634
  multiplex_running: Waiters::MultiplexRunning,