@aws-sdk/client-iottwinmaker 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 (79) hide show
  1. package/dist-cjs/index.js +55 -305
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/IoTTwinMakerClient.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 +55 -305
  8. package/dist-types/IoTTwinMaker.d.ts +1 -1
  9. package/dist-types/IoTTwinMakerClient.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/BatchPutPropertyValuesCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelMetadataTransferJobCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateComponentTypeCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateEntityCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateMetadataTransferJobCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateSceneCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateSyncJobCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateWorkspaceCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteComponentTypeCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteEntityCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteSceneCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteSyncJobCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +3 -3
  25. package/dist-types/commands/ExecuteQueryCommand.d.ts +3 -3
  26. package/dist-types/commands/GetComponentTypeCommand.d.ts +3 -3
  27. package/dist-types/commands/GetEntityCommand.d.ts +3 -3
  28. package/dist-types/commands/GetMetadataTransferJobCommand.d.ts +3 -3
  29. package/dist-types/commands/GetPricingPlanCommand.d.ts +3 -3
  30. package/dist-types/commands/GetPropertyValueCommand.d.ts +3 -3
  31. package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +3 -3
  32. package/dist-types/commands/GetSceneCommand.d.ts +3 -3
  33. package/dist-types/commands/GetSyncJobCommand.d.ts +3 -3
  34. package/dist-types/commands/GetWorkspaceCommand.d.ts +3 -3
  35. package/dist-types/commands/ListComponentTypesCommand.d.ts +3 -3
  36. package/dist-types/commands/ListComponentsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListEntitiesCommand.d.ts +3 -3
  38. package/dist-types/commands/ListMetadataTransferJobsCommand.d.ts +3 -3
  39. package/dist-types/commands/ListPropertiesCommand.d.ts +3 -3
  40. package/dist-types/commands/ListScenesCommand.d.ts +3 -3
  41. package/dist-types/commands/ListSyncJobsCommand.d.ts +3 -3
  42. package/dist-types/commands/ListSyncResourcesCommand.d.ts +3 -3
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  44. package/dist-types/commands/ListWorkspacesCommand.d.ts +3 -3
  45. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  46. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  47. package/dist-types/commands/UpdateComponentTypeCommand.d.ts +3 -3
  48. package/dist-types/commands/UpdateEntityCommand.d.ts +3 -3
  49. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +3 -3
  50. package/dist-types/commands/UpdateSceneCommand.d.ts +3 -3
  51. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +3 -3
  52. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  53. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  54. package/dist-types/extensionConfiguration.d.ts +4 -4
  55. package/dist-types/models/IoTTwinMakerServiceException.d.ts +1 -1
  56. package/dist-types/models/errors.d.ts +1 -1
  57. package/dist-types/pagination/ExecuteQueryPaginator.d.ts +1 -1
  58. package/dist-types/pagination/GetPropertyValueHistoryPaginator.d.ts +1 -1
  59. package/dist-types/pagination/GetPropertyValuePaginator.d.ts +1 -1
  60. package/dist-types/pagination/Interfaces.d.ts +1 -1
  61. package/dist-types/pagination/ListComponentTypesPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListEntitiesPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListMetadataTransferJobsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListPropertiesPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListScenesPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListSyncJobsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListSyncResourcesPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListWorkspacesPaginator.d.ts +1 -1
  70. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  71. package/dist-types/runtimeConfig.d.ts +1 -1
  72. package/dist-types/runtimeConfig.native.d.ts +1 -1
  73. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  74. package/dist-types/runtimeExtensions.d.ts +1 -1
  75. package/dist-types/schemas/schemas_0.d.ts +1 -1
  76. package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +3 -3
  77. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  78. package/dist-types/ts3.4/models/IoTTwinMakerServiceException.d.ts +1 -1
  79. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -694,17 +694,7 @@ const _w = "workspace";
694
694
  const _wI = "workspaceId";
695
695
  const _wS = "workspaceSummaries";
696
696
  const n0 = "com.amazonaws.iottwinmaker";
697
- var AccessDeniedException = [
698
- -3,
699
- n0,
700
- _ADE,
701
- {
702
- [_e]: _c,
703
- [_hE]: 403,
704
- },
705
- [_m],
706
- [0],
707
- ];
697
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
708
698
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
709
699
  var BatchPutPropertyError = [
710
700
  3,
@@ -807,41 +797,11 @@ var CompositeComponentUpdateRequest = [
807
797
  [_uT, _d, _pU, _pGU],
808
798
  [0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests],
809
799
  ];
810
- var ConflictException = [
811
- -3,
812
- n0,
813
- _CE,
814
- {
815
- [_e]: _c,
816
- [_hE]: 409,
817
- },
818
- [_m],
819
- [0],
820
- ];
800
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
821
801
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
822
- var ConnectorFailureException = [
823
- -3,
824
- n0,
825
- _CFE,
826
- {
827
- [_e]: _c,
828
- [_hE]: 424,
829
- },
830
- [_m],
831
- [0],
832
- ];
802
+ var ConnectorFailureException = [-3, n0, _CFE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
833
803
  schema.TypeRegistry.for(n0).registerError(ConnectorFailureException, ConnectorFailureException$1);
834
- var ConnectorTimeoutException = [
835
- -3,
836
- n0,
837
- _CTE,
838
- {
839
- [_e]: _c,
840
- [_hE]: 424,
841
- },
842
- [_m],
843
- [0],
844
- ];
804
+ var ConnectorTimeoutException = [-3, n0, _CTE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
845
805
  schema.TypeRegistry.for(n0).registerError(ConnectorTimeoutException, ConnectorTimeoutException$1);
846
806
  var CreateComponentTypeRequest = [
847
807
  3,
@@ -954,12 +914,7 @@ var DeleteEntityRequest = [
954
914
  [
955
915
  [0, 1],
956
916
  [0, 1],
957
- [
958
- 2,
959
- {
960
- [_hQ]: _iR,
961
- },
962
- ],
917
+ [2, { [_hQ]: _iR }],
963
918
  ],
964
919
  ];
965
920
  var DeleteEntityResponse = [3, n0, _DERe, 0, [_st], [0]];
@@ -1181,12 +1136,7 @@ var GetSyncJobRequest = [
1181
1136
  [_sS, _wI],
1182
1137
  [
1183
1138
  [0, 1],
1184
- [
1185
- 0,
1186
- {
1187
- [_hQ]: _w,
1188
- },
1189
- ],
1139
+ [0, { [_hQ]: _w }],
1190
1140
  ],
1191
1141
  ];
1192
1142
  var GetSyncJobResponse = [
@@ -1206,17 +1156,7 @@ var GetWorkspaceResponse = [
1206
1156
  [_wI, _a, _d, _lS, _sL, _r, _cDT, _uDT],
1207
1157
  [0, 0, 0, 64 | 0, 0, 0, 4, 4],
1208
1158
  ];
1209
- var InternalServerException = [
1210
- -3,
1211
- n0,
1212
- _ISE,
1213
- {
1214
- [_e]: _se,
1215
- [_hE]: 500,
1216
- },
1217
- [_m],
1218
- [0],
1219
- ];
1159
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
1220
1160
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1221
1161
  var InterpolationParameters = [3, n0, _IP, 0, [_iT, _iIS], [0, 1]];
1222
1162
  var IotSiteWiseSourceConfiguration = [
@@ -1436,48 +1376,18 @@ var PropertyValueHistory = [
1436
1376
  [_ePR, _va],
1437
1377
  [() => EntityPropertyReference, () => Values],
1438
1378
  ];
1439
- var QueryTimeoutException = [
1440
- -3,
1441
- n0,
1442
- _QTE,
1443
- {
1444
- [_e]: _c,
1445
- [_hE]: 400,
1446
- },
1447
- [_m],
1448
- [0],
1449
- ];
1379
+ var QueryTimeoutException = [-3, n0, _QTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1450
1380
  schema.TypeRegistry.for(n0).registerError(QueryTimeoutException, QueryTimeoutException$1);
1451
1381
  var Relationship = [3, n0, _R, 0, [_tCTI, _rT], [0, 0]];
1452
1382
  var RelationshipValue = [3, n0, _RV, 0, [_tEI, _tCN], [0, 0]];
1453
- var ResourceNotFoundException = [
1454
- -3,
1455
- n0,
1456
- _RNFE,
1457
- {
1458
- [_e]: _c,
1459
- [_hE]: 404,
1460
- },
1461
- [_m],
1462
- [0],
1463
- ];
1383
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
1464
1384
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1465
1385
  var Row = [3, n0, _Ro, 0, [_rD], [64 | 15]];
1466
1386
  var S3DestinationConfiguration = [3, n0, _SDC, 0, [_lo], [0]];
1467
1387
  var S3SourceConfiguration = [3, n0, _SSC, 0, [_lo], [0]];
1468
1388
  var SceneError = [3, n0, _SE, 0, [_cod, _m], [0, 0]];
1469
1389
  var SceneSummary = [3, n0, _SS, 0, [_sI, _cL, _a, _cDT, _uDT, _d], [0, 0, 0, 4, 4, 0]];
1470
- var ServiceQuotaExceededException = [
1471
- -3,
1472
- n0,
1473
- _SQEE,
1474
- {
1475
- [_e]: _c,
1476
- [_hE]: 402,
1477
- },
1478
- [_m],
1479
- [0],
1480
- ];
1390
+ var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
1481
1391
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1482
1392
  var SourceConfiguration = [
1483
1393
  3,
@@ -1516,29 +1426,9 @@ var TabularConditions = [
1516
1426
  ];
1517
1427
  var TagResourceRequest = [3, n0, _TRR, 0, [_rARN, _ta], [0, 128 | 0]];
1518
1428
  var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1519
- var ThrottlingException = [
1520
- -3,
1521
- n0,
1522
- _TE,
1523
- {
1524
- [_e]: _c,
1525
- [_hE]: 429,
1526
- },
1527
- [_m],
1528
- [0],
1529
- ];
1429
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1530
1430
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1531
- var TooManyTagsException = [
1532
- -3,
1533
- n0,
1534
- _TMTE,
1535
- {
1536
- [_e]: _c,
1537
- [_hE]: 400,
1538
- },
1539
- [_m],
1540
- [0],
1541
- ];
1431
+ var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1542
1432
  schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
1543
1433
  var UntagResourceRequest = [
1544
1434
  3,
@@ -1547,18 +1437,8 @@ var UntagResourceRequest = [
1547
1437
  0,
1548
1438
  [_rARN, _tK],
1549
1439
  [
1550
- [
1551
- 0,
1552
- {
1553
- [_hQ]: _rARN,
1554
- },
1555
- ],
1556
- [
1557
- 64 | 0,
1558
- {
1559
- [_hQ]: _tK,
1560
- },
1561
- ],
1440
+ [0, { [_hQ]: _rARN }],
1441
+ [64 | 0, { [_hQ]: _tK }],
1562
1442
  ],
1563
1443
  ];
1564
1444
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1619,17 +1499,7 @@ var UpdateSceneRequest = [
1619
1499
  var UpdateSceneResponse = [3, n0, _USRp, 0, [_uDT], [4]];
1620
1500
  var UpdateWorkspaceRequest = [3, n0, _UWR, 0, [_wI, _d, _r, _sL], [[0, 1], 0, 0, 0]];
1621
1501
  var UpdateWorkspaceResponse = [3, n0, _UWRp, 0, [_uDT], [4]];
1622
- var ValidationException = [
1623
- -3,
1624
- n0,
1625
- _VE,
1626
- {
1627
- [_e]: _c,
1628
- [_hE]: 400,
1629
- },
1630
- [_m],
1631
- [0],
1632
- ];
1502
+ var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1633
1503
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1634
1504
  var WorkspaceSummary = [
1635
1505
  3,
@@ -1762,10 +1632,7 @@ var BatchPutPropertyValues = [
1762
1632
  9,
1763
1633
  n0,
1764
1634
  _BPPV,
1765
- {
1766
- [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties", 200],
1767
- [_end]: ["data."],
1768
- },
1635
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties", 200], [_end]: ["data."] },
1769
1636
  () => BatchPutPropertyValuesRequest,
1770
1637
  () => BatchPutPropertyValuesResponse,
1771
1638
  ];
@@ -1773,10 +1640,7 @@ var CancelMetadataTransferJob = [
1773
1640
  9,
1774
1641
  n0,
1775
1642
  _CMTJ,
1776
- {
1777
- [_h]: ["PUT", "/metadata-transfer-jobs/{metadataTransferJobId}/cancel", 200],
1778
- [_end]: ["api."],
1779
- },
1643
+ { [_h]: ["PUT", "/metadata-transfer-jobs/{metadataTransferJobId}/cancel", 200], [_end]: ["api."] },
1780
1644
  () => CancelMetadataTransferJobRequest,
1781
1645
  () => CancelMetadataTransferJobResponse,
1782
1646
  ];
@@ -1784,10 +1648,7 @@ var CreateComponentType = [
1784
1648
  9,
1785
1649
  n0,
1786
1650
  _CCT,
1787
- {
1788
- [_h]: ["POST", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
1789
- [_end]: ["api."],
1790
- },
1651
+ { [_h]: ["POST", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
1791
1652
  () => CreateComponentTypeRequest,
1792
1653
  () => CreateComponentTypeResponse,
1793
1654
  ];
@@ -1795,10 +1656,7 @@ var CreateEntity = [
1795
1656
  9,
1796
1657
  n0,
1797
1658
  _CEr,
1798
- {
1799
- [_h]: ["POST", "/workspaces/{workspaceId}/entities", 200],
1800
- [_end]: ["api."],
1801
- },
1659
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entities", 200], [_end]: ["api."] },
1802
1660
  () => CreateEntityRequest,
1803
1661
  () => CreateEntityResponse,
1804
1662
  ];
@@ -1806,10 +1664,7 @@ var CreateMetadataTransferJob = [
1806
1664
  9,
1807
1665
  n0,
1808
1666
  _CMTJr,
1809
- {
1810
- [_h]: ["POST", "/metadata-transfer-jobs", 200],
1811
- [_end]: ["api."],
1812
- },
1667
+ { [_h]: ["POST", "/metadata-transfer-jobs", 200], [_end]: ["api."] },
1813
1668
  () => CreateMetadataTransferJobRequest,
1814
1669
  () => CreateMetadataTransferJobResponse,
1815
1670
  ];
@@ -1817,10 +1672,7 @@ var CreateScene = [
1817
1672
  9,
1818
1673
  n0,
1819
1674
  _CSr,
1820
- {
1821
- [_h]: ["POST", "/workspaces/{workspaceId}/scenes", 200],
1822
- [_end]: ["api."],
1823
- },
1675
+ { [_h]: ["POST", "/workspaces/{workspaceId}/scenes", 200], [_end]: ["api."] },
1824
1676
  () => CreateSceneRequest,
1825
1677
  () => CreateSceneResponse,
1826
1678
  ];
@@ -1828,10 +1680,7 @@ var CreateSyncJob = [
1828
1680
  9,
1829
1681
  n0,
1830
1682
  _CSJ,
1831
- {
1832
- [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200],
1833
- [_end]: ["api."],
1834
- },
1683
+ { [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200], [_end]: ["api."] },
1835
1684
  () => CreateSyncJobRequest,
1836
1685
  () => CreateSyncJobResponse,
1837
1686
  ];
@@ -1839,10 +1688,7 @@ var CreateWorkspace = [
1839
1688
  9,
1840
1689
  n0,
1841
1690
  _CW,
1842
- {
1843
- [_h]: ["POST", "/workspaces/{workspaceId}", 200],
1844
- [_end]: ["api."],
1845
- },
1691
+ { [_h]: ["POST", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
1846
1692
  () => CreateWorkspaceRequest,
1847
1693
  () => CreateWorkspaceResponse,
1848
1694
  ];
@@ -1850,10 +1696,7 @@ var DeleteComponentType = [
1850
1696
  9,
1851
1697
  n0,
1852
1698
  _DCT,
1853
- {
1854
- [_h]: ["DELETE", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
1855
- [_end]: ["api."],
1856
- },
1699
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
1857
1700
  () => DeleteComponentTypeRequest,
1858
1701
  () => DeleteComponentTypeResponse,
1859
1702
  ];
@@ -1861,10 +1704,7 @@ var DeleteEntity = [
1861
1704
  9,
1862
1705
  n0,
1863
1706
  _DE,
1864
- {
1865
- [_h]: ["DELETE", "/workspaces/{workspaceId}/entities/{entityId}", 200],
1866
- [_end]: ["api."],
1867
- },
1707
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/entities/{entityId}", 200], [_end]: ["api."] },
1868
1708
  () => DeleteEntityRequest,
1869
1709
  () => DeleteEntityResponse,
1870
1710
  ];
@@ -1872,10 +1712,7 @@ var DeleteScene = [
1872
1712
  9,
1873
1713
  n0,
1874
1714
  _DS,
1875
- {
1876
- [_h]: ["DELETE", "/workspaces/{workspaceId}/scenes/{sceneId}", 200],
1877
- [_end]: ["api."],
1878
- },
1715
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/scenes/{sceneId}", 200], [_end]: ["api."] },
1879
1716
  () => DeleteSceneRequest,
1880
1717
  () => DeleteSceneResponse,
1881
1718
  ];
@@ -1883,10 +1720,7 @@ var DeleteSyncJob = [
1883
1720
  9,
1884
1721
  n0,
1885
1722
  _DSJ,
1886
- {
1887
- [_h]: ["DELETE", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200],
1888
- [_end]: ["api."],
1889
- },
1723
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200], [_end]: ["api."] },
1890
1724
  () => DeleteSyncJobRequest,
1891
1725
  () => DeleteSyncJobResponse,
1892
1726
  ];
@@ -1894,10 +1728,7 @@ var DeleteWorkspace = [
1894
1728
  9,
1895
1729
  n0,
1896
1730
  _DW,
1897
- {
1898
- [_h]: ["DELETE", "/workspaces/{workspaceId}", 200],
1899
- [_end]: ["api."],
1900
- },
1731
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
1901
1732
  () => DeleteWorkspaceRequest,
1902
1733
  () => DeleteWorkspaceResponse,
1903
1734
  ];
@@ -1905,10 +1736,7 @@ var ExecuteQuery = [
1905
1736
  9,
1906
1737
  n0,
1907
1738
  _EQ,
1908
- {
1909
- [_h]: ["POST", "/queries/execution", 200],
1910
- [_end]: ["api."],
1911
- },
1739
+ { [_h]: ["POST", "/queries/execution", 200], [_end]: ["api."] },
1912
1740
  () => ExecuteQueryRequest,
1913
1741
  () => ExecuteQueryResponse,
1914
1742
  ];
@@ -1916,10 +1744,7 @@ var GetComponentType = [
1916
1744
  9,
1917
1745
  n0,
1918
1746
  _GCT,
1919
- {
1920
- [_h]: ["GET", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
1921
- [_end]: ["api."],
1922
- },
1747
+ { [_h]: ["GET", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
1923
1748
  () => GetComponentTypeRequest,
1924
1749
  () => GetComponentTypeResponse,
1925
1750
  ];
@@ -1927,10 +1752,7 @@ var GetEntity = [
1927
1752
  9,
1928
1753
  n0,
1929
1754
  _GE,
1930
- {
1931
- [_h]: ["GET", "/workspaces/{workspaceId}/entities/{entityId}", 200],
1932
- [_end]: ["api."],
1933
- },
1755
+ { [_h]: ["GET", "/workspaces/{workspaceId}/entities/{entityId}", 200], [_end]: ["api."] },
1934
1756
  () => GetEntityRequest,
1935
1757
  () => GetEntityResponse,
1936
1758
  ];
@@ -1938,10 +1760,7 @@ var GetMetadataTransferJob = [
1938
1760
  9,
1939
1761
  n0,
1940
1762
  _GMTJ,
1941
- {
1942
- [_h]: ["GET", "/metadata-transfer-jobs/{metadataTransferJobId}", 200],
1943
- [_end]: ["api."],
1944
- },
1763
+ { [_h]: ["GET", "/metadata-transfer-jobs/{metadataTransferJobId}", 200], [_end]: ["api."] },
1945
1764
  () => GetMetadataTransferJobRequest,
1946
1765
  () => GetMetadataTransferJobResponse,
1947
1766
  ];
@@ -1949,10 +1768,7 @@ var GetPricingPlan = [
1949
1768
  9,
1950
1769
  n0,
1951
1770
  _GPP,
1952
- {
1953
- [_h]: ["GET", "/pricingplan", 200],
1954
- [_end]: ["api."],
1955
- },
1771
+ { [_h]: ["GET", "/pricingplan", 200], [_end]: ["api."] },
1956
1772
  () => GetPricingPlanRequest,
1957
1773
  () => GetPricingPlanResponse,
1958
1774
  ];
@@ -1960,10 +1776,7 @@ var GetPropertyValue = [
1960
1776
  9,
1961
1777
  n0,
1962
1778
  _GPV,
1963
- {
1964
- [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/value", 200],
1965
- [_end]: ["data."],
1966
- },
1779
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/value", 200], [_end]: ["data."] },
1967
1780
  () => GetPropertyValueRequest,
1968
1781
  () => GetPropertyValueResponse,
1969
1782
  ];
@@ -1971,10 +1784,7 @@ var GetPropertyValueHistory = [
1971
1784
  9,
1972
1785
  n0,
1973
1786
  _GPVH,
1974
- {
1975
- [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/history", 200],
1976
- [_end]: ["data."],
1977
- },
1787
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/history", 200], [_end]: ["data."] },
1978
1788
  () => GetPropertyValueHistoryRequest,
1979
1789
  () => GetPropertyValueHistoryResponse,
1980
1790
  ];
@@ -1982,10 +1792,7 @@ var GetScene = [
1982
1792
  9,
1983
1793
  n0,
1984
1794
  _GS,
1985
- {
1986
- [_h]: ["GET", "/workspaces/{workspaceId}/scenes/{sceneId}", 200],
1987
- [_end]: ["api."],
1988
- },
1795
+ { [_h]: ["GET", "/workspaces/{workspaceId}/scenes/{sceneId}", 200], [_end]: ["api."] },
1989
1796
  () => GetSceneRequest,
1990
1797
  () => GetSceneResponse,
1991
1798
  ];
@@ -1993,10 +1800,7 @@ var GetSyncJob = [
1993
1800
  9,
1994
1801
  n0,
1995
1802
  _GSJ,
1996
- {
1997
- [_h]: ["GET", "/sync-jobs/{syncSource}", 200],
1998
- [_end]: ["api."],
1999
- },
1803
+ { [_h]: ["GET", "/sync-jobs/{syncSource}", 200], [_end]: ["api."] },
2000
1804
  () => GetSyncJobRequest,
2001
1805
  () => GetSyncJobResponse,
2002
1806
  ];
@@ -2004,10 +1808,7 @@ var GetWorkspace = [
2004
1808
  9,
2005
1809
  n0,
2006
1810
  _GW,
2007
- {
2008
- [_h]: ["GET", "/workspaces/{workspaceId}", 200],
2009
- [_end]: ["api."],
2010
- },
1811
+ { [_h]: ["GET", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
2011
1812
  () => GetWorkspaceRequest,
2012
1813
  () => GetWorkspaceResponse,
2013
1814
  ];
@@ -2015,10 +1816,7 @@ var ListComponents = [
2015
1816
  9,
2016
1817
  n0,
2017
1818
  _LC,
2018
- {
2019
- [_h]: ["POST", "/workspaces/{workspaceId}/entities/{entityId}/components-list", 200],
2020
- [_end]: ["api."],
2021
- },
1819
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entities/{entityId}/components-list", 200], [_end]: ["api."] },
2022
1820
  () => ListComponentsRequest,
2023
1821
  () => ListComponentsResponse,
2024
1822
  ];
@@ -2026,10 +1824,7 @@ var ListComponentTypes = [
2026
1824
  9,
2027
1825
  n0,
2028
1826
  _LCT,
2029
- {
2030
- [_h]: ["POST", "/workspaces/{workspaceId}/component-types-list", 200],
2031
- [_end]: ["api."],
2032
- },
1827
+ { [_h]: ["POST", "/workspaces/{workspaceId}/component-types-list", 200], [_end]: ["api."] },
2033
1828
  () => ListComponentTypesRequest,
2034
1829
  () => ListComponentTypesResponse,
2035
1830
  ];
@@ -2037,10 +1832,7 @@ var ListEntities = [
2037
1832
  9,
2038
1833
  n0,
2039
1834
  _LE,
2040
- {
2041
- [_h]: ["POST", "/workspaces/{workspaceId}/entities-list", 200],
2042
- [_end]: ["api."],
2043
- },
1835
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entities-list", 200], [_end]: ["api."] },
2044
1836
  () => ListEntitiesRequest,
2045
1837
  () => ListEntitiesResponse,
2046
1838
  ];
@@ -2048,10 +1840,7 @@ var ListMetadataTransferJobs = [
2048
1840
  9,
2049
1841
  n0,
2050
1842
  _LMTJ,
2051
- {
2052
- [_h]: ["POST", "/metadata-transfer-jobs-list", 200],
2053
- [_end]: ["api."],
2054
- },
1843
+ { [_h]: ["POST", "/metadata-transfer-jobs-list", 200], [_end]: ["api."] },
2055
1844
  () => ListMetadataTransferJobsRequest,
2056
1845
  () => ListMetadataTransferJobsResponse,
2057
1846
  ];
@@ -2059,10 +1848,7 @@ var ListProperties = [
2059
1848
  9,
2060
1849
  n0,
2061
1850
  _LP,
2062
- {
2063
- [_h]: ["POST", "/workspaces/{workspaceId}/properties-list", 200],
2064
- [_end]: ["api."],
2065
- },
1851
+ { [_h]: ["POST", "/workspaces/{workspaceId}/properties-list", 200], [_end]: ["api."] },
2066
1852
  () => ListPropertiesRequest,
2067
1853
  () => ListPropertiesResponse,
2068
1854
  ];
@@ -2070,10 +1856,7 @@ var ListScenes = [
2070
1856
  9,
2071
1857
  n0,
2072
1858
  _LS,
2073
- {
2074
- [_h]: ["POST", "/workspaces/{workspaceId}/scenes-list", 200],
2075
- [_end]: ["api."],
2076
- },
1859
+ { [_h]: ["POST", "/workspaces/{workspaceId}/scenes-list", 200], [_end]: ["api."] },
2077
1860
  () => ListScenesRequest,
2078
1861
  () => ListScenesResponse,
2079
1862
  ];
@@ -2081,10 +1864,7 @@ var ListSyncJobs = [
2081
1864
  9,
2082
1865
  n0,
2083
1866
  _LSJ,
2084
- {
2085
- [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs-list", 200],
2086
- [_end]: ["api."],
2087
- },
1867
+ { [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs-list", 200], [_end]: ["api."] },
2088
1868
  () => ListSyncJobsRequest,
2089
1869
  () => ListSyncJobsResponse,
2090
1870
  ];
@@ -2092,10 +1872,7 @@ var ListSyncResources = [
2092
1872
  9,
2093
1873
  n0,
2094
1874
  _LSRis,
2095
- {
2096
- [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}/resources-list", 200],
2097
- [_end]: ["api."],
2098
- },
1875
+ { [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}/resources-list", 200], [_end]: ["api."] },
2099
1876
  () => ListSyncResourcesRequest,
2100
1877
  () => ListSyncResourcesResponse,
2101
1878
  ];
@@ -2103,10 +1880,7 @@ var ListTagsForResource = [
2103
1880
  9,
2104
1881
  n0,
2105
1882
  _LTFR,
2106
- {
2107
- [_h]: ["POST", "/tags-list", 200],
2108
- [_end]: ["api."],
2109
- },
1883
+ { [_h]: ["POST", "/tags-list", 200], [_end]: ["api."] },
2110
1884
  () => ListTagsForResourceRequest,
2111
1885
  () => ListTagsForResourceResponse,
2112
1886
  ];
@@ -2114,10 +1888,7 @@ var ListWorkspaces = [
2114
1888
  9,
2115
1889
  n0,
2116
1890
  _LW,
2117
- {
2118
- [_h]: ["POST", "/workspaces-list", 200],
2119
- [_end]: ["api."],
2120
- },
1891
+ { [_h]: ["POST", "/workspaces-list", 200], [_end]: ["api."] },
2121
1892
  () => ListWorkspacesRequest,
2122
1893
  () => ListWorkspacesResponse,
2123
1894
  ];
@@ -2125,10 +1896,7 @@ var TagResource = [
2125
1896
  9,
2126
1897
  n0,
2127
1898
  _TR,
2128
- {
2129
- [_h]: ["POST", "/tags", 200],
2130
- [_end]: ["api."],
2131
- },
1899
+ { [_h]: ["POST", "/tags", 200], [_end]: ["api."] },
2132
1900
  () => TagResourceRequest,
2133
1901
  () => TagResourceResponse,
2134
1902
  ];
@@ -2136,10 +1904,7 @@ var UntagResource = [
2136
1904
  9,
2137
1905
  n0,
2138
1906
  _UR,
2139
- {
2140
- [_h]: ["DELETE", "/tags", 200],
2141
- [_end]: ["api."],
2142
- },
1907
+ { [_h]: ["DELETE", "/tags", 200], [_end]: ["api."] },
2143
1908
  () => UntagResourceRequest,
2144
1909
  () => UntagResourceResponse,
2145
1910
  ];
@@ -2147,10 +1912,7 @@ var UpdateComponentType = [
2147
1912
  9,
2148
1913
  n0,
2149
1914
  _UCT,
2150
- {
2151
- [_h]: ["PUT", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
2152
- [_end]: ["api."],
2153
- },
1915
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
2154
1916
  () => UpdateComponentTypeRequest,
2155
1917
  () => UpdateComponentTypeResponse,
2156
1918
  ];
@@ -2158,10 +1920,7 @@ var UpdateEntity = [
2158
1920
  9,
2159
1921
  n0,
2160
1922
  _UE,
2161
- {
2162
- [_h]: ["PUT", "/workspaces/{workspaceId}/entities/{entityId}", 200],
2163
- [_end]: ["api."],
2164
- },
1923
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/entities/{entityId}", 200], [_end]: ["api."] },
2165
1924
  () => UpdateEntityRequest,
2166
1925
  () => UpdateEntityResponse,
2167
1926
  ];
@@ -2169,10 +1928,7 @@ var UpdatePricingPlan = [
2169
1928
  9,
2170
1929
  n0,
2171
1930
  _UPP,
2172
- {
2173
- [_h]: ["POST", "/pricingplan", 200],
2174
- [_end]: ["api."],
2175
- },
1931
+ { [_h]: ["POST", "/pricingplan", 200], [_end]: ["api."] },
2176
1932
  () => UpdatePricingPlanRequest,
2177
1933
  () => UpdatePricingPlanResponse,
2178
1934
  ];
@@ -2180,10 +1936,7 @@ var UpdateScene = [
2180
1936
  9,
2181
1937
  n0,
2182
1938
  _US,
2183
- {
2184
- [_h]: ["PUT", "/workspaces/{workspaceId}/scenes/{sceneId}", 200],
2185
- [_end]: ["api."],
2186
- },
1939
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/scenes/{sceneId}", 200], [_end]: ["api."] },
2187
1940
  () => UpdateSceneRequest,
2188
1941
  () => UpdateSceneResponse,
2189
1942
  ];
@@ -2191,10 +1944,7 @@ var UpdateWorkspace = [
2191
1944
  9,
2192
1945
  n0,
2193
1946
  _UW,
2194
- {
2195
- [_h]: ["PUT", "/workspaces/{workspaceId}", 200],
2196
- [_end]: ["api."],
2197
- },
1947
+ { [_h]: ["PUT", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
2198
1948
  () => UpdateWorkspaceRequest,
2199
1949
  () => UpdateWorkspaceResponse,
2200
1950
  ];