@aws-sdk/client-codecatalyst 3.489.0 → 3.495.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 (66) hide show
  1. package/dist-cjs/CodeCatalyst.js +1 -87
  2. package/dist-cjs/CodeCatalystClient.js +1 -56
  3. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -43
  4. package/dist-cjs/commands/CreateAccessTokenCommand.js +1 -29
  5. package/dist-cjs/commands/CreateDevEnvironmentCommand.js +1 -28
  6. package/dist-cjs/commands/CreateProjectCommand.js +1 -28
  7. package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +1 -28
  8. package/dist-cjs/commands/CreateSourceRepositoryCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteAccessTokenCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteProjectCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteSourceRepositoryCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteSpaceCommand.js +1 -28
  14. package/dist-cjs/commands/GetDevEnvironmentCommand.js +1 -28
  15. package/dist-cjs/commands/GetProjectCommand.js +1 -28
  16. package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +1 -28
  17. package/dist-cjs/commands/GetSourceRepositoryCommand.js +1 -28
  18. package/dist-cjs/commands/GetSpaceCommand.js +1 -28
  19. package/dist-cjs/commands/GetSubscriptionCommand.js +1 -28
  20. package/dist-cjs/commands/GetUserDetailsCommand.js +1 -28
  21. package/dist-cjs/commands/GetWorkflowCommand.js +1 -28
  22. package/dist-cjs/commands/GetWorkflowRunCommand.js +1 -28
  23. package/dist-cjs/commands/ListAccessTokensCommand.js +1 -28
  24. package/dist-cjs/commands/ListDevEnvironmentSessionsCommand.js +1 -28
  25. package/dist-cjs/commands/ListDevEnvironmentsCommand.js +1 -28
  26. package/dist-cjs/commands/ListEventLogsCommand.js +1 -28
  27. package/dist-cjs/commands/ListProjectsCommand.js +1 -28
  28. package/dist-cjs/commands/ListSourceRepositoriesCommand.js +1 -28
  29. package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +1 -28
  30. package/dist-cjs/commands/ListSpacesCommand.js +1 -28
  31. package/dist-cjs/commands/ListWorkflowRunsCommand.js +1 -28
  32. package/dist-cjs/commands/ListWorkflowsCommand.js +1 -28
  33. package/dist-cjs/commands/StartDevEnvironmentCommand.js +1 -28
  34. package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +1 -29
  35. package/dist-cjs/commands/StartWorkflowRunCommand.js +1 -28
  36. package/dist-cjs/commands/StopDevEnvironmentCommand.js +1 -28
  37. package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +1 -28
  38. package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +1 -28
  39. package/dist-cjs/commands/UpdateProjectCommand.js +1 -28
  40. package/dist-cjs/commands/UpdateSpaceCommand.js +1 -28
  41. package/dist-cjs/commands/VerifySessionCommand.js +1 -28
  42. package/dist-cjs/commands/index.js +1 -41
  43. package/dist-cjs/endpoint/EndpointParameters.js +1 -16
  44. package/dist-cjs/extensionConfiguration.js +1 -2
  45. package/dist-cjs/index.js +4028 -11
  46. package/dist-cjs/models/CodeCatalystServiceException.js +1 -12
  47. package/dist-cjs/models/index.js +1 -4
  48. package/dist-cjs/models/models_0.js +1 -163
  49. package/dist-cjs/pagination/Interfaces.js +1 -2
  50. package/dist-cjs/pagination/ListAccessTokensPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListDevEnvironmentSessionsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListDevEnvironmentsPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListEventLogsPaginator.js +1 -7
  54. package/dist-cjs/pagination/ListProjectsPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListSourceRepositoriesPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListSourceRepositoryBranchesPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListSpacesPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListWorkflowRunsPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListWorkflowsPaginator.js +1 -7
  60. package/dist-cjs/pagination/index.js +1 -14
  61. package/dist-cjs/protocols/Aws_restJson1.js +1 -2838
  62. package/dist-cjs/runtimeExtensions.js +1 -25
  63. package/dist-es/CodeCatalystClient.js +8 -8
  64. package/dist-types/CodeCatalystClient.d.ts +2 -2
  65. package/dist-types/ts3.4/CodeCatalystClient.d.ts +2 -2
  66. package/package.json +39 -39
@@ -1,87 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeCatalyst = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CodeCatalystClient_1 = require("./CodeCatalystClient");
6
- const CreateAccessTokenCommand_1 = require("./commands/CreateAccessTokenCommand");
7
- const CreateDevEnvironmentCommand_1 = require("./commands/CreateDevEnvironmentCommand");
8
- const CreateProjectCommand_1 = require("./commands/CreateProjectCommand");
9
- const CreateSourceRepositoryBranchCommand_1 = require("./commands/CreateSourceRepositoryBranchCommand");
10
- const CreateSourceRepositoryCommand_1 = require("./commands/CreateSourceRepositoryCommand");
11
- const DeleteAccessTokenCommand_1 = require("./commands/DeleteAccessTokenCommand");
12
- const DeleteDevEnvironmentCommand_1 = require("./commands/DeleteDevEnvironmentCommand");
13
- const DeleteProjectCommand_1 = require("./commands/DeleteProjectCommand");
14
- const DeleteSourceRepositoryCommand_1 = require("./commands/DeleteSourceRepositoryCommand");
15
- const DeleteSpaceCommand_1 = require("./commands/DeleteSpaceCommand");
16
- const GetDevEnvironmentCommand_1 = require("./commands/GetDevEnvironmentCommand");
17
- const GetProjectCommand_1 = require("./commands/GetProjectCommand");
18
- const GetSourceRepositoryCloneUrlsCommand_1 = require("./commands/GetSourceRepositoryCloneUrlsCommand");
19
- const GetSourceRepositoryCommand_1 = require("./commands/GetSourceRepositoryCommand");
20
- const GetSpaceCommand_1 = require("./commands/GetSpaceCommand");
21
- const GetSubscriptionCommand_1 = require("./commands/GetSubscriptionCommand");
22
- const GetUserDetailsCommand_1 = require("./commands/GetUserDetailsCommand");
23
- const GetWorkflowCommand_1 = require("./commands/GetWorkflowCommand");
24
- const GetWorkflowRunCommand_1 = require("./commands/GetWorkflowRunCommand");
25
- const ListAccessTokensCommand_1 = require("./commands/ListAccessTokensCommand");
26
- const ListDevEnvironmentsCommand_1 = require("./commands/ListDevEnvironmentsCommand");
27
- const ListDevEnvironmentSessionsCommand_1 = require("./commands/ListDevEnvironmentSessionsCommand");
28
- const ListEventLogsCommand_1 = require("./commands/ListEventLogsCommand");
29
- const ListProjectsCommand_1 = require("./commands/ListProjectsCommand");
30
- const ListSourceRepositoriesCommand_1 = require("./commands/ListSourceRepositoriesCommand");
31
- const ListSourceRepositoryBranchesCommand_1 = require("./commands/ListSourceRepositoryBranchesCommand");
32
- const ListSpacesCommand_1 = require("./commands/ListSpacesCommand");
33
- const ListWorkflowRunsCommand_1 = require("./commands/ListWorkflowRunsCommand");
34
- const ListWorkflowsCommand_1 = require("./commands/ListWorkflowsCommand");
35
- const StartDevEnvironmentCommand_1 = require("./commands/StartDevEnvironmentCommand");
36
- const StartDevEnvironmentSessionCommand_1 = require("./commands/StartDevEnvironmentSessionCommand");
37
- const StartWorkflowRunCommand_1 = require("./commands/StartWorkflowRunCommand");
38
- const StopDevEnvironmentCommand_1 = require("./commands/StopDevEnvironmentCommand");
39
- const StopDevEnvironmentSessionCommand_1 = require("./commands/StopDevEnvironmentSessionCommand");
40
- const UpdateDevEnvironmentCommand_1 = require("./commands/UpdateDevEnvironmentCommand");
41
- const UpdateProjectCommand_1 = require("./commands/UpdateProjectCommand");
42
- const UpdateSpaceCommand_1 = require("./commands/UpdateSpaceCommand");
43
- const VerifySessionCommand_1 = require("./commands/VerifySessionCommand");
44
- const commands = {
45
- CreateAccessTokenCommand: CreateAccessTokenCommand_1.CreateAccessTokenCommand,
46
- CreateDevEnvironmentCommand: CreateDevEnvironmentCommand_1.CreateDevEnvironmentCommand,
47
- CreateProjectCommand: CreateProjectCommand_1.CreateProjectCommand,
48
- CreateSourceRepositoryCommand: CreateSourceRepositoryCommand_1.CreateSourceRepositoryCommand,
49
- CreateSourceRepositoryBranchCommand: CreateSourceRepositoryBranchCommand_1.CreateSourceRepositoryBranchCommand,
50
- DeleteAccessTokenCommand: DeleteAccessTokenCommand_1.DeleteAccessTokenCommand,
51
- DeleteDevEnvironmentCommand: DeleteDevEnvironmentCommand_1.DeleteDevEnvironmentCommand,
52
- DeleteProjectCommand: DeleteProjectCommand_1.DeleteProjectCommand,
53
- DeleteSourceRepositoryCommand: DeleteSourceRepositoryCommand_1.DeleteSourceRepositoryCommand,
54
- DeleteSpaceCommand: DeleteSpaceCommand_1.DeleteSpaceCommand,
55
- GetDevEnvironmentCommand: GetDevEnvironmentCommand_1.GetDevEnvironmentCommand,
56
- GetProjectCommand: GetProjectCommand_1.GetProjectCommand,
57
- GetSourceRepositoryCommand: GetSourceRepositoryCommand_1.GetSourceRepositoryCommand,
58
- GetSourceRepositoryCloneUrlsCommand: GetSourceRepositoryCloneUrlsCommand_1.GetSourceRepositoryCloneUrlsCommand,
59
- GetSpaceCommand: GetSpaceCommand_1.GetSpaceCommand,
60
- GetSubscriptionCommand: GetSubscriptionCommand_1.GetSubscriptionCommand,
61
- GetUserDetailsCommand: GetUserDetailsCommand_1.GetUserDetailsCommand,
62
- GetWorkflowCommand: GetWorkflowCommand_1.GetWorkflowCommand,
63
- GetWorkflowRunCommand: GetWorkflowRunCommand_1.GetWorkflowRunCommand,
64
- ListAccessTokensCommand: ListAccessTokensCommand_1.ListAccessTokensCommand,
65
- ListDevEnvironmentsCommand: ListDevEnvironmentsCommand_1.ListDevEnvironmentsCommand,
66
- ListDevEnvironmentSessionsCommand: ListDevEnvironmentSessionsCommand_1.ListDevEnvironmentSessionsCommand,
67
- ListEventLogsCommand: ListEventLogsCommand_1.ListEventLogsCommand,
68
- ListProjectsCommand: ListProjectsCommand_1.ListProjectsCommand,
69
- ListSourceRepositoriesCommand: ListSourceRepositoriesCommand_1.ListSourceRepositoriesCommand,
70
- ListSourceRepositoryBranchesCommand: ListSourceRepositoryBranchesCommand_1.ListSourceRepositoryBranchesCommand,
71
- ListSpacesCommand: ListSpacesCommand_1.ListSpacesCommand,
72
- ListWorkflowRunsCommand: ListWorkflowRunsCommand_1.ListWorkflowRunsCommand,
73
- ListWorkflowsCommand: ListWorkflowsCommand_1.ListWorkflowsCommand,
74
- StartDevEnvironmentCommand: StartDevEnvironmentCommand_1.StartDevEnvironmentCommand,
75
- StartDevEnvironmentSessionCommand: StartDevEnvironmentSessionCommand_1.StartDevEnvironmentSessionCommand,
76
- StartWorkflowRunCommand: StartWorkflowRunCommand_1.StartWorkflowRunCommand,
77
- StopDevEnvironmentCommand: StopDevEnvironmentCommand_1.StopDevEnvironmentCommand,
78
- StopDevEnvironmentSessionCommand: StopDevEnvironmentSessionCommand_1.StopDevEnvironmentSessionCommand,
79
- UpdateDevEnvironmentCommand: UpdateDevEnvironmentCommand_1.UpdateDevEnvironmentCommand,
80
- UpdateProjectCommand: UpdateProjectCommand_1.UpdateProjectCommand,
81
- UpdateSpaceCommand: UpdateSpaceCommand_1.UpdateSpaceCommand,
82
- VerifySessionCommand: VerifySessionCommand_1.VerifySessionCommand,
83
- };
84
- class CodeCatalyst extends CodeCatalystClient_1.CodeCatalystClient {
85
- }
86
- exports.CodeCatalyst = CodeCatalyst;
87
- (0, smithy_client_1.createAggregatedClient)(commands, CodeCatalyst);
1
+ module.exports = require("./index.js");
@@ -1,56 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeCatalystClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
8
- const config_resolver_1 = require("@smithy/config-resolver");
9
- const core_1 = require("@smithy/core");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
16
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
17
- const runtimeConfig_1 = require("./runtimeConfig");
18
- const runtimeExtensions_1 = require("./runtimeExtensions");
19
- class CodeCatalystClient extends smithy_client_1.Client {
20
- getDefaultHttpAuthSchemeParametersProvider() {
21
- return httpAuthSchemeProvider_1.defaultCodeCatalystHttpAuthSchemeParametersProvider;
22
- }
23
- getIdentityProviderConfigProvider() {
24
- return async (config) => new core_1.DefaultIdentityProviderConfig({
25
- "smithy.api#httpBearerAuth": config.token,
26
- });
27
- }
28
- constructor(...[configuration]) {
29
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
30
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
31
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
32
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
33
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
34
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
35
- const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
36
- const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
37
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
38
- super(_config_8);
39
- this.config = _config_8;
40
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
41
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
42
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
43
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
44
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
45
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
46
- this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
47
- httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
48
- identityProviderConfigProvider: this.getIdentityProviderConfigProvider(),
49
- }));
50
- this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
51
- }
52
- destroy() {
53
- super.destroy();
54
- }
55
- }
56
- exports.CodeCatalystClient = CodeCatalystClient;
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
4
- const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
5
- const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
6
- let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
7
- let _token = runtimeConfig.token;
8
- return {
9
- setHttpAuthScheme(httpAuthScheme) {
10
- const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
11
- if (index === -1) {
12
- _httpAuthSchemes.push(httpAuthScheme);
13
- }
14
- else {
15
- _httpAuthSchemes.splice(index, 1, httpAuthScheme);
16
- }
17
- },
18
- httpAuthSchemes() {
19
- return _httpAuthSchemes;
20
- },
21
- setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
22
- _httpAuthSchemeProvider = httpAuthSchemeProvider;
23
- },
24
- httpAuthSchemeProvider() {
25
- return _httpAuthSchemeProvider;
26
- },
27
- setToken(token) {
28
- _token = token;
29
- },
30
- token() {
31
- return _token;
32
- },
33
- };
34
- };
35
- exports.getHttpAuthExtensionConfiguration = getHttpAuthExtensionConfiguration;
36
- const resolveHttpAuthRuntimeConfig = (config) => {
37
- return {
38
- httpAuthSchemes: config.httpAuthSchemes(),
39
- httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
40
- token: config.token(),
41
- };
42
- };
43
- exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAccessTokenCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateAccessTokenCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("CodeCatalyst", "CreateAccessToken", {})
23
- .n("CodeCatalystClient", "CreateAccessTokenCommand")
24
- .f(void 0, models_0_1.CreateAccessTokenResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateAccessTokenCommand)
26
- .de(Aws_restJson1_1.de_CreateAccessTokenCommand)
27
- .build() {
28
- }
29
- exports.CreateAccessTokenCommand = CreateAccessTokenCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDevEnvironmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateDevEnvironmentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "CreateDevEnvironment", {})
22
- .n("CodeCatalystClient", "CreateDevEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDevEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_CreateDevEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.CreateDevEnvironmentCommand = CreateDevEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateProjectCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateProjectCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "CreateProject", {})
22
- .n("CodeCatalystClient", "CreateProjectCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateProjectCommand)
25
- .de(Aws_restJson1_1.de_CreateProjectCommand)
26
- .build() {
27
- }
28
- exports.CreateProjectCommand = CreateProjectCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSourceRepositoryBranchCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateSourceRepositoryBranchCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "CreateSourceRepositoryBranch", {})
22
- .n("CodeCatalystClient", "CreateSourceRepositoryBranchCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateSourceRepositoryBranchCommand)
25
- .de(Aws_restJson1_1.de_CreateSourceRepositoryBranchCommand)
26
- .build() {
27
- }
28
- exports.CreateSourceRepositoryBranchCommand = CreateSourceRepositoryBranchCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSourceRepositoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateSourceRepositoryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "CreateSourceRepository", {})
22
- .n("CodeCatalystClient", "CreateSourceRepositoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateSourceRepositoryCommand)
25
- .de(Aws_restJson1_1.de_CreateSourceRepositoryCommand)
26
- .build() {
27
- }
28
- exports.CreateSourceRepositoryCommand = CreateSourceRepositoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAccessTokenCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteAccessTokenCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "DeleteAccessToken", {})
22
- .n("CodeCatalystClient", "DeleteAccessTokenCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteAccessTokenCommand)
25
- .de(Aws_restJson1_1.de_DeleteAccessTokenCommand)
26
- .build() {
27
- }
28
- exports.DeleteAccessTokenCommand = DeleteAccessTokenCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDevEnvironmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteDevEnvironmentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "DeleteDevEnvironment", {})
22
- .n("CodeCatalystClient", "DeleteDevEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteDevEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_DeleteDevEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.DeleteDevEnvironmentCommand = DeleteDevEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteProjectCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteProjectCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "DeleteProject", {})
22
- .n("CodeCatalystClient", "DeleteProjectCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteProjectCommand)
25
- .de(Aws_restJson1_1.de_DeleteProjectCommand)
26
- .build() {
27
- }
28
- exports.DeleteProjectCommand = DeleteProjectCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSourceRepositoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteSourceRepositoryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "DeleteSourceRepository", {})
22
- .n("CodeCatalystClient", "DeleteSourceRepositoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteSourceRepositoryCommand)
25
- .de(Aws_restJson1_1.de_DeleteSourceRepositoryCommand)
26
- .build() {
27
- }
28
- exports.DeleteSourceRepositoryCommand = DeleteSourceRepositoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSpaceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteSpaceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "DeleteSpace", {})
22
- .n("CodeCatalystClient", "DeleteSpaceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteSpaceCommand)
25
- .de(Aws_restJson1_1.de_DeleteSpaceCommand)
26
- .build() {
27
- }
28
- exports.DeleteSpaceCommand = DeleteSpaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDevEnvironmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDevEnvironmentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "GetDevEnvironment", {})
22
- .n("CodeCatalystClient", "GetDevEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDevEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_GetDevEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.GetDevEnvironmentCommand = GetDevEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetProjectCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetProjectCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "GetProject", {})
22
- .n("CodeCatalystClient", "GetProjectCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetProjectCommand)
25
- .de(Aws_restJson1_1.de_GetProjectCommand)
26
- .build() {
27
- }
28
- exports.GetProjectCommand = GetProjectCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSourceRepositoryCloneUrlsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSourceRepositoryCloneUrlsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "GetSourceRepositoryCloneUrls", {})
22
- .n("CodeCatalystClient", "GetSourceRepositoryCloneUrlsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSourceRepositoryCloneUrlsCommand)
25
- .de(Aws_restJson1_1.de_GetSourceRepositoryCloneUrlsCommand)
26
- .build() {
27
- }
28
- exports.GetSourceRepositoryCloneUrlsCommand = GetSourceRepositoryCloneUrlsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSourceRepositoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSourceRepositoryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeCatalyst", "GetSourceRepository", {})
22
- .n("CodeCatalystClient", "GetSourceRepositoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSourceRepositoryCommand)
25
- .de(Aws_restJson1_1.de_GetSourceRepositoryCommand)
26
- .build() {
27
- }
28
- exports.GetSourceRepositoryCommand = GetSourceRepositoryCommand;
1
+ module.exports = require("../index.js");