@aws-sdk/client-iot-managed-integrations 3.943.0 → 3.946.0

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.
Files changed (127) hide show
  1. package/dist-cjs/index.js +155 -734
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/IoTManagedIntegrationsClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +155 -734
  8. package/dist-types/IoTManagedIntegrations.d.ts +1 -1
  9. package/dist-types/IoTManagedIntegrationsClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateAccountAssociationCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateCloudConnectorCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateConnectorDestinationCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateCredentialLockerCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateDestinationCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateEventLogConfigurationCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateManagedThingCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateOtaTaskCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateOtaTaskConfigurationCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateProvisioningProfileCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteAccountAssociationCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteCloudConnectorCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteConnectorDestinationCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteCredentialLockerCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteDestinationCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteEventLogConfigurationCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteManagedThingCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteOtaTaskCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteOtaTaskConfigurationCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteProvisioningProfileCommand.d.ts +3 -3
  34. package/dist-types/commands/DeregisterAccountAssociationCommand.d.ts +3 -3
  35. package/dist-types/commands/GetAccountAssociationCommand.d.ts +3 -3
  36. package/dist-types/commands/GetCloudConnectorCommand.d.ts +3 -3
  37. package/dist-types/commands/GetConnectorDestinationCommand.d.ts +3 -3
  38. package/dist-types/commands/GetCredentialLockerCommand.d.ts +3 -3
  39. package/dist-types/commands/GetCustomEndpointCommand.d.ts +3 -3
  40. package/dist-types/commands/GetDefaultEncryptionConfigurationCommand.d.ts +3 -3
  41. package/dist-types/commands/GetDestinationCommand.d.ts +3 -3
  42. package/dist-types/commands/GetDeviceDiscoveryCommand.d.ts +3 -3
  43. package/dist-types/commands/GetEventLogConfigurationCommand.d.ts +3 -3
  44. package/dist-types/commands/GetHubConfigurationCommand.d.ts +3 -3
  45. package/dist-types/commands/GetManagedThingCapabilitiesCommand.d.ts +3 -3
  46. package/dist-types/commands/GetManagedThingCertificateCommand.d.ts +3 -3
  47. package/dist-types/commands/GetManagedThingCommand.d.ts +3 -3
  48. package/dist-types/commands/GetManagedThingConnectivityDataCommand.d.ts +3 -3
  49. package/dist-types/commands/GetManagedThingMetaDataCommand.d.ts +3 -3
  50. package/dist-types/commands/GetManagedThingStateCommand.d.ts +3 -3
  51. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -3
  52. package/dist-types/commands/GetOtaTaskCommand.d.ts +3 -3
  53. package/dist-types/commands/GetOtaTaskConfigurationCommand.d.ts +3 -3
  54. package/dist-types/commands/GetProvisioningProfileCommand.d.ts +3 -3
  55. package/dist-types/commands/GetRuntimeLogConfigurationCommand.d.ts +3 -3
  56. package/dist-types/commands/GetSchemaVersionCommand.d.ts +3 -3
  57. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +3 -3
  58. package/dist-types/commands/ListCloudConnectorsCommand.d.ts +3 -3
  59. package/dist-types/commands/ListConnectorDestinationsCommand.d.ts +3 -3
  60. package/dist-types/commands/ListCredentialLockersCommand.d.ts +3 -3
  61. package/dist-types/commands/ListDestinationsCommand.d.ts +3 -3
  62. package/dist-types/commands/ListDeviceDiscoveriesCommand.d.ts +3 -3
  63. package/dist-types/commands/ListDiscoveredDevicesCommand.d.ts +3 -3
  64. package/dist-types/commands/ListEventLogConfigurationsCommand.d.ts +3 -3
  65. package/dist-types/commands/ListManagedThingAccountAssociationsCommand.d.ts +3 -3
  66. package/dist-types/commands/ListManagedThingSchemasCommand.d.ts +3 -3
  67. package/dist-types/commands/ListManagedThingsCommand.d.ts +3 -3
  68. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +3 -3
  69. package/dist-types/commands/ListOtaTaskConfigurationsCommand.d.ts +3 -3
  70. package/dist-types/commands/ListOtaTaskExecutionsCommand.d.ts +3 -3
  71. package/dist-types/commands/ListOtaTasksCommand.d.ts +3 -3
  72. package/dist-types/commands/ListProvisioningProfilesCommand.d.ts +3 -3
  73. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +3 -3
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  75. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +3 -3
  76. package/dist-types/commands/PutHubConfigurationCommand.d.ts +3 -3
  77. package/dist-types/commands/PutRuntimeLogConfigurationCommand.d.ts +3 -3
  78. package/dist-types/commands/RegisterAccountAssociationCommand.d.ts +3 -3
  79. package/dist-types/commands/RegisterCustomEndpointCommand.d.ts +3 -3
  80. package/dist-types/commands/ResetRuntimeLogConfigurationCommand.d.ts +3 -3
  81. package/dist-types/commands/SendConnectorEventCommand.d.ts +3 -3
  82. package/dist-types/commands/SendManagedThingCommandCommand.d.ts +3 -3
  83. package/dist-types/commands/StartAccountAssociationRefreshCommand.d.ts +3 -3
  84. package/dist-types/commands/StartDeviceDiscoveryCommand.d.ts +3 -3
  85. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  86. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  87. package/dist-types/commands/UpdateAccountAssociationCommand.d.ts +3 -3
  88. package/dist-types/commands/UpdateCloudConnectorCommand.d.ts +3 -3
  89. package/dist-types/commands/UpdateConnectorDestinationCommand.d.ts +3 -3
  90. package/dist-types/commands/UpdateDestinationCommand.d.ts +3 -3
  91. package/dist-types/commands/UpdateEventLogConfigurationCommand.d.ts +3 -3
  92. package/dist-types/commands/UpdateManagedThingCommand.d.ts +3 -3
  93. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -3
  94. package/dist-types/commands/UpdateOtaTaskCommand.d.ts +3 -3
  95. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  96. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  97. package/dist-types/extensionConfiguration.d.ts +4 -4
  98. package/dist-types/models/IoTManagedIntegrationsServiceException.d.ts +1 -1
  99. package/dist-types/models/errors.d.ts +1 -1
  100. package/dist-types/pagination/Interfaces.d.ts +1 -1
  101. package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListCloudConnectorsPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListConnectorDestinationsPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListCredentialLockersPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListDestinationsPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListDeviceDiscoveriesPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListDiscoveredDevicesPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListEventLogConfigurationsPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListManagedThingSchemasPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListManagedThingsPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListNotificationConfigurationsPaginator.d.ts +1 -1
  113. package/dist-types/pagination/ListOtaTaskConfigurationsPaginator.d.ts +1 -1
  114. package/dist-types/pagination/ListOtaTaskExecutionsPaginator.d.ts +1 -1
  115. package/dist-types/pagination/ListOtaTasksPaginator.d.ts +1 -1
  116. package/dist-types/pagination/ListProvisioningProfilesPaginator.d.ts +1 -1
  117. package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
  118. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  119. package/dist-types/runtimeConfig.d.ts +1 -1
  120. package/dist-types/runtimeConfig.native.d.ts +1 -1
  121. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  122. package/dist-types/runtimeExtensions.d.ts +1 -1
  123. package/dist-types/schemas/schemas_0.d.ts +1 -1
  124. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +3 -3
  125. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  126. package/dist-types/ts3.4/models/IoTManagedIntegrationsServiceException.d.ts +1 -1
  127. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -889,17 +889,7 @@ var SerialNumber = [0, n0, _SN, 8, 0];
889
889
  var ThirdPartyUserId = [0, n0, _TPUI, 8, 0];
890
890
  var UniversalProductCode = [0, n0, _UPC, 8, 0];
891
891
  var AbortConfigCriteria = [3, n0, _ACC, 0, [_A, _FT, _MNOET, _TP], [0, 0, 1, 1]];
892
- var AccessDeniedException = [
893
- -3,
894
- n0,
895
- _ADE,
896
- {
897
- [_e]: _c,
898
- [_hE]: 403,
899
- },
900
- [_Me],
901
- [0],
902
- ];
892
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_Me], [0]];
903
893
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
904
894
  var AccountAssociationItem = [
905
895
  3,
@@ -955,17 +945,7 @@ var CommandCapability = [
955
945
  var CommandEndpoint = [3, n0, _CE, 0, [_eI, _ca], [0, [() => CommandCapabilities, 0]]];
956
946
  var ConfigurationError = [3, n0, _CEo, 0, [_co, _m], [0, 0]];
957
947
  var ConfigurationStatus = [3, n0, _CS, 0, [_e, _s], [() => ConfigurationError, 0]];
958
- var ConflictException = [
959
- -3,
960
- n0,
961
- _CEon,
962
- {
963
- [_e]: _c,
964
- [_hE]: 409,
965
- },
966
- [_Me],
967
- [0],
968
- ];
948
+ var ConflictException = [-3, n0, _CEon, { [_e]: _c, [_hE]: 409 }, [_Me], [0]];
969
949
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
970
950
  var ConnectorDestinationSummary = [3, n0, _CDS, 0, [_N, _D, _CCI, _I], [0, 0, 0, 0]];
971
951
  var ConnectorItem = [
@@ -1145,12 +1125,7 @@ var DeleteManagedThingRequest = [
1145
1125
  [_Id, _Fo],
1146
1126
  [
1147
1127
  [0, 1],
1148
- [
1149
- 2,
1150
- {
1151
- [_hQ]: _Fo,
1152
- },
1153
- ],
1128
+ [2, { [_hQ]: _Fo }],
1154
1129
  ],
1155
1130
  ];
1156
1131
  var DeleteNotificationConfigurationRequest = [3, n0, _DNCR, 0, [_ETv], [[0, 1]]];
@@ -1437,12 +1412,7 @@ var GetSchemaVersionRequest = [
1437
1412
  [
1438
1413
  [0, 1],
1439
1414
  [0, 1],
1440
- [
1441
- 0,
1442
- {
1443
- [_hQ]: _F,
1444
- },
1445
- ],
1415
+ [0, { [_hQ]: _F }],
1446
1416
  ],
1447
1417
  ];
1448
1418
  var GetSchemaVersionResponse = [
@@ -1453,54 +1423,14 @@ var GetSchemaVersionResponse = [
1453
1423
  [_SI, _T, _D, _Na, _SV, _V, _S],
1454
1424
  [0, 0, 0, 0, 0, 0, 15],
1455
1425
  ];
1456
- var InternalFailureException = [
1457
- -3,
1458
- n0,
1459
- _IFE,
1460
- {
1461
- [_e]: _se,
1462
- [_hE]: 500,
1463
- },
1464
- [_Me],
1465
- [0],
1466
- ];
1426
+ var InternalFailureException = [-3, n0, _IFE, { [_e]: _se, [_hE]: 500 }, [_Me], [0]];
1467
1427
  schema.TypeRegistry.for(n0).registerError(InternalFailureException, InternalFailureException$1);
1468
- var InternalServerException = [
1469
- -3,
1470
- n0,
1471
- _ISE,
1472
- {
1473
- [_e]: _se,
1474
- [_hE]: 500,
1475
- },
1476
- [_Me],
1477
- [0],
1478
- ];
1428
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_Me], [0]];
1479
1429
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1480
- var InvalidRequestException = [
1481
- -3,
1482
- n0,
1483
- _IRE,
1484
- {
1485
- [_e]: _c,
1486
- [_hE]: 400,
1487
- },
1488
- [_Me],
1489
- [0],
1490
- ];
1430
+ var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_Me], [0]];
1491
1431
  schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
1492
1432
  var LambdaConfig = [3, n0, _LC, 0, [_ar], [0]];
1493
- var LimitExceededException = [
1494
- -3,
1495
- n0,
1496
- _LEE,
1497
- {
1498
- [_e]: _c,
1499
- [_hE]: 410,
1500
- },
1501
- [_Me],
1502
- [0],
1503
- ];
1433
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 410 }, [_Me], [0]];
1504
1434
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1505
1435
  var ListAccountAssociationsRequest = [
1506
1436
  3,
@@ -1509,24 +1439,9 @@ var ListAccountAssociationsRequest = [
1509
1439
  0,
1510
1440
  [_CDIo, _MR, _NT],
1511
1441
  [
1512
- [
1513
- 0,
1514
- {
1515
- [_hQ]: _CDIo,
1516
- },
1517
- ],
1518
- [
1519
- 1,
1520
- {
1521
- [_hQ]: _MR,
1522
- },
1523
- ],
1524
- [
1525
- 0,
1526
- {
1527
- [_hQ]: _NT,
1528
- },
1529
- ],
1442
+ [0, { [_hQ]: _CDIo }],
1443
+ [1, { [_hQ]: _MR }],
1444
+ [0, { [_hQ]: _NT }],
1530
1445
  ],
1531
1446
  ];
1532
1447
  var ListAccountAssociationsResponse = [
@@ -1544,30 +1459,10 @@ var ListCloudConnectorsRequest = [
1544
1459
  0,
1545
1460
  [_T, _LA, _MR, _NT],
1546
1461
  [
1547
- [
1548
- 0,
1549
- {
1550
- [_hQ]: _T,
1551
- },
1552
- ],
1553
- [
1554
- 0,
1555
- {
1556
- [_hQ]: _LA,
1557
- },
1558
- ],
1559
- [
1560
- 1,
1561
- {
1562
- [_hQ]: _MR,
1563
- },
1564
- ],
1565
- [
1566
- 0,
1567
- {
1568
- [_hQ]: _NT,
1569
- },
1570
- ],
1462
+ [0, { [_hQ]: _T }],
1463
+ [0, { [_hQ]: _LA }],
1464
+ [1, { [_hQ]: _MR }],
1465
+ [0, { [_hQ]: _NT }],
1571
1466
  ],
1572
1467
  ];
1573
1468
  var ListCloudConnectorsResponse = [
@@ -1585,24 +1480,9 @@ var ListConnectorDestinationsRequest = [
1585
1480
  0,
1586
1481
  [_CCI, _NT, _MR],
1587
1482
  [
1588
- [
1589
- 0,
1590
- {
1591
- [_hQ]: _CCI,
1592
- },
1593
- ],
1594
- [
1595
- 0,
1596
- {
1597
- [_hQ]: _NT,
1598
- },
1599
- ],
1600
- [
1601
- 1,
1602
- {
1603
- [_hQ]: _MR,
1604
- },
1605
- ],
1483
+ [0, { [_hQ]: _CCI }],
1484
+ [0, { [_hQ]: _NT }],
1485
+ [1, { [_hQ]: _MR }],
1606
1486
  ],
1607
1487
  ];
1608
1488
  var ListConnectorDestinationsResponse = [
@@ -1620,18 +1500,8 @@ var ListCredentialLockersRequest = [
1620
1500
  0,
1621
1501
  [_NT, _MR],
1622
1502
  [
1623
- [
1624
- 0,
1625
- {
1626
- [_hQ]: _NT,
1627
- },
1628
- ],
1629
- [
1630
- 1,
1631
- {
1632
- [_hQ]: _MR,
1633
- },
1634
- ],
1503
+ [0, { [_hQ]: _NT }],
1504
+ [1, { [_hQ]: _MR }],
1635
1505
  ],
1636
1506
  ];
1637
1507
  var ListCredentialLockersResponse = [
@@ -1649,18 +1519,8 @@ var ListDestinationsRequest = [
1649
1519
  0,
1650
1520
  [_NT, _MR],
1651
1521
  [
1652
- [
1653
- 0,
1654
- {
1655
- [_hQ]: _NT,
1656
- },
1657
- ],
1658
- [
1659
- 1,
1660
- {
1661
- [_hQ]: _MR,
1662
- },
1663
- ],
1522
+ [0, { [_hQ]: _NT }],
1523
+ [1, { [_hQ]: _MR }],
1664
1524
  ],
1665
1525
  ];
1666
1526
  var ListDestinationsResponse = [
@@ -1678,30 +1538,10 @@ var ListDeviceDiscoveriesRequest = [
1678
1538
  0,
1679
1539
  [_NT, _MR, _TF, _SF],
1680
1540
  [
1681
- [
1682
- 0,
1683
- {
1684
- [_hQ]: _NT,
1685
- },
1686
- ],
1687
- [
1688
- 1,
1689
- {
1690
- [_hQ]: _MR,
1691
- },
1692
- ],
1693
- [
1694
- 0,
1695
- {
1696
- [_hQ]: _TF,
1697
- },
1698
- ],
1699
- [
1700
- 0,
1701
- {
1702
- [_hQ]: _SF,
1703
- },
1704
- ],
1541
+ [0, { [_hQ]: _NT }],
1542
+ [1, { [_hQ]: _MR }],
1543
+ [0, { [_hQ]: _TF }],
1544
+ [0, { [_hQ]: _SF }],
1705
1545
  ],
1706
1546
  ];
1707
1547
  var ListDeviceDiscoveriesResponse = [
@@ -1720,18 +1560,8 @@ var ListDiscoveredDevicesRequest = [
1720
1560
  [_Id, _NT, _MR],
1721
1561
  [
1722
1562
  [0, 1],
1723
- [
1724
- 0,
1725
- {
1726
- [_hQ]: _NT,
1727
- },
1728
- ],
1729
- [
1730
- 1,
1731
- {
1732
- [_hQ]: _MR,
1733
- },
1734
- ],
1563
+ [0, { [_hQ]: _NT }],
1564
+ [1, { [_hQ]: _MR }],
1735
1565
  ],
1736
1566
  ];
1737
1567
  var ListDiscoveredDevicesResponse = [
@@ -1749,18 +1579,8 @@ var ListEventLogConfigurationsRequest = [
1749
1579
  0,
1750
1580
  [_NT, _MR],
1751
1581
  [
1752
- [
1753
- 0,
1754
- {
1755
- [_hQ]: _NT,
1756
- },
1757
- ],
1758
- [
1759
- 1,
1760
- {
1761
- [_hQ]: _MR,
1762
- },
1763
- ],
1582
+ [0, { [_hQ]: _NT }],
1583
+ [1, { [_hQ]: _MR }],
1764
1584
  ],
1765
1585
  ];
1766
1586
  var ListEventLogConfigurationsResponse = [
@@ -1778,30 +1598,10 @@ var ListManagedThingAccountAssociationsRequest = [
1778
1598
  0,
1779
1599
  [_MTI, _AAIc, _MR, _NT],
1780
1600
  [
1781
- [
1782
- 0,
1783
- {
1784
- [_hQ]: _MTI,
1785
- },
1786
- ],
1787
- [
1788
- 0,
1789
- {
1790
- [_hQ]: _AAIc,
1791
- },
1792
- ],
1793
- [
1794
- 1,
1795
- {
1796
- [_hQ]: _MR,
1797
- },
1798
- ],
1799
- [
1800
- 0,
1801
- {
1802
- [_hQ]: _NT,
1803
- },
1804
- ],
1601
+ [0, { [_hQ]: _MTI }],
1602
+ [0, { [_hQ]: _AAIc }],
1603
+ [1, { [_hQ]: _MR }],
1604
+ [0, { [_hQ]: _NT }],
1805
1605
  ],
1806
1606
  ];
1807
1607
  var ListManagedThingAccountAssociationsResponse = [
@@ -1820,30 +1620,10 @@ var ListManagedThingSchemasRequest = [
1820
1620
  [_Id, _EIF, _CIF, _NT, _MR],
1821
1621
  [
1822
1622
  [0, 1],
1823
- [
1824
- 0,
1825
- {
1826
- [_hQ]: _EIF,
1827
- },
1828
- ],
1829
- [
1830
- 0,
1831
- {
1832
- [_hQ]: _CIF,
1833
- },
1834
- ],
1835
- [
1836
- 0,
1837
- {
1838
- [_hQ]: _NT,
1839
- },
1840
- ],
1841
- [
1842
- 1,
1843
- {
1844
- [_hQ]: _MR,
1845
- },
1846
- ],
1623
+ [0, { [_hQ]: _EIF }],
1624
+ [0, { [_hQ]: _CIF }],
1625
+ [0, { [_hQ]: _NT }],
1626
+ [1, { [_hQ]: _MR }],
1847
1627
  ],
1848
1628
  ];
1849
1629
  var ListManagedThingSchemasResponse = [
@@ -1861,72 +1641,17 @@ var ListManagedThingsRequest = [
1861
1641
  0,
1862
1642
  [_OF, _CLF, _RF, _PCIF, _CPIF, _CDIF, _CDIFo, _SNF, _PSF, _NT, _MR],
1863
1643
  [
1864
- [
1865
- () => Owner,
1866
- {
1867
- [_hQ]: _OF,
1868
- },
1869
- ],
1870
- [
1871
- 0,
1872
- {
1873
- [_hQ]: _CLF,
1874
- },
1875
- ],
1876
- [
1877
- 0,
1878
- {
1879
- [_hQ]: _RF,
1880
- },
1881
- ],
1882
- [
1883
- 0,
1884
- {
1885
- [_hQ]: _PCIF,
1886
- },
1887
- ],
1888
- [
1889
- 0,
1890
- {
1891
- [_hQ]: _CPIF,
1892
- },
1893
- ],
1894
- [
1895
- 0,
1896
- {
1897
- [_hQ]: _CDIF,
1898
- },
1899
- ],
1900
- [
1901
- () => ConnectorDeviceId,
1902
- {
1903
- [_hQ]: _CDIFo,
1904
- },
1905
- ],
1906
- [
1907
- () => SerialNumber,
1908
- {
1909
- [_hQ]: _SNF,
1910
- },
1911
- ],
1912
- [
1913
- 0,
1914
- {
1915
- [_hQ]: _PSF,
1916
- },
1917
- ],
1918
- [
1919
- 0,
1920
- {
1921
- [_hQ]: _NT,
1922
- },
1923
- ],
1924
- [
1925
- 1,
1926
- {
1927
- [_hQ]: _MR,
1928
- },
1929
- ],
1644
+ [() => Owner, { [_hQ]: _OF }],
1645
+ [0, { [_hQ]: _CLF }],
1646
+ [0, { [_hQ]: _RF }],
1647
+ [0, { [_hQ]: _PCIF }],
1648
+ [0, { [_hQ]: _CPIF }],
1649
+ [0, { [_hQ]: _CDIF }],
1650
+ [() => ConnectorDeviceId, { [_hQ]: _CDIFo }],
1651
+ [() => SerialNumber, { [_hQ]: _SNF }],
1652
+ [0, { [_hQ]: _PSF }],
1653
+ [0, { [_hQ]: _NT }],
1654
+ [1, { [_hQ]: _MR }],
1930
1655
  ],
1931
1656
  ];
1932
1657
  var ListManagedThingsResponse = [
@@ -1944,18 +1669,8 @@ var ListNotificationConfigurationsRequest = [
1944
1669
  0,
1945
1670
  [_MR, _NT],
1946
1671
  [
1947
- [
1948
- 1,
1949
- {
1950
- [_hQ]: _MR,
1951
- },
1952
- ],
1953
- [
1954
- 0,
1955
- {
1956
- [_hQ]: _NT,
1957
- },
1958
- ],
1672
+ [1, { [_hQ]: _MR }],
1673
+ [0, { [_hQ]: _NT }],
1959
1674
  ],
1960
1675
  ];
1961
1676
  var ListNotificationConfigurationsResponse = [
@@ -1973,18 +1688,8 @@ var ListOtaTaskConfigurationsRequest = [
1973
1688
  0,
1974
1689
  [_NT, _MR],
1975
1690
  [
1976
- [
1977
- 0,
1978
- {
1979
- [_hQ]: _NT,
1980
- },
1981
- ],
1982
- [
1983
- 1,
1984
- {
1985
- [_hQ]: _MR,
1986
- },
1987
- ],
1691
+ [0, { [_hQ]: _NT }],
1692
+ [1, { [_hQ]: _MR }],
1988
1693
  ],
1989
1694
  ];
1990
1695
  var ListOtaTaskConfigurationsResponse = [
@@ -2003,18 +1708,8 @@ var ListOtaTaskExecutionsRequest = [
2003
1708
  [_Id, _NT, _MR],
2004
1709
  [
2005
1710
  [0, 1],
2006
- [
2007
- 0,
2008
- {
2009
- [_hQ]: _NT,
2010
- },
2011
- ],
2012
- [
2013
- 1,
2014
- {
2015
- [_hQ]: _MR,
2016
- },
2017
- ],
1711
+ [0, { [_hQ]: _NT }],
1712
+ [1, { [_hQ]: _MR }],
2018
1713
  ],
2019
1714
  ];
2020
1715
  var ListOtaTaskExecutionsResponse = [
@@ -2032,18 +1727,8 @@ var ListOtaTasksRequest = [
2032
1727
  0,
2033
1728
  [_NT, _MR],
2034
1729
  [
2035
- [
2036
- 0,
2037
- {
2038
- [_hQ]: _NT,
2039
- },
2040
- ],
2041
- [
2042
- 1,
2043
- {
2044
- [_hQ]: _MR,
2045
- },
2046
- ],
1730
+ [0, { [_hQ]: _NT }],
1731
+ [1, { [_hQ]: _MR }],
2047
1732
  ],
2048
1733
  ];
2049
1734
  var ListOtaTasksResponse = [
@@ -2061,18 +1746,8 @@ var ListProvisioningProfilesRequest = [
2061
1746
  0,
2062
1747
  [_NT, _MR],
2063
1748
  [
2064
- [
2065
- 0,
2066
- {
2067
- [_hQ]: _NT,
2068
- },
2069
- ],
2070
- [
2071
- 1,
2072
- {
2073
- [_hQ]: _MR,
2074
- },
2075
- ],
1749
+ [0, { [_hQ]: _NT }],
1750
+ [1, { [_hQ]: _MR }],
2076
1751
  ],
2077
1752
  ];
2078
1753
  var ListProvisioningProfilesResponse = [
@@ -2091,42 +1766,12 @@ var ListSchemaVersionsRequest = [
2091
1766
  [_T, _MR, _NT, _SI, _Na, _V, _SV],
2092
1767
  [
2093
1768
  [0, 1],
2094
- [
2095
- 1,
2096
- {
2097
- [_hQ]: _MR,
2098
- },
2099
- ],
2100
- [
2101
- 0,
2102
- {
2103
- [_hQ]: _NT,
2104
- },
2105
- ],
2106
- [
2107
- 0,
2108
- {
2109
- [_hQ]: _SIF,
2110
- },
2111
- ],
2112
- [
2113
- 0,
2114
- {
2115
- [_hQ]: _NF,
2116
- },
2117
- ],
2118
- [
2119
- 0,
2120
- {
2121
- [_hQ]: _VF,
2122
- },
2123
- ],
2124
- [
2125
- 0,
2126
- {
2127
- [_hQ]: _SVF,
2128
- },
2129
- ],
1769
+ [1, { [_hQ]: _MR }],
1770
+ [0, { [_hQ]: _NT }],
1771
+ [0, { [_hQ]: _SIF }],
1772
+ [0, { [_hQ]: _NF }],
1773
+ [0, { [_hQ]: _VF }],
1774
+ [0, { [_hQ]: _SVF }],
2130
1775
  ],
2131
1776
  ];
2132
1777
  var ListSchemaVersionsResponse = [
@@ -2323,10 +1968,7 @@ var ResourceNotFoundException = [
2323
1968
  -3,
2324
1969
  n0,
2325
1970
  _RNFE,
2326
- {
2327
- [_e]: _c,
2328
- [_hE]: 404,
2329
- },
1971
+ { [_e]: _c, [_hE]: 404 },
2330
1972
  [_Me, _RI, _RT],
2331
1973
  [0, 0, 0],
2332
1974
  ];
@@ -2381,29 +2023,9 @@ var SendManagedThingCommandRequest = [
2381
2023
  [[0, 1], [() => CommandEndpoints, 0], 0, 0],
2382
2024
  ];
2383
2025
  var SendManagedThingCommandResponse = [3, n0, _SMTCRe, 0, [_TIr], [0]];
2384
- var ServiceQuotaExceededException = [
2385
- -3,
2386
- n0,
2387
- _SQEE,
2388
- {
2389
- [_e]: _c,
2390
- [_hE]: 402,
2391
- },
2392
- [_Me],
2393
- [0],
2394
- ];
2026
+ var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_Me], [0]];
2395
2027
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
2396
- var ServiceUnavailableException = [
2397
- -3,
2398
- n0,
2399
- _SUE,
2400
- {
2401
- [_e]: _se,
2402
- [_hE]: 503,
2403
- },
2404
- [_Me],
2405
- [0],
2406
- ];
2028
+ var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_Me], [0]];
2407
2029
  schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
2408
2030
  var StartAccountAssociationRefreshRequest = [3, n0, _SAARR, 0, [_AAIc], [[0, 1]]];
2409
2031
  var StartAccountAssociationRefreshResponse = [
@@ -2452,29 +2074,9 @@ var TaskProcessingDetails = [
2452
2074
  [_NOCT, _NOFT, _NOIPT, _nOQT, _nORT, _nORTu, _nOST, _nOTOT, _pT],
2453
2075
  [1, 1, 1, 1, 1, 1, 1, 1, 64 | 0],
2454
2076
  ];
2455
- var ThrottlingException = [
2456
- -3,
2457
- n0,
2458
- _TE,
2459
- {
2460
- [_e]: _c,
2461
- [_hE]: 429,
2462
- },
2463
- [_Me],
2464
- [0],
2465
- ];
2077
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_Me], [0]];
2466
2078
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
2467
- var UnauthorizedException = [
2468
- -3,
2469
- n0,
2470
- _UE,
2471
- {
2472
- [_e]: _c,
2473
- [_hE]: 401,
2474
- },
2475
- [_Me],
2476
- [0],
2477
- ];
2079
+ var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_Me], [0]];
2478
2080
  schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
2479
2081
  var UntagResourceRequest = [
2480
2082
  3,
@@ -2484,12 +2086,7 @@ var UntagResourceRequest = [
2484
2086
  [_RAe, _TK],
2485
2087
  [
2486
2088
  [0, 1],
2487
- [
2488
- 64 | 0,
2489
- {
2490
- [_hQ]: _tK,
2491
- },
2492
- ],
2089
+ [64 | 0, { [_hQ]: _tK }],
2493
2090
  ],
2494
2091
  ];
2495
2092
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -2536,17 +2133,7 @@ var UpdateManagedThingRequest = [
2536
2133
  ];
2537
2134
  var UpdateNotificationConfigurationRequest = [3, n0, _UNCR, 0, [_ETv, _DN], [[0, 1], 0]];
2538
2135
  var UpdateOtaTaskRequest = [3, n0, _UOTR, 0, [_Id, _D, _TCI], [[0, 1], 0, 0]];
2539
- var ValidationException = [
2540
- -3,
2541
- n0,
2542
- _VE,
2543
- {
2544
- [_e]: _c,
2545
- [_hE]: 400,
2546
- },
2547
- [_Me],
2548
- [0],
2549
- ];
2136
+ var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_Me], [0]];
2550
2137
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
2551
2138
  var __Unit = "unit";
2552
2139
  var IoTManagedIntegrationsServiceException = [
@@ -2628,9 +2215,7 @@ var CreateAccountAssociation = [
2628
2215
  9,
2629
2216
  n0,
2630
2217
  _CAA,
2631
- {
2632
- [_h]: ["POST", "/account-associations", 201],
2633
- },
2218
+ { [_h]: ["POST", "/account-associations", 201] },
2634
2219
  () => CreateAccountAssociationRequest,
2635
2220
  () => CreateAccountAssociationResponse,
2636
2221
  ];
@@ -2638,9 +2223,7 @@ var CreateCloudConnector = [
2638
2223
  9,
2639
2224
  n0,
2640
2225
  _CCC,
2641
- {
2642
- [_h]: ["POST", "/cloud-connectors", 201],
2643
- },
2226
+ { [_h]: ["POST", "/cloud-connectors", 201] },
2644
2227
  () => CreateCloudConnectorRequest,
2645
2228
  () => CreateCloudConnectorResponse,
2646
2229
  ];
@@ -2648,9 +2231,7 @@ var CreateConnectorDestination = [
2648
2231
  9,
2649
2232
  n0,
2650
2233
  _CCD,
2651
- {
2652
- [_h]: ["POST", "/connector-destinations", 201],
2653
- },
2234
+ { [_h]: ["POST", "/connector-destinations", 201] },
2654
2235
  () => CreateConnectorDestinationRequest,
2655
2236
  () => CreateConnectorDestinationResponse,
2656
2237
  ];
@@ -2658,9 +2239,7 @@ var CreateCredentialLocker = [
2658
2239
  9,
2659
2240
  n0,
2660
2241
  _CCL,
2661
- {
2662
- [_h]: ["POST", "/credential-lockers", 201],
2663
- },
2242
+ { [_h]: ["POST", "/credential-lockers", 201] },
2664
2243
  () => CreateCredentialLockerRequest,
2665
2244
  () => CreateCredentialLockerResponse,
2666
2245
  ];
@@ -2668,9 +2247,7 @@ var CreateDestination = [
2668
2247
  9,
2669
2248
  n0,
2670
2249
  _CD,
2671
- {
2672
- [_h]: ["POST", "/destinations", 201],
2673
- },
2250
+ { [_h]: ["POST", "/destinations", 201] },
2674
2251
  () => CreateDestinationRequest,
2675
2252
  () => CreateDestinationResponse,
2676
2253
  ];
@@ -2678,9 +2255,7 @@ var CreateEventLogConfiguration = [
2678
2255
  9,
2679
2256
  n0,
2680
2257
  _CELC,
2681
- {
2682
- [_h]: ["POST", "/event-log-configurations", 201],
2683
- },
2258
+ { [_h]: ["POST", "/event-log-configurations", 201] },
2684
2259
  () => CreateEventLogConfigurationRequest,
2685
2260
  () => CreateEventLogConfigurationResponse,
2686
2261
  ];
@@ -2688,9 +2263,7 @@ var CreateManagedThing = [
2688
2263
  9,
2689
2264
  n0,
2690
2265
  _CMT,
2691
- {
2692
- [_h]: ["POST", "/managed-things", 201],
2693
- },
2266
+ { [_h]: ["POST", "/managed-things", 201] },
2694
2267
  () => CreateManagedThingRequest,
2695
2268
  () => CreateManagedThingResponse,
2696
2269
  ];
@@ -2698,9 +2271,7 @@ var CreateNotificationConfiguration = [
2698
2271
  9,
2699
2272
  n0,
2700
2273
  _CNC,
2701
- {
2702
- [_h]: ["POST", "/notification-configurations", 201],
2703
- },
2274
+ { [_h]: ["POST", "/notification-configurations", 201] },
2704
2275
  () => CreateNotificationConfigurationRequest,
2705
2276
  () => CreateNotificationConfigurationResponse,
2706
2277
  ];
@@ -2708,9 +2279,7 @@ var CreateOtaTask = [
2708
2279
  9,
2709
2280
  n0,
2710
2281
  _COT,
2711
- {
2712
- [_h]: ["POST", "/ota-tasks", 201],
2713
- },
2282
+ { [_h]: ["POST", "/ota-tasks", 201] },
2714
2283
  () => CreateOtaTaskRequest,
2715
2284
  () => CreateOtaTaskResponse,
2716
2285
  ];
@@ -2718,9 +2287,7 @@ var CreateOtaTaskConfiguration = [
2718
2287
  9,
2719
2288
  n0,
2720
2289
  _COTC,
2721
- {
2722
- [_h]: ["POST", "/ota-task-configurations", 201],
2723
- },
2290
+ { [_h]: ["POST", "/ota-task-configurations", 201] },
2724
2291
  () => CreateOtaTaskConfigurationRequest,
2725
2292
  () => CreateOtaTaskConfigurationResponse,
2726
2293
  ];
@@ -2728,9 +2295,7 @@ var CreateProvisioningProfile = [
2728
2295
  9,
2729
2296
  n0,
2730
2297
  _CPP,
2731
- {
2732
- [_h]: ["POST", "/provisioning-profiles", 201],
2733
- },
2298
+ { [_h]: ["POST", "/provisioning-profiles", 201] },
2734
2299
  () => CreateProvisioningProfileRequest,
2735
2300
  () => CreateProvisioningProfileResponse,
2736
2301
  ];
@@ -2738,9 +2303,7 @@ var DeleteAccountAssociation = [
2738
2303
  9,
2739
2304
  n0,
2740
2305
  _DAA,
2741
- {
2742
- [_h]: ["DELETE", "/account-associations/{AccountAssociationId}", 200],
2743
- },
2306
+ { [_h]: ["DELETE", "/account-associations/{AccountAssociationId}", 200] },
2744
2307
  () => DeleteAccountAssociationRequest,
2745
2308
  () => __Unit,
2746
2309
  ];
@@ -2748,9 +2311,7 @@ var DeleteCloudConnector = [
2748
2311
  9,
2749
2312
  n0,
2750
2313
  _DCC,
2751
- {
2752
- [_h]: ["DELETE", "/cloud-connectors/{Identifier}", 200],
2753
- },
2314
+ { [_h]: ["DELETE", "/cloud-connectors/{Identifier}", 200] },
2754
2315
  () => DeleteCloudConnectorRequest,
2755
2316
  () => __Unit,
2756
2317
  ];
@@ -2758,9 +2319,7 @@ var DeleteConnectorDestination = [
2758
2319
  9,
2759
2320
  n0,
2760
2321
  _DCD,
2761
- {
2762
- [_h]: ["DELETE", "/connector-destinations/{Identifier}", 200],
2763
- },
2322
+ { [_h]: ["DELETE", "/connector-destinations/{Identifier}", 200] },
2764
2323
  () => DeleteConnectorDestinationRequest,
2765
2324
  () => __Unit,
2766
2325
  ];
@@ -2768,9 +2327,7 @@ var DeleteCredentialLocker = [
2768
2327
  9,
2769
2328
  n0,
2770
2329
  _DCL,
2771
- {
2772
- [_h]: ["DELETE", "/credential-lockers/{Identifier}", 200],
2773
- },
2330
+ { [_h]: ["DELETE", "/credential-lockers/{Identifier}", 200] },
2774
2331
  () => DeleteCredentialLockerRequest,
2775
2332
  () => __Unit,
2776
2333
  ];
@@ -2778,9 +2335,7 @@ var DeleteDestination = [
2778
2335
  9,
2779
2336
  n0,
2780
2337
  _DD,
2781
- {
2782
- [_h]: ["DELETE", "/destinations/{Name}", 200],
2783
- },
2338
+ { [_h]: ["DELETE", "/destinations/{Name}", 200] },
2784
2339
  () => DeleteDestinationRequest,
2785
2340
  () => __Unit,
2786
2341
  ];
@@ -2788,9 +2343,7 @@ var DeleteEventLogConfiguration = [
2788
2343
  9,
2789
2344
  n0,
2790
2345
  _DELC,
2791
- {
2792
- [_h]: ["DELETE", "/event-log-configurations/{Id}", 200],
2793
- },
2346
+ { [_h]: ["DELETE", "/event-log-configurations/{Id}", 200] },
2794
2347
  () => DeleteEventLogConfigurationRequest,
2795
2348
  () => __Unit,
2796
2349
  ];
@@ -2798,9 +2351,7 @@ var DeleteManagedThing = [
2798
2351
  9,
2799
2352
  n0,
2800
2353
  _DMT,
2801
- {
2802
- [_h]: ["DELETE", "/managed-things/{Identifier}", 204],
2803
- },
2354
+ { [_h]: ["DELETE", "/managed-things/{Identifier}", 204] },
2804
2355
  () => DeleteManagedThingRequest,
2805
2356
  () => __Unit,
2806
2357
  ];
@@ -2808,9 +2359,7 @@ var DeleteNotificationConfiguration = [
2808
2359
  9,
2809
2360
  n0,
2810
2361
  _DNC,
2811
- {
2812
- [_h]: ["DELETE", "/notification-configurations/{EventType}", 200],
2813
- },
2362
+ { [_h]: ["DELETE", "/notification-configurations/{EventType}", 200] },
2814
2363
  () => DeleteNotificationConfigurationRequest,
2815
2364
  () => __Unit,
2816
2365
  ];
@@ -2818,9 +2367,7 @@ var DeleteOtaTask = [
2818
2367
  9,
2819
2368
  n0,
2820
2369
  _DOT,
2821
- {
2822
- [_h]: ["DELETE", "/ota-tasks/{Identifier}", 200],
2823
- },
2370
+ { [_h]: ["DELETE", "/ota-tasks/{Identifier}", 200] },
2824
2371
  () => DeleteOtaTaskRequest,
2825
2372
  () => __Unit,
2826
2373
  ];
@@ -2828,9 +2375,7 @@ var DeleteOtaTaskConfiguration = [
2828
2375
  9,
2829
2376
  n0,
2830
2377
  _DOTC,
2831
- {
2832
- [_h]: ["DELETE", "/ota-task-configurations/{Identifier}", 204],
2833
- },
2378
+ { [_h]: ["DELETE", "/ota-task-configurations/{Identifier}", 204] },
2834
2379
  () => DeleteOtaTaskConfigurationRequest,
2835
2380
  () => __Unit,
2836
2381
  ];
@@ -2838,9 +2383,7 @@ var DeleteProvisioningProfile = [
2838
2383
  9,
2839
2384
  n0,
2840
2385
  _DPP,
2841
- {
2842
- [_h]: ["DELETE", "/provisioning-profiles/{Identifier}", 200],
2843
- },
2386
+ { [_h]: ["DELETE", "/provisioning-profiles/{Identifier}", 200] },
2844
2387
  () => DeleteProvisioningProfileRequest,
2845
2388
  () => __Unit,
2846
2389
  ];
@@ -2848,9 +2391,7 @@ var DeregisterAccountAssociation = [
2848
2391
  9,
2849
2392
  n0,
2850
2393
  _DAAe,
2851
- {
2852
- [_h]: ["PUT", "/managed-thing-associations/deregister", 200],
2853
- },
2394
+ { [_h]: ["PUT", "/managed-thing-associations/deregister", 200] },
2854
2395
  () => DeregisterAccountAssociationRequest,
2855
2396
  () => __Unit,
2856
2397
  ];
@@ -2858,9 +2399,7 @@ var GetAccountAssociation = [
2858
2399
  9,
2859
2400
  n0,
2860
2401
  _GAA,
2861
- {
2862
- [_h]: ["GET", "/account-associations/{AccountAssociationId}", 200],
2863
- },
2402
+ { [_h]: ["GET", "/account-associations/{AccountAssociationId}", 200] },
2864
2403
  () => GetAccountAssociationRequest,
2865
2404
  () => GetAccountAssociationResponse,
2866
2405
  ];
@@ -2868,9 +2407,7 @@ var GetCloudConnector = [
2868
2407
  9,
2869
2408
  n0,
2870
2409
  _GCC,
2871
- {
2872
- [_h]: ["GET", "/cloud-connectors/{Identifier}", 200],
2873
- },
2410
+ { [_h]: ["GET", "/cloud-connectors/{Identifier}", 200] },
2874
2411
  () => GetCloudConnectorRequest,
2875
2412
  () => GetCloudConnectorResponse,
2876
2413
  ];
@@ -2878,9 +2415,7 @@ var GetConnectorDestination = [
2878
2415
  9,
2879
2416
  n0,
2880
2417
  _GCD,
2881
- {
2882
- [_h]: ["GET", "/connector-destinations/{Identifier}", 200],
2883
- },
2418
+ { [_h]: ["GET", "/connector-destinations/{Identifier}", 200] },
2884
2419
  () => GetConnectorDestinationRequest,
2885
2420
  () => GetConnectorDestinationResponse,
2886
2421
  ];
@@ -2888,9 +2423,7 @@ var GetCredentialLocker = [
2888
2423
  9,
2889
2424
  n0,
2890
2425
  _GCL,
2891
- {
2892
- [_h]: ["GET", "/credential-lockers/{Identifier}", 200],
2893
- },
2426
+ { [_h]: ["GET", "/credential-lockers/{Identifier}", 200] },
2894
2427
  () => GetCredentialLockerRequest,
2895
2428
  () => GetCredentialLockerResponse,
2896
2429
  ];
@@ -2898,9 +2431,7 @@ var GetCustomEndpoint = [
2898
2431
  9,
2899
2432
  n0,
2900
2433
  _GCE,
2901
- {
2902
- [_h]: ["GET", "/custom-endpoint", 200],
2903
- },
2434
+ { [_h]: ["GET", "/custom-endpoint", 200] },
2904
2435
  () => GetCustomEndpointRequest,
2905
2436
  () => GetCustomEndpointResponse,
2906
2437
  ];
@@ -2908,9 +2439,7 @@ var GetDefaultEncryptionConfiguration = [
2908
2439
  9,
2909
2440
  n0,
2910
2441
  _GDEC,
2911
- {
2912
- [_h]: ["GET", "/configuration/account/encryption", 200],
2913
- },
2442
+ { [_h]: ["GET", "/configuration/account/encryption", 200] },
2914
2443
  () => GetDefaultEncryptionConfigurationRequest,
2915
2444
  () => GetDefaultEncryptionConfigurationResponse,
2916
2445
  ];
@@ -2918,9 +2447,7 @@ var GetDestination = [
2918
2447
  9,
2919
2448
  n0,
2920
2449
  _GD,
2921
- {
2922
- [_h]: ["GET", "/destinations/{Name}", 200],
2923
- },
2450
+ { [_h]: ["GET", "/destinations/{Name}", 200] },
2924
2451
  () => GetDestinationRequest,
2925
2452
  () => GetDestinationResponse,
2926
2453
  ];
@@ -2928,9 +2455,7 @@ var GetDeviceDiscovery = [
2928
2455
  9,
2929
2456
  n0,
2930
2457
  _GDD,
2931
- {
2932
- [_h]: ["GET", "/device-discoveries/{Identifier}", 200],
2933
- },
2458
+ { [_h]: ["GET", "/device-discoveries/{Identifier}", 200] },
2934
2459
  () => GetDeviceDiscoveryRequest,
2935
2460
  () => GetDeviceDiscoveryResponse,
2936
2461
  ];
@@ -2938,9 +2463,7 @@ var GetEventLogConfiguration = [
2938
2463
  9,
2939
2464
  n0,
2940
2465
  _GELC,
2941
- {
2942
- [_h]: ["GET", "/event-log-configurations/{Id}", 200],
2943
- },
2466
+ { [_h]: ["GET", "/event-log-configurations/{Id}", 200] },
2944
2467
  () => GetEventLogConfigurationRequest,
2945
2468
  () => GetEventLogConfigurationResponse,
2946
2469
  ];
@@ -2948,9 +2471,7 @@ var GetHubConfiguration = [
2948
2471
  9,
2949
2472
  n0,
2950
2473
  _GHC,
2951
- {
2952
- [_h]: ["GET", "/hub-configuration", 200],
2953
- },
2474
+ { [_h]: ["GET", "/hub-configuration", 200] },
2954
2475
  () => GetHubConfigurationRequest,
2955
2476
  () => GetHubConfigurationResponse,
2956
2477
  ];
@@ -2958,9 +2479,7 @@ var GetManagedThing = [
2958
2479
  9,
2959
2480
  n0,
2960
2481
  _GMT,
2961
- {
2962
- [_h]: ["GET", "/managed-things/{Identifier}", 200],
2963
- },
2482
+ { [_h]: ["GET", "/managed-things/{Identifier}", 200] },
2964
2483
  () => GetManagedThingRequest,
2965
2484
  () => GetManagedThingResponse,
2966
2485
  ];
@@ -2968,9 +2487,7 @@ var GetManagedThingCapabilities = [
2968
2487
  9,
2969
2488
  n0,
2970
2489
  _GMTC,
2971
- {
2972
- [_h]: ["GET", "/managed-things-capabilities/{Identifier}", 200],
2973
- },
2490
+ { [_h]: ["GET", "/managed-things-capabilities/{Identifier}", 200] },
2974
2491
  () => GetManagedThingCapabilitiesRequest,
2975
2492
  () => GetManagedThingCapabilitiesResponse,
2976
2493
  ];
@@ -2978,9 +2495,7 @@ var GetManagedThingCertificate = [
2978
2495
  9,
2979
2496
  n0,
2980
2497
  _GMTCe,
2981
- {
2982
- [_h]: ["GET", "/managed-things-certificate/{Identifier}", 200],
2983
- },
2498
+ { [_h]: ["GET", "/managed-things-certificate/{Identifier}", 200] },
2984
2499
  () => GetManagedThingCertificateRequest,
2985
2500
  () => GetManagedThingCertificateResponse,
2986
2501
  ];
@@ -2988,9 +2503,7 @@ var GetManagedThingConnectivityData = [
2988
2503
  9,
2989
2504
  n0,
2990
2505
  _GMTCD,
2991
- {
2992
- [_h]: ["POST", "/managed-things-connectivity-data/{Identifier}", 200],
2993
- },
2506
+ { [_h]: ["POST", "/managed-things-connectivity-data/{Identifier}", 200] },
2994
2507
  () => GetManagedThingConnectivityDataRequest,
2995
2508
  () => GetManagedThingConnectivityDataResponse,
2996
2509
  ];
@@ -2998,9 +2511,7 @@ var GetManagedThingMetaData = [
2998
2511
  9,
2999
2512
  n0,
3000
2513
  _GMTMD,
3001
- {
3002
- [_h]: ["GET", "/managed-things-metadata/{Identifier}", 200],
3003
- },
2514
+ { [_h]: ["GET", "/managed-things-metadata/{Identifier}", 200] },
3004
2515
  () => GetManagedThingMetaDataRequest,
3005
2516
  () => GetManagedThingMetaDataResponse,
3006
2517
  ];
@@ -3008,9 +2519,7 @@ var GetManagedThingState = [
3008
2519
  9,
3009
2520
  n0,
3010
2521
  _GMTS,
3011
- {
3012
- [_h]: ["GET", "/managed-thing-states/{ManagedThingId}", 200],
3013
- },
2522
+ { [_h]: ["GET", "/managed-thing-states/{ManagedThingId}", 200] },
3014
2523
  () => GetManagedThingStateRequest,
3015
2524
  () => GetManagedThingStateResponse,
3016
2525
  ];
@@ -3018,9 +2527,7 @@ var GetNotificationConfiguration = [
3018
2527
  9,
3019
2528
  n0,
3020
2529
  _GNC,
3021
- {
3022
- [_h]: ["GET", "/notification-configurations/{EventType}", 200],
3023
- },
2530
+ { [_h]: ["GET", "/notification-configurations/{EventType}", 200] },
3024
2531
  () => GetNotificationConfigurationRequest,
3025
2532
  () => GetNotificationConfigurationResponse,
3026
2533
  ];
@@ -3028,9 +2535,7 @@ var GetOtaTask = [
3028
2535
  9,
3029
2536
  n0,
3030
2537
  _GOT,
3031
- {
3032
- [_h]: ["GET", "/ota-tasks/{Identifier}", 200],
3033
- },
2538
+ { [_h]: ["GET", "/ota-tasks/{Identifier}", 200] },
3034
2539
  () => GetOtaTaskRequest,
3035
2540
  () => GetOtaTaskResponse,
3036
2541
  ];
@@ -3038,9 +2543,7 @@ var GetOtaTaskConfiguration = [
3038
2543
  9,
3039
2544
  n0,
3040
2545
  _GOTC,
3041
- {
3042
- [_h]: ["GET", "/ota-task-configurations/{Identifier}", 200],
3043
- },
2546
+ { [_h]: ["GET", "/ota-task-configurations/{Identifier}", 200] },
3044
2547
  () => GetOtaTaskConfigurationRequest,
3045
2548
  () => GetOtaTaskConfigurationResponse,
3046
2549
  ];
@@ -3048,9 +2551,7 @@ var GetProvisioningProfile = [
3048
2551
  9,
3049
2552
  n0,
3050
2553
  _GPP,
3051
- {
3052
- [_h]: ["GET", "/provisioning-profiles/{Identifier}", 200],
3053
- },
2554
+ { [_h]: ["GET", "/provisioning-profiles/{Identifier}", 200] },
3054
2555
  () => GetProvisioningProfileRequest,
3055
2556
  () => GetProvisioningProfileResponse,
3056
2557
  ];
@@ -3058,9 +2559,7 @@ var GetRuntimeLogConfiguration = [
3058
2559
  9,
3059
2560
  n0,
3060
2561
  _GRLC,
3061
- {
3062
- [_h]: ["GET", "/runtime-log-configurations/{ManagedThingId}", 200],
3063
- },
2562
+ { [_h]: ["GET", "/runtime-log-configurations/{ManagedThingId}", 200] },
3064
2563
  () => GetRuntimeLogConfigurationRequest,
3065
2564
  () => GetRuntimeLogConfigurationResponse,
3066
2565
  ];
@@ -3068,9 +2567,7 @@ var GetSchemaVersion = [
3068
2567
  9,
3069
2568
  n0,
3070
2569
  _GSV,
3071
- {
3072
- [_h]: ["GET", "/schema-versions/{Type}/{SchemaVersionedId}", 200],
3073
- },
2570
+ { [_h]: ["GET", "/schema-versions/{Type}/{SchemaVersionedId}", 200] },
3074
2571
  () => GetSchemaVersionRequest,
3075
2572
  () => GetSchemaVersionResponse,
3076
2573
  ];
@@ -3078,9 +2575,7 @@ var ListAccountAssociations = [
3078
2575
  9,
3079
2576
  n0,
3080
2577
  _LAA,
3081
- {
3082
- [_h]: ["GET", "/account-associations", 200],
3083
- },
2578
+ { [_h]: ["GET", "/account-associations", 200] },
3084
2579
  () => ListAccountAssociationsRequest,
3085
2580
  () => ListAccountAssociationsResponse,
3086
2581
  ];
@@ -3088,9 +2583,7 @@ var ListCloudConnectors = [
3088
2583
  9,
3089
2584
  n0,
3090
2585
  _LCC,
3091
- {
3092
- [_h]: ["GET", "/cloud-connectors", 200],
3093
- },
2586
+ { [_h]: ["GET", "/cloud-connectors", 200] },
3094
2587
  () => ListCloudConnectorsRequest,
3095
2588
  () => ListCloudConnectorsResponse,
3096
2589
  ];
@@ -3098,9 +2591,7 @@ var ListConnectorDestinations = [
3098
2591
  9,
3099
2592
  n0,
3100
2593
  _LCD,
3101
- {
3102
- [_h]: ["GET", "/connector-destinations", 200],
3103
- },
2594
+ { [_h]: ["GET", "/connector-destinations", 200] },
3104
2595
  () => ListConnectorDestinationsRequest,
3105
2596
  () => ListConnectorDestinationsResponse,
3106
2597
  ];
@@ -3108,9 +2599,7 @@ var ListCredentialLockers = [
3108
2599
  9,
3109
2600
  n0,
3110
2601
  _LCL,
3111
- {
3112
- [_h]: ["GET", "/credential-lockers", 200],
3113
- },
2602
+ { [_h]: ["GET", "/credential-lockers", 200] },
3114
2603
  () => ListCredentialLockersRequest,
3115
2604
  () => ListCredentialLockersResponse,
3116
2605
  ];
@@ -3118,9 +2607,7 @@ var ListDestinations = [
3118
2607
  9,
3119
2608
  n0,
3120
2609
  _LD,
3121
- {
3122
- [_h]: ["GET", "/destinations", 200],
3123
- },
2610
+ { [_h]: ["GET", "/destinations", 200] },
3124
2611
  () => ListDestinationsRequest,
3125
2612
  () => ListDestinationsResponse,
3126
2613
  ];
@@ -3128,9 +2615,7 @@ var ListDeviceDiscoveries = [
3128
2615
  9,
3129
2616
  n0,
3130
2617
  _LDD,
3131
- {
3132
- [_h]: ["GET", "/device-discoveries", 200],
3133
- },
2618
+ { [_h]: ["GET", "/device-discoveries", 200] },
3134
2619
  () => ListDeviceDiscoveriesRequest,
3135
2620
  () => ListDeviceDiscoveriesResponse,
3136
2621
  ];
@@ -3138,9 +2623,7 @@ var ListDiscoveredDevices = [
3138
2623
  9,
3139
2624
  n0,
3140
2625
  _LDDi,
3141
- {
3142
- [_h]: ["GET", "/device-discoveries/{Identifier}/devices", 200],
3143
- },
2626
+ { [_h]: ["GET", "/device-discoveries/{Identifier}/devices", 200] },
3144
2627
  () => ListDiscoveredDevicesRequest,
3145
2628
  () => ListDiscoveredDevicesResponse,
3146
2629
  ];
@@ -3148,9 +2631,7 @@ var ListEventLogConfigurations = [
3148
2631
  9,
3149
2632
  n0,
3150
2633
  _LELC,
3151
- {
3152
- [_h]: ["GET", "/event-log-configurations", 200],
3153
- },
2634
+ { [_h]: ["GET", "/event-log-configurations", 200] },
3154
2635
  () => ListEventLogConfigurationsRequest,
3155
2636
  () => ListEventLogConfigurationsResponse,
3156
2637
  ];
@@ -3158,9 +2639,7 @@ var ListManagedThingAccountAssociations = [
3158
2639
  9,
3159
2640
  n0,
3160
2641
  _LMTAA,
3161
- {
3162
- [_h]: ["GET", "/managed-thing-associations", 200],
3163
- },
2642
+ { [_h]: ["GET", "/managed-thing-associations", 200] },
3164
2643
  () => ListManagedThingAccountAssociationsRequest,
3165
2644
  () => ListManagedThingAccountAssociationsResponse,
3166
2645
  ];
@@ -3168,9 +2647,7 @@ var ListManagedThings = [
3168
2647
  9,
3169
2648
  n0,
3170
2649
  _LMT,
3171
- {
3172
- [_h]: ["GET", "/managed-things", 200],
3173
- },
2650
+ { [_h]: ["GET", "/managed-things", 200] },
3174
2651
  () => ListManagedThingsRequest,
3175
2652
  () => ListManagedThingsResponse,
3176
2653
  ];
@@ -3178,9 +2655,7 @@ var ListManagedThingSchemas = [
3178
2655
  9,
3179
2656
  n0,
3180
2657
  _LMTS,
3181
- {
3182
- [_h]: ["GET", "/managed-thing-schemas/{Identifier}", 200],
3183
- },
2658
+ { [_h]: ["GET", "/managed-thing-schemas/{Identifier}", 200] },
3184
2659
  () => ListManagedThingSchemasRequest,
3185
2660
  () => ListManagedThingSchemasResponse,
3186
2661
  ];
@@ -3188,9 +2663,7 @@ var ListNotificationConfigurations = [
3188
2663
  9,
3189
2664
  n0,
3190
2665
  _LNC,
3191
- {
3192
- [_h]: ["GET", "/notification-configurations", 200],
3193
- },
2666
+ { [_h]: ["GET", "/notification-configurations", 200] },
3194
2667
  () => ListNotificationConfigurationsRequest,
3195
2668
  () => ListNotificationConfigurationsResponse,
3196
2669
  ];
@@ -3198,9 +2671,7 @@ var ListOtaTaskConfigurations = [
3198
2671
  9,
3199
2672
  n0,
3200
2673
  _LOTC,
3201
- {
3202
- [_h]: ["GET", "/ota-task-configurations", 200],
3203
- },
2674
+ { [_h]: ["GET", "/ota-task-configurations", 200] },
3204
2675
  () => ListOtaTaskConfigurationsRequest,
3205
2676
  () => ListOtaTaskConfigurationsResponse,
3206
2677
  ];
@@ -3208,9 +2679,7 @@ var ListOtaTaskExecutions = [
3208
2679
  9,
3209
2680
  n0,
3210
2681
  _LOTE,
3211
- {
3212
- [_h]: ["GET", "/ota-tasks/{Identifier}/devices", 200],
3213
- },
2682
+ { [_h]: ["GET", "/ota-tasks/{Identifier}/devices", 200] },
3214
2683
  () => ListOtaTaskExecutionsRequest,
3215
2684
  () => ListOtaTaskExecutionsResponse,
3216
2685
  ];
@@ -3218,9 +2687,7 @@ var ListOtaTasks = [
3218
2687
  9,
3219
2688
  n0,
3220
2689
  _LOT,
3221
- {
3222
- [_h]: ["GET", "/ota-tasks", 200],
3223
- },
2690
+ { [_h]: ["GET", "/ota-tasks", 200] },
3224
2691
  () => ListOtaTasksRequest,
3225
2692
  () => ListOtaTasksResponse,
3226
2693
  ];
@@ -3228,9 +2695,7 @@ var ListProvisioningProfiles = [
3228
2695
  9,
3229
2696
  n0,
3230
2697
  _LPP,
3231
- {
3232
- [_h]: ["GET", "/provisioning-profiles", 200],
3233
- },
2698
+ { [_h]: ["GET", "/provisioning-profiles", 200] },
3234
2699
  () => ListProvisioningProfilesRequest,
3235
2700
  () => ListProvisioningProfilesResponse,
3236
2701
  ];
@@ -3238,9 +2703,7 @@ var ListSchemaVersions = [
3238
2703
  9,
3239
2704
  n0,
3240
2705
  _LSV,
3241
- {
3242
- [_h]: ["GET", "/schema-versions/{Type}", 200],
3243
- },
2706
+ { [_h]: ["GET", "/schema-versions/{Type}", 200] },
3244
2707
  () => ListSchemaVersionsRequest,
3245
2708
  () => ListSchemaVersionsResponse,
3246
2709
  ];
@@ -3248,9 +2711,7 @@ var ListTagsForResource = [
3248
2711
  9,
3249
2712
  n0,
3250
2713
  _LTFR,
3251
- {
3252
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
3253
- },
2714
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
3254
2715
  () => ListTagsForResourceRequest,
3255
2716
  () => ListTagsForResourceResponse,
3256
2717
  ];
@@ -3258,9 +2719,7 @@ var PutDefaultEncryptionConfiguration = [
3258
2719
  9,
3259
2720
  n0,
3260
2721
  _PDEC,
3261
- {
3262
- [_h]: ["POST", "/configuration/account/encryption", 201],
3263
- },
2722
+ { [_h]: ["POST", "/configuration/account/encryption", 201] },
3264
2723
  () => PutDefaultEncryptionConfigurationRequest,
3265
2724
  () => PutDefaultEncryptionConfigurationResponse,
3266
2725
  ];
@@ -3268,9 +2727,7 @@ var PutHubConfiguration = [
3268
2727
  9,
3269
2728
  n0,
3270
2729
  _PHC,
3271
- {
3272
- [_h]: ["PUT", "/hub-configuration", 201],
3273
- },
2730
+ { [_h]: ["PUT", "/hub-configuration", 201] },
3274
2731
  () => PutHubConfigurationRequest,
3275
2732
  () => PutHubConfigurationResponse,
3276
2733
  ];
@@ -3278,9 +2735,7 @@ var PutRuntimeLogConfiguration = [
3278
2735
  9,
3279
2736
  n0,
3280
2737
  _PRLC,
3281
- {
3282
- [_h]: ["PUT", "/runtime-log-configurations/{ManagedThingId}", 200],
3283
- },
2738
+ { [_h]: ["PUT", "/runtime-log-configurations/{ManagedThingId}", 200] },
3284
2739
  () => PutRuntimeLogConfigurationRequest,
3285
2740
  () => __Unit,
3286
2741
  ];
@@ -3288,9 +2743,7 @@ var RegisterAccountAssociation = [
3288
2743
  9,
3289
2744
  n0,
3290
2745
  _RAA,
3291
- {
3292
- [_h]: ["PUT", "/managed-thing-associations/register", 201],
3293
- },
2746
+ { [_h]: ["PUT", "/managed-thing-associations/register", 201] },
3294
2747
  () => RegisterAccountAssociationRequest,
3295
2748
  () => RegisterAccountAssociationResponse,
3296
2749
  ];
@@ -3298,9 +2751,7 @@ var RegisterCustomEndpoint = [
3298
2751
  9,
3299
2752
  n0,
3300
2753
  _RCE,
3301
- {
3302
- [_h]: ["POST", "/custom-endpoint", 201],
3303
- },
2754
+ { [_h]: ["POST", "/custom-endpoint", 201] },
3304
2755
  () => RegisterCustomEndpointRequest,
3305
2756
  () => RegisterCustomEndpointResponse,
3306
2757
  ];
@@ -3308,9 +2759,7 @@ var ResetRuntimeLogConfiguration = [
3308
2759
  9,
3309
2760
  n0,
3310
2761
  _RRLC,
3311
- {
3312
- [_h]: ["DELETE", "/runtime-log-configurations/{ManagedThingId}", 200],
3313
- },
2762
+ { [_h]: ["DELETE", "/runtime-log-configurations/{ManagedThingId}", 200] },
3314
2763
  () => ResetRuntimeLogConfigurationRequest,
3315
2764
  () => __Unit,
3316
2765
  ];
@@ -3318,9 +2767,7 @@ var SendConnectorEvent = [
3318
2767
  9,
3319
2768
  n0,
3320
2769
  _SCE,
3321
- {
3322
- [_h]: ["POST", "/connector-event/{ConnectorId}", 202],
3323
- },
2770
+ { [_h]: ["POST", "/connector-event/{ConnectorId}", 202] },
3324
2771
  () => SendConnectorEventRequest,
3325
2772
  () => SendConnectorEventResponse,
3326
2773
  ];
@@ -3328,9 +2775,7 @@ var SendManagedThingCommand = [
3328
2775
  9,
3329
2776
  n0,
3330
2777
  _SMTC,
3331
- {
3332
- [_h]: ["POST", "/managed-things-command/{ManagedThingId}", 202],
3333
- },
2778
+ { [_h]: ["POST", "/managed-things-command/{ManagedThingId}", 202] },
3334
2779
  () => SendManagedThingCommandRequest,
3335
2780
  () => SendManagedThingCommandResponse,
3336
2781
  ];
@@ -3338,9 +2783,7 @@ var StartAccountAssociationRefresh = [
3338
2783
  9,
3339
2784
  n0,
3340
2785
  _SAAR,
3341
- {
3342
- [_h]: ["POST", "/account-associations/{AccountAssociationId}/refresh", 200],
3343
- },
2786
+ { [_h]: ["POST", "/account-associations/{AccountAssociationId}/refresh", 200] },
3344
2787
  () => StartAccountAssociationRefreshRequest,
3345
2788
  () => StartAccountAssociationRefreshResponse,
3346
2789
  ];
@@ -3348,9 +2791,7 @@ var StartDeviceDiscovery = [
3348
2791
  9,
3349
2792
  n0,
3350
2793
  _SDD,
3351
- {
3352
- [_h]: ["POST", "/device-discoveries", 201],
3353
- },
2794
+ { [_h]: ["POST", "/device-discoveries", 201] },
3354
2795
  () => StartDeviceDiscoveryRequest,
3355
2796
  () => StartDeviceDiscoveryResponse,
3356
2797
  ];
@@ -3358,9 +2799,7 @@ var TagResource = [
3358
2799
  9,
3359
2800
  n0,
3360
2801
  _TR,
3361
- {
3362
- [_h]: ["POST", "/tags/{ResourceArn}", 200],
3363
- },
2802
+ { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
3364
2803
  () => TagResourceRequest,
3365
2804
  () => TagResourceResponse,
3366
2805
  ];
@@ -3368,9 +2807,7 @@ var UntagResource = [
3368
2807
  9,
3369
2808
  n0,
3370
2809
  _UR,
3371
- {
3372
- [_h]: ["DELETE", "/tags/{ResourceArn}", 200],
3373
- },
2810
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
3374
2811
  () => UntagResourceRequest,
3375
2812
  () => UntagResourceResponse,
3376
2813
  ];
@@ -3378,9 +2815,7 @@ var UpdateAccountAssociation = [
3378
2815
  9,
3379
2816
  n0,
3380
2817
  _UAA,
3381
- {
3382
- [_h]: ["PUT", "/account-associations/{AccountAssociationId}", 204],
3383
- },
2818
+ { [_h]: ["PUT", "/account-associations/{AccountAssociationId}", 204] },
3384
2819
  () => UpdateAccountAssociationRequest,
3385
2820
  () => __Unit,
3386
2821
  ];
@@ -3388,9 +2823,7 @@ var UpdateCloudConnector = [
3388
2823
  9,
3389
2824
  n0,
3390
2825
  _UCC,
3391
- {
3392
- [_h]: ["PUT", "/cloud-connectors/{Identifier}", 200],
3393
- },
2826
+ { [_h]: ["PUT", "/cloud-connectors/{Identifier}", 200] },
3394
2827
  () => UpdateCloudConnectorRequest,
3395
2828
  () => __Unit,
3396
2829
  ];
@@ -3398,9 +2831,7 @@ var UpdateConnectorDestination = [
3398
2831
  9,
3399
2832
  n0,
3400
2833
  _UCD,
3401
- {
3402
- [_h]: ["PUT", "/connector-destinations/{Identifier}", 204],
3403
- },
2834
+ { [_h]: ["PUT", "/connector-destinations/{Identifier}", 204] },
3404
2835
  () => UpdateConnectorDestinationRequest,
3405
2836
  () => __Unit,
3406
2837
  ];
@@ -3408,9 +2839,7 @@ var UpdateDestination = [
3408
2839
  9,
3409
2840
  n0,
3410
2841
  _UD,
3411
- {
3412
- [_h]: ["PUT", "/destinations/{Name}", 201],
3413
- },
2842
+ { [_h]: ["PUT", "/destinations/{Name}", 201] },
3414
2843
  () => UpdateDestinationRequest,
3415
2844
  () => __Unit,
3416
2845
  ];
@@ -3418,9 +2847,7 @@ var UpdateEventLogConfiguration = [
3418
2847
  9,
3419
2848
  n0,
3420
2849
  _UELC,
3421
- {
3422
- [_h]: ["PATCH", "/event-log-configurations/{Id}", 200],
3423
- },
2850
+ { [_h]: ["PATCH", "/event-log-configurations/{Id}", 200] },
3424
2851
  () => UpdateEventLogConfigurationRequest,
3425
2852
  () => __Unit,
3426
2853
  ];
@@ -3428,9 +2855,7 @@ var UpdateManagedThing = [
3428
2855
  9,
3429
2856
  n0,
3430
2857
  _UMT,
3431
- {
3432
- [_h]: ["PUT", "/managed-things/{Identifier}", 204],
3433
- },
2858
+ { [_h]: ["PUT", "/managed-things/{Identifier}", 204] },
3434
2859
  () => UpdateManagedThingRequest,
3435
2860
  () => __Unit,
3436
2861
  ];
@@ -3438,9 +2863,7 @@ var UpdateNotificationConfiguration = [
3438
2863
  9,
3439
2864
  n0,
3440
2865
  _UNC,
3441
- {
3442
- [_h]: ["PUT", "/notification-configurations/{EventType}", 201],
3443
- },
2866
+ { [_h]: ["PUT", "/notification-configurations/{EventType}", 201] },
3444
2867
  () => UpdateNotificationConfigurationRequest,
3445
2868
  () => __Unit,
3446
2869
  ];
@@ -3448,9 +2871,7 @@ var UpdateOtaTask = [
3448
2871
  9,
3449
2872
  n0,
3450
2873
  _UOT,
3451
- {
3452
- [_h]: ["PUT", "/ota-tasks/{Identifier}", 204],
3453
- },
2874
+ { [_h]: ["PUT", "/ota-tasks/{Identifier}", 204] },
3454
2875
  () => UpdateOtaTaskRequest,
3455
2876
  () => __Unit,
3456
2877
  ];