@aws-sdk/client-codecatalyst 3.1045.0 → 3.1046.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,
@@ -18,7 +18,7 @@ export interface ListEventLogsCommandOutput
18
18
  declare const ListEventLogsCommand_base: {
19
19
  new (
20
20
  input: ListEventLogsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListEventLogsCommandInput,
23
23
  ListEventLogsCommandOutput,
24
24
  CodeCatalystClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListEventLogsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListEventLogsCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListEventLogsCommandInput,
32
32
  ListEventLogsCommandOutput,
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 ListEventLogsCommand extends ListEventLogsCommand_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 ListProjectsCommandOutput
15
15
  declare const ListProjectsCommand_base: {
16
16
  new (
17
17
  input: ListProjectsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListProjectsCommandInput,
20
20
  ListProjectsCommandOutput,
21
21
  CodeCatalystClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListProjectsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: ListProjectsCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListProjectsCommandInput,
29
29
  ListProjectsCommandOutput,
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 ListProjectsCommand extends ListProjectsCommand_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 ListSourceRepositoriesCommandOutput
19
19
  declare const ListSourceRepositoriesCommand_base: {
20
20
  new (
21
21
  input: ListSourceRepositoriesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSourceRepositoriesCommandInput,
24
24
  ListSourceRepositoriesCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSourceRepositoriesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListSourceRepositoriesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSourceRepositoriesCommandInput,
33
33
  ListSourceRepositoriesCommandOutput,
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 ListSourceRepositoriesCommand extends ListSourceRepositoriesCommand_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 ListSourceRepositoryBranchesCommandOutput
19
19
  declare const ListSourceRepositoryBranchesCommand_base: {
20
20
  new (
21
21
  input: ListSourceRepositoryBranchesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSourceRepositoryBranchesCommandInput,
24
24
  ListSourceRepositoryBranchesCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSourceRepositoryBranchesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListSourceRepositoryBranchesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSourceRepositoryBranchesCommandInput,
33
33
  ListSourceRepositoryBranchesCommandOutput,
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 ListSourceRepositoryBranchesCommand extends ListSourceRepositoryBranchesCommand_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 ListSpacesCommandOutput
15
15
  declare const ListSpacesCommand_base: {
16
16
  new (
17
17
  input: ListSpacesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListSpacesCommandInput,
20
20
  ListSpacesCommandOutput,
21
21
  CodeCatalystClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListSpacesCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListSpacesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListSpacesCommandInput,
29
29
  ListSpacesCommandOutput,
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 ListSpacesCommand extends ListSpacesCommand_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 ListWorkflowRunsCommandOutput
18
18
  declare const ListWorkflowRunsCommand_base: {
19
19
  new (
20
20
  input: ListWorkflowRunsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListWorkflowRunsCommandInput,
23
23
  ListWorkflowRunsCommandOutput,
24
24
  CodeCatalystClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListWorkflowRunsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListWorkflowRunsCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListWorkflowRunsCommandInput,
32
32
  ListWorkflowRunsCommandOutput,
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 ListWorkflowRunsCommand extends ListWorkflowRunsCommand_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 ListWorkflowsCommandOutput
18
18
  declare const ListWorkflowsCommand_base: {
19
19
  new (
20
20
  input: ListWorkflowsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListWorkflowsCommandInput,
23
23
  ListWorkflowsCommandOutput,
24
24
  CodeCatalystClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListWorkflowsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListWorkflowsCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListWorkflowsCommandInput,
32
32
  ListWorkflowsCommandOutput,
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 ListWorkflowsCommand extends ListWorkflowsCommand_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 StartDevEnvironmentCommandOutput
19
19
  declare const StartDevEnvironmentCommand_base: {
20
20
  new (
21
21
  input: StartDevEnvironmentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartDevEnvironmentCommandInput,
24
24
  StartDevEnvironmentCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartDevEnvironmentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartDevEnvironmentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartDevEnvironmentCommandInput,
33
33
  StartDevEnvironmentCommandOutput,
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 StartDevEnvironmentCommand extends StartDevEnvironmentCommand_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 StartDevEnvironmentSessionCommandOutput
19
19
  declare const StartDevEnvironmentSessionCommand_base: {
20
20
  new (
21
21
  input: StartDevEnvironmentSessionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartDevEnvironmentSessionCommandInput,
24
24
  StartDevEnvironmentSessionCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartDevEnvironmentSessionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartDevEnvironmentSessionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartDevEnvironmentSessionCommandInput,
33
33
  StartDevEnvironmentSessionCommandOutput,
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 StartDevEnvironmentSessionCommand extends StartDevEnvironmentSessionCommand_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 StartWorkflowRunCommandOutput
18
18
  declare const StartWorkflowRunCommand_base: {
19
19
  new (
20
20
  input: StartWorkflowRunCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  StartWorkflowRunCommandInput,
23
23
  StartWorkflowRunCommandOutput,
24
24
  CodeCatalystClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const StartWorkflowRunCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: StartWorkflowRunCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  StartWorkflowRunCommandInput,
32
32
  StartWorkflowRunCommandOutput,
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 StartWorkflowRunCommand extends StartWorkflowRunCommand_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 StopDevEnvironmentCommandOutput
19
19
  declare const StopDevEnvironmentCommand_base: {
20
20
  new (
21
21
  input: StopDevEnvironmentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StopDevEnvironmentCommandInput,
24
24
  StopDevEnvironmentCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StopDevEnvironmentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StopDevEnvironmentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StopDevEnvironmentCommandInput,
33
33
  StopDevEnvironmentCommandOutput,
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 StopDevEnvironmentCommand extends StopDevEnvironmentCommand_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 StopDevEnvironmentSessionCommandOutput
19
19
  declare const StopDevEnvironmentSessionCommand_base: {
20
20
  new (
21
21
  input: StopDevEnvironmentSessionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StopDevEnvironmentSessionCommandInput,
24
24
  StopDevEnvironmentSessionCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StopDevEnvironmentSessionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StopDevEnvironmentSessionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StopDevEnvironmentSessionCommandInput,
33
33
  StopDevEnvironmentSessionCommandOutput,
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 StopDevEnvironmentSessionCommand extends StopDevEnvironmentSessionCommand_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 UpdateDevEnvironmentCommandOutput
19
19
  declare const UpdateDevEnvironmentCommand_base: {
20
20
  new (
21
21
  input: UpdateDevEnvironmentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateDevEnvironmentCommandInput,
24
24
  UpdateDevEnvironmentCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateDevEnvironmentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateDevEnvironmentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateDevEnvironmentCommandInput,
33
33
  UpdateDevEnvironmentCommandOutput,
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 UpdateDevEnvironmentCommand extends UpdateDevEnvironmentCommand_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 UpdateProjectCommandOutput
18
18
  declare const UpdateProjectCommand_base: {
19
19
  new (
20
20
  input: UpdateProjectCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UpdateProjectCommandInput,
23
23
  UpdateProjectCommandOutput,
24
24
  CodeCatalystClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UpdateProjectCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UpdateProjectCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UpdateProjectCommandInput,
32
32
  UpdateProjectCommandOutput,
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 UpdateProjectCommand extends UpdateProjectCommand_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 UpdateSpaceCommandOutput
15
15
  declare const UpdateSpaceCommand_base: {
16
16
  new (
17
17
  input: UpdateSpaceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  UpdateSpaceCommandInput,
20
20
  UpdateSpaceCommandOutput,
21
21
  CodeCatalystClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const UpdateSpaceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: UpdateSpaceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  UpdateSpaceCommandInput,
29
29
  UpdateSpaceCommandOutput,
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 UpdateSpaceCommand extends UpdateSpaceCommand_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,
@@ -15,7 +15,7 @@ export interface VerifySessionCommandOutput
15
15
  declare const VerifySessionCommand_base: {
16
16
  new (
17
17
  input: VerifySessionCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  VerifySessionCommandInput,
20
20
  VerifySessionCommandOutput,
21
21
  CodeCatalystClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const VerifySessionCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [VerifySessionCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  VerifySessionCommandInput,
29
29
  VerifySessionCommandOutput,
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 VerifySessionCommand extends VerifySessionCommand_base {
37
39
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface CodeCatalystExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class CodeCatalystServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
@@ -3,7 +3,7 @@ import { CodeCatalystClientConfig } from "./CodeCatalystClient";
3
3
  export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  defaultUserAgentProvider: (
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler:
15
- | import("@smithy/protocol-http").HttpHandler<any>
15
+ | import("@smithy/core/protocols").HttpHandler<any>
16
16
  | RequestHandler;
17
17
  retryMode: string | import("@smithy/types").Provider<string>;
18
18
  sha256: import("@smithy/types").HashConstructor;
@@ -5,7 +5,7 @@ import { CodeCatalystClientConfig } from "./CodeCatalystClient";
5
5
  export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
6
6
  runtime: string;
7
7
  defaultsMode: import("@smithy/types").Provider<
8
- import("@smithy/smithy-client").ResolvedDefaultsMode
8
+ import("@smithy/core/client").ResolvedDefaultsMode
9
9
  >;
10
10
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -27,7 +27,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
27
27
  region: string | import("@smithy/types").Provider<string>;
28
28
  requestHandler:
29
29
  | RequestHandler
30
- | import("@smithy/protocol-http").HttpHandler<any>;
30
+ | import("@smithy/core/protocols").HttpHandler<any>;
31
31
  retryMode: string | import("@smithy/types").Provider<string>;
32
32
  sha256: import("@smithy/types").HashConstructor;
33
33
  streamCollector: import("@smithy/types").StreamCollector;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
6
6
  | import("@smithy/types").NodeHttpHandlerOptions
7
7
  | import("@smithy/types").FetchHttpHandlerOptions
8
8
  | Record<string, unknown>
9
- | import("@smithy/protocol-http").HttpHandler<any>
9
+ | import("@smithy/core/protocols").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  cacheMiddleware?: boolean;
12
12
  protocol:
@@ -41,9 +41,9 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
41
41
  logger: import("@smithy/types").Logger;
42
42
  extensions: import("./runtimeExtensions").RuntimeExtension[];
43
43
  defaultsMode:
44
- | import("@smithy/smithy-client").DefaultsMode
44
+ | import("@smithy/core/client").DefaultsMode
45
45
  | import("@smithy/types").Provider<
46
- import("@smithy/smithy-client").DefaultsMode
46
+ import("@smithy/core/client").DefaultsMode
47
47
  >;
48
48
  customUserAgent?: string | import("@smithy/types").UserAgent;
49
49
  userAgentAppId?: