aws-sdk-medialive 1.42.0 → 1.47.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,6 +48,8 @@ module Aws::MediaLive
48
48
  AudioPidSelection = Shapes::StructureShape.new(name: 'AudioPidSelection')
49
49
  AudioSelector = Shapes::StructureShape.new(name: 'AudioSelector')
50
50
  AudioSelectorSettings = Shapes::StructureShape.new(name: 'AudioSelectorSettings')
51
+ AudioTrack = Shapes::StructureShape.new(name: 'AudioTrack')
52
+ AudioTrackSelection = Shapes::StructureShape.new(name: 'AudioTrackSelection')
51
53
  AudioType = Shapes::StringShape.new(name: 'AudioType')
52
54
  AuthenticationScheme = Shapes::StringShape.new(name: 'AuthenticationScheme')
53
55
  AutomaticInputFailoverSettings = Shapes::StructureShape.new(name: 'AutomaticInputFailoverSettings')
@@ -124,6 +126,8 @@ module Aws::MediaLive
124
126
  DeleteTagsRequest = Shapes::StructureShape.new(name: 'DeleteTagsRequest')
125
127
  DescribeChannelRequest = Shapes::StructureShape.new(name: 'DescribeChannelRequest')
126
128
  DescribeChannelResponse = Shapes::StructureShape.new(name: 'DescribeChannelResponse')
129
+ DescribeInputDeviceRequest = Shapes::StructureShape.new(name: 'DescribeInputDeviceRequest')
130
+ DescribeInputDeviceResponse = Shapes::StructureShape.new(name: 'DescribeInputDeviceResponse')
127
131
  DescribeInputRequest = Shapes::StructureShape.new(name: 'DescribeInputRequest')
128
132
  DescribeInputResponse = Shapes::StructureShape.new(name: 'DescribeInputResponse')
129
133
  DescribeInputSecurityGroupRequest = Shapes::StructureShape.new(name: 'DescribeInputSecurityGroupRequest')
@@ -138,6 +142,7 @@ module Aws::MediaLive
138
142
  DescribeReservationResponse = Shapes::StructureShape.new(name: 'DescribeReservationResponse')
139
143
  DescribeScheduleRequest = Shapes::StructureShape.new(name: 'DescribeScheduleRequest')
140
144
  DescribeScheduleResponse = Shapes::StructureShape.new(name: 'DescribeScheduleResponse')
145
+ DeviceSettingsSyncState = Shapes::StringShape.new(name: 'DeviceSettingsSyncState')
141
146
  DvbNitSettings = Shapes::StructureShape.new(name: 'DvbNitSettings')
142
147
  DvbSdtOutputSdt = Shapes::StringShape.new(name: 'DvbSdtOutputSdt')
143
148
  DvbSdtSettings = Shapes::StructureShape.new(name: 'DvbSdtSettings')
@@ -177,6 +182,8 @@ module Aws::MediaLive
177
182
  FixedAfd = Shapes::StringShape.new(name: 'FixedAfd')
178
183
  FixedModeScheduleActionStartSettings = Shapes::StructureShape.new(name: 'FixedModeScheduleActionStartSettings')
179
184
  Fmp4HlsSettings = Shapes::StructureShape.new(name: 'Fmp4HlsSettings')
185
+ Fmp4NielsenId3Behavior = Shapes::StringShape.new(name: 'Fmp4NielsenId3Behavior')
186
+ Fmp4TimedMetadataBehavior = Shapes::StringShape.new(name: 'Fmp4TimedMetadataBehavior')
180
187
  FollowModeScheduleActionStartSettings = Shapes::StructureShape.new(name: 'FollowModeScheduleActionStartSettings')
181
188
  FollowPoint = Shapes::StringShape.new(name: 'FollowPoint')
182
189
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
@@ -194,6 +201,7 @@ module Aws::MediaLive
194
201
  H264ColorMetadata = Shapes::StringShape.new(name: 'H264ColorMetadata')
195
202
  H264ColorSpaceSettings = Shapes::StructureShape.new(name: 'H264ColorSpaceSettings')
196
203
  H264EntropyEncoding = Shapes::StringShape.new(name: 'H264EntropyEncoding')
204
+ H264FilterSettings = Shapes::StructureShape.new(name: 'H264FilterSettings')
197
205
  H264FlickerAq = Shapes::StringShape.new(name: 'H264FlickerAq')
198
206
  H264ForceFieldPictures = Shapes::StringShape.new(name: 'H264ForceFieldPictures')
199
207
  H264FramerateControl = Shapes::StringShape.new(name: 'H264FramerateControl')
@@ -203,6 +211,7 @@ module Aws::MediaLive
203
211
  H264LookAheadRateControl = Shapes::StringShape.new(name: 'H264LookAheadRateControl')
204
212
  H264ParControl = Shapes::StringShape.new(name: 'H264ParControl')
205
213
  H264Profile = Shapes::StringShape.new(name: 'H264Profile')
214
+ H264QualityLevel = Shapes::StringShape.new(name: 'H264QualityLevel')
206
215
  H264RateControlMode = Shapes::StringShape.new(name: 'H264RateControlMode')
207
216
  H264ScanType = Shapes::StringShape.new(name: 'H264ScanType')
208
217
  H264SceneChangeDetect = Shapes::StringShape.new(name: 'H264SceneChangeDetect')
@@ -275,6 +284,21 @@ module Aws::MediaLive
275
284
  InputDestination = Shapes::StructureShape.new(name: 'InputDestination')
276
285
  InputDestinationRequest = Shapes::StructureShape.new(name: 'InputDestinationRequest')
277
286
  InputDestinationVpc = Shapes::StructureShape.new(name: 'InputDestinationVpc')
287
+ InputDevice = Shapes::StructureShape.new(name: 'InputDevice')
288
+ InputDeviceActiveInput = Shapes::StringShape.new(name: 'InputDeviceActiveInput')
289
+ InputDeviceConfigurableSettings = Shapes::StructureShape.new(name: 'InputDeviceConfigurableSettings')
290
+ InputDeviceConfigurationValidationError = Shapes::StructureShape.new(name: 'InputDeviceConfigurationValidationError')
291
+ InputDeviceConfiguredInput = Shapes::StringShape.new(name: 'InputDeviceConfiguredInput')
292
+ InputDeviceConnectionState = Shapes::StringShape.new(name: 'InputDeviceConnectionState')
293
+ InputDeviceHdSettings = Shapes::StructureShape.new(name: 'InputDeviceHdSettings')
294
+ InputDeviceIpScheme = Shapes::StringShape.new(name: 'InputDeviceIpScheme')
295
+ InputDeviceNetworkSettings = Shapes::StructureShape.new(name: 'InputDeviceNetworkSettings')
296
+ InputDeviceRequest = Shapes::StructureShape.new(name: 'InputDeviceRequest')
297
+ InputDeviceScanType = Shapes::StringShape.new(name: 'InputDeviceScanType')
298
+ InputDeviceSettings = Shapes::StructureShape.new(name: 'InputDeviceSettings')
299
+ InputDeviceState = Shapes::StringShape.new(name: 'InputDeviceState')
300
+ InputDeviceSummary = Shapes::StructureShape.new(name: 'InputDeviceSummary')
301
+ InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
278
302
  InputFilter = Shapes::StringShape.new(name: 'InputFilter')
279
303
  InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
280
304
  InputLossActionForHlsOut = Shapes::StringShape.new(name: 'InputLossActionForHlsOut')
@@ -311,6 +335,9 @@ module Aws::MediaLive
311
335
  ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
312
336
  ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
313
337
  ListChannelsResultModel = Shapes::StructureShape.new(name: 'ListChannelsResultModel')
338
+ ListInputDevicesRequest = Shapes::StructureShape.new(name: 'ListInputDevicesRequest')
339
+ ListInputDevicesResponse = Shapes::StructureShape.new(name: 'ListInputDevicesResponse')
340
+ ListInputDevicesResultModel = Shapes::StructureShape.new(name: 'ListInputDevicesResultModel')
314
341
  ListInputSecurityGroupsRequest = Shapes::StructureShape.new(name: 'ListInputSecurityGroupsRequest')
315
342
  ListInputSecurityGroupsResponse = Shapes::StructureShape.new(name: 'ListInputSecurityGroupsResponse')
316
343
  ListInputSecurityGroupsResultModel = Shapes::StructureShape.new(name: 'ListInputSecurityGroupsResultModel')
@@ -385,7 +412,6 @@ module Aws::MediaLive
385
412
  MultiplexState = Shapes::StringShape.new(name: 'MultiplexState')
386
413
  MultiplexStatmuxVideoSettings = Shapes::StructureShape.new(name: 'MultiplexStatmuxVideoSettings')
387
414
  MultiplexSummary = Shapes::StructureShape.new(name: 'MultiplexSummary')
388
- MultiplexValidationError = Shapes::StructureShape.new(name: 'MultiplexValidationError')
389
415
  MultiplexVideoSettings = Shapes::StructureShape.new(name: 'MultiplexVideoSettings')
390
416
  NetworkInputServerValidation = Shapes::StringShape.new(name: 'NetworkInputServerValidation')
391
417
  NetworkInputSettings = Shapes::StructureShape.new(name: 'NetworkInputSettings')
@@ -469,6 +495,7 @@ module Aws::MediaLive
469
495
  SmoothGroupSparseTrackType = Shapes::StringShape.new(name: 'SmoothGroupSparseTrackType')
470
496
  SmoothGroupStreamManifestBehavior = Shapes::StringShape.new(name: 'SmoothGroupStreamManifestBehavior')
471
497
  SmoothGroupTimestampOffsetMode = Shapes::StringShape.new(name: 'SmoothGroupTimestampOffsetMode')
498
+ Smpte2038DataPreference = Shapes::StringShape.new(name: 'Smpte2038DataPreference')
472
499
  SmpteTtDestinationSettings = Shapes::StructureShape.new(name: 'SmpteTtDestinationSettings')
473
500
  StandardHlsSettings = Shapes::StructureShape.new(name: 'StandardHlsSettings')
474
501
  StartChannelRequest = Shapes::StructureShape.new(name: 'StartChannelRequest')
@@ -488,6 +515,9 @@ module Aws::MediaLive
488
515
  TagsModel = Shapes::StructureShape.new(name: 'TagsModel')
489
516
  TeletextDestinationSettings = Shapes::StructureShape.new(name: 'TeletextDestinationSettings')
490
517
  TeletextSourceSettings = Shapes::StructureShape.new(name: 'TeletextSourceSettings')
518
+ TemporalFilterPostFilterSharpening = Shapes::StringShape.new(name: 'TemporalFilterPostFilterSharpening')
519
+ TemporalFilterSettings = Shapes::StructureShape.new(name: 'TemporalFilterSettings')
520
+ TemporalFilterStrength = Shapes::StringShape.new(name: 'TemporalFilterStrength')
491
521
  TimecodeConfig = Shapes::StructureShape.new(name: 'TimecodeConfig')
492
522
  TimecodeConfigSource = Shapes::StringShape.new(name: 'TimecodeConfigSource')
493
523
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
@@ -506,6 +536,9 @@ module Aws::MediaLive
506
536
  UpdateChannelResponse = Shapes::StructureShape.new(name: 'UpdateChannelResponse')
507
537
  UpdateChannelResultModel = Shapes::StructureShape.new(name: 'UpdateChannelResultModel')
508
538
  UpdateInput = Shapes::StructureShape.new(name: 'UpdateInput')
539
+ UpdateInputDevice = Shapes::StructureShape.new(name: 'UpdateInputDevice')
540
+ UpdateInputDeviceRequest = Shapes::StructureShape.new(name: 'UpdateInputDeviceRequest')
541
+ UpdateInputDeviceResponse = Shapes::StructureShape.new(name: 'UpdateInputDeviceResponse')
509
542
  UpdateInputRequest = Shapes::StructureShape.new(name: 'UpdateInputRequest')
510
543
  UpdateInputResponse = Shapes::StructureShape.new(name: 'UpdateInputResponse')
511
544
  UpdateInputResultModel = Shapes::StructureShape.new(name: 'UpdateInputResultModel')
@@ -593,6 +626,7 @@ module Aws::MediaLive
593
626
  __listOfAudioChannelMapping = Shapes::ListShape.new(name: '__listOfAudioChannelMapping')
594
627
  __listOfAudioDescription = Shapes::ListShape.new(name: '__listOfAudioDescription')
595
628
  __listOfAudioSelector = Shapes::ListShape.new(name: '__listOfAudioSelector')
629
+ __listOfAudioTrack = Shapes::ListShape.new(name: '__listOfAudioTrack')
596
630
  __listOfCaptionDescription = Shapes::ListShape.new(name: '__listOfCaptionDescription')
597
631
  __listOfCaptionLanguageMapping = Shapes::ListShape.new(name: '__listOfCaptionLanguageMapping')
598
632
  __listOfCaptionSelector = Shapes::ListShape.new(name: '__listOfCaptionSelector')
@@ -604,6 +638,9 @@ module Aws::MediaLive
604
638
  __listOfInputChannelLevel = Shapes::ListShape.new(name: '__listOfInputChannelLevel')
605
639
  __listOfInputDestination = Shapes::ListShape.new(name: '__listOfInputDestination')
606
640
  __listOfInputDestinationRequest = Shapes::ListShape.new(name: '__listOfInputDestinationRequest')
641
+ __listOfInputDeviceRequest = Shapes::ListShape.new(name: '__listOfInputDeviceRequest')
642
+ __listOfInputDeviceSettings = Shapes::ListShape.new(name: '__listOfInputDeviceSettings')
643
+ __listOfInputDeviceSummary = Shapes::ListShape.new(name: '__listOfInputDeviceSummary')
607
644
  __listOfInputSecurityGroup = Shapes::ListShape.new(name: '__listOfInputSecurityGroup')
608
645
  __listOfInputSource = Shapes::ListShape.new(name: '__listOfInputSource')
609
646
  __listOfInputSourceRequest = Shapes::ListShape.new(name: '__listOfInputSourceRequest')
@@ -615,7 +652,6 @@ module Aws::MediaLive
615
652
  __listOfMultiplexOutputDestination = Shapes::ListShape.new(name: '__listOfMultiplexOutputDestination')
616
653
  __listOfMultiplexProgramSummary = Shapes::ListShape.new(name: '__listOfMultiplexProgramSummary')
617
654
  __listOfMultiplexSummary = Shapes::ListShape.new(name: '__listOfMultiplexSummary')
618
- __listOfMultiplexValidationError = Shapes::ListShape.new(name: '__listOfMultiplexValidationError')
619
655
  __listOfOffering = Shapes::ListShape.new(name: '__listOfOffering')
620
656
  __listOfOutput = Shapes::ListShape.new(name: '__listOfOutput')
621
657
  __listOfOutputDestination = Shapes::ListShape.new(name: '__listOfOutputDestination')
@@ -733,8 +769,15 @@ module Aws::MediaLive
733
769
 
734
770
  AudioSelectorSettings.add_member(:audio_language_selection, Shapes::ShapeRef.new(shape: AudioLanguageSelection, location_name: "audioLanguageSelection"))
735
771
  AudioSelectorSettings.add_member(:audio_pid_selection, Shapes::ShapeRef.new(shape: AudioPidSelection, location_name: "audioPidSelection"))
772
+ AudioSelectorSettings.add_member(:audio_track_selection, Shapes::ShapeRef.new(shape: AudioTrackSelection, location_name: "audioTrackSelection"))
736
773
  AudioSelectorSettings.struct_class = Types::AudioSelectorSettings
737
774
 
775
+ AudioTrack.add_member(:track, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "track"))
776
+ AudioTrack.struct_class = Types::AudioTrack
777
+
778
+ AudioTrackSelection.add_member(:tracks, Shapes::ShapeRef.new(shape: __listOfAudioTrack, required: true, location_name: "tracks"))
779
+ AudioTrackSelection.struct_class = Types::AudioTrackSelection
780
+
738
781
  AutomaticInputFailoverSettings.add_member(:input_preference, Shapes::ShapeRef.new(shape: InputPreference, location_name: "inputPreference"))
739
782
  AutomaticInputFailoverSettings.add_member(:secondary_input_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "secondaryInputId"))
740
783
  AutomaticInputFailoverSettings.struct_class = Types::AutomaticInputFailoverSettings
@@ -923,6 +966,7 @@ module Aws::MediaLive
923
966
  CreateChannelResultModel.struct_class = Types::CreateChannelResultModel
924
967
 
925
968
  CreateInput.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
969
+ CreateInput.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
926
970
  CreateInput.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
927
971
  CreateInput.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
928
972
  CreateInput.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
@@ -935,6 +979,7 @@ module Aws::MediaLive
935
979
  CreateInput.struct_class = Types::CreateInput
936
980
 
937
981
  CreateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
982
+ CreateInputRequest.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
938
983
  CreateInputRequest.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
939
984
  CreateInputRequest.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
940
985
  CreateInputRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
@@ -1110,6 +1155,21 @@ module Aws::MediaLive
1110
1155
  DescribeChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1111
1156
  DescribeChannelResponse.struct_class = Types::DescribeChannelResponse
1112
1157
 
1158
+ DescribeInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
1159
+ DescribeInputDeviceRequest.struct_class = Types::DescribeInputDeviceRequest
1160
+
1161
+ DescribeInputDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1162
+ DescribeInputDeviceResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
1163
+ DescribeInputDeviceResponse.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
1164
+ DescribeInputDeviceResponse.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
1165
+ DescribeInputDeviceResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1166
+ DescribeInputDeviceResponse.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
1167
+ DescribeInputDeviceResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1168
+ DescribeInputDeviceResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
1169
+ DescribeInputDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
1170
+ DescribeInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
1171
+ DescribeInputDeviceResponse.struct_class = Types::DescribeInputDeviceResponse
1172
+
1113
1173
  DescribeInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
1114
1174
  DescribeInputRequest.struct_class = Types::DescribeInputRequest
1115
1175
 
@@ -1118,6 +1178,7 @@ module Aws::MediaLive
1118
1178
  DescribeInputResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestination, location_name: "destinations"))
1119
1179
  DescribeInputResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1120
1180
  DescribeInputResponse.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
1181
+ DescribeInputResponse.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
1121
1182
  DescribeInputResponse.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
1122
1183
  DescribeInputResponse.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
1123
1184
  DescribeInputResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
@@ -1304,6 +1365,8 @@ module Aws::MediaLive
1304
1365
  FixedModeScheduleActionStartSettings.struct_class = Types::FixedModeScheduleActionStartSettings
1305
1366
 
1306
1367
  Fmp4HlsSettings.add_member(:audio_rendition_sets, Shapes::ShapeRef.new(shape: __string, location_name: "audioRenditionSets"))
1368
+ Fmp4HlsSettings.add_member(:nielsen_id_3_behavior, Shapes::ShapeRef.new(shape: Fmp4NielsenId3Behavior, location_name: "nielsenId3Behavior"))
1369
+ Fmp4HlsSettings.add_member(:timed_metadata_behavior, Shapes::ShapeRef.new(shape: Fmp4TimedMetadataBehavior, location_name: "timedMetadataBehavior"))
1307
1370
  Fmp4HlsSettings.struct_class = Types::Fmp4HlsSettings
1308
1371
 
1309
1372
  FollowModeScheduleActionStartSettings.add_member(:follow_point, Shapes::ShapeRef.new(shape: FollowPoint, required: true, location_name: "followPoint"))
@@ -1339,6 +1402,9 @@ module Aws::MediaLive
1339
1402
  H264ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
1340
1403
  H264ColorSpaceSettings.struct_class = Types::H264ColorSpaceSettings
1341
1404
 
1405
+ H264FilterSettings.add_member(:temporal_filter_settings, Shapes::ShapeRef.new(shape: TemporalFilterSettings, location_name: "temporalFilterSettings"))
1406
+ H264FilterSettings.struct_class = Types::H264FilterSettings
1407
+
1342
1408
  H264Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H264AdaptiveQuantization, location_name: "adaptiveQuantization"))
1343
1409
  H264Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
1344
1410
  H264Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000, location_name: "bitrate"))
@@ -1347,6 +1413,7 @@ module Aws::MediaLive
1347
1413
  H264Settings.add_member(:color_metadata, Shapes::ShapeRef.new(shape: H264ColorMetadata, location_name: "colorMetadata"))
1348
1414
  H264Settings.add_member(:color_space_settings, Shapes::ShapeRef.new(shape: H264ColorSpaceSettings, location_name: "colorSpaceSettings"))
1349
1415
  H264Settings.add_member(:entropy_encoding, Shapes::ShapeRef.new(shape: H264EntropyEncoding, location_name: "entropyEncoding"))
1416
+ H264Settings.add_member(:filter_settings, Shapes::ShapeRef.new(shape: H264FilterSettings, location_name: "filterSettings"))
1350
1417
  H264Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
1351
1418
  H264Settings.add_member(:flicker_aq, Shapes::ShapeRef.new(shape: H264FlickerAq, location_name: "flickerAq"))
1352
1419
  H264Settings.add_member(:force_field_pictures, Shapes::ShapeRef.new(shape: H264ForceFieldPictures, location_name: "forceFieldPictures"))
@@ -1367,6 +1434,7 @@ module Aws::MediaLive
1367
1434
  H264Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parDenominator"))
1368
1435
  H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "parNumerator"))
1369
1436
  H264Settings.add_member(:profile, Shapes::ShapeRef.new(shape: H264Profile, location_name: "profile"))
1437
+ H264Settings.add_member(:quality_level, Shapes::ShapeRef.new(shape: H264QualityLevel, location_name: "qualityLevel"))
1370
1438
  H264Settings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
1371
1439
  H264Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H264RateControlMode, location_name: "rateControlMode"))
1372
1440
  H264Settings.add_member(:scan_type, Shapes::ShapeRef.new(shape: H264ScanType, location_name: "scanType"))
@@ -1527,6 +1595,7 @@ module Aws::MediaLive
1527
1595
  Input.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestination, location_name: "destinations"))
1528
1596
  Input.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1529
1597
  Input.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
1598
+ Input.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
1530
1599
  Input.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
1531
1600
  Input.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
1532
1601
  Input.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
@@ -1566,6 +1635,61 @@ module Aws::MediaLive
1566
1635
  InputDestinationVpc.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: __string, location_name: "networkInterfaceId"))
1567
1636
  InputDestinationVpc.struct_class = Types::InputDestinationVpc
1568
1637
 
1638
+ InputDevice.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1639
+ InputDevice.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
1640
+ InputDevice.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
1641
+ InputDevice.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
1642
+ InputDevice.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1643
+ InputDevice.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
1644
+ InputDevice.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1645
+ InputDevice.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
1646
+ InputDevice.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
1647
+ InputDevice.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
1648
+ InputDevice.struct_class = Types::InputDevice
1649
+
1650
+ InputDeviceConfigurableSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
1651
+ InputDeviceConfigurableSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
1652
+ InputDeviceConfigurableSettings.struct_class = Types::InputDeviceConfigurableSettings
1653
+
1654
+ InputDeviceConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1655
+ InputDeviceConfigurationValidationError.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfValidationError, location_name: "validationErrors"))
1656
+ InputDeviceConfigurationValidationError.struct_class = Types::InputDeviceConfigurationValidationError
1657
+
1658
+ InputDeviceHdSettings.add_member(:active_input, Shapes::ShapeRef.new(shape: InputDeviceActiveInput, location_name: "activeInput"))
1659
+ InputDeviceHdSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
1660
+ InputDeviceHdSettings.add_member(:device_state, Shapes::ShapeRef.new(shape: InputDeviceState, location_name: "deviceState"))
1661
+ InputDeviceHdSettings.add_member(:framerate, Shapes::ShapeRef.new(shape: __double, location_name: "framerate"))
1662
+ InputDeviceHdSettings.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
1663
+ InputDeviceHdSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
1664
+ InputDeviceHdSettings.add_member(:scan_type, Shapes::ShapeRef.new(shape: InputDeviceScanType, location_name: "scanType"))
1665
+ InputDeviceHdSettings.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
1666
+ InputDeviceHdSettings.struct_class = Types::InputDeviceHdSettings
1667
+
1668
+ InputDeviceNetworkSettings.add_member(:dns_addresses, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "dnsAddresses"))
1669
+ InputDeviceNetworkSettings.add_member(:gateway, Shapes::ShapeRef.new(shape: __string, location_name: "gateway"))
1670
+ InputDeviceNetworkSettings.add_member(:ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "ipAddress"))
1671
+ InputDeviceNetworkSettings.add_member(:ip_scheme, Shapes::ShapeRef.new(shape: InputDeviceIpScheme, location_name: "ipScheme"))
1672
+ InputDeviceNetworkSettings.add_member(:subnet_mask, Shapes::ShapeRef.new(shape: __string, location_name: "subnetMask"))
1673
+ InputDeviceNetworkSettings.struct_class = Types::InputDeviceNetworkSettings
1674
+
1675
+ InputDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1676
+ InputDeviceRequest.struct_class = Types::InputDeviceRequest
1677
+
1678
+ InputDeviceSettings.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1679
+ InputDeviceSettings.struct_class = Types::InputDeviceSettings
1680
+
1681
+ InputDeviceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1682
+ InputDeviceSummary.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
1683
+ InputDeviceSummary.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
1684
+ InputDeviceSummary.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
1685
+ InputDeviceSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1686
+ InputDeviceSummary.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
1687
+ InputDeviceSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1688
+ InputDeviceSummary.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
1689
+ InputDeviceSummary.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
1690
+ InputDeviceSummary.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
1691
+ InputDeviceSummary.struct_class = Types::InputDeviceSummary
1692
+
1569
1693
  InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
1570
1694
  InputLocation.add_member(:uri, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "uri"))
1571
1695
  InputLocation.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
@@ -1597,6 +1721,7 @@ module Aws::MediaLive
1597
1721
  InputSettings.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMin1Max5, location_name: "filterStrength"))
1598
1722
  InputSettings.add_member(:input_filter, Shapes::ShapeRef.new(shape: InputFilter, location_name: "inputFilter"))
1599
1723
  InputSettings.add_member(:network_input_settings, Shapes::ShapeRef.new(shape: NetworkInputSettings, location_name: "networkInputSettings"))
1724
+ InputSettings.add_member(:smpte_2038_data_preference, Shapes::ShapeRef.new(shape: Smpte2038DataPreference, location_name: "smpte2038DataPreference"))
1600
1725
  InputSettings.add_member(:source_end_behavior, Shapes::ShapeRef.new(shape: InputSourceEndBehavior, location_name: "sourceEndBehavior"))
1601
1726
  InputSettings.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
1602
1727
  InputSettings.struct_class = Types::InputSettings
@@ -1658,6 +1783,18 @@ module Aws::MediaLive
1658
1783
  ListChannelsResultModel.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
1659
1784
  ListChannelsResultModel.struct_class = Types::ListChannelsResultModel
1660
1785
 
1786
+ ListInputDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1787
+ ListInputDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
1788
+ ListInputDevicesRequest.struct_class = Types::ListInputDevicesRequest
1789
+
1790
+ ListInputDevicesResponse.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSummary, location_name: "inputDevices"))
1791
+ ListInputDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
1792
+ ListInputDevicesResponse.struct_class = Types::ListInputDevicesResponse
1793
+
1794
+ ListInputDevicesResultModel.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSummary, location_name: "inputDevices"))
1795
+ ListInputDevicesResultModel.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
1796
+ ListInputDevicesResultModel.struct_class = Types::ListInputDevicesResultModel
1797
+
1661
1798
  ListInputSecurityGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1662
1799
  ListInputSecurityGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
1663
1800
  ListInputSecurityGroupsRequest.struct_class = Types::ListInputSecurityGroupsRequest
@@ -1880,7 +2017,7 @@ module Aws::MediaLive
1880
2017
  Multiplex.struct_class = Types::Multiplex
1881
2018
 
1882
2019
  MultiplexConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1883
- MultiplexConfigurationValidationError.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfMultiplexValidationError, location_name: "validationErrors"))
2020
+ MultiplexConfigurationValidationError.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfValidationError, location_name: "validationErrors"))
1884
2021
  MultiplexConfigurationValidationError.struct_class = Types::MultiplexConfigurationValidationError
1885
2022
 
1886
2023
  MultiplexGroupSettings.struct_class = Types::MultiplexGroupSettings
@@ -1957,10 +2094,6 @@ module Aws::MediaLive
1957
2094
  MultiplexSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1958
2095
  MultiplexSummary.struct_class = Types::MultiplexSummary
1959
2096
 
1960
- MultiplexValidationError.add_member(:element_path, Shapes::ShapeRef.new(shape: __string, location_name: "elementPath"))
1961
- MultiplexValidationError.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
1962
- MultiplexValidationError.struct_class = Types::MultiplexValidationError
1963
-
1964
2097
  MultiplexVideoSettings.add_member(:constant_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "constantBitrate"))
1965
2098
  MultiplexVideoSettings.add_member(:statmux_settings, Shapes::ShapeRef.new(shape: MultiplexStatmuxVideoSettings, location_name: "statmuxSettings"))
1966
2099
  MultiplexVideoSettings.struct_class = Types::MultiplexVideoSettings
@@ -2328,6 +2461,10 @@ module Aws::MediaLive
2328
2461
  TeletextSourceSettings.add_member(:page_number, Shapes::ShapeRef.new(shape: __string, location_name: "pageNumber"))
2329
2462
  TeletextSourceSettings.struct_class = Types::TeletextSourceSettings
2330
2463
 
2464
+ TemporalFilterSettings.add_member(:post_filter_sharpening, Shapes::ShapeRef.new(shape: TemporalFilterPostFilterSharpening, location_name: "postFilterSharpening"))
2465
+ TemporalFilterSettings.add_member(:strength, Shapes::ShapeRef.new(shape: TemporalFilterStrength, location_name: "strength"))
2466
+ TemporalFilterSettings.struct_class = Types::TemporalFilterSettings
2467
+
2331
2468
  TimecodeConfig.add_member(:source, Shapes::ShapeRef.new(shape: TimecodeConfigSource, required: true, location_name: "source"))
2332
2469
  TimecodeConfig.add_member(:sync_threshold, Shapes::ShapeRef.new(shape: __integerMin1Max1000000, location_name: "syncThreshold"))
2333
2470
  TimecodeConfig.struct_class = Types::TimecodeConfig
@@ -2394,6 +2531,7 @@ module Aws::MediaLive
2394
2531
  UpdateChannelResultModel.struct_class = Types::UpdateChannelResultModel
2395
2532
 
2396
2533
  UpdateInput.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
2534
+ UpdateInput.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceRequest, location_name: "inputDevices"))
2397
2535
  UpdateInput.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
2398
2536
  UpdateInput.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
2399
2537
  UpdateInput.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
@@ -2401,7 +2539,29 @@ module Aws::MediaLive
2401
2539
  UpdateInput.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSourceRequest, location_name: "sources"))
2402
2540
  UpdateInput.struct_class = Types::UpdateInput
2403
2541
 
2542
+ UpdateInputDevice.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "hdDeviceSettings"))
2543
+ UpdateInputDevice.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
2544
+ UpdateInputDevice.struct_class = Types::UpdateInputDevice
2545
+
2546
+ UpdateInputDeviceRequest.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "hdDeviceSettings"))
2547
+ UpdateInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
2548
+ UpdateInputDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
2549
+ UpdateInputDeviceRequest.struct_class = Types::UpdateInputDeviceRequest
2550
+
2551
+ UpdateInputDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
2552
+ UpdateInputDeviceResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
2553
+ UpdateInputDeviceResponse.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
2554
+ UpdateInputDeviceResponse.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
2555
+ UpdateInputDeviceResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
2556
+ UpdateInputDeviceResponse.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
2557
+ UpdateInputDeviceResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
2558
+ UpdateInputDeviceResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
2559
+ UpdateInputDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
2560
+ UpdateInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
2561
+ UpdateInputDeviceResponse.struct_class = Types::UpdateInputDeviceResponse
2562
+
2404
2563
  UpdateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
2564
+ UpdateInputRequest.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceRequest, location_name: "inputDevices"))
2405
2565
  UpdateInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
2406
2566
  UpdateInputRequest.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
2407
2567
  UpdateInputRequest.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
@@ -2510,6 +2670,8 @@ module Aws::MediaLive
2510
2670
 
2511
2671
  __listOfAudioSelector.member = Shapes::ShapeRef.new(shape: AudioSelector)
2512
2672
 
2673
+ __listOfAudioTrack.member = Shapes::ShapeRef.new(shape: AudioTrack)
2674
+
2513
2675
  __listOfCaptionDescription.member = Shapes::ShapeRef.new(shape: CaptionDescription)
2514
2676
 
2515
2677
  __listOfCaptionLanguageMapping.member = Shapes::ShapeRef.new(shape: CaptionLanguageMapping)
@@ -2532,6 +2694,12 @@ module Aws::MediaLive
2532
2694
 
2533
2695
  __listOfInputDestinationRequest.member = Shapes::ShapeRef.new(shape: InputDestinationRequest)
2534
2696
 
2697
+ __listOfInputDeviceRequest.member = Shapes::ShapeRef.new(shape: InputDeviceRequest)
2698
+
2699
+ __listOfInputDeviceSettings.member = Shapes::ShapeRef.new(shape: InputDeviceSettings)
2700
+
2701
+ __listOfInputDeviceSummary.member = Shapes::ShapeRef.new(shape: InputDeviceSummary)
2702
+
2535
2703
  __listOfInputSecurityGroup.member = Shapes::ShapeRef.new(shape: InputSecurityGroup)
2536
2704
 
2537
2705
  __listOfInputSource.member = Shapes::ShapeRef.new(shape: InputSource)
@@ -2554,8 +2722,6 @@ module Aws::MediaLive
2554
2722
 
2555
2723
  __listOfMultiplexSummary.member = Shapes::ShapeRef.new(shape: MultiplexSummary)
2556
2724
 
2557
- __listOfMultiplexValidationError.member = Shapes::ShapeRef.new(shape: MultiplexValidationError)
2558
-
2559
2725
  __listOfOffering.member = Shapes::ShapeRef.new(shape: Offering)
2560
2726
 
2561
2727
  __listOfOutput.member = Shapes::ShapeRef.new(shape: Output)
@@ -2859,6 +3025,21 @@ module Aws::MediaLive
2859
3025
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2860
3026
  end)
2861
3027
 
3028
+ api.add_operation(:describe_input_device, Seahorse::Model::Operation.new.tap do |o|
3029
+ o.name = "DescribeInputDevice"
3030
+ o.http_method = "GET"
3031
+ o.http_request_uri = "/prod/inputDevices/{inputDeviceId}"
3032
+ o.input = Shapes::ShapeRef.new(shape: DescribeInputDeviceRequest)
3033
+ o.output = Shapes::ShapeRef.new(shape: DescribeInputDeviceResponse)
3034
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3035
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3036
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3037
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
3038
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3039
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
3040
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3041
+ end)
3042
+
2862
3043
  api.add_operation(:describe_input_security_group, Seahorse::Model::Operation.new.tap do |o|
2863
3044
  o.name = "DescribeInputSecurityGroup"
2864
3045
  o.http_method = "GET"
@@ -2975,6 +3156,26 @@ module Aws::MediaLive
2975
3156
  )
2976
3157
  end)
2977
3158
 
3159
+ api.add_operation(:list_input_devices, Seahorse::Model::Operation.new.tap do |o|
3160
+ o.name = "ListInputDevices"
3161
+ o.http_method = "GET"
3162
+ o.http_request_uri = "/prod/inputDevices"
3163
+ o.input = Shapes::ShapeRef.new(shape: ListInputDevicesRequest)
3164
+ o.output = Shapes::ShapeRef.new(shape: ListInputDevicesResponse)
3165
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3166
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3167
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3168
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
3169
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
3170
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3171
+ o[:pager] = Aws::Pager.new(
3172
+ limit_key: "max_results",
3173
+ tokens: {
3174
+ "next_token" => "next_token"
3175
+ }
3176
+ )
3177
+ end)
3178
+
2978
3179
  api.add_operation(:list_input_security_groups, Seahorse::Model::Operation.new.tap do |o|
2979
3180
  o.name = "ListInputSecurityGroups"
2980
3181
  o.http_method = "GET"
@@ -3235,6 +3436,22 @@ module Aws::MediaLive
3235
3436
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3236
3437
  end)
3237
3438
 
3439
+ api.add_operation(:update_input_device, Seahorse::Model::Operation.new.tap do |o|
3440
+ o.name = "UpdateInputDevice"
3441
+ o.http_method = "PUT"
3442
+ o.http_request_uri = "/prod/inputDevices/{inputDeviceId}"
3443
+ o.input = Shapes::ShapeRef.new(shape: UpdateInputDeviceRequest)
3444
+ o.output = Shapes::ShapeRef.new(shape: UpdateInputDeviceResponse)
3445
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3446
+ o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
3447
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3448
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3449
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
3450
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3451
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
3452
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3453
+ end)
3454
+
3238
3455
  api.add_operation(:update_input_security_group, Seahorse::Model::Operation.new.tap do |o|
3239
3456
  o.name = "UpdateInputSecurityGroup"
3240
3457
  o.http_method = "PUT"