@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,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 { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSpaceCommandInput extends UpdateSpaceRequest {
21
20
  */
22
21
  export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSpaceCommand_base: {
24
+ new (input: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Changes one or more values for a space.</p>
@@ -74,23 +77,5 @@ export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __Metadat
74
77
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
75
78
  *
76
79
  */
77
- export declare class UpdateSpaceCommand extends $Command<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig> {
78
- readonly input: UpdateSpaceCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: UpdateSpaceCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSpaceCommandInput, UpdateSpaceCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
96
81
  }
@@ -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 { VerifySessionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface VerifySessionCommandInput {
21
20
  */
22
21
  export interface VerifySessionCommandOutput extends VerifySessionResponse, __MetadataBearer {
23
22
  }
23
+ declare const VerifySessionCommand_base: {
24
+ new (input: VerifySessionCommandInput): import("@smithy/smithy-client").CommandImpl<VerifySessionCommandInput, VerifySessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Verifies whether the calling user has a valid Amazon CodeCatalyst login and session. If successful, this returns the ID of the user in Amazon CodeCatalyst.</p>
@@ -69,23 +72,5 @@ export interface VerifySessionCommandOutput extends VerifySessionResponse, __Met
69
72
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
70
73
  *
71
74
  */
72
- export declare class VerifySessionCommand extends $Command<VerifySessionCommandInput, VerifySessionCommandOutput, CodeCatalystClientResolvedConfig> {
73
- readonly input: VerifySessionCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: VerifySessionCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCatalystClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VerifySessionCommandInput, VerifySessionCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class VerifySessionCommand extends VerifySessionCommand_base {
91
76
  }
@@ -13,6 +13,20 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
13
13
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
14
14
  defaultSigningName: string;
15
15
  };
16
+ export declare const commonParams: {
17
+ readonly UseFIPS: {
18
+ readonly type: "builtInParams";
19
+ readonly name: "useFipsEndpoint";
20
+ };
21
+ readonly Endpoint: {
22
+ readonly type: "builtInParams";
23
+ readonly name: "endpoint";
24
+ };
25
+ readonly Region: {
26
+ readonly type: "builtInParams";
27
+ readonly name: "region";
28
+ };
29
+ };
16
30
  export interface EndpointParameters extends __EndpointParameters {
17
31
  UseFIPS?: boolean;
18
32
  Region?: string;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeCatalystClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateAccessTokenCommandInput
21
15
  export interface CreateAccessTokenCommandOutput
22
16
  extends CreateAccessTokenResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAccessTokenCommand extends $Command<
25
- CreateAccessTokenCommandInput,
26
- CreateAccessTokenCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: CreateAccessTokenCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAccessTokenCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateAccessTokenCommand_base: {
19
+ new (
20
+ input: CreateAccessTokenCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateAccessTokenCommandInput,
23
+ CreateAccessTokenCommandOutput,
24
+ CodeCatalystClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateAccessTokenCommand extends CreateAccessTokenCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeCatalystClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateDevEnvironmentCommandInput
21
15
  export interface CreateDevEnvironmentCommandOutput
22
16
  extends CreateDevEnvironmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateDevEnvironmentCommand extends $Command<
25
- CreateDevEnvironmentCommandInput,
26
- CreateDevEnvironmentCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: CreateDevEnvironmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateDevEnvironmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateDevEnvironmentCommand_base: {
19
+ new (
20
+ input: CreateDevEnvironmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateDevEnvironmentCommandInput,
38
- CreateDevEnvironmentCommandOutput
23
+ CreateDevEnvironmentCommandOutput,
24
+ CodeCatalystClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateDevEnvironmentCommand extends CreateDevEnvironmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeCatalystClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateProjectCommandInput extends CreateProjectRequest {}
20
14
  export interface CreateProjectCommandOutput
21
15
  extends CreateProjectResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateProjectCommand extends $Command<
24
- CreateProjectCommandInput,
25
- CreateProjectCommandOutput,
26
- CodeCatalystClientResolvedConfig
27
- > {
28
- readonly input: CreateProjectCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateProjectCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeCatalystClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateProjectCommand_base: {
18
+ new (
19
+ input: CreateProjectCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateProjectCommandInput,
22
+ CreateProjectCommandOutput,
23
+ CodeCatalystClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateProjectCommand extends CreateProjectCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeCatalystClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateSourceRepositoryBranchCommandInput
21
15
  export interface CreateSourceRepositoryBranchCommandOutput
22
16
  extends CreateSourceRepositoryBranchResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateSourceRepositoryBranchCommand extends $Command<
25
- CreateSourceRepositoryBranchCommandInput,
26
- CreateSourceRepositoryBranchCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: CreateSourceRepositoryBranchCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateSourceRepositoryBranchCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateSourceRepositoryBranchCommand_base: {
19
+ new (
20
+ input: CreateSourceRepositoryBranchCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateSourceRepositoryBranchCommandInput,
38
- CreateSourceRepositoryBranchCommandOutput
23
+ CreateSourceRepositoryBranchCommandOutput,
24
+ CodeCatalystClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateSourceRepositoryBranchCommand extends CreateSourceRepositoryBranchCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeCatalystClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateSourceRepositoryCommandInput
21
15
  export interface CreateSourceRepositoryCommandOutput
22
16
  extends CreateSourceRepositoryResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateSourceRepositoryCommand extends $Command<
25
- CreateSourceRepositoryCommandInput,
26
- CreateSourceRepositoryCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: CreateSourceRepositoryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateSourceRepositoryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateSourceRepositoryCommand_base: {
19
+ new (
20
+ input: CreateSourceRepositoryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateSourceRepositoryCommandInput,
38
- CreateSourceRepositoryCommandOutput
23
+ CreateSourceRepositoryCommandOutput,
24
+ CodeCatalystClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateSourceRepositoryCommand extends CreateSourceRepositoryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeCatalystClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteAccessTokenCommandInput
21
15
  export interface DeleteAccessTokenCommandOutput
22
16
  extends DeleteAccessTokenResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteAccessTokenCommand extends $Command<
25
- DeleteAccessTokenCommandInput,
26
- DeleteAccessTokenCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: DeleteAccessTokenCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteAccessTokenCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteAccessTokenCommand_base: {
19
+ new (
20
+ input: DeleteAccessTokenCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteAccessTokenCommandInput,
23
+ DeleteAccessTokenCommandOutput,
24
+ CodeCatalystClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeCatalystClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteDevEnvironmentCommandInput
21
15
  export interface DeleteDevEnvironmentCommandOutput
22
16
  extends DeleteDevEnvironmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteDevEnvironmentCommand extends $Command<
25
- DeleteDevEnvironmentCommandInput,
26
- DeleteDevEnvironmentCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: DeleteDevEnvironmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteDevEnvironmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteDevEnvironmentCommand_base: {
19
+ new (
20
+ input: DeleteDevEnvironmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteDevEnvironmentCommandInput,
38
- DeleteDevEnvironmentCommandOutput
23
+ DeleteDevEnvironmentCommandOutput,
24
+ CodeCatalystClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteDevEnvironmentCommand extends DeleteDevEnvironmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeCatalystClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteProjectCommandInput extends DeleteProjectRequest {}
20
14
  export interface DeleteProjectCommandOutput
21
15
  extends DeleteProjectResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteProjectCommand extends $Command<
24
- DeleteProjectCommandInput,
25
- DeleteProjectCommandOutput,
26
- CodeCatalystClientResolvedConfig
27
- > {
28
- readonly input: DeleteProjectCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteProjectCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeCatalystClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteProjectCommand_base: {
18
+ new (
19
+ input: DeleteProjectCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteProjectCommandInput,
22
+ DeleteProjectCommandOutput,
23
+ CodeCatalystClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteProjectCommand extends DeleteProjectCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeCatalystClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteSourceRepositoryCommandInput
21
15
  export interface DeleteSourceRepositoryCommandOutput
22
16
  extends DeleteSourceRepositoryResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteSourceRepositoryCommand extends $Command<
25
- DeleteSourceRepositoryCommandInput,
26
- DeleteSourceRepositoryCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: DeleteSourceRepositoryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteSourceRepositoryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteSourceRepositoryCommand_base: {
19
+ new (
20
+ input: DeleteSourceRepositoryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteSourceRepositoryCommandInput,
38
- DeleteSourceRepositoryCommandOutput
23
+ DeleteSourceRepositoryCommandOutput,
24
+ CodeCatalystClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteSourceRepositoryCommand extends DeleteSourceRepositoryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeCatalystClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteSpaceCommandInput extends DeleteSpaceRequest {}
17
11
  export interface DeleteSpaceCommandOutput
18
12
  extends DeleteSpaceResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteSpaceCommand extends $Command<
21
- DeleteSpaceCommandInput,
22
- DeleteSpaceCommandOutput,
23
- CodeCatalystClientResolvedConfig
24
- > {
25
- readonly input: DeleteSpaceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteSpaceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodeCatalystClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteSpaceCommandInput, DeleteSpaceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteSpaceCommand_base: {
15
+ new (
16
+ input: DeleteSpaceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteSpaceCommandInput,
19
+ DeleteSpaceCommandOutput,
20
+ CodeCatalystClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeCatalystClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetDevEnvironmentCommandInput
21
15
  export interface GetDevEnvironmentCommandOutput
22
16
  extends GetDevEnvironmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDevEnvironmentCommand extends $Command<
25
- GetDevEnvironmentCommandInput,
26
- GetDevEnvironmentCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: GetDevEnvironmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDevEnvironmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetDevEnvironmentCommand_base: {
19
+ new (
20
+ input: GetDevEnvironmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetDevEnvironmentCommandInput,
23
+ GetDevEnvironmentCommandOutput,
24
+ CodeCatalystClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDevEnvironmentCommand extends GetDevEnvironmentCommand_base {}