@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,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 GetProjectCommandInput extends GetProjectRequest {}
17
11
  export interface GetProjectCommandOutput
18
12
  extends GetProjectResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetProjectCommand extends $Command<
21
- GetProjectCommandInput,
22
- GetProjectCommandOutput,
23
- CodeCatalystClientResolvedConfig
24
- > {
25
- readonly input: GetProjectCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetProjectCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodeCatalystClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetProjectCommandInput, GetProjectCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetProjectCommand_base: {
15
+ new (
16
+ input: GetProjectCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetProjectCommandInput,
19
+ GetProjectCommandOutput,
20
+ CodeCatalystClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetProjectCommand extends GetProjectCommand_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 GetSourceRepositoryCloneUrlsCommandInput
21
15
  export interface GetSourceRepositoryCloneUrlsCommandOutput
22
16
  extends GetSourceRepositoryCloneUrlsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetSourceRepositoryCloneUrlsCommand extends $Command<
25
- GetSourceRepositoryCloneUrlsCommandInput,
26
- GetSourceRepositoryCloneUrlsCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: GetSourceRepositoryCloneUrlsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetSourceRepositoryCloneUrlsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetSourceRepositoryCloneUrlsCommand_base: {
19
+ new (
20
+ input: GetSourceRepositoryCloneUrlsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetSourceRepositoryCloneUrlsCommandInput,
38
- GetSourceRepositoryCloneUrlsCommandOutput
23
+ GetSourceRepositoryCloneUrlsCommandOutput,
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 GetSourceRepositoryCloneUrlsCommand extends GetSourceRepositoryCloneUrlsCommand_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 GetSourceRepositoryCommandInput
21
15
  export interface GetSourceRepositoryCommandOutput
22
16
  extends GetSourceRepositoryResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetSourceRepositoryCommand extends $Command<
25
- GetSourceRepositoryCommandInput,
26
- GetSourceRepositoryCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: GetSourceRepositoryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetSourceRepositoryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetSourceRepositoryCommandInput, GetSourceRepositoryCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetSourceRepositoryCommand_base: {
19
+ new (
20
+ input: GetSourceRepositoryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetSourceRepositoryCommandInput,
23
+ GetSourceRepositoryCommandOutput,
24
+ CodeCatalystClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetSourceRepositoryCommand extends GetSourceRepositoryCommand_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 GetSpaceCommandInput extends GetSpaceRequest {}
17
11
  export interface GetSpaceCommandOutput
18
12
  extends GetSpaceResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetSpaceCommand extends $Command<
21
- GetSpaceCommandInput,
22
- GetSpaceCommandOutput,
23
- CodeCatalystClientResolvedConfig
24
- > {
25
- readonly input: GetSpaceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetSpaceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodeCatalystClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetSpaceCommandInput, GetSpaceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetSpaceCommand_base: {
15
+ new (
16
+ input: GetSpaceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetSpaceCommandInput,
19
+ GetSpaceCommandOutput,
20
+ CodeCatalystClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetSpaceCommand extends GetSpaceCommand_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 GetSubscriptionCommandInput extends GetSubscriptionRequest {}
20
14
  export interface GetSubscriptionCommandOutput
21
15
  extends GetSubscriptionResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetSubscriptionCommand extends $Command<
24
- GetSubscriptionCommandInput,
25
- GetSubscriptionCommandOutput,
26
- CodeCatalystClientResolvedConfig
27
- > {
28
- readonly input: GetSubscriptionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetSubscriptionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeCatalystClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetSubscriptionCommandInput, GetSubscriptionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetSubscriptionCommand_base: {
18
+ new (
19
+ input: GetSubscriptionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetSubscriptionCommandInput,
22
+ GetSubscriptionCommandOutput,
23
+ CodeCatalystClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetSubscriptionCommand extends GetSubscriptionCommand_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 GetUserDetailsCommandInput extends GetUserDetailsRequest {}
20
14
  export interface GetUserDetailsCommandOutput
21
15
  extends GetUserDetailsResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetUserDetailsCommand extends $Command<
24
- GetUserDetailsCommandInput,
25
- GetUserDetailsCommandOutput,
26
- CodeCatalystClientResolvedConfig
27
- > {
28
- readonly input: GetUserDetailsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetUserDetailsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeCatalystClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetUserDetailsCommandInput, GetUserDetailsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetUserDetailsCommand_base: {
18
+ new (
19
+ input: GetUserDetailsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetUserDetailsCommandInput,
22
+ GetUserDetailsCommandOutput,
23
+ CodeCatalystClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetUserDetailsCommand extends GetUserDetailsCommand_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 GetWorkflowCommandInput extends GetWorkflowRequest {}
17
11
  export interface GetWorkflowCommandOutput
18
12
  extends GetWorkflowResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetWorkflowCommand extends $Command<
21
- GetWorkflowCommandInput,
22
- GetWorkflowCommandOutput,
23
- CodeCatalystClientResolvedConfig
24
- > {
25
- readonly input: GetWorkflowCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetWorkflowCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodeCatalystClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetWorkflowCommandInput, GetWorkflowCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetWorkflowCommand_base: {
15
+ new (
16
+ input: GetWorkflowCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetWorkflowCommandInput,
19
+ GetWorkflowCommandOutput,
20
+ CodeCatalystClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetWorkflowCommand extends GetWorkflowCommand_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 GetWorkflowRunCommandInput extends GetWorkflowRunRequest {}
20
14
  export interface GetWorkflowRunCommandOutput
21
15
  extends GetWorkflowRunResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetWorkflowRunCommand extends $Command<
24
- GetWorkflowRunCommandInput,
25
- GetWorkflowRunCommandOutput,
26
- CodeCatalystClientResolvedConfig
27
- > {
28
- readonly input: GetWorkflowRunCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetWorkflowRunCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeCatalystClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetWorkflowRunCommand_base: {
18
+ new (
19
+ input: GetWorkflowRunCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetWorkflowRunCommandInput,
22
+ GetWorkflowRunCommandOutput,
23
+ CodeCatalystClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_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 ListAccessTokensCommandInput extends ListAccessTokensRequest {}
20
14
  export interface ListAccessTokensCommandOutput
21
15
  extends ListAccessTokensResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListAccessTokensCommand extends $Command<
24
- ListAccessTokensCommandInput,
25
- ListAccessTokensCommandOutput,
26
- CodeCatalystClientResolvedConfig
27
- > {
28
- readonly input: ListAccessTokensCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListAccessTokensCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeCatalystClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListAccessTokensCommandInput, ListAccessTokensCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListAccessTokensCommand_base: {
18
+ new (
19
+ input: ListAccessTokensCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListAccessTokensCommandInput,
22
+ ListAccessTokensCommandOutput,
23
+ CodeCatalystClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListAccessTokensCommand extends ListAccessTokensCommand_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 ListDevEnvironmentSessionsCommandInput
21
15
  export interface ListDevEnvironmentSessionsCommandOutput
22
16
  extends ListDevEnvironmentSessionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListDevEnvironmentSessionsCommand extends $Command<
25
- ListDevEnvironmentSessionsCommandInput,
26
- ListDevEnvironmentSessionsCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: ListDevEnvironmentSessionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDevEnvironmentSessionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListDevEnvironmentSessionsCommand_base: {
19
+ new (
20
+ input: ListDevEnvironmentSessionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListDevEnvironmentSessionsCommandInput,
38
- ListDevEnvironmentSessionsCommandOutput
23
+ ListDevEnvironmentSessionsCommandOutput,
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 ListDevEnvironmentSessionsCommand extends ListDevEnvironmentSessionsCommand_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 ListDevEnvironmentsCommandInput
21
15
  export interface ListDevEnvironmentsCommandOutput
22
16
  extends ListDevEnvironmentsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListDevEnvironmentsCommand extends $Command<
25
- ListDevEnvironmentsCommandInput,
26
- ListDevEnvironmentsCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: ListDevEnvironmentsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDevEnvironmentsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListDevEnvironmentsCommandInput, ListDevEnvironmentsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListDevEnvironmentsCommand_base: {
19
+ new (
20
+ input: ListDevEnvironmentsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListDevEnvironmentsCommandInput,
23
+ ListDevEnvironmentsCommandOutput,
24
+ CodeCatalystClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListDevEnvironmentsCommand extends ListDevEnvironmentsCommand_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 ListEventLogsCommandInput extends ListEventLogsRequest {}
20
14
  export interface ListEventLogsCommandOutput
21
15
  extends ListEventLogsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListEventLogsCommand extends $Command<
24
- ListEventLogsCommandInput,
25
- ListEventLogsCommandOutput,
26
- CodeCatalystClientResolvedConfig
27
- > {
28
- readonly input: ListEventLogsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListEventLogsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeCatalystClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListEventLogsCommandInput, ListEventLogsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListEventLogsCommand_base: {
18
+ new (
19
+ input: ListEventLogsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListEventLogsCommandInput,
22
+ ListEventLogsCommandOutput,
23
+ CodeCatalystClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListEventLogsCommand extends ListEventLogsCommand_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 ListProjectsCommandInput extends ListProjectsRequest {}
17
11
  export interface ListProjectsCommandOutput
18
12
  extends ListProjectsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListProjectsCommand extends $Command<
21
- ListProjectsCommandInput,
22
- ListProjectsCommandOutput,
23
- CodeCatalystClientResolvedConfig
24
- > {
25
- readonly input: ListProjectsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListProjectsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodeCatalystClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListProjectsCommand_base: {
15
+ new (
16
+ input: ListProjectsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListProjectsCommandInput,
19
+ ListProjectsCommandOutput,
20
+ CodeCatalystClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListProjectsCommand extends ListProjectsCommand_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 ListSourceRepositoriesCommandInput
21
15
  export interface ListSourceRepositoriesCommandOutput
22
16
  extends ListSourceRepositoriesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListSourceRepositoriesCommand extends $Command<
25
- ListSourceRepositoriesCommandInput,
26
- ListSourceRepositoriesCommandOutput,
27
- CodeCatalystClientResolvedConfig
28
- > {
29
- readonly input: ListSourceRepositoriesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListSourceRepositoriesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeCatalystClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListSourceRepositoriesCommand_base: {
19
+ new (
20
+ input: ListSourceRepositoriesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListSourceRepositoriesCommandInput,
38
- ListSourceRepositoriesCommandOutput
23
+ ListSourceRepositoriesCommandOutput,
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 ListSourceRepositoriesCommand extends ListSourceRepositoriesCommand_base {}