@aws-sdk/client-codecatalyst 3.478.0 → 3.484.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 (157) hide show
  1. package/dist-cjs/commands/CreateAccessTokenCommand.js +18 -40
  2. package/dist-cjs/commands/CreateDevEnvironmentCommand.js +18 -40
  3. package/dist-cjs/commands/CreateProjectCommand.js +18 -40
  4. package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +18 -40
  5. package/dist-cjs/commands/CreateSourceRepositoryCommand.js +18 -40
  6. package/dist-cjs/commands/DeleteAccessTokenCommand.js +18 -40
  7. package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +18 -40
  8. package/dist-cjs/commands/DeleteProjectCommand.js +18 -40
  9. package/dist-cjs/commands/DeleteSourceRepositoryCommand.js +18 -40
  10. package/dist-cjs/commands/DeleteSpaceCommand.js +18 -40
  11. package/dist-cjs/commands/GetDevEnvironmentCommand.js +18 -40
  12. package/dist-cjs/commands/GetProjectCommand.js +18 -40
  13. package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +18 -40
  14. package/dist-cjs/commands/GetSourceRepositoryCommand.js +18 -40
  15. package/dist-cjs/commands/GetSpaceCommand.js +18 -40
  16. package/dist-cjs/commands/GetSubscriptionCommand.js +18 -40
  17. package/dist-cjs/commands/GetUserDetailsCommand.js +18 -40
  18. package/dist-cjs/commands/GetWorkflowCommand.js +18 -40
  19. package/dist-cjs/commands/GetWorkflowRunCommand.js +18 -40
  20. package/dist-cjs/commands/ListAccessTokensCommand.js +18 -40
  21. package/dist-cjs/commands/ListDevEnvironmentSessionsCommand.js +18 -40
  22. package/dist-cjs/commands/ListDevEnvironmentsCommand.js +18 -40
  23. package/dist-cjs/commands/ListEventLogsCommand.js +18 -40
  24. package/dist-cjs/commands/ListProjectsCommand.js +18 -40
  25. package/dist-cjs/commands/ListSourceRepositoriesCommand.js +18 -40
  26. package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +18 -40
  27. package/dist-cjs/commands/ListSpacesCommand.js +18 -40
  28. package/dist-cjs/commands/ListWorkflowRunsCommand.js +18 -40
  29. package/dist-cjs/commands/ListWorkflowsCommand.js +18 -40
  30. package/dist-cjs/commands/StartDevEnvironmentCommand.js +18 -40
  31. package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +18 -40
  32. package/dist-cjs/commands/StartWorkflowRunCommand.js +18 -40
  33. package/dist-cjs/commands/StopDevEnvironmentCommand.js +18 -40
  34. package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +18 -40
  35. package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +18 -40
  36. package/dist-cjs/commands/UpdateProjectCommand.js +18 -40
  37. package/dist-cjs/commands/UpdateSpaceCommand.js +18 -40
  38. package/dist-cjs/commands/VerifySessionCommand.js +18 -40
  39. package/dist-cjs/endpoint/EndpointParameters.js +6 -1
  40. package/dist-es/commands/CreateAccessTokenCommand.js +18 -40
  41. package/dist-es/commands/CreateDevEnvironmentCommand.js +18 -40
  42. package/dist-es/commands/CreateProjectCommand.js +18 -40
  43. package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +18 -40
  44. package/dist-es/commands/CreateSourceRepositoryCommand.js +18 -40
  45. package/dist-es/commands/DeleteAccessTokenCommand.js +18 -40
  46. package/dist-es/commands/DeleteDevEnvironmentCommand.js +18 -40
  47. package/dist-es/commands/DeleteProjectCommand.js +18 -40
  48. package/dist-es/commands/DeleteSourceRepositoryCommand.js +18 -40
  49. package/dist-es/commands/DeleteSpaceCommand.js +18 -40
  50. package/dist-es/commands/GetDevEnvironmentCommand.js +18 -40
  51. package/dist-es/commands/GetProjectCommand.js +18 -40
  52. package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +18 -40
  53. package/dist-es/commands/GetSourceRepositoryCommand.js +18 -40
  54. package/dist-es/commands/GetSpaceCommand.js +18 -40
  55. package/dist-es/commands/GetSubscriptionCommand.js +18 -40
  56. package/dist-es/commands/GetUserDetailsCommand.js +18 -40
  57. package/dist-es/commands/GetWorkflowCommand.js +18 -40
  58. package/dist-es/commands/GetWorkflowRunCommand.js +18 -40
  59. package/dist-es/commands/ListAccessTokensCommand.js +18 -40
  60. package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +18 -40
  61. package/dist-es/commands/ListDevEnvironmentsCommand.js +18 -40
  62. package/dist-es/commands/ListEventLogsCommand.js +18 -40
  63. package/dist-es/commands/ListProjectsCommand.js +18 -40
  64. package/dist-es/commands/ListSourceRepositoriesCommand.js +18 -40
  65. package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +18 -40
  66. package/dist-es/commands/ListSpacesCommand.js +18 -40
  67. package/dist-es/commands/ListWorkflowRunsCommand.js +18 -40
  68. package/dist-es/commands/ListWorkflowsCommand.js +18 -40
  69. package/dist-es/commands/StartDevEnvironmentCommand.js +18 -40
  70. package/dist-es/commands/StartDevEnvironmentSessionCommand.js +18 -40
  71. package/dist-es/commands/StartWorkflowRunCommand.js +18 -40
  72. package/dist-es/commands/StopDevEnvironmentCommand.js +18 -40
  73. package/dist-es/commands/StopDevEnvironmentSessionCommand.js +18 -40
  74. package/dist-es/commands/UpdateDevEnvironmentCommand.js +18 -40
  75. package/dist-es/commands/UpdateProjectCommand.js +18 -40
  76. package/dist-es/commands/UpdateSpaceCommand.js +18 -40
  77. package/dist-es/commands/VerifySessionCommand.js +18 -40
  78. package/dist-es/endpoint/EndpointParameters.js +5 -0
  79. package/dist-types/commands/CreateAccessTokenCommand.d.ts +6 -21
  80. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +6 -21
  81. package/dist-types/commands/CreateProjectCommand.d.ts +6 -21
  82. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +6 -21
  83. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +6 -21
  84. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +6 -21
  85. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +6 -21
  86. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -21
  87. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +6 -21
  88. package/dist-types/commands/DeleteSpaceCommand.d.ts +6 -21
  89. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +6 -21
  90. package/dist-types/commands/GetProjectCommand.d.ts +6 -21
  91. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +6 -21
  92. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +6 -21
  93. package/dist-types/commands/GetSpaceCommand.d.ts +6 -21
  94. package/dist-types/commands/GetSubscriptionCommand.d.ts +6 -21
  95. package/dist-types/commands/GetUserDetailsCommand.d.ts +6 -21
  96. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -21
  97. package/dist-types/commands/GetWorkflowRunCommand.d.ts +6 -21
  98. package/dist-types/commands/ListAccessTokensCommand.d.ts +6 -21
  99. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +6 -21
  100. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +6 -21
  101. package/dist-types/commands/ListEventLogsCommand.d.ts +6 -21
  102. package/dist-types/commands/ListProjectsCommand.d.ts +6 -21
  103. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +6 -21
  104. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +6 -21
  105. package/dist-types/commands/ListSpacesCommand.d.ts +6 -21
  106. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +6 -21
  107. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -21
  108. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +6 -21
  109. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +6 -21
  110. package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -21
  111. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +6 -21
  112. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +6 -21
  113. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +6 -21
  114. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -21
  115. package/dist-types/commands/UpdateSpaceCommand.d.ts +6 -21
  116. package/dist-types/commands/VerifySessionCommand.d.ts +6 -21
  117. package/dist-types/endpoint/EndpointParameters.d.ts +14 -0
  118. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +14 -0
  157. package/package.json +10 -10
@@ -1,46 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateDevEnvironmentCommand, se_UpdateDevEnvironmentCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateDevEnvironmentCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- };
14
- }
15
- constructor(input) {
16
- super();
17
- this.input = input;
18
- }
19
- resolveMiddleware(clientStack, configuration, options) {
20
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateDevEnvironmentCommand.getEndpointParameterInstructions()));
22
- const stack = clientStack.concat(this.middlewareStack);
23
- const { logger } = configuration;
24
- const clientName = "CodeCatalystClient";
25
- const commandName = "UpdateDevEnvironmentCommand";
26
- const handlerExecutionContext = {
27
- logger,
28
- clientName,
29
- commandName,
30
- inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
32
- [SMITHY_CONTEXT_KEY]: {
33
- service: "CodeCatalyst",
34
- operation: "UpdateDevEnvironment",
35
- },
36
- };
37
- const { requestHandler } = configuration;
38
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
- }
40
- serialize(input, context) {
41
- return se_UpdateDevEnvironmentCommand(input, context);
42
- }
43
- deserialize(output, context) {
44
- return de_UpdateDevEnvironmentCommand(output, context);
45
- }
7
+ export class UpdateDevEnvironmentCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CodeCatalyst", "UpdateDevEnvironment", {})
19
+ .n("CodeCatalystClient", "UpdateDevEnvironmentCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateDevEnvironmentCommand)
22
+ .de(de_UpdateDevEnvironmentCommand)
23
+ .build() {
46
24
  }
@@ -1,46 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateProjectCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- };
14
- }
15
- constructor(input) {
16
- super();
17
- this.input = input;
18
- }
19
- resolveMiddleware(clientStack, configuration, options) {
20
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateProjectCommand.getEndpointParameterInstructions()));
22
- const stack = clientStack.concat(this.middlewareStack);
23
- const { logger } = configuration;
24
- const clientName = "CodeCatalystClient";
25
- const commandName = "UpdateProjectCommand";
26
- const handlerExecutionContext = {
27
- logger,
28
- clientName,
29
- commandName,
30
- inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
32
- [SMITHY_CONTEXT_KEY]: {
33
- service: "CodeCatalyst",
34
- operation: "UpdateProject",
35
- },
36
- };
37
- const { requestHandler } = configuration;
38
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
- }
40
- serialize(input, context) {
41
- return se_UpdateProjectCommand(input, context);
42
- }
43
- deserialize(output, context) {
44
- return de_UpdateProjectCommand(output, context);
45
- }
7
+ export class UpdateProjectCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CodeCatalyst", "UpdateProject", {})
19
+ .n("CodeCatalystClient", "UpdateProjectCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateProjectCommand)
22
+ .de(de_UpdateProjectCommand)
23
+ .build() {
46
24
  }
@@ -1,46 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateSpaceCommand, se_UpdateSpaceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateSpaceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- };
14
- }
15
- constructor(input) {
16
- super();
17
- this.input = input;
18
- }
19
- resolveMiddleware(clientStack, configuration, options) {
20
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateSpaceCommand.getEndpointParameterInstructions()));
22
- const stack = clientStack.concat(this.middlewareStack);
23
- const { logger } = configuration;
24
- const clientName = "CodeCatalystClient";
25
- const commandName = "UpdateSpaceCommand";
26
- const handlerExecutionContext = {
27
- logger,
28
- clientName,
29
- commandName,
30
- inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
32
- [SMITHY_CONTEXT_KEY]: {
33
- service: "CodeCatalyst",
34
- operation: "UpdateSpace",
35
- },
36
- };
37
- const { requestHandler } = configuration;
38
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
- }
40
- serialize(input, context) {
41
- return se_UpdateSpaceCommand(input, context);
42
- }
43
- deserialize(output, context) {
44
- return de_UpdateSpaceCommand(output, context);
45
- }
7
+ export class UpdateSpaceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CodeCatalyst", "UpdateSpace", {})
19
+ .n("CodeCatalystClient", "UpdateSpaceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateSpaceCommand)
22
+ .de(de_UpdateSpaceCommand)
23
+ .build() {
46
24
  }
@@ -1,46 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_VerifySessionCommand, se_VerifySessionCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class VerifySessionCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- };
14
- }
15
- constructor(input) {
16
- super();
17
- this.input = input;
18
- }
19
- resolveMiddleware(clientStack, configuration, options) {
20
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, VerifySessionCommand.getEndpointParameterInstructions()));
22
- const stack = clientStack.concat(this.middlewareStack);
23
- const { logger } = configuration;
24
- const clientName = "CodeCatalystClient";
25
- const commandName = "VerifySessionCommand";
26
- const handlerExecutionContext = {
27
- logger,
28
- clientName,
29
- commandName,
30
- inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
32
- [SMITHY_CONTEXT_KEY]: {
33
- service: "CodeCatalyst",
34
- operation: "VerifySession",
35
- },
36
- };
37
- const { requestHandler } = configuration;
38
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
- }
40
- serialize(input, context) {
41
- return se_VerifySessionCommand(input, context);
42
- }
43
- deserialize(output, context) {
44
- return de_VerifySessionCommand(output, context);
45
- }
7
+ export class VerifySessionCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CodeCatalyst", "VerifySession", {})
19
+ .n("CodeCatalystClient", "VerifySessionCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_VerifySessionCommand)
22
+ .de(de_VerifySessionCommand)
23
+ .build() {
46
24
  }
@@ -5,3 +5,8 @@ export const resolveClientEndpointParameters = (options) => {
5
5
  defaultSigningName: "codecatalyst",
6
6
  };
7
7
  };
8
+ export const commonParams = {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
4
  import { CreateAccessTokenRequest, CreateAccessTokenResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAccessTokenCommandInput extends CreateAccessTokenRequest
21
20
  */
22
21
  export interface CreateAccessTokenCommandOutput extends CreateAccessTokenResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateAccessTokenCommand_base: {
24
+ new (input: CreateAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password.
@@ -79,23 +82,5 @@ export interface CreateAccessTokenCommandOutput extends CreateAccessTokenRespons
79
82
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
80
83
  *
81
84
  */
82
- export declare class CreateAccessTokenCommand extends $Command<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, CodeCatalystClientResolvedConfig> {
83
- readonly input: CreateAccessTokenCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: CreateAccessTokenCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class CreateAccessTokenCommand extends CreateAccessTokenCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
4
  import { CreateDevEnvironmentRequest, CreateDevEnvironmentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDevEnvironmentCommandInput extends CreateDevEnvironmentRe
21
20
  */
22
21
  export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateDevEnvironmentCommand_base: {
24
+ new (input: CreateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored
@@ -100,23 +103,5 @@ export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentR
100
103
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
101
104
  *
102
105
  */
103
- export declare class CreateDevEnvironmentCommand extends $Command<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig> {
104
- readonly input: CreateDevEnvironmentCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: CreateDevEnvironmentCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class CreateDevEnvironmentCommand extends CreateDevEnvironmentCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
4
  import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateProjectCommandInput extends CreateProjectRequest {
21
20
  */
22
21
  export interface CreateProjectCommandOutput extends CreateProjectResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateProjectCommand_base: {
24
+ new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a project in a specified space.</p>
@@ -76,23 +79,5 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
76
79
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
77
80
  *
78
81
  */
79
- export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, CodeCatalystClientResolvedConfig> {
80
- readonly input: CreateProjectCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: CreateProjectCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class CreateProjectCommand extends CreateProjectCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
4
  import { CreateSourceRepositoryBranchRequest, CreateSourceRepositoryBranchResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSourceRepositoryBranchCommandInput extends CreateSourceRe
21
20
  */
22
21
  export interface CreateSourceRepositoryBranchCommandOutput extends CreateSourceRepositoryBranchResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateSourceRepositoryBranchCommand_base: {
24
+ new (input: CreateSourceRepositoryBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a branch in a specified source repository in Amazon CodeCatalyst. </p>
@@ -81,23 +84,5 @@ export interface CreateSourceRepositoryBranchCommandOutput extends CreateSourceR
81
84
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
82
85
  *
83
86
  */
84
- export declare class CreateSourceRepositoryBranchCommand extends $Command<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, CodeCatalystClientResolvedConfig> {
85
- readonly input: CreateSourceRepositoryBranchCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: CreateSourceRepositoryBranchCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class CreateSourceRepositoryBranchCommand extends CreateSourceRepositoryBranchCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
4
  import { CreateSourceRepositoryRequest, CreateSourceRepositoryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSourceRepositoryCommandInput extends CreateSourceReposito
21
20
  */
22
21
  export interface CreateSourceRepositoryCommandOutput extends CreateSourceRepositoryResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateSourceRepositoryCommand_base: {
24
+ new (input: CreateSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an empty Git-based source repository in a specified project. The repository is
@@ -78,23 +81,5 @@ export interface CreateSourceRepositoryCommandOutput extends CreateSourceReposit
78
81
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
79
82
  *
80
83
  */
81
- export declare class CreateSourceRepositoryCommand extends $Command<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig> {
82
- readonly input: CreateSourceRepositoryCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: CreateSourceRepositoryCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class CreateSourceRepositoryCommand extends CreateSourceRepositoryCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
4
  import { DeleteAccessTokenRequest, DeleteAccessTokenResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAccessTokenCommandInput extends DeleteAccessTokenRequest
21
20
  */
22
21
  export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAccessTokenCommand_base: {
24
+ new (input: DeleteAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it.</p>
@@ -69,23 +72,5 @@ export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenRespons
69
72
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
70
73
  *
71
74
  */
72
- export declare class DeleteAccessTokenCommand extends $Command<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, CodeCatalystClientResolvedConfig> {
73
- readonly input: DeleteAccessTokenCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: DeleteAccessTokenCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
4
  import { DeleteDevEnvironmentRequest, DeleteDevEnvironmentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDevEnvironmentCommandInput extends DeleteDevEnvironmentRe
21
20
  */
22
21
  export interface DeleteDevEnvironmentCommandOutput extends DeleteDevEnvironmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDevEnvironmentCommand_base: {
24
+ new (input: DeleteDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a Dev Environment. </p>
@@ -75,23 +78,5 @@ export interface DeleteDevEnvironmentCommandOutput extends DeleteDevEnvironmentR
75
78
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
76
79
  *
77
80
  */
78
- export declare class DeleteDevEnvironmentCommand extends $Command<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig> {
79
- readonly input: DeleteDevEnvironmentCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: DeleteDevEnvironmentCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class DeleteDevEnvironmentCommand extends DeleteDevEnvironmentCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
4
  import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteProjectCommandInput extends DeleteProjectRequest {
21
20
  */
22
21
  export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteProjectCommand_base: {
24
+ new (input: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a project in a space.</p>
@@ -74,23 +77,5 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met
74
77
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
75
78
  *
76
79
  */
77
- export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeCatalystClientResolvedConfig> {
78
- readonly input: DeleteProjectCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DeleteProjectCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
96
81
  }