aws-sdk-core 2.11.511 → 2.11.512

Sign up to get free protection for your applications and to get access to all the features.
@@ -638,6 +638,43 @@
638
638
  }
639
639
  ]
640
640
  },
641
+ "DescribeInputDevice": {
642
+ "name": "DescribeInputDevice",
643
+ "http": {
644
+ "method": "GET",
645
+ "requestUri": "/prod/inputDevices/{inputDeviceId}",
646
+ "responseCode": 200
647
+ },
648
+ "input": {
649
+ "shape": "DescribeInputDeviceRequest"
650
+ },
651
+ "output": {
652
+ "shape": "DescribeInputDeviceResponse"
653
+ },
654
+ "errors": [
655
+ {
656
+ "shape": "BadRequestException"
657
+ },
658
+ {
659
+ "shape": "InternalServerErrorException"
660
+ },
661
+ {
662
+ "shape": "ForbiddenException"
663
+ },
664
+ {
665
+ "shape": "BadGatewayException"
666
+ },
667
+ {
668
+ "shape": "NotFoundException"
669
+ },
670
+ {
671
+ "shape": "GatewayTimeoutException"
672
+ },
673
+ {
674
+ "shape": "TooManyRequestsException"
675
+ }
676
+ ]
677
+ },
641
678
  "DescribeInputSecurityGroup": {
642
679
  "name": "DescribeInputSecurityGroup",
643
680
  "http": {
@@ -894,6 +931,40 @@
894
931
  }
895
932
  ]
896
933
  },
934
+ "ListInputDevices": {
935
+ "name": "ListInputDevices",
936
+ "http": {
937
+ "method": "GET",
938
+ "requestUri": "/prod/inputDevices",
939
+ "responseCode": 200
940
+ },
941
+ "input": {
942
+ "shape": "ListInputDevicesRequest"
943
+ },
944
+ "output": {
945
+ "shape": "ListInputDevicesResponse"
946
+ },
947
+ "errors": [
948
+ {
949
+ "shape": "BadRequestException"
950
+ },
951
+ {
952
+ "shape": "InternalServerErrorException"
953
+ },
954
+ {
955
+ "shape": "ForbiddenException"
956
+ },
957
+ {
958
+ "shape": "BadGatewayException"
959
+ },
960
+ {
961
+ "shape": "GatewayTimeoutException"
962
+ },
963
+ {
964
+ "shape": "TooManyRequestsException"
965
+ }
966
+ ]
967
+ },
897
968
  "ListInputSecurityGroups": {
898
969
  "name": "ListInputSecurityGroups",
899
970
  "http": {
@@ -1446,6 +1517,46 @@
1446
1517
  }
1447
1518
  ]
1448
1519
  },
1520
+ "UpdateInputDevice": {
1521
+ "name": "UpdateInputDevice",
1522
+ "http": {
1523
+ "method": "PUT",
1524
+ "requestUri": "/prod/inputDevices/{inputDeviceId}",
1525
+ "responseCode": 200
1526
+ },
1527
+ "input": {
1528
+ "shape": "UpdateInputDeviceRequest"
1529
+ },
1530
+ "output": {
1531
+ "shape": "UpdateInputDeviceResponse"
1532
+ },
1533
+ "errors": [
1534
+ {
1535
+ "shape": "BadRequestException"
1536
+ },
1537
+ {
1538
+ "shape": "UnprocessableEntityException"
1539
+ },
1540
+ {
1541
+ "shape": "InternalServerErrorException"
1542
+ },
1543
+ {
1544
+ "shape": "ForbiddenException"
1545
+ },
1546
+ {
1547
+ "shape": "BadGatewayException"
1548
+ },
1549
+ {
1550
+ "shape": "NotFoundException"
1551
+ },
1552
+ {
1553
+ "shape": "GatewayTimeoutException"
1554
+ },
1555
+ {
1556
+ "shape": "TooManyRequestsException"
1557
+ }
1558
+ ]
1559
+ },
1449
1560
  "UpdateInputSecurityGroup": {
1450
1561
  "name": "UpdateInputSecurityGroup",
1451
1562
  "http": {
@@ -2938,6 +3049,10 @@
2938
3049
  "shape": "__listOfInputDestinationRequest",
2939
3050
  "locationName": "destinations"
2940
3051
  },
3052
+ "InputDevices": {
3053
+ "shape": "__listOfInputDeviceSettings",
3054
+ "locationName": "inputDevices"
3055
+ },
2941
3056
  "InputSecurityGroups": {
2942
3057
  "shape": "__listOf__string",
2943
3058
  "locationName": "inputSecurityGroups"
@@ -2984,6 +3099,10 @@
2984
3099
  "shape": "__listOfInputDestinationRequest",
2985
3100
  "locationName": "destinations"
2986
3101
  },
3102
+ "InputDevices": {
3103
+ "shape": "__listOfInputDeviceSettings",
3104
+ "locationName": "inputDevices"
3105
+ },
2987
3106
  "InputSecurityGroups": {
2988
3107
  "shape": "__listOf__string",
2989
3108
  "locationName": "inputSecurityGroups"
@@ -3658,6 +3777,64 @@
3658
3777
  }
3659
3778
  }
3660
3779
  },
3780
+ "DescribeInputDeviceRequest": {
3781
+ "type": "structure",
3782
+ "members": {
3783
+ "InputDeviceId": {
3784
+ "shape": "__string",
3785
+ "location": "uri",
3786
+ "locationName": "inputDeviceId"
3787
+ }
3788
+ },
3789
+ "required": [
3790
+ "InputDeviceId"
3791
+ ]
3792
+ },
3793
+ "DescribeInputDeviceResponse": {
3794
+ "type": "structure",
3795
+ "members": {
3796
+ "Arn": {
3797
+ "shape": "__string",
3798
+ "locationName": "arn"
3799
+ },
3800
+ "ConnectionState": {
3801
+ "shape": "InputDeviceConnectionState",
3802
+ "locationName": "connectionState"
3803
+ },
3804
+ "DeviceSettingsSyncState": {
3805
+ "shape": "DeviceSettingsSyncState",
3806
+ "locationName": "deviceSettingsSyncState"
3807
+ },
3808
+ "HdDeviceSettings": {
3809
+ "shape": "InputDeviceHdSettings",
3810
+ "locationName": "hdDeviceSettings"
3811
+ },
3812
+ "Id": {
3813
+ "shape": "__string",
3814
+ "locationName": "id"
3815
+ },
3816
+ "MacAddress": {
3817
+ "shape": "__string",
3818
+ "locationName": "macAddress"
3819
+ },
3820
+ "Name": {
3821
+ "shape": "__string",
3822
+ "locationName": "name"
3823
+ },
3824
+ "NetworkSettings": {
3825
+ "shape": "InputDeviceNetworkSettings",
3826
+ "locationName": "networkSettings"
3827
+ },
3828
+ "SerialNumber": {
3829
+ "shape": "__string",
3830
+ "locationName": "serialNumber"
3831
+ },
3832
+ "Type": {
3833
+ "shape": "InputDeviceType",
3834
+ "locationName": "type"
3835
+ }
3836
+ }
3837
+ },
3661
3838
  "DescribeInputRequest": {
3662
3839
  "type": "structure",
3663
3840
  "members": {
@@ -3694,6 +3871,10 @@
3694
3871
  "shape": "InputClass",
3695
3872
  "locationName": "inputClass"
3696
3873
  },
3874
+ "InputDevices": {
3875
+ "shape": "__listOfInputDeviceSettings",
3876
+ "locationName": "inputDevices"
3877
+ },
3697
3878
  "InputSourceType": {
3698
3879
  "shape": "InputSourceType",
3699
3880
  "locationName": "inputSourceType"
@@ -4060,6 +4241,13 @@
4060
4241
  }
4061
4242
  }
4062
4243
  },
4244
+ "DeviceSettingsSyncState": {
4245
+ "type": "string",
4246
+ "enum": [
4247
+ "SYNCED",
4248
+ "SYNCING"
4249
+ ]
4250
+ },
4063
4251
  "DvbNitSettings": {
4064
4252
  "type": "structure",
4065
4253
  "members": {
@@ -5997,6 +6185,10 @@
5997
6185
  "shape": "InputClass",
5998
6186
  "locationName": "inputClass"
5999
6187
  },
6188
+ "InputDevices": {
6189
+ "shape": "__listOfInputDeviceSettings",
6190
+ "locationName": "inputDevices"
6191
+ },
6000
6192
  "InputSourceType": {
6001
6193
  "shape": "InputSourceType",
6002
6194
  "locationName": "inputSourceType"
@@ -6165,6 +6357,251 @@
6165
6357
  }
6166
6358
  }
6167
6359
  },
6360
+ "InputDevice": {
6361
+ "type": "structure",
6362
+ "members": {
6363
+ "Arn": {
6364
+ "shape": "__string",
6365
+ "locationName": "arn"
6366
+ },
6367
+ "ConnectionState": {
6368
+ "shape": "InputDeviceConnectionState",
6369
+ "locationName": "connectionState"
6370
+ },
6371
+ "DeviceSettingsSyncState": {
6372
+ "shape": "DeviceSettingsSyncState",
6373
+ "locationName": "deviceSettingsSyncState"
6374
+ },
6375
+ "HdDeviceSettings": {
6376
+ "shape": "InputDeviceHdSettings",
6377
+ "locationName": "hdDeviceSettings"
6378
+ },
6379
+ "Id": {
6380
+ "shape": "__string",
6381
+ "locationName": "id"
6382
+ },
6383
+ "MacAddress": {
6384
+ "shape": "__string",
6385
+ "locationName": "macAddress"
6386
+ },
6387
+ "Name": {
6388
+ "shape": "__string",
6389
+ "locationName": "name"
6390
+ },
6391
+ "NetworkSettings": {
6392
+ "shape": "InputDeviceNetworkSettings",
6393
+ "locationName": "networkSettings"
6394
+ },
6395
+ "SerialNumber": {
6396
+ "shape": "__string",
6397
+ "locationName": "serialNumber"
6398
+ },
6399
+ "Type": {
6400
+ "shape": "InputDeviceType",
6401
+ "locationName": "type"
6402
+ }
6403
+ }
6404
+ },
6405
+ "InputDeviceActiveInput": {
6406
+ "type": "string",
6407
+ "enum": [
6408
+ "HDMI",
6409
+ "SDI"
6410
+ ]
6411
+ },
6412
+ "InputDeviceConfigurableSettings": {
6413
+ "type": "structure",
6414
+ "members": {
6415
+ "ConfiguredInput": {
6416
+ "shape": "InputDeviceConfiguredInput",
6417
+ "locationName": "configuredInput"
6418
+ },
6419
+ "MaxBitrate": {
6420
+ "shape": "__integer",
6421
+ "locationName": "maxBitrate"
6422
+ }
6423
+ }
6424
+ },
6425
+ "InputDeviceConfigurationValidationError": {
6426
+ "type": "structure",
6427
+ "members": {
6428
+ "Message": {
6429
+ "shape": "__string",
6430
+ "locationName": "message"
6431
+ },
6432
+ "ValidationErrors": {
6433
+ "shape": "__listOfValidationError",
6434
+ "locationName": "validationErrors"
6435
+ }
6436
+ }
6437
+ },
6438
+ "InputDeviceConfiguredInput": {
6439
+ "type": "string",
6440
+ "enum": [
6441
+ "AUTO",
6442
+ "HDMI",
6443
+ "SDI"
6444
+ ]
6445
+ },
6446
+ "InputDeviceConnectionState": {
6447
+ "type": "string",
6448
+ "enum": [
6449
+ "DISCONNECTED",
6450
+ "CONNECTED"
6451
+ ]
6452
+ },
6453
+ "InputDeviceHdSettings": {
6454
+ "type": "structure",
6455
+ "members": {
6456
+ "ActiveInput": {
6457
+ "shape": "InputDeviceActiveInput",
6458
+ "locationName": "activeInput"
6459
+ },
6460
+ "ConfiguredInput": {
6461
+ "shape": "InputDeviceConfiguredInput",
6462
+ "locationName": "configuredInput"
6463
+ },
6464
+ "DeviceState": {
6465
+ "shape": "InputDeviceState",
6466
+ "locationName": "deviceState"
6467
+ },
6468
+ "Framerate": {
6469
+ "shape": "__double",
6470
+ "locationName": "framerate"
6471
+ },
6472
+ "Height": {
6473
+ "shape": "__integer",
6474
+ "locationName": "height"
6475
+ },
6476
+ "MaxBitrate": {
6477
+ "shape": "__integer",
6478
+ "locationName": "maxBitrate"
6479
+ },
6480
+ "ScanType": {
6481
+ "shape": "InputDeviceScanType",
6482
+ "locationName": "scanType"
6483
+ },
6484
+ "Width": {
6485
+ "shape": "__integer",
6486
+ "locationName": "width"
6487
+ }
6488
+ }
6489
+ },
6490
+ "InputDeviceIpScheme": {
6491
+ "type": "string",
6492
+ "enum": [
6493
+ "STATIC",
6494
+ "DHCP"
6495
+ ]
6496
+ },
6497
+ "InputDeviceNetworkSettings": {
6498
+ "type": "structure",
6499
+ "members": {
6500
+ "DnsAddresses": {
6501
+ "shape": "__listOf__string",
6502
+ "locationName": "dnsAddresses"
6503
+ },
6504
+ "Gateway": {
6505
+ "shape": "__string",
6506
+ "locationName": "gateway"
6507
+ },
6508
+ "IpAddress": {
6509
+ "shape": "__string",
6510
+ "locationName": "ipAddress"
6511
+ },
6512
+ "IpScheme": {
6513
+ "shape": "InputDeviceIpScheme",
6514
+ "locationName": "ipScheme"
6515
+ },
6516
+ "SubnetMask": {
6517
+ "shape": "__string",
6518
+ "locationName": "subnetMask"
6519
+ }
6520
+ }
6521
+ },
6522
+ "InputDeviceRequest": {
6523
+ "type": "structure",
6524
+ "members": {
6525
+ "Id": {
6526
+ "shape": "__string",
6527
+ "locationName": "id"
6528
+ }
6529
+ }
6530
+ },
6531
+ "InputDeviceScanType": {
6532
+ "type": "string",
6533
+ "enum": [
6534
+ "INTERLACED",
6535
+ "PROGRESSIVE"
6536
+ ]
6537
+ },
6538
+ "InputDeviceSettings": {
6539
+ "type": "structure",
6540
+ "members": {
6541
+ "Id": {
6542
+ "shape": "__string",
6543
+ "locationName": "id"
6544
+ }
6545
+ }
6546
+ },
6547
+ "InputDeviceState": {
6548
+ "type": "string",
6549
+ "enum": [
6550
+ "IDLE",
6551
+ "STREAMING"
6552
+ ]
6553
+ },
6554
+ "InputDeviceSummary": {
6555
+ "type": "structure",
6556
+ "members": {
6557
+ "Arn": {
6558
+ "shape": "__string",
6559
+ "locationName": "arn"
6560
+ },
6561
+ "ConnectionState": {
6562
+ "shape": "InputDeviceConnectionState",
6563
+ "locationName": "connectionState"
6564
+ },
6565
+ "DeviceSettingsSyncState": {
6566
+ "shape": "DeviceSettingsSyncState",
6567
+ "locationName": "deviceSettingsSyncState"
6568
+ },
6569
+ "HdDeviceSettings": {
6570
+ "shape": "InputDeviceHdSettings",
6571
+ "locationName": "hdDeviceSettings"
6572
+ },
6573
+ "Id": {
6574
+ "shape": "__string",
6575
+ "locationName": "id"
6576
+ },
6577
+ "MacAddress": {
6578
+ "shape": "__string",
6579
+ "locationName": "macAddress"
6580
+ },
6581
+ "Name": {
6582
+ "shape": "__string",
6583
+ "locationName": "name"
6584
+ },
6585
+ "NetworkSettings": {
6586
+ "shape": "InputDeviceNetworkSettings",
6587
+ "locationName": "networkSettings"
6588
+ },
6589
+ "SerialNumber": {
6590
+ "shape": "__string",
6591
+ "locationName": "serialNumber"
6592
+ },
6593
+ "Type": {
6594
+ "shape": "InputDeviceType",
6595
+ "locationName": "type"
6596
+ }
6597
+ }
6598
+ },
6599
+ "InputDeviceType": {
6600
+ "type": "string",
6601
+ "enum": [
6602
+ "HD"
6603
+ ]
6604
+ },
6168
6605
  "InputFilter": {
6169
6606
  "type": "string",
6170
6607
  "enum": [
@@ -6359,6 +6796,10 @@
6359
6796
  "shape": "NetworkInputSettings",
6360
6797
  "locationName": "networkInputSettings"
6361
6798
  },
6799
+ "Smpte2038DataPreference": {
6800
+ "shape": "Smpte2038DataPreference",
6801
+ "locationName": "smpte2038DataPreference"
6802
+ },
6362
6803
  "SourceEndBehavior": {
6363
6804
  "shape": "InputSourceEndBehavior",
6364
6805
  "locationName": "sourceEndBehavior"
@@ -6480,7 +6921,8 @@
6480
6921
  "RTMP_PULL",
6481
6922
  "URL_PULL",
6482
6923
  "MP4_FILE",
6483
- "MEDIACONNECT"
6924
+ "MEDIACONNECT",
6925
+ "INPUT_DEVICE"
6484
6926
  ]
6485
6927
  },
6486
6928
  "InputVpcRequest": {
@@ -6614,6 +7056,47 @@
6614
7056
  }
6615
7057
  }
6616
7058
  },
7059
+ "ListInputDevicesRequest": {
7060
+ "type": "structure",
7061
+ "members": {
7062
+ "MaxResults": {
7063
+ "shape": "MaxResults",
7064
+ "location": "querystring",
7065
+ "locationName": "maxResults"
7066
+ },
7067
+ "NextToken": {
7068
+ "shape": "__string",
7069
+ "location": "querystring",
7070
+ "locationName": "nextToken"
7071
+ }
7072
+ }
7073
+ },
7074
+ "ListInputDevicesResponse": {
7075
+ "type": "structure",
7076
+ "members": {
7077
+ "InputDevices": {
7078
+ "shape": "__listOfInputDeviceSummary",
7079
+ "locationName": "inputDevices"
7080
+ },
7081
+ "NextToken": {
7082
+ "shape": "__string",
7083
+ "locationName": "nextToken"
7084
+ }
7085
+ }
7086
+ },
7087
+ "ListInputDevicesResultModel": {
7088
+ "type": "structure",
7089
+ "members": {
7090
+ "InputDevices": {
7091
+ "shape": "__listOfInputDeviceSummary",
7092
+ "locationName": "inputDevices"
7093
+ },
7094
+ "NextToken": {
7095
+ "shape": "__string",
7096
+ "locationName": "nextToken"
7097
+ }
7098
+ }
7099
+ },
6617
7100
  "ListInputSecurityGroupsRequest": {
6618
7101
  "type": "structure",
6619
7102
  "members": {
@@ -7651,7 +8134,7 @@
7651
8134
  "locationName": "message"
7652
8135
  },
7653
8136
  "ValidationErrors": {
7654
- "shape": "__listOfMultiplexValidationError",
8137
+ "shape": "__listOfValidationError",
7655
8138
  "locationName": "validationErrors"
7656
8139
  }
7657
8140
  }
@@ -7938,19 +8421,6 @@
7938
8421
  }
7939
8422
  }
7940
8423
  },
7941
- "MultiplexValidationError": {
7942
- "type": "structure",
7943
- "members": {
7944
- "ElementPath": {
7945
- "shape": "__string",
7946
- "locationName": "elementPath"
7947
- },
7948
- "ErrorMessage": {
7949
- "shape": "__string",
7950
- "locationName": "errorMessage"
7951
- }
7952
- }
7953
- },
7954
8424
  "MultiplexVideoSettings": {
7955
8425
  "type": "structure",
7956
8426
  "members": {
@@ -9141,6 +9611,13 @@
9141
9611
  "USE_EVENT_START_DATE"
9142
9612
  ]
9143
9613
  },
9614
+ "Smpte2038DataPreference": {
9615
+ "type": "string",
9616
+ "enum": [
9617
+ "IGNORE",
9618
+ "PREFER"
9619
+ ]
9620
+ },
9144
9621
  "SmpteTtDestinationSettings": {
9145
9622
  "type": "structure",
9146
9623
  "members": {
@@ -9591,13 +10068,6 @@
9591
10068
  "enum": [
9592
10069
  "AUTO",
9593
10070
  "STRENGTH_1",
9594
- "STRENGTH_10",
9595
- "STRENGTH_11",
9596
- "STRENGTH_12",
9597
- "STRENGTH_13",
9598
- "STRENGTH_14",
9599
- "STRENGTH_15",
9600
- "STRENGTH_16",
9601
10071
  "STRENGTH_2",
9602
10072
  "STRENGTH_3",
9603
10073
  "STRENGTH_4",
@@ -9605,7 +10075,14 @@
9605
10075
  "STRENGTH_6",
9606
10076
  "STRENGTH_7",
9607
10077
  "STRENGTH_8",
9608
- "STRENGTH_9"
10078
+ "STRENGTH_9",
10079
+ "STRENGTH_10",
10080
+ "STRENGTH_11",
10081
+ "STRENGTH_12",
10082
+ "STRENGTH_13",
10083
+ "STRENGTH_14",
10084
+ "STRENGTH_15",
10085
+ "STRENGTH_16"
9609
10086
  ]
9610
10087
  },
9611
10088
  "TimecodeConfig": {
@@ -9883,6 +10360,10 @@
9883
10360
  "shape": "__listOfInputDestinationRequest",
9884
10361
  "locationName": "destinations"
9885
10362
  },
10363
+ "InputDevices": {
10364
+ "shape": "__listOfInputDeviceRequest",
10365
+ "locationName": "inputDevices"
10366
+ },
9886
10367
  "InputSecurityGroups": {
9887
10368
  "shape": "__listOf__string",
9888
10369
  "locationName": "inputSecurityGroups"
@@ -9905,6 +10386,85 @@
9905
10386
  }
9906
10387
  }
9907
10388
  },
10389
+ "UpdateInputDevice": {
10390
+ "type": "structure",
10391
+ "members": {
10392
+ "HdDeviceSettings": {
10393
+ "shape": "InputDeviceConfigurableSettings",
10394
+ "locationName": "hdDeviceSettings"
10395
+ },
10396
+ "Name": {
10397
+ "shape": "__string",
10398
+ "locationName": "name"
10399
+ }
10400
+ }
10401
+ },
10402
+ "UpdateInputDeviceRequest": {
10403
+ "type": "structure",
10404
+ "members": {
10405
+ "HdDeviceSettings": {
10406
+ "shape": "InputDeviceConfigurableSettings",
10407
+ "locationName": "hdDeviceSettings"
10408
+ },
10409
+ "InputDeviceId": {
10410
+ "shape": "__string",
10411
+ "location": "uri",
10412
+ "locationName": "inputDeviceId"
10413
+ },
10414
+ "Name": {
10415
+ "shape": "__string",
10416
+ "locationName": "name"
10417
+ }
10418
+ },
10419
+ "required": [
10420
+ "InputDeviceId"
10421
+ ]
10422
+ },
10423
+ "UpdateInputDeviceResponse": {
10424
+ "type": "structure",
10425
+ "members": {
10426
+ "Arn": {
10427
+ "shape": "__string",
10428
+ "locationName": "arn"
10429
+ },
10430
+ "ConnectionState": {
10431
+ "shape": "InputDeviceConnectionState",
10432
+ "locationName": "connectionState"
10433
+ },
10434
+ "DeviceSettingsSyncState": {
10435
+ "shape": "DeviceSettingsSyncState",
10436
+ "locationName": "deviceSettingsSyncState"
10437
+ },
10438
+ "HdDeviceSettings": {
10439
+ "shape": "InputDeviceHdSettings",
10440
+ "locationName": "hdDeviceSettings"
10441
+ },
10442
+ "Id": {
10443
+ "shape": "__string",
10444
+ "locationName": "id"
10445
+ },
10446
+ "MacAddress": {
10447
+ "shape": "__string",
10448
+ "locationName": "macAddress"
10449
+ },
10450
+ "Name": {
10451
+ "shape": "__string",
10452
+ "locationName": "name"
10453
+ },
10454
+ "NetworkSettings": {
10455
+ "shape": "InputDeviceNetworkSettings",
10456
+ "locationName": "networkSettings"
10457
+ },
10458
+ "SerialNumber": {
10459
+ "shape": "__string",
10460
+ "locationName": "serialNumber"
10461
+ },
10462
+ "Type": {
10463
+ "shape": "InputDeviceType",
10464
+ "locationName": "type"
10465
+ }
10466
+ }
10467
+ },
9908
10468
  "UpdateInputRequest": {
9909
10469
  "type": "structure",
9910
10470
  "members": {
@@ -9912,6 +10472,10 @@
9912
10472
  "shape": "__listOfInputDestinationRequest",
9913
10473
  "locationName": "destinations"
9914
10474
  },
10475
+ "InputDevices": {
10476
+ "shape": "__listOfInputDeviceRequest",
10477
+ "locationName": "inputDevices"
10478
+ },
9915
10479
  "InputId": {
9916
10480
  "shape": "__string",
9917
10481
  "location": "uri",
@@ -10637,6 +11201,24 @@
10637
11201
  "shape": "InputDestinationRequest"
10638
11202
  }
10639
11203
  },
11204
+ "__listOfInputDeviceRequest": {
11205
+ "type": "list",
11206
+ "member": {
11207
+ "shape": "InputDeviceRequest"
11208
+ }
11209
+ },
11210
+ "__listOfInputDeviceSettings": {
11211
+ "type": "list",
11212
+ "member": {
11213
+ "shape": "InputDeviceSettings"
11214
+ }
11215
+ },
11216
+ "__listOfInputDeviceSummary": {
11217
+ "type": "list",
11218
+ "member": {
11219
+ "shape": "InputDeviceSummary"
11220
+ }
11221
+ },
10640
11222
  "__listOfInputSecurityGroup": {
10641
11223
  "type": "list",
10642
11224
  "member": {
@@ -10703,12 +11285,6 @@
10703
11285
  "shape": "MultiplexSummary"
10704
11286
  }
10705
11287
  },
10706
- "__listOfMultiplexValidationError": {
10707
- "type": "list",
10708
- "member": {
10709
- "shape": "MultiplexValidationError"
10710
- }
10711
- },
10712
11288
  "__listOfOffering": {
10713
11289
  "type": "list",
10714
11290
  "member": {