@aws-sdk/client-iottwinmaker 3.940.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
@@ -444,17 +444,7 @@ const n0 = "com.amazonaws.iottwinmaker";
444
444
  import { TypeRegistry } from "@smithy/core/schema";
445
445
  import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, ConnectorFailureException as __ConnectorFailureException, ConnectorTimeoutException as __ConnectorTimeoutException, InternalServerException as __InternalServerException, QueryTimeoutException as __QueryTimeoutException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/errors";
446
446
  import { IoTTwinMakerServiceException as __IoTTwinMakerServiceException } from "../models/IoTTwinMakerServiceException";
447
- export var AccessDeniedException = [
448
- -3,
449
- n0,
450
- _ADE,
451
- {
452
- [_e]: _c,
453
- [_hE]: 403,
454
- },
455
- [_m],
456
- [0],
457
- ];
447
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
458
448
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
459
449
  export var BatchPutPropertyError = [
460
450
  3,
@@ -557,41 +547,11 @@ export var CompositeComponentUpdateRequest = [
557
547
  [_uT, _d, _pU, _pGU],
558
548
  [0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests],
559
549
  ];
560
- export var ConflictException = [
561
- -3,
562
- n0,
563
- _CE,
564
- {
565
- [_e]: _c,
566
- [_hE]: 409,
567
- },
568
- [_m],
569
- [0],
570
- ];
550
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
571
551
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
572
- export var ConnectorFailureException = [
573
- -3,
574
- n0,
575
- _CFE,
576
- {
577
- [_e]: _c,
578
- [_hE]: 424,
579
- },
580
- [_m],
581
- [0],
582
- ];
552
+ export var ConnectorFailureException = [-3, n0, _CFE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
583
553
  TypeRegistry.for(n0).registerError(ConnectorFailureException, __ConnectorFailureException);
584
- export var ConnectorTimeoutException = [
585
- -3,
586
- n0,
587
- _CTE,
588
- {
589
- [_e]: _c,
590
- [_hE]: 424,
591
- },
592
- [_m],
593
- [0],
594
- ];
554
+ export var ConnectorTimeoutException = [-3, n0, _CTE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
595
555
  TypeRegistry.for(n0).registerError(ConnectorTimeoutException, __ConnectorTimeoutException);
596
556
  export var CreateComponentTypeRequest = [
597
557
  3,
@@ -704,12 +664,7 @@ export var DeleteEntityRequest = [
704
664
  [
705
665
  [0, 1],
706
666
  [0, 1],
707
- [
708
- 2,
709
- {
710
- [_hQ]: _iR,
711
- },
712
- ],
667
+ [2, { [_hQ]: _iR }],
713
668
  ],
714
669
  ];
715
670
  export var DeleteEntityResponse = [3, n0, _DERe, 0, [_st], [0]];
@@ -931,12 +886,7 @@ export var GetSyncJobRequest = [
931
886
  [_sS, _wI],
932
887
  [
933
888
  [0, 1],
934
- [
935
- 0,
936
- {
937
- [_hQ]: _w,
938
- },
939
- ],
889
+ [0, { [_hQ]: _w }],
940
890
  ],
941
891
  ];
942
892
  export var GetSyncJobResponse = [
@@ -956,17 +906,7 @@ export var GetWorkspaceResponse = [
956
906
  [_wI, _a, _d, _lS, _sL, _r, _cDT, _uDT],
957
907
  [0, 0, 0, 64 | 0, 0, 0, 4, 4],
958
908
  ];
959
- export var InternalServerException = [
960
- -3,
961
- n0,
962
- _ISE,
963
- {
964
- [_e]: _se,
965
- [_hE]: 500,
966
- },
967
- [_m],
968
- [0],
969
- ];
909
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
970
910
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
971
911
  export var InterpolationParameters = [3, n0, _IP, 0, [_iT, _iIS], [0, 1]];
972
912
  export var IotSiteWiseSourceConfiguration = [
@@ -1186,48 +1126,18 @@ export var PropertyValueHistory = [
1186
1126
  [_ePR, _va],
1187
1127
  [() => EntityPropertyReference, () => Values],
1188
1128
  ];
1189
- export var QueryTimeoutException = [
1190
- -3,
1191
- n0,
1192
- _QTE,
1193
- {
1194
- [_e]: _c,
1195
- [_hE]: 400,
1196
- },
1197
- [_m],
1198
- [0],
1199
- ];
1129
+ export var QueryTimeoutException = [-3, n0, _QTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1200
1130
  TypeRegistry.for(n0).registerError(QueryTimeoutException, __QueryTimeoutException);
1201
1131
  export var Relationship = [3, n0, _R, 0, [_tCTI, _rT], [0, 0]];
1202
1132
  export var RelationshipValue = [3, n0, _RV, 0, [_tEI, _tCN], [0, 0]];
1203
- export var ResourceNotFoundException = [
1204
- -3,
1205
- n0,
1206
- _RNFE,
1207
- {
1208
- [_e]: _c,
1209
- [_hE]: 404,
1210
- },
1211
- [_m],
1212
- [0],
1213
- ];
1133
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
1214
1134
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1215
1135
  export var Row = [3, n0, _Ro, 0, [_rD], [64 | 15]];
1216
1136
  export var S3DestinationConfiguration = [3, n0, _SDC, 0, [_lo], [0]];
1217
1137
  export var S3SourceConfiguration = [3, n0, _SSC, 0, [_lo], [0]];
1218
1138
  export var SceneError = [3, n0, _SE, 0, [_cod, _m], [0, 0]];
1219
1139
  export var SceneSummary = [3, n0, _SS, 0, [_sI, _cL, _a, _cDT, _uDT, _d], [0, 0, 0, 4, 4, 0]];
1220
- export var ServiceQuotaExceededException = [
1221
- -3,
1222
- n0,
1223
- _SQEE,
1224
- {
1225
- [_e]: _c,
1226
- [_hE]: 402,
1227
- },
1228
- [_m],
1229
- [0],
1230
- ];
1140
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
1231
1141
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1232
1142
  export var SourceConfiguration = [
1233
1143
  3,
@@ -1266,29 +1176,9 @@ export var TabularConditions = [
1266
1176
  ];
1267
1177
  export var TagResourceRequest = [3, n0, _TRR, 0, [_rARN, _ta], [0, 128 | 0]];
1268
1178
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1269
- export var ThrottlingException = [
1270
- -3,
1271
- n0,
1272
- _TE,
1273
- {
1274
- [_e]: _c,
1275
- [_hE]: 429,
1276
- },
1277
- [_m],
1278
- [0],
1279
- ];
1179
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1280
1180
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1281
- export var TooManyTagsException = [
1282
- -3,
1283
- n0,
1284
- _TMTE,
1285
- {
1286
- [_e]: _c,
1287
- [_hE]: 400,
1288
- },
1289
- [_m],
1290
- [0],
1291
- ];
1181
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1292
1182
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1293
1183
  export var UntagResourceRequest = [
1294
1184
  3,
@@ -1297,18 +1187,8 @@ export var UntagResourceRequest = [
1297
1187
  0,
1298
1188
  [_rARN, _tK],
1299
1189
  [
1300
- [
1301
- 0,
1302
- {
1303
- [_hQ]: _rARN,
1304
- },
1305
- ],
1306
- [
1307
- 64 | 0,
1308
- {
1309
- [_hQ]: _tK,
1310
- },
1311
- ],
1190
+ [0, { [_hQ]: _rARN }],
1191
+ [64 | 0, { [_hQ]: _tK }],
1312
1192
  ],
1313
1193
  ];
1314
1194
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1369,17 +1249,7 @@ export var UpdateSceneRequest = [
1369
1249
  export var UpdateSceneResponse = [3, n0, _USRp, 0, [_uDT], [4]];
1370
1250
  export var UpdateWorkspaceRequest = [3, n0, _UWR, 0, [_wI, _d, _r, _sL], [[0, 1], 0, 0, 0]];
1371
1251
  export var UpdateWorkspaceResponse = [3, n0, _UWRp, 0, [_uDT], [4]];
1372
- export var ValidationException = [
1373
- -3,
1374
- n0,
1375
- _VE,
1376
- {
1377
- [_e]: _c,
1378
- [_hE]: 400,
1379
- },
1380
- [_m],
1381
- [0],
1382
- ];
1252
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1383
1253
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1384
1254
  export var WorkspaceSummary = [
1385
1255
  3,
@@ -1526,10 +1396,7 @@ export var BatchPutPropertyValues = [
1526
1396
  9,
1527
1397
  n0,
1528
1398
  _BPPV,
1529
- {
1530
- [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties", 200],
1531
- [_end]: ["data."],
1532
- },
1399
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties", 200], [_end]: ["data."] },
1533
1400
  () => BatchPutPropertyValuesRequest,
1534
1401
  () => BatchPutPropertyValuesResponse,
1535
1402
  ];
@@ -1537,10 +1404,7 @@ export var CancelMetadataTransferJob = [
1537
1404
  9,
1538
1405
  n0,
1539
1406
  _CMTJ,
1540
- {
1541
- [_h]: ["PUT", "/metadata-transfer-jobs/{metadataTransferJobId}/cancel", 200],
1542
- [_end]: ["api."],
1543
- },
1407
+ { [_h]: ["PUT", "/metadata-transfer-jobs/{metadataTransferJobId}/cancel", 200], [_end]: ["api."] },
1544
1408
  () => CancelMetadataTransferJobRequest,
1545
1409
  () => CancelMetadataTransferJobResponse,
1546
1410
  ];
@@ -1548,10 +1412,7 @@ export var CreateComponentType = [
1548
1412
  9,
1549
1413
  n0,
1550
1414
  _CCT,
1551
- {
1552
- [_h]: ["POST", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
1553
- [_end]: ["api."],
1554
- },
1415
+ { [_h]: ["POST", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
1555
1416
  () => CreateComponentTypeRequest,
1556
1417
  () => CreateComponentTypeResponse,
1557
1418
  ];
@@ -1559,10 +1420,7 @@ export var CreateEntity = [
1559
1420
  9,
1560
1421
  n0,
1561
1422
  _CEr,
1562
- {
1563
- [_h]: ["POST", "/workspaces/{workspaceId}/entities", 200],
1564
- [_end]: ["api."],
1565
- },
1423
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entities", 200], [_end]: ["api."] },
1566
1424
  () => CreateEntityRequest,
1567
1425
  () => CreateEntityResponse,
1568
1426
  ];
@@ -1570,10 +1428,7 @@ export var CreateMetadataTransferJob = [
1570
1428
  9,
1571
1429
  n0,
1572
1430
  _CMTJr,
1573
- {
1574
- [_h]: ["POST", "/metadata-transfer-jobs", 200],
1575
- [_end]: ["api."],
1576
- },
1431
+ { [_h]: ["POST", "/metadata-transfer-jobs", 200], [_end]: ["api."] },
1577
1432
  () => CreateMetadataTransferJobRequest,
1578
1433
  () => CreateMetadataTransferJobResponse,
1579
1434
  ];
@@ -1581,10 +1436,7 @@ export var CreateScene = [
1581
1436
  9,
1582
1437
  n0,
1583
1438
  _CSr,
1584
- {
1585
- [_h]: ["POST", "/workspaces/{workspaceId}/scenes", 200],
1586
- [_end]: ["api."],
1587
- },
1439
+ { [_h]: ["POST", "/workspaces/{workspaceId}/scenes", 200], [_end]: ["api."] },
1588
1440
  () => CreateSceneRequest,
1589
1441
  () => CreateSceneResponse,
1590
1442
  ];
@@ -1592,10 +1444,7 @@ export var CreateSyncJob = [
1592
1444
  9,
1593
1445
  n0,
1594
1446
  _CSJ,
1595
- {
1596
- [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200],
1597
- [_end]: ["api."],
1598
- },
1447
+ { [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200], [_end]: ["api."] },
1599
1448
  () => CreateSyncJobRequest,
1600
1449
  () => CreateSyncJobResponse,
1601
1450
  ];
@@ -1603,10 +1452,7 @@ export var CreateWorkspace = [
1603
1452
  9,
1604
1453
  n0,
1605
1454
  _CW,
1606
- {
1607
- [_h]: ["POST", "/workspaces/{workspaceId}", 200],
1608
- [_end]: ["api."],
1609
- },
1455
+ { [_h]: ["POST", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
1610
1456
  () => CreateWorkspaceRequest,
1611
1457
  () => CreateWorkspaceResponse,
1612
1458
  ];
@@ -1614,10 +1460,7 @@ export var DeleteComponentType = [
1614
1460
  9,
1615
1461
  n0,
1616
1462
  _DCT,
1617
- {
1618
- [_h]: ["DELETE", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
1619
- [_end]: ["api."],
1620
- },
1463
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
1621
1464
  () => DeleteComponentTypeRequest,
1622
1465
  () => DeleteComponentTypeResponse,
1623
1466
  ];
@@ -1625,10 +1468,7 @@ export var DeleteEntity = [
1625
1468
  9,
1626
1469
  n0,
1627
1470
  _DE,
1628
- {
1629
- [_h]: ["DELETE", "/workspaces/{workspaceId}/entities/{entityId}", 200],
1630
- [_end]: ["api."],
1631
- },
1471
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/entities/{entityId}", 200], [_end]: ["api."] },
1632
1472
  () => DeleteEntityRequest,
1633
1473
  () => DeleteEntityResponse,
1634
1474
  ];
@@ -1636,10 +1476,7 @@ export var DeleteScene = [
1636
1476
  9,
1637
1477
  n0,
1638
1478
  _DS,
1639
- {
1640
- [_h]: ["DELETE", "/workspaces/{workspaceId}/scenes/{sceneId}", 200],
1641
- [_end]: ["api."],
1642
- },
1479
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/scenes/{sceneId}", 200], [_end]: ["api."] },
1643
1480
  () => DeleteSceneRequest,
1644
1481
  () => DeleteSceneResponse,
1645
1482
  ];
@@ -1647,10 +1484,7 @@ export var DeleteSyncJob = [
1647
1484
  9,
1648
1485
  n0,
1649
1486
  _DSJ,
1650
- {
1651
- [_h]: ["DELETE", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200],
1652
- [_end]: ["api."],
1653
- },
1487
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200], [_end]: ["api."] },
1654
1488
  () => DeleteSyncJobRequest,
1655
1489
  () => DeleteSyncJobResponse,
1656
1490
  ];
@@ -1658,10 +1492,7 @@ export var DeleteWorkspace = [
1658
1492
  9,
1659
1493
  n0,
1660
1494
  _DW,
1661
- {
1662
- [_h]: ["DELETE", "/workspaces/{workspaceId}", 200],
1663
- [_end]: ["api."],
1664
- },
1495
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
1665
1496
  () => DeleteWorkspaceRequest,
1666
1497
  () => DeleteWorkspaceResponse,
1667
1498
  ];
@@ -1669,10 +1500,7 @@ export var ExecuteQuery = [
1669
1500
  9,
1670
1501
  n0,
1671
1502
  _EQ,
1672
- {
1673
- [_h]: ["POST", "/queries/execution", 200],
1674
- [_end]: ["api."],
1675
- },
1503
+ { [_h]: ["POST", "/queries/execution", 200], [_end]: ["api."] },
1676
1504
  () => ExecuteQueryRequest,
1677
1505
  () => ExecuteQueryResponse,
1678
1506
  ];
@@ -1680,10 +1508,7 @@ export var GetComponentType = [
1680
1508
  9,
1681
1509
  n0,
1682
1510
  _GCT,
1683
- {
1684
- [_h]: ["GET", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
1685
- [_end]: ["api."],
1686
- },
1511
+ { [_h]: ["GET", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
1687
1512
  () => GetComponentTypeRequest,
1688
1513
  () => GetComponentTypeResponse,
1689
1514
  ];
@@ -1691,10 +1516,7 @@ export var GetEntity = [
1691
1516
  9,
1692
1517
  n0,
1693
1518
  _GE,
1694
- {
1695
- [_h]: ["GET", "/workspaces/{workspaceId}/entities/{entityId}", 200],
1696
- [_end]: ["api."],
1697
- },
1519
+ { [_h]: ["GET", "/workspaces/{workspaceId}/entities/{entityId}", 200], [_end]: ["api."] },
1698
1520
  () => GetEntityRequest,
1699
1521
  () => GetEntityResponse,
1700
1522
  ];
@@ -1702,10 +1524,7 @@ export var GetMetadataTransferJob = [
1702
1524
  9,
1703
1525
  n0,
1704
1526
  _GMTJ,
1705
- {
1706
- [_h]: ["GET", "/metadata-transfer-jobs/{metadataTransferJobId}", 200],
1707
- [_end]: ["api."],
1708
- },
1527
+ { [_h]: ["GET", "/metadata-transfer-jobs/{metadataTransferJobId}", 200], [_end]: ["api."] },
1709
1528
  () => GetMetadataTransferJobRequest,
1710
1529
  () => GetMetadataTransferJobResponse,
1711
1530
  ];
@@ -1713,10 +1532,7 @@ export var GetPricingPlan = [
1713
1532
  9,
1714
1533
  n0,
1715
1534
  _GPP,
1716
- {
1717
- [_h]: ["GET", "/pricingplan", 200],
1718
- [_end]: ["api."],
1719
- },
1535
+ { [_h]: ["GET", "/pricingplan", 200], [_end]: ["api."] },
1720
1536
  () => GetPricingPlanRequest,
1721
1537
  () => GetPricingPlanResponse,
1722
1538
  ];
@@ -1724,10 +1540,7 @@ export var GetPropertyValue = [
1724
1540
  9,
1725
1541
  n0,
1726
1542
  _GPV,
1727
- {
1728
- [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/value", 200],
1729
- [_end]: ["data."],
1730
- },
1543
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/value", 200], [_end]: ["data."] },
1731
1544
  () => GetPropertyValueRequest,
1732
1545
  () => GetPropertyValueResponse,
1733
1546
  ];
@@ -1735,10 +1548,7 @@ export var GetPropertyValueHistory = [
1735
1548
  9,
1736
1549
  n0,
1737
1550
  _GPVH,
1738
- {
1739
- [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/history", 200],
1740
- [_end]: ["data."],
1741
- },
1551
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/history", 200], [_end]: ["data."] },
1742
1552
  () => GetPropertyValueHistoryRequest,
1743
1553
  () => GetPropertyValueHistoryResponse,
1744
1554
  ];
@@ -1746,10 +1556,7 @@ export var GetScene = [
1746
1556
  9,
1747
1557
  n0,
1748
1558
  _GS,
1749
- {
1750
- [_h]: ["GET", "/workspaces/{workspaceId}/scenes/{sceneId}", 200],
1751
- [_end]: ["api."],
1752
- },
1559
+ { [_h]: ["GET", "/workspaces/{workspaceId}/scenes/{sceneId}", 200], [_end]: ["api."] },
1753
1560
  () => GetSceneRequest,
1754
1561
  () => GetSceneResponse,
1755
1562
  ];
@@ -1757,10 +1564,7 @@ export var GetSyncJob = [
1757
1564
  9,
1758
1565
  n0,
1759
1566
  _GSJ,
1760
- {
1761
- [_h]: ["GET", "/sync-jobs/{syncSource}", 200],
1762
- [_end]: ["api."],
1763
- },
1567
+ { [_h]: ["GET", "/sync-jobs/{syncSource}", 200], [_end]: ["api."] },
1764
1568
  () => GetSyncJobRequest,
1765
1569
  () => GetSyncJobResponse,
1766
1570
  ];
@@ -1768,10 +1572,7 @@ export var GetWorkspace = [
1768
1572
  9,
1769
1573
  n0,
1770
1574
  _GW,
1771
- {
1772
- [_h]: ["GET", "/workspaces/{workspaceId}", 200],
1773
- [_end]: ["api."],
1774
- },
1575
+ { [_h]: ["GET", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
1775
1576
  () => GetWorkspaceRequest,
1776
1577
  () => GetWorkspaceResponse,
1777
1578
  ];
@@ -1779,10 +1580,7 @@ export var ListComponents = [
1779
1580
  9,
1780
1581
  n0,
1781
1582
  _LC,
1782
- {
1783
- [_h]: ["POST", "/workspaces/{workspaceId}/entities/{entityId}/components-list", 200],
1784
- [_end]: ["api."],
1785
- },
1583
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entities/{entityId}/components-list", 200], [_end]: ["api."] },
1786
1584
  () => ListComponentsRequest,
1787
1585
  () => ListComponentsResponse,
1788
1586
  ];
@@ -1790,10 +1588,7 @@ export var ListComponentTypes = [
1790
1588
  9,
1791
1589
  n0,
1792
1590
  _LCT,
1793
- {
1794
- [_h]: ["POST", "/workspaces/{workspaceId}/component-types-list", 200],
1795
- [_end]: ["api."],
1796
- },
1591
+ { [_h]: ["POST", "/workspaces/{workspaceId}/component-types-list", 200], [_end]: ["api."] },
1797
1592
  () => ListComponentTypesRequest,
1798
1593
  () => ListComponentTypesResponse,
1799
1594
  ];
@@ -1801,10 +1596,7 @@ export var ListEntities = [
1801
1596
  9,
1802
1597
  n0,
1803
1598
  _LE,
1804
- {
1805
- [_h]: ["POST", "/workspaces/{workspaceId}/entities-list", 200],
1806
- [_end]: ["api."],
1807
- },
1599
+ { [_h]: ["POST", "/workspaces/{workspaceId}/entities-list", 200], [_end]: ["api."] },
1808
1600
  () => ListEntitiesRequest,
1809
1601
  () => ListEntitiesResponse,
1810
1602
  ];
@@ -1812,10 +1604,7 @@ export var ListMetadataTransferJobs = [
1812
1604
  9,
1813
1605
  n0,
1814
1606
  _LMTJ,
1815
- {
1816
- [_h]: ["POST", "/metadata-transfer-jobs-list", 200],
1817
- [_end]: ["api."],
1818
- },
1607
+ { [_h]: ["POST", "/metadata-transfer-jobs-list", 200], [_end]: ["api."] },
1819
1608
  () => ListMetadataTransferJobsRequest,
1820
1609
  () => ListMetadataTransferJobsResponse,
1821
1610
  ];
@@ -1823,10 +1612,7 @@ export var ListProperties = [
1823
1612
  9,
1824
1613
  n0,
1825
1614
  _LP,
1826
- {
1827
- [_h]: ["POST", "/workspaces/{workspaceId}/properties-list", 200],
1828
- [_end]: ["api."],
1829
- },
1615
+ { [_h]: ["POST", "/workspaces/{workspaceId}/properties-list", 200], [_end]: ["api."] },
1830
1616
  () => ListPropertiesRequest,
1831
1617
  () => ListPropertiesResponse,
1832
1618
  ];
@@ -1834,10 +1620,7 @@ export var ListScenes = [
1834
1620
  9,
1835
1621
  n0,
1836
1622
  _LS,
1837
- {
1838
- [_h]: ["POST", "/workspaces/{workspaceId}/scenes-list", 200],
1839
- [_end]: ["api."],
1840
- },
1623
+ { [_h]: ["POST", "/workspaces/{workspaceId}/scenes-list", 200], [_end]: ["api."] },
1841
1624
  () => ListScenesRequest,
1842
1625
  () => ListScenesResponse,
1843
1626
  ];
@@ -1845,10 +1628,7 @@ export var ListSyncJobs = [
1845
1628
  9,
1846
1629
  n0,
1847
1630
  _LSJ,
1848
- {
1849
- [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs-list", 200],
1850
- [_end]: ["api."],
1851
- },
1631
+ { [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs-list", 200], [_end]: ["api."] },
1852
1632
  () => ListSyncJobsRequest,
1853
1633
  () => ListSyncJobsResponse,
1854
1634
  ];
@@ -1856,10 +1636,7 @@ export var ListSyncResources = [
1856
1636
  9,
1857
1637
  n0,
1858
1638
  _LSRis,
1859
- {
1860
- [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}/resources-list", 200],
1861
- [_end]: ["api."],
1862
- },
1639
+ { [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}/resources-list", 200], [_end]: ["api."] },
1863
1640
  () => ListSyncResourcesRequest,
1864
1641
  () => ListSyncResourcesResponse,
1865
1642
  ];
@@ -1867,10 +1644,7 @@ export var ListTagsForResource = [
1867
1644
  9,
1868
1645
  n0,
1869
1646
  _LTFR,
1870
- {
1871
- [_h]: ["POST", "/tags-list", 200],
1872
- [_end]: ["api."],
1873
- },
1647
+ { [_h]: ["POST", "/tags-list", 200], [_end]: ["api."] },
1874
1648
  () => ListTagsForResourceRequest,
1875
1649
  () => ListTagsForResourceResponse,
1876
1650
  ];
@@ -1878,10 +1652,7 @@ export var ListWorkspaces = [
1878
1652
  9,
1879
1653
  n0,
1880
1654
  _LW,
1881
- {
1882
- [_h]: ["POST", "/workspaces-list", 200],
1883
- [_end]: ["api."],
1884
- },
1655
+ { [_h]: ["POST", "/workspaces-list", 200], [_end]: ["api."] },
1885
1656
  () => ListWorkspacesRequest,
1886
1657
  () => ListWorkspacesResponse,
1887
1658
  ];
@@ -1889,10 +1660,7 @@ export var TagResource = [
1889
1660
  9,
1890
1661
  n0,
1891
1662
  _TR,
1892
- {
1893
- [_h]: ["POST", "/tags", 200],
1894
- [_end]: ["api."],
1895
- },
1663
+ { [_h]: ["POST", "/tags", 200], [_end]: ["api."] },
1896
1664
  () => TagResourceRequest,
1897
1665
  () => TagResourceResponse,
1898
1666
  ];
@@ -1900,10 +1668,7 @@ export var UntagResource = [
1900
1668
  9,
1901
1669
  n0,
1902
1670
  _UR,
1903
- {
1904
- [_h]: ["DELETE", "/tags", 200],
1905
- [_end]: ["api."],
1906
- },
1671
+ { [_h]: ["DELETE", "/tags", 200], [_end]: ["api."] },
1907
1672
  () => UntagResourceRequest,
1908
1673
  () => UntagResourceResponse,
1909
1674
  ];
@@ -1911,10 +1676,7 @@ export var UpdateComponentType = [
1911
1676
  9,
1912
1677
  n0,
1913
1678
  _UCT,
1914
- {
1915
- [_h]: ["PUT", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
1916
- [_end]: ["api."],
1917
- },
1679
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
1918
1680
  () => UpdateComponentTypeRequest,
1919
1681
  () => UpdateComponentTypeResponse,
1920
1682
  ];
@@ -1922,10 +1684,7 @@ export var UpdateEntity = [
1922
1684
  9,
1923
1685
  n0,
1924
1686
  _UE,
1925
- {
1926
- [_h]: ["PUT", "/workspaces/{workspaceId}/entities/{entityId}", 200],
1927
- [_end]: ["api."],
1928
- },
1687
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/entities/{entityId}", 200], [_end]: ["api."] },
1929
1688
  () => UpdateEntityRequest,
1930
1689
  () => UpdateEntityResponse,
1931
1690
  ];
@@ -1933,10 +1692,7 @@ export var UpdatePricingPlan = [
1933
1692
  9,
1934
1693
  n0,
1935
1694
  _UPP,
1936
- {
1937
- [_h]: ["POST", "/pricingplan", 200],
1938
- [_end]: ["api."],
1939
- },
1695
+ { [_h]: ["POST", "/pricingplan", 200], [_end]: ["api."] },
1940
1696
  () => UpdatePricingPlanRequest,
1941
1697
  () => UpdatePricingPlanResponse,
1942
1698
  ];
@@ -1944,10 +1700,7 @@ export var UpdateScene = [
1944
1700
  9,
1945
1701
  n0,
1946
1702
  _US,
1947
- {
1948
- [_h]: ["PUT", "/workspaces/{workspaceId}/scenes/{sceneId}", 200],
1949
- [_end]: ["api."],
1950
- },
1703
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/scenes/{sceneId}", 200], [_end]: ["api."] },
1951
1704
  () => UpdateSceneRequest,
1952
1705
  () => UpdateSceneResponse,
1953
1706
  ];
@@ -1955,10 +1708,7 @@ export var UpdateWorkspace = [
1955
1708
  9,
1956
1709
  n0,
1957
1710
  _UW,
1958
- {
1959
- [_h]: ["PUT", "/workspaces/{workspaceId}", 200],
1960
- [_end]: ["api."],
1961
- },
1711
+ { [_h]: ["PUT", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
1962
1712
  () => UpdateWorkspaceRequest,
1963
1713
  () => UpdateWorkspaceResponse,
1964
1714
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput } from "./commands/BatchPutPropertyValuesCommand";
3
3
  import { CancelMetadataTransferJobCommandInput, CancelMetadataTransferJobCommandOutput } from "./commands/CancelMetadataTransferJobCommand";
4
4
  import { CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput } from "./commands/CreateComponentTypeCommand";