@aws-sdk/client-codecatalyst 3.1077.0 → 3.1079.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 (122) hide show
  1. package/dist-cjs/index.js +46 -383
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAccessTokenCommand.js +2 -14
  4. package/dist-es/commands/CreateDevEnvironmentCommand.js +2 -14
  5. package/dist-es/commands/CreateProjectCommand.js +2 -14
  6. package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +2 -14
  7. package/dist-es/commands/CreateSourceRepositoryCommand.js +2 -14
  8. package/dist-es/commands/DeleteAccessTokenCommand.js +2 -14
  9. package/dist-es/commands/DeleteDevEnvironmentCommand.js +2 -14
  10. package/dist-es/commands/DeleteProjectCommand.js +2 -14
  11. package/dist-es/commands/DeleteSourceRepositoryCommand.js +2 -14
  12. package/dist-es/commands/DeleteSpaceCommand.js +2 -14
  13. package/dist-es/commands/GetDevEnvironmentCommand.js +2 -14
  14. package/dist-es/commands/GetProjectCommand.js +2 -14
  15. package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -14
  16. package/dist-es/commands/GetSourceRepositoryCommand.js +2 -14
  17. package/dist-es/commands/GetSpaceCommand.js +2 -14
  18. package/dist-es/commands/GetSubscriptionCommand.js +2 -14
  19. package/dist-es/commands/GetUserDetailsCommand.js +2 -14
  20. package/dist-es/commands/GetWorkflowCommand.js +2 -14
  21. package/dist-es/commands/GetWorkflowRunCommand.js +2 -14
  22. package/dist-es/commands/ListAccessTokensCommand.js +2 -14
  23. package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +2 -14
  24. package/dist-es/commands/ListDevEnvironmentsCommand.js +2 -14
  25. package/dist-es/commands/ListEventLogsCommand.js +2 -14
  26. package/dist-es/commands/ListProjectsCommand.js +2 -14
  27. package/dist-es/commands/ListSourceRepositoriesCommand.js +2 -14
  28. package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +2 -14
  29. package/dist-es/commands/ListSpacesCommand.js +2 -14
  30. package/dist-es/commands/ListWorkflowRunsCommand.js +2 -14
  31. package/dist-es/commands/ListWorkflowsCommand.js +2 -14
  32. package/dist-es/commands/StartDevEnvironmentCommand.js +2 -14
  33. package/dist-es/commands/StartDevEnvironmentSessionCommand.js +2 -14
  34. package/dist-es/commands/StartWorkflowRunCommand.js +2 -14
  35. package/dist-es/commands/StopDevEnvironmentCommand.js +2 -14
  36. package/dist-es/commands/StopDevEnvironmentSessionCommand.js +2 -14
  37. package/dist-es/commands/UpdateDevEnvironmentCommand.js +2 -14
  38. package/dist-es/commands/UpdateProjectCommand.js +2 -14
  39. package/dist-es/commands/UpdateSpaceCommand.js +2 -14
  40. package/dist-es/commands/VerifySessionCommand.js +2 -14
  41. package/dist-es/index.js +1 -0
  42. package/dist-types/commandBuilder.d.ts +18 -0
  43. package/dist-types/commands/CreateAccessTokenCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteSpaceCommand.d.ts +3 -8
  53. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +3 -8
  54. package/dist-types/commands/GetProjectCommand.d.ts +3 -8
  55. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +3 -8
  56. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +3 -8
  57. package/dist-types/commands/GetSpaceCommand.d.ts +3 -8
  58. package/dist-types/commands/GetSubscriptionCommand.d.ts +3 -8
  59. package/dist-types/commands/GetUserDetailsCommand.d.ts +3 -8
  60. package/dist-types/commands/GetWorkflowCommand.d.ts +3 -8
  61. package/dist-types/commands/GetWorkflowRunCommand.d.ts +3 -8
  62. package/dist-types/commands/ListAccessTokensCommand.d.ts +3 -8
  63. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListEventLogsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListProjectsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +3 -8
  68. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +3 -8
  69. package/dist-types/commands/ListSpacesCommand.d.ts +3 -8
  70. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -8
  72. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +3 -8
  73. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +3 -8
  74. package/dist-types/commands/StartWorkflowRunCommand.d.ts +3 -8
  75. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +3 -8
  76. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateProjectCommand.d.ts +3 -8
  79. package/dist-types/commands/UpdateSpaceCommand.d.ts +3 -8
  80. package/dist-types/commands/VerifySessionCommand.d.ts +3 -8
  81. package/dist-types/index.d.ts +1 -0
  82. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  83. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/index.d.ts +1 -0
  122. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { memoizeIdentityProvider, isIdentityExpired, doesIdentityRequireRefresh, HttpBearerAuthSigner, getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -62,7 +63,7 @@ const commonParams = {
62
63
  Region: { type: "builtInParams", name: "region" },
63
64
  };
64
65
 
65
- var version = "3.1076.0";
66
+ var version = "3.1078.0";
66
67
  var packageInfo = {
67
68
  version: version};
68
69
 
@@ -1361,460 +1362,122 @@ class CodeCatalystClient extends Client {
1361
1362
  }
1362
1363
  }
1363
1364
 
1364
- class CreateAccessTokenCommand extends Command
1365
- .classBuilder()
1366
- .ep(commonParams)
1367
- .m(function (Command, cs, config, o) {
1368
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1369
- })
1370
- .s("CodeCatalyst", "CreateAccessToken", {})
1371
- .n("CodeCatalystClient", "CreateAccessTokenCommand")
1372
- .sc(CreateAccessToken$)
1373
- .build() {
1365
+ const command = makeBuilder(commonParams, "CodeCatalyst", "CodeCatalystClient", getEndpointPlugin);
1366
+ const _ep0 = {};
1367
+ const _mw0 = (Command, cs, config, o) => [];
1368
+
1369
+ class CreateAccessTokenCommand extends command(_ep0, _mw0, "CreateAccessToken", CreateAccessToken$) {
1374
1370
  }
1375
1371
 
1376
- class CreateDevEnvironmentCommand extends Command
1377
- .classBuilder()
1378
- .ep(commonParams)
1379
- .m(function (Command, cs, config, o) {
1380
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1381
- })
1382
- .s("CodeCatalyst", "CreateDevEnvironment", {})
1383
- .n("CodeCatalystClient", "CreateDevEnvironmentCommand")
1384
- .sc(CreateDevEnvironment$)
1385
- .build() {
1372
+ class CreateDevEnvironmentCommand extends command(_ep0, _mw0, "CreateDevEnvironment", CreateDevEnvironment$) {
1386
1373
  }
1387
1374
 
1388
- class CreateProjectCommand extends Command
1389
- .classBuilder()
1390
- .ep(commonParams)
1391
- .m(function (Command, cs, config, o) {
1392
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1393
- })
1394
- .s("CodeCatalyst", "CreateProject", {})
1395
- .n("CodeCatalystClient", "CreateProjectCommand")
1396
- .sc(CreateProject$)
1397
- .build() {
1375
+ class CreateProjectCommand extends command(_ep0, _mw0, "CreateProject", CreateProject$) {
1398
1376
  }
1399
1377
 
1400
- class CreateSourceRepositoryBranchCommand extends Command
1401
- .classBuilder()
1402
- .ep(commonParams)
1403
- .m(function (Command, cs, config, o) {
1404
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1405
- })
1406
- .s("CodeCatalyst", "CreateSourceRepositoryBranch", {})
1407
- .n("CodeCatalystClient", "CreateSourceRepositoryBranchCommand")
1408
- .sc(CreateSourceRepositoryBranch$)
1409
- .build() {
1378
+ class CreateSourceRepositoryBranchCommand extends command(_ep0, _mw0, "CreateSourceRepositoryBranch", CreateSourceRepositoryBranch$) {
1410
1379
  }
1411
1380
 
1412
- class CreateSourceRepositoryCommand extends Command
1413
- .classBuilder()
1414
- .ep(commonParams)
1415
- .m(function (Command, cs, config, o) {
1416
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1417
- })
1418
- .s("CodeCatalyst", "CreateSourceRepository", {})
1419
- .n("CodeCatalystClient", "CreateSourceRepositoryCommand")
1420
- .sc(CreateSourceRepository$)
1421
- .build() {
1381
+ class CreateSourceRepositoryCommand extends command(_ep0, _mw0, "CreateSourceRepository", CreateSourceRepository$) {
1422
1382
  }
1423
1383
 
1424
- class DeleteAccessTokenCommand extends Command
1425
- .classBuilder()
1426
- .ep(commonParams)
1427
- .m(function (Command, cs, config, o) {
1428
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1429
- })
1430
- .s("CodeCatalyst", "DeleteAccessToken", {})
1431
- .n("CodeCatalystClient", "DeleteAccessTokenCommand")
1432
- .sc(DeleteAccessToken$)
1433
- .build() {
1384
+ class DeleteAccessTokenCommand extends command(_ep0, _mw0, "DeleteAccessToken", DeleteAccessToken$) {
1434
1385
  }
1435
1386
 
1436
- class DeleteDevEnvironmentCommand extends Command
1437
- .classBuilder()
1438
- .ep(commonParams)
1439
- .m(function (Command, cs, config, o) {
1440
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1441
- })
1442
- .s("CodeCatalyst", "DeleteDevEnvironment", {})
1443
- .n("CodeCatalystClient", "DeleteDevEnvironmentCommand")
1444
- .sc(DeleteDevEnvironment$)
1445
- .build() {
1387
+ class DeleteDevEnvironmentCommand extends command(_ep0, _mw0, "DeleteDevEnvironment", DeleteDevEnvironment$) {
1446
1388
  }
1447
1389
 
1448
- class DeleteProjectCommand extends Command
1449
- .classBuilder()
1450
- .ep(commonParams)
1451
- .m(function (Command, cs, config, o) {
1452
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1453
- })
1454
- .s("CodeCatalyst", "DeleteProject", {})
1455
- .n("CodeCatalystClient", "DeleteProjectCommand")
1456
- .sc(DeleteProject$)
1457
- .build() {
1390
+ class DeleteProjectCommand extends command(_ep0, _mw0, "DeleteProject", DeleteProject$) {
1458
1391
  }
1459
1392
 
1460
- class DeleteSourceRepositoryCommand extends Command
1461
- .classBuilder()
1462
- .ep(commonParams)
1463
- .m(function (Command, cs, config, o) {
1464
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1465
- })
1466
- .s("CodeCatalyst", "DeleteSourceRepository", {})
1467
- .n("CodeCatalystClient", "DeleteSourceRepositoryCommand")
1468
- .sc(DeleteSourceRepository$)
1469
- .build() {
1393
+ class DeleteSourceRepositoryCommand extends command(_ep0, _mw0, "DeleteSourceRepository", DeleteSourceRepository$) {
1470
1394
  }
1471
1395
 
1472
- class DeleteSpaceCommand extends Command
1473
- .classBuilder()
1474
- .ep(commonParams)
1475
- .m(function (Command, cs, config, o) {
1476
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1477
- })
1478
- .s("CodeCatalyst", "DeleteSpace", {})
1479
- .n("CodeCatalystClient", "DeleteSpaceCommand")
1480
- .sc(DeleteSpace$)
1481
- .build() {
1396
+ class DeleteSpaceCommand extends command(_ep0, _mw0, "DeleteSpace", DeleteSpace$) {
1482
1397
  }
1483
1398
 
1484
- class GetDevEnvironmentCommand extends Command
1485
- .classBuilder()
1486
- .ep(commonParams)
1487
- .m(function (Command, cs, config, o) {
1488
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1489
- })
1490
- .s("CodeCatalyst", "GetDevEnvironment", {})
1491
- .n("CodeCatalystClient", "GetDevEnvironmentCommand")
1492
- .sc(GetDevEnvironment$)
1493
- .build() {
1399
+ class GetDevEnvironmentCommand extends command(_ep0, _mw0, "GetDevEnvironment", GetDevEnvironment$) {
1494
1400
  }
1495
1401
 
1496
- class GetProjectCommand extends Command
1497
- .classBuilder()
1498
- .ep(commonParams)
1499
- .m(function (Command, cs, config, o) {
1500
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1501
- })
1502
- .s("CodeCatalyst", "GetProject", {})
1503
- .n("CodeCatalystClient", "GetProjectCommand")
1504
- .sc(GetProject$)
1505
- .build() {
1402
+ class GetProjectCommand extends command(_ep0, _mw0, "GetProject", GetProject$) {
1506
1403
  }
1507
1404
 
1508
- class GetSourceRepositoryCloneUrlsCommand extends Command
1509
- .classBuilder()
1510
- .ep(commonParams)
1511
- .m(function (Command, cs, config, o) {
1512
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1513
- })
1514
- .s("CodeCatalyst", "GetSourceRepositoryCloneUrls", {})
1515
- .n("CodeCatalystClient", "GetSourceRepositoryCloneUrlsCommand")
1516
- .sc(GetSourceRepositoryCloneUrls$)
1517
- .build() {
1405
+ class GetSourceRepositoryCloneUrlsCommand extends command(_ep0, _mw0, "GetSourceRepositoryCloneUrls", GetSourceRepositoryCloneUrls$) {
1518
1406
  }
1519
1407
 
1520
- class GetSourceRepositoryCommand extends Command
1521
- .classBuilder()
1522
- .ep(commonParams)
1523
- .m(function (Command, cs, config, o) {
1524
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1525
- })
1526
- .s("CodeCatalyst", "GetSourceRepository", {})
1527
- .n("CodeCatalystClient", "GetSourceRepositoryCommand")
1528
- .sc(GetSourceRepository$)
1529
- .build() {
1408
+ class GetSourceRepositoryCommand extends command(_ep0, _mw0, "GetSourceRepository", GetSourceRepository$) {
1530
1409
  }
1531
1410
 
1532
- class GetSpaceCommand extends Command
1533
- .classBuilder()
1534
- .ep(commonParams)
1535
- .m(function (Command, cs, config, o) {
1536
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1537
- })
1538
- .s("CodeCatalyst", "GetSpace", {})
1539
- .n("CodeCatalystClient", "GetSpaceCommand")
1540
- .sc(GetSpace$)
1541
- .build() {
1411
+ class GetSpaceCommand extends command(_ep0, _mw0, "GetSpace", GetSpace$) {
1542
1412
  }
1543
1413
 
1544
- class GetSubscriptionCommand extends Command
1545
- .classBuilder()
1546
- .ep(commonParams)
1547
- .m(function (Command, cs, config, o) {
1548
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1549
- })
1550
- .s("CodeCatalyst", "GetSubscription", {})
1551
- .n("CodeCatalystClient", "GetSubscriptionCommand")
1552
- .sc(GetSubscription$)
1553
- .build() {
1414
+ class GetSubscriptionCommand extends command(_ep0, _mw0, "GetSubscription", GetSubscription$) {
1554
1415
  }
1555
1416
 
1556
- class GetUserDetailsCommand extends Command
1557
- .classBuilder()
1558
- .ep(commonParams)
1559
- .m(function (Command, cs, config, o) {
1560
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1561
- })
1562
- .s("CodeCatalyst", "GetUserDetails", {})
1563
- .n("CodeCatalystClient", "GetUserDetailsCommand")
1564
- .sc(GetUserDetails$)
1565
- .build() {
1417
+ class GetUserDetailsCommand extends command(_ep0, _mw0, "GetUserDetails", GetUserDetails$) {
1566
1418
  }
1567
1419
 
1568
- class GetWorkflowCommand extends Command
1569
- .classBuilder()
1570
- .ep(commonParams)
1571
- .m(function (Command, cs, config, o) {
1572
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1573
- })
1574
- .s("CodeCatalyst", "GetWorkflow", {})
1575
- .n("CodeCatalystClient", "GetWorkflowCommand")
1576
- .sc(GetWorkflow$)
1577
- .build() {
1420
+ class GetWorkflowCommand extends command(_ep0, _mw0, "GetWorkflow", GetWorkflow$) {
1578
1421
  }
1579
1422
 
1580
- class GetWorkflowRunCommand extends Command
1581
- .classBuilder()
1582
- .ep(commonParams)
1583
- .m(function (Command, cs, config, o) {
1584
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1585
- })
1586
- .s("CodeCatalyst", "GetWorkflowRun", {})
1587
- .n("CodeCatalystClient", "GetWorkflowRunCommand")
1588
- .sc(GetWorkflowRun$)
1589
- .build() {
1423
+ class GetWorkflowRunCommand extends command(_ep0, _mw0, "GetWorkflowRun", GetWorkflowRun$) {
1590
1424
  }
1591
1425
 
1592
- class ListAccessTokensCommand extends Command
1593
- .classBuilder()
1594
- .ep(commonParams)
1595
- .m(function (Command, cs, config, o) {
1596
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1597
- })
1598
- .s("CodeCatalyst", "ListAccessTokens", {})
1599
- .n("CodeCatalystClient", "ListAccessTokensCommand")
1600
- .sc(ListAccessTokens$)
1601
- .build() {
1426
+ class ListAccessTokensCommand extends command(_ep0, _mw0, "ListAccessTokens", ListAccessTokens$) {
1602
1427
  }
1603
1428
 
1604
- class ListDevEnvironmentsCommand extends Command
1605
- .classBuilder()
1606
- .ep(commonParams)
1607
- .m(function (Command, cs, config, o) {
1608
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1609
- })
1610
- .s("CodeCatalyst", "ListDevEnvironments", {})
1611
- .n("CodeCatalystClient", "ListDevEnvironmentsCommand")
1612
- .sc(ListDevEnvironments$)
1613
- .build() {
1429
+ class ListDevEnvironmentsCommand extends command(_ep0, _mw0, "ListDevEnvironments", ListDevEnvironments$) {
1614
1430
  }
1615
1431
 
1616
- class ListDevEnvironmentSessionsCommand extends Command
1617
- .classBuilder()
1618
- .ep(commonParams)
1619
- .m(function (Command, cs, config, o) {
1620
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1621
- })
1622
- .s("CodeCatalyst", "ListDevEnvironmentSessions", {})
1623
- .n("CodeCatalystClient", "ListDevEnvironmentSessionsCommand")
1624
- .sc(ListDevEnvironmentSessions$)
1625
- .build() {
1432
+ class ListDevEnvironmentSessionsCommand extends command(_ep0, _mw0, "ListDevEnvironmentSessions", ListDevEnvironmentSessions$) {
1626
1433
  }
1627
1434
 
1628
- class ListEventLogsCommand extends Command
1629
- .classBuilder()
1630
- .ep(commonParams)
1631
- .m(function (Command, cs, config, o) {
1632
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1633
- })
1634
- .s("CodeCatalyst", "ListEventLogs", {})
1635
- .n("CodeCatalystClient", "ListEventLogsCommand")
1636
- .sc(ListEventLogs$)
1637
- .build() {
1435
+ class ListEventLogsCommand extends command(_ep0, _mw0, "ListEventLogs", ListEventLogs$) {
1638
1436
  }
1639
1437
 
1640
- class ListProjectsCommand extends Command
1641
- .classBuilder()
1642
- .ep(commonParams)
1643
- .m(function (Command, cs, config, o) {
1644
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1645
- })
1646
- .s("CodeCatalyst", "ListProjects", {})
1647
- .n("CodeCatalystClient", "ListProjectsCommand")
1648
- .sc(ListProjects$)
1649
- .build() {
1438
+ class ListProjectsCommand extends command(_ep0, _mw0, "ListProjects", ListProjects$) {
1650
1439
  }
1651
1440
 
1652
- class ListSourceRepositoriesCommand extends Command
1653
- .classBuilder()
1654
- .ep(commonParams)
1655
- .m(function (Command, cs, config, o) {
1656
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1657
- })
1658
- .s("CodeCatalyst", "ListSourceRepositories", {})
1659
- .n("CodeCatalystClient", "ListSourceRepositoriesCommand")
1660
- .sc(ListSourceRepositories$)
1661
- .build() {
1441
+ class ListSourceRepositoriesCommand extends command(_ep0, _mw0, "ListSourceRepositories", ListSourceRepositories$) {
1662
1442
  }
1663
1443
 
1664
- class ListSourceRepositoryBranchesCommand extends Command
1665
- .classBuilder()
1666
- .ep(commonParams)
1667
- .m(function (Command, cs, config, o) {
1668
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1669
- })
1670
- .s("CodeCatalyst", "ListSourceRepositoryBranches", {})
1671
- .n("CodeCatalystClient", "ListSourceRepositoryBranchesCommand")
1672
- .sc(ListSourceRepositoryBranches$)
1673
- .build() {
1444
+ class ListSourceRepositoryBranchesCommand extends command(_ep0, _mw0, "ListSourceRepositoryBranches", ListSourceRepositoryBranches$) {
1674
1445
  }
1675
1446
 
1676
- class ListSpacesCommand extends Command
1677
- .classBuilder()
1678
- .ep(commonParams)
1679
- .m(function (Command, cs, config, o) {
1680
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1681
- })
1682
- .s("CodeCatalyst", "ListSpaces", {})
1683
- .n("CodeCatalystClient", "ListSpacesCommand")
1684
- .sc(ListSpaces$)
1685
- .build() {
1447
+ class ListSpacesCommand extends command(_ep0, _mw0, "ListSpaces", ListSpaces$) {
1686
1448
  }
1687
1449
 
1688
- class ListWorkflowRunsCommand extends Command
1689
- .classBuilder()
1690
- .ep(commonParams)
1691
- .m(function (Command, cs, config, o) {
1692
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1693
- })
1694
- .s("CodeCatalyst", "ListWorkflowRuns", {})
1695
- .n("CodeCatalystClient", "ListWorkflowRunsCommand")
1696
- .sc(ListWorkflowRuns$)
1697
- .build() {
1450
+ class ListWorkflowRunsCommand extends command(_ep0, _mw0, "ListWorkflowRuns", ListWorkflowRuns$) {
1698
1451
  }
1699
1452
 
1700
- class ListWorkflowsCommand extends Command
1701
- .classBuilder()
1702
- .ep(commonParams)
1703
- .m(function (Command, cs, config, o) {
1704
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1705
- })
1706
- .s("CodeCatalyst", "ListWorkflows", {})
1707
- .n("CodeCatalystClient", "ListWorkflowsCommand")
1708
- .sc(ListWorkflows$)
1709
- .build() {
1453
+ class ListWorkflowsCommand extends command(_ep0, _mw0, "ListWorkflows", ListWorkflows$) {
1710
1454
  }
1711
1455
 
1712
- class StartDevEnvironmentCommand extends Command
1713
- .classBuilder()
1714
- .ep(commonParams)
1715
- .m(function (Command, cs, config, o) {
1716
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1717
- })
1718
- .s("CodeCatalyst", "StartDevEnvironment", {})
1719
- .n("CodeCatalystClient", "StartDevEnvironmentCommand")
1720
- .sc(StartDevEnvironment$)
1721
- .build() {
1456
+ class StartDevEnvironmentCommand extends command(_ep0, _mw0, "StartDevEnvironment", StartDevEnvironment$) {
1722
1457
  }
1723
1458
 
1724
- class StartDevEnvironmentSessionCommand extends Command
1725
- .classBuilder()
1726
- .ep(commonParams)
1727
- .m(function (Command, cs, config, o) {
1728
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1729
- })
1730
- .s("CodeCatalyst", "StartDevEnvironmentSession", {})
1731
- .n("CodeCatalystClient", "StartDevEnvironmentSessionCommand")
1732
- .sc(StartDevEnvironmentSession$)
1733
- .build() {
1459
+ class StartDevEnvironmentSessionCommand extends command(_ep0, _mw0, "StartDevEnvironmentSession", StartDevEnvironmentSession$) {
1734
1460
  }
1735
1461
 
1736
- class StartWorkflowRunCommand extends Command
1737
- .classBuilder()
1738
- .ep(commonParams)
1739
- .m(function (Command, cs, config, o) {
1740
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1741
- })
1742
- .s("CodeCatalyst", "StartWorkflowRun", {})
1743
- .n("CodeCatalystClient", "StartWorkflowRunCommand")
1744
- .sc(StartWorkflowRun$)
1745
- .build() {
1462
+ class StartWorkflowRunCommand extends command(_ep0, _mw0, "StartWorkflowRun", StartWorkflowRun$) {
1746
1463
  }
1747
1464
 
1748
- class StopDevEnvironmentCommand extends Command
1749
- .classBuilder()
1750
- .ep(commonParams)
1751
- .m(function (Command, cs, config, o) {
1752
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1753
- })
1754
- .s("CodeCatalyst", "StopDevEnvironment", {})
1755
- .n("CodeCatalystClient", "StopDevEnvironmentCommand")
1756
- .sc(StopDevEnvironment$)
1757
- .build() {
1465
+ class StopDevEnvironmentCommand extends command(_ep0, _mw0, "StopDevEnvironment", StopDevEnvironment$) {
1758
1466
  }
1759
1467
 
1760
- class StopDevEnvironmentSessionCommand extends Command
1761
- .classBuilder()
1762
- .ep(commonParams)
1763
- .m(function (Command, cs, config, o) {
1764
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1765
- })
1766
- .s("CodeCatalyst", "StopDevEnvironmentSession", {})
1767
- .n("CodeCatalystClient", "StopDevEnvironmentSessionCommand")
1768
- .sc(StopDevEnvironmentSession$)
1769
- .build() {
1468
+ class StopDevEnvironmentSessionCommand extends command(_ep0, _mw0, "StopDevEnvironmentSession", StopDevEnvironmentSession$) {
1770
1469
  }
1771
1470
 
1772
- class UpdateDevEnvironmentCommand extends Command
1773
- .classBuilder()
1774
- .ep(commonParams)
1775
- .m(function (Command, cs, config, o) {
1776
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1777
- })
1778
- .s("CodeCatalyst", "UpdateDevEnvironment", {})
1779
- .n("CodeCatalystClient", "UpdateDevEnvironmentCommand")
1780
- .sc(UpdateDevEnvironment$)
1781
- .build() {
1471
+ class UpdateDevEnvironmentCommand extends command(_ep0, _mw0, "UpdateDevEnvironment", UpdateDevEnvironment$) {
1782
1472
  }
1783
1473
 
1784
- class UpdateProjectCommand extends Command
1785
- .classBuilder()
1786
- .ep(commonParams)
1787
- .m(function (Command, cs, config, o) {
1788
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1789
- })
1790
- .s("CodeCatalyst", "UpdateProject", {})
1791
- .n("CodeCatalystClient", "UpdateProjectCommand")
1792
- .sc(UpdateProject$)
1793
- .build() {
1474
+ class UpdateProjectCommand extends command(_ep0, _mw0, "UpdateProject", UpdateProject$) {
1794
1475
  }
1795
1476
 
1796
- class UpdateSpaceCommand extends Command
1797
- .classBuilder()
1798
- .ep(commonParams)
1799
- .m(function (Command, cs, config, o) {
1800
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1801
- })
1802
- .s("CodeCatalyst", "UpdateSpace", {})
1803
- .n("CodeCatalystClient", "UpdateSpaceCommand")
1804
- .sc(UpdateSpace$)
1805
- .build() {
1477
+ class UpdateSpaceCommand extends command(_ep0, _mw0, "UpdateSpace", UpdateSpace$) {
1806
1478
  }
1807
1479
 
1808
- class VerifySessionCommand extends Command
1809
- .classBuilder()
1810
- .ep(commonParams)
1811
- .m(function (Command, cs, config, o) {
1812
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1813
- })
1814
- .s("CodeCatalyst", "VerifySession", {})
1815
- .n("CodeCatalystClient", "VerifySessionCommand")
1816
- .sc(VerifySession$)
1817
- .build() {
1480
+ class VerifySessionCommand extends command(_ep0, _mw0, "VerifySession", VerifySession$) {
1818
1481
  }
1819
1482
 
1820
1483
  const paginateListAccessTokens = createPaginator(CodeCatalystClient, ListAccessTokensCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "CodeCatalyst", "CodeCatalystClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateAccessToken$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAccessTokenCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeCatalyst", "CreateAccessToken", {})
13
- .n("CodeCatalystClient", "CreateAccessTokenCommand")
14
- .sc(CreateAccessToken$)
15
- .build() {
3
+ export class CreateAccessTokenCommand extends command(_ep0, _mw0, "CreateAccessToken", CreateAccessToken$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateDevEnvironment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDevEnvironmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeCatalyst", "CreateDevEnvironment", {})
13
- .n("CodeCatalystClient", "CreateDevEnvironmentCommand")
14
- .sc(CreateDevEnvironment$)
15
- .build() {
3
+ export class CreateDevEnvironmentCommand extends command(_ep0, _mw0, "CreateDevEnvironment", CreateDevEnvironment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateProject$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateProjectCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeCatalyst", "CreateProject", {})
13
- .n("CodeCatalystClient", "CreateProjectCommand")
14
- .sc(CreateProject$)
15
- .build() {
3
+ export class CreateProjectCommand extends command(_ep0, _mw0, "CreateProject", CreateProject$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateSourceRepositoryBranch$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateSourceRepositoryBranchCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeCatalyst", "CreateSourceRepositoryBranch", {})
13
- .n("CodeCatalystClient", "CreateSourceRepositoryBranchCommand")
14
- .sc(CreateSourceRepositoryBranch$)
15
- .build() {
3
+ export class CreateSourceRepositoryBranchCommand extends command(_ep0, _mw0, "CreateSourceRepositoryBranch", CreateSourceRepositoryBranch$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateSourceRepository$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateSourceRepositoryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeCatalyst", "CreateSourceRepository", {})
13
- .n("CodeCatalystClient", "CreateSourceRepositoryCommand")
14
- .sc(CreateSourceRepository$)
15
- .build() {
3
+ export class CreateSourceRepositoryCommand extends command(_ep0, _mw0, "CreateSourceRepository", CreateSourceRepository$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAccessToken$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAccessTokenCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeCatalyst", "DeleteAccessToken", {})
13
- .n("CodeCatalystClient", "DeleteAccessTokenCommand")
14
- .sc(DeleteAccessToken$)
15
- .build() {
3
+ export class DeleteAccessTokenCommand extends command(_ep0, _mw0, "DeleteAccessToken", DeleteAccessToken$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDevEnvironment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDevEnvironmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeCatalyst", "DeleteDevEnvironment", {})
13
- .n("CodeCatalystClient", "DeleteDevEnvironmentCommand")
14
- .sc(DeleteDevEnvironment$)
15
- .build() {
3
+ export class DeleteDevEnvironmentCommand extends command(_ep0, _mw0, "DeleteDevEnvironment", DeleteDevEnvironment$) {
16
4
  }