@aws-sdk/client-codecatalyst 3.1045.0 → 3.1047.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 (149) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +92 -93
  5. package/dist-cjs/models/CodeCatalystServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/CodeCatalyst.js +1 -1
  10. package/dist-es/CodeCatalystClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateAccessTokenCommand.js +2 -2
  13. package/dist-es/commands/CreateDevEnvironmentCommand.js +2 -2
  14. package/dist-es/commands/CreateProjectCommand.js +2 -2
  15. package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +2 -2
  16. package/dist-es/commands/CreateSourceRepositoryCommand.js +2 -2
  17. package/dist-es/commands/DeleteAccessTokenCommand.js +2 -2
  18. package/dist-es/commands/DeleteDevEnvironmentCommand.js +2 -2
  19. package/dist-es/commands/DeleteProjectCommand.js +2 -2
  20. package/dist-es/commands/DeleteSourceRepositoryCommand.js +2 -2
  21. package/dist-es/commands/DeleteSpaceCommand.js +2 -2
  22. package/dist-es/commands/GetDevEnvironmentCommand.js +2 -2
  23. package/dist-es/commands/GetProjectCommand.js +2 -2
  24. package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -2
  25. package/dist-es/commands/GetSourceRepositoryCommand.js +2 -2
  26. package/dist-es/commands/GetSpaceCommand.js +2 -2
  27. package/dist-es/commands/GetSubscriptionCommand.js +2 -2
  28. package/dist-es/commands/GetUserDetailsCommand.js +2 -2
  29. package/dist-es/commands/GetWorkflowCommand.js +2 -2
  30. package/dist-es/commands/GetWorkflowRunCommand.js +2 -2
  31. package/dist-es/commands/ListAccessTokensCommand.js +2 -2
  32. package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +2 -2
  33. package/dist-es/commands/ListDevEnvironmentsCommand.js +2 -2
  34. package/dist-es/commands/ListEventLogsCommand.js +2 -2
  35. package/dist-es/commands/ListProjectsCommand.js +2 -2
  36. package/dist-es/commands/ListSourceRepositoriesCommand.js +2 -2
  37. package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +2 -2
  38. package/dist-es/commands/ListSpacesCommand.js +2 -2
  39. package/dist-es/commands/ListWorkflowRunsCommand.js +2 -2
  40. package/dist-es/commands/ListWorkflowsCommand.js +2 -2
  41. package/dist-es/commands/StartDevEnvironmentCommand.js +2 -2
  42. package/dist-es/commands/StartDevEnvironmentSessionCommand.js +2 -2
  43. package/dist-es/commands/StartWorkflowRunCommand.js +2 -2
  44. package/dist-es/commands/StopDevEnvironmentCommand.js +2 -2
  45. package/dist-es/commands/StopDevEnvironmentSessionCommand.js +2 -2
  46. package/dist-es/commands/UpdateDevEnvironmentCommand.js +2 -2
  47. package/dist-es/commands/UpdateProjectCommand.js +2 -2
  48. package/dist-es/commands/UpdateSpaceCommand.js +2 -2
  49. package/dist-es/commands/VerifySessionCommand.js +2 -2
  50. package/dist-es/endpoint/bdd.js +1 -1
  51. package/dist-es/endpoint/endpointResolver.js +1 -1
  52. package/dist-es/models/CodeCatalystServiceException.js +1 -1
  53. package/dist-es/runtimeConfig.browser.js +4 -6
  54. package/dist-es/runtimeConfig.js +4 -8
  55. package/dist-es/runtimeConfig.shared.js +3 -4
  56. package/dist-es/runtimeExtensions.js +2 -2
  57. package/dist-types/CodeCatalystClient.d.ts +5 -5
  58. package/dist-types/commands/CreateAccessTokenCommand.d.ts +6 -4
  59. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +6 -4
  60. package/dist-types/commands/CreateProjectCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +6 -4
  67. package/dist-types/commands/DeleteSpaceCommand.d.ts +6 -4
  68. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +6 -4
  69. package/dist-types/commands/GetProjectCommand.d.ts +6 -4
  70. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +6 -4
  71. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +6 -4
  72. package/dist-types/commands/GetSpaceCommand.d.ts +6 -4
  73. package/dist-types/commands/GetSubscriptionCommand.d.ts +6 -4
  74. package/dist-types/commands/GetUserDetailsCommand.d.ts +6 -4
  75. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -4
  76. package/dist-types/commands/GetWorkflowRunCommand.d.ts +6 -4
  77. package/dist-types/commands/ListAccessTokensCommand.d.ts +6 -4
  78. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +6 -4
  79. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +6 -4
  80. package/dist-types/commands/ListEventLogsCommand.d.ts +6 -4
  81. package/dist-types/commands/ListProjectsCommand.d.ts +6 -4
  82. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +6 -4
  83. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +6 -4
  84. package/dist-types/commands/ListSpacesCommand.d.ts +6 -4
  85. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +6 -4
  86. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -4
  87. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +6 -4
  88. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +6 -4
  89. package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -4
  90. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +6 -4
  91. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +6 -4
  92. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +6 -4
  93. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -4
  94. package/dist-types/commands/UpdateSpaceCommand.d.ts +6 -4
  95. package/dist-types/commands/VerifySessionCommand.d.ts +6 -4
  96. package/dist-types/endpoint/bdd.d.ts +1 -1
  97. package/dist-types/extensionConfiguration.d.ts +1 -1
  98. package/dist-types/models/CodeCatalystServiceException.d.ts +1 -1
  99. package/dist-types/models/errors.d.ts +1 -1
  100. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  101. package/dist-types/runtimeConfig.d.ts +2 -2
  102. package/dist-types/runtimeConfig.native.d.ts +2 -2
  103. package/dist-types/ts3.4/CodeCatalystClient.d.ts +8 -14
  104. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +6 -8
  119. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  143. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  144. package/dist-types/ts3.4/models/CodeCatalystServiceException.d.ts +1 -1
  145. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  146. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  147. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  148. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  149. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateSourceRepositoryBranchCommandOutput
19
19
  declare const CreateSourceRepositoryBranchCommand_base: {
20
20
  new (
21
21
  input: CreateSourceRepositoryBranchCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateSourceRepositoryBranchCommandInput,
24
24
  CreateSourceRepositoryBranchCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateSourceRepositoryBranchCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateSourceRepositoryBranchCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateSourceRepositoryBranchCommandInput,
33
33
  CreateSourceRepositoryBranchCommandOutput,
34
34
  CodeCatalystClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateSourceRepositoryBranchCommand extends CreateSourceRepositoryBranchCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateSourceRepositoryCommandOutput
19
19
  declare const CreateSourceRepositoryCommand_base: {
20
20
  new (
21
21
  input: CreateSourceRepositoryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateSourceRepositoryCommandInput,
24
24
  CreateSourceRepositoryCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateSourceRepositoryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateSourceRepositoryCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateSourceRepositoryCommandInput,
33
33
  CreateSourceRepositoryCommandOutput,
34
34
  CodeCatalystClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateSourceRepositoryCommand extends CreateSourceRepositoryCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteAccessTokenCommandOutput
19
19
  declare const DeleteAccessTokenCommand_base: {
20
20
  new (
21
21
  input: DeleteAccessTokenCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteAccessTokenCommandInput,
24
24
  DeleteAccessTokenCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteAccessTokenCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteAccessTokenCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteAccessTokenCommandInput,
33
33
  DeleteAccessTokenCommandOutput,
34
34
  CodeCatalystClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteDevEnvironmentCommandOutput
19
19
  declare const DeleteDevEnvironmentCommand_base: {
20
20
  new (
21
21
  input: DeleteDevEnvironmentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteDevEnvironmentCommandInput,
24
24
  DeleteDevEnvironmentCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteDevEnvironmentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteDevEnvironmentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteDevEnvironmentCommandInput,
33
33
  DeleteDevEnvironmentCommandOutput,
34
34
  CodeCatalystClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteDevEnvironmentCommand extends DeleteDevEnvironmentCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DeleteProjectCommandOutput
18
18
  declare const DeleteProjectCommand_base: {
19
19
  new (
20
20
  input: DeleteProjectCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteProjectCommandInput,
23
23
  DeleteProjectCommandOutput,
24
24
  CodeCatalystClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteProjectCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteProjectCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteProjectCommandInput,
32
32
  DeleteProjectCommandOutput,
33
33
  CodeCatalystClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteSourceRepositoryCommandOutput
19
19
  declare const DeleteSourceRepositoryCommand_base: {
20
20
  new (
21
21
  input: DeleteSourceRepositoryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteSourceRepositoryCommandInput,
24
24
  DeleteSourceRepositoryCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteSourceRepositoryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteSourceRepositoryCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteSourceRepositoryCommandInput,
33
33
  DeleteSourceRepositoryCommandOutput,
34
34
  CodeCatalystClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteSourceRepositoryCommand extends DeleteSourceRepositoryCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeleteSpaceCommandOutput
15
15
  declare const DeleteSpaceCommand_base: {
16
16
  new (
17
17
  input: DeleteSpaceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteSpaceCommandInput,
20
20
  DeleteSpaceCommandOutput,
21
21
  CodeCatalystClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteSpaceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteSpaceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteSpaceCommandInput,
29
29
  DeleteSpaceCommandOutput,
30
30
  CodeCatalystClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetDevEnvironmentCommandOutput
19
19
  declare const GetDevEnvironmentCommand_base: {
20
20
  new (
21
21
  input: GetDevEnvironmentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetDevEnvironmentCommandInput,
24
24
  GetDevEnvironmentCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetDevEnvironmentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetDevEnvironmentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetDevEnvironmentCommandInput,
33
33
  GetDevEnvironmentCommandOutput,
34
34
  CodeCatalystClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetDevEnvironmentCommand extends GetDevEnvironmentCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetProjectCommandOutput
15
15
  declare const GetProjectCommand_base: {
16
16
  new (
17
17
  input: GetProjectCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetProjectCommandInput,
20
20
  GetProjectCommandOutput,
21
21
  CodeCatalystClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetProjectCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetProjectCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetProjectCommandInput,
29
29
  GetProjectCommandOutput,
30
30
  CodeCatalystClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetProjectCommand extends GetProjectCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetSourceRepositoryCloneUrlsCommandOutput
19
19
  declare const GetSourceRepositoryCloneUrlsCommand_base: {
20
20
  new (
21
21
  input: GetSourceRepositoryCloneUrlsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetSourceRepositoryCloneUrlsCommandInput,
24
24
  GetSourceRepositoryCloneUrlsCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetSourceRepositoryCloneUrlsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetSourceRepositoryCloneUrlsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetSourceRepositoryCloneUrlsCommandInput,
33
33
  GetSourceRepositoryCloneUrlsCommandOutput,
34
34
  CodeCatalystClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetSourceRepositoryCloneUrlsCommand extends GetSourceRepositoryCloneUrlsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetSourceRepositoryCommandOutput
19
19
  declare const GetSourceRepositoryCommand_base: {
20
20
  new (
21
21
  input: GetSourceRepositoryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetSourceRepositoryCommandInput,
24
24
  GetSourceRepositoryCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetSourceRepositoryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetSourceRepositoryCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetSourceRepositoryCommandInput,
33
33
  GetSourceRepositoryCommandOutput,
34
34
  CodeCatalystClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetSourceRepositoryCommand extends GetSourceRepositoryCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface GetSpaceCommandOutput
13
13
  extends GetSpaceResponse,
14
14
  __MetadataBearer {}
15
15
  declare const GetSpaceCommand_base: {
16
- new (
17
- input: GetSpaceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetSpaceCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  GetSpaceCommandInput,
20
18
  GetSpaceCommandOutput,
21
19
  CodeCatalystClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: GetSpaceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetSpaceCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  GetSpaceCommandInput,
29
25
  GetSpaceCommandOutput,
30
26
  CodeCatalystClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class GetSpaceCommand extends GetSpaceCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetSubscriptionCommandOutput
18
18
  declare const GetSubscriptionCommand_base: {
19
19
  new (
20
20
  input: GetSubscriptionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetSubscriptionCommandInput,
23
23
  GetSubscriptionCommandOutput,
24
24
  CodeCatalystClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetSubscriptionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetSubscriptionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetSubscriptionCommandInput,
32
32
  GetSubscriptionCommandOutput,
33
33
  CodeCatalystClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetSubscriptionCommand extends GetSubscriptionCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetUserDetailsCommandOutput
18
18
  declare const GetUserDetailsCommand_base: {
19
19
  new (
20
20
  input: GetUserDetailsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetUserDetailsCommandInput,
23
23
  GetUserDetailsCommandOutput,
24
24
  CodeCatalystClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetUserDetailsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [GetUserDetailsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetUserDetailsCommandInput,
32
32
  GetUserDetailsCommandOutput,
33
33
  CodeCatalystClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetUserDetailsCommand extends GetUserDetailsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetWorkflowCommandOutput
15
15
  declare const GetWorkflowCommand_base: {
16
16
  new (
17
17
  input: GetWorkflowCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetWorkflowCommandInput,
20
20
  GetWorkflowCommandOutput,
21
21
  CodeCatalystClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetWorkflowCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetWorkflowCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetWorkflowCommandInput,
29
29
  GetWorkflowCommandOutput,
30
30
  CodeCatalystClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetWorkflowRunCommandOutput
18
18
  declare const GetWorkflowRunCommand_base: {
19
19
  new (
20
20
  input: GetWorkflowRunCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetWorkflowRunCommandInput,
23
23
  GetWorkflowRunCommandOutput,
24
24
  CodeCatalystClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetWorkflowRunCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetWorkflowRunCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetWorkflowRunCommandInput,
32
32
  GetWorkflowRunCommandOutput,
33
33
  CodeCatalystClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListAccessTokensCommandOutput
18
18
  declare const ListAccessTokensCommand_base: {
19
19
  new (
20
20
  input: ListAccessTokensCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListAccessTokensCommandInput,
23
23
  ListAccessTokensCommandOutput,
24
24
  CodeCatalystClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListAccessTokensCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListAccessTokensCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListAccessTokensCommandInput,
32
32
  ListAccessTokensCommandOutput,
33
33
  CodeCatalystClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListDevEnvironmentSessionsCommandOutput
19
19
  declare const ListDevEnvironmentSessionsCommand_base: {
20
20
  new (
21
21
  input: ListDevEnvironmentSessionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListDevEnvironmentSessionsCommandInput,
24
24
  ListDevEnvironmentSessionsCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListDevEnvironmentSessionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListDevEnvironmentSessionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListDevEnvironmentSessionsCommandInput,
33
33
  ListDevEnvironmentSessionsCommandOutput,
34
34
  CodeCatalystClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListDevEnvironmentSessionsCommand extends ListDevEnvironmentSessionsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeCatalystClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListDevEnvironmentsCommandOutput
19
19
  declare const ListDevEnvironmentsCommand_base: {
20
20
  new (
21
21
  input: ListDevEnvironmentsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListDevEnvironmentsCommandInput,
24
24
  ListDevEnvironmentsCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListDevEnvironmentsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListDevEnvironmentsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListDevEnvironmentsCommandInput,
33
33
  ListDevEnvironmentsCommandOutput,
34
34
  CodeCatalystClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListDevEnvironmentsCommand extends ListDevEnvironmentsCommand_base {
41
43
  protected static __types: {