@aws-sdk/client-codecatalyst 3.1044.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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { ListEventLogsRequest, ListEventLogsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListEventLogsCommandInput extends ListEventLogsRequest {
22
22
  export interface ListEventLogsCommandOutput extends ListEventLogsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEventLogsCommand_base: {
25
- new (input: ListEventLogsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventLogsCommandInput, ListEventLogsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEventLogsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventLogsCommandInput, ListEventLogsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListEventLogsCommandInput): import("@smithy/core/client").CommandImpl<ListEventLogsCommandInput, ListEventLogsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListEventLogsCommandInput): import("@smithy/core/client").CommandImpl<ListEventLogsCommandInput, ListEventLogsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of events that occurred during a specific time in a space. You can
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListProjectsCommandInput extends ListProjectsRequest {
22
22
  export interface ListProjectsCommandOutput extends ListProjectsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListProjectsCommand_base: {
25
- new (input: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListProjectsCommandInput): import("@smithy/core/client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListProjectsCommandInput): import("@smithy/core/client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of projects.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { ListSourceRepositoriesRequest, ListSourceRepositoriesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListSourceRepositoriesCommandInput extends ListSourceRepositori
22
22
  export interface ListSourceRepositoriesCommandOutput extends ListSourceRepositoriesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSourceRepositoriesCommand_base: {
25
- new (input: ListSourceRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSourceRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSourceRepositoriesCommandInput): import("@smithy/core/client").CommandImpl<ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSourceRepositoriesCommandInput): import("@smithy/core/client").CommandImpl<ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of source repositories in a project.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { ListSourceRepositoryBranchesRequest, ListSourceRepositoryBranchesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListSourceRepositoryBranchesCommandInput extends ListSourceRepo
22
22
  export interface ListSourceRepositoryBranchesCommandOutput extends ListSourceRepositoryBranchesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSourceRepositoryBranchesCommand_base: {
25
- new (input: ListSourceRepositoryBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSourceRepositoryBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSourceRepositoryBranchesCommandInput): import("@smithy/core/client").CommandImpl<ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSourceRepositoryBranchesCommandInput): import("@smithy/core/client").CommandImpl<ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of branches in a specified source repository.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { ListSpacesRequest, ListSpacesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListSpacesCommandInput extends ListSpacesRequest {
22
22
  export interface ListSpacesCommandOutput extends ListSpacesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSpacesCommand_base: {
25
- new (input: ListSpacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpacesCommandInput, ListSpacesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSpacesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSpacesCommandInput, ListSpacesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSpacesCommandInput): import("@smithy/core/client").CommandImpl<ListSpacesCommandInput, ListSpacesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListSpacesCommandInput]): import("@smithy/core/client").CommandImpl<ListSpacesCommandInput, ListSpacesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of spaces.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { ListWorkflowRunsRequest, ListWorkflowRunsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWorkflowRunsCommandInput extends ListWorkflowRunsRequest {
22
22
  export interface ListWorkflowRunsCommandOutput extends ListWorkflowRunsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWorkflowRunsCommand_base: {
25
- new (input: ListWorkflowRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkflowRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWorkflowRunsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListWorkflowRunsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of workflow runs of a specified workflow.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {
22
22
  export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWorkflowsCommand_base: {
25
- new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWorkflowsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListWorkflowsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of workflows in a specified project.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { StartDevEnvironmentRequest, StartDevEnvironmentResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartDevEnvironmentCommandInput extends StartDevEnvironmentRequ
22
22
  export interface StartDevEnvironmentCommandOutput extends StartDevEnvironmentResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartDevEnvironmentCommand_base: {
25
- new (input: StartDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a specified Dev Environment and puts it into an active state. </p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { StartDevEnvironmentSessionRequest, StartDevEnvironmentSessionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartDevEnvironmentSessionCommandInput extends StartDevEnvironm
22
22
  export interface StartDevEnvironmentSessionCommandOutput extends StartDevEnvironmentSessionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartDevEnvironmentSessionCommand_base: {
25
- new (input: StartDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartDevEnvironmentSessionCommandInput): import("@smithy/core/client").CommandImpl<StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartDevEnvironmentSessionCommandInput): import("@smithy/core/client").CommandImpl<StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a session for a specified Dev Environment.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { StartWorkflowRunRequest, StartWorkflowRunResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartWorkflowRunCommandInput extends StartWorkflowRunRequest {
22
22
  export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartWorkflowRunCommand_base: {
25
- new (input: StartWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartWorkflowRunCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Begins a run of a specified workflow.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { StopDevEnvironmentRequest, StopDevEnvironmentResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopDevEnvironmentCommandInput extends StopDevEnvironmentReques
22
22
  export interface StopDevEnvironmentCommandOutput extends StopDevEnvironmentResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopDevEnvironmentCommand_base: {
25
- new (input: StopDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Pauses a specified Dev Environment and places it in a non-running state. Stopped Dev Environments do not consume compute minutes.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { StopDevEnvironmentSessionRequest, StopDevEnvironmentSessionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopDevEnvironmentSessionCommandInput extends StopDevEnvironmen
22
22
  export interface StopDevEnvironmentSessionCommandOutput extends StopDevEnvironmentSessionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopDevEnvironmentSessionCommand_base: {
25
- new (input: StopDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopDevEnvironmentSessionCommandInput): import("@smithy/core/client").CommandImpl<StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopDevEnvironmentSessionCommandInput): import("@smithy/core/client").CommandImpl<StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stops a session for a specified Dev Environment.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { UpdateDevEnvironmentRequest, UpdateDevEnvironmentResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateDevEnvironmentCommandInput extends UpdateDevEnvironmentRe
22
22
  export interface UpdateDevEnvironmentCommandOutput extends UpdateDevEnvironmentResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateDevEnvironmentCommand_base: {
25
- new (input: UpdateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateDevEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Changes one or more values for a Dev Environment. Updating certain values of the Dev Environment will cause a restart.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateProjectCommandInput extends UpdateProjectRequest {
22
22
  export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateProjectCommand_base: {
25
- new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Changes one or more values for a project.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateSpaceCommandInput extends UpdateSpaceRequest {
22
22
  export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateSpaceCommand_base: {
25
- new (input: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateSpaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateSpaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Changes one or more values for a space.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
4
4
  import type { VerifySessionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface VerifySessionCommandInput {
22
22
  export interface VerifySessionCommandOutput extends VerifySessionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const VerifySessionCommand_base: {
25
- new (input: VerifySessionCommandInput): import("@smithy/smithy-client").CommandImpl<VerifySessionCommandInput, VerifySessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [VerifySessionCommandInput]): import("@smithy/smithy-client").CommandImpl<VerifySessionCommandInput, VerifySessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: VerifySessionCommandInput): import("@smithy/core/client").CommandImpl<VerifySessionCommandInput, VerifySessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [VerifySessionCommandInput]): import("@smithy/core/client").CommandImpl<VerifySessionCommandInput, VerifySessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Verifies whether the calling user has a valid Amazon CodeCatalyst login and session. If successful, this returns the ID of the user in Amazon CodeCatalyst.</p>
@@ -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 type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
3
3
  /**
4
4
  * <p>The request was denied because you don't have sufficient access to perform this action. Verify that you are a member of a role that allows this action.</p>
@@ -5,12 +5,12 @@ import type { CodeCatalystClientConfig } from "./CodeCatalystClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
11
11
  maxAttempts: number | import("@smithy/types").Provider<number>;
12
12
  region: string | import("@smithy/types").Provider<any>;
13
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
13
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
14
14
  retryMode: string | import("@smithy/types").Provider<string>;
15
15
  sha256: import("@smithy/types").HashConstructor;
16
16
  streamCollector: import("@smithy/types").StreamCollector;
@@ -7,7 +7,7 @@ import type { CodeCatalystClientConfig } from "./CodeCatalystClient";
7
7
  */
8
8
  export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
9
9
  runtime: string;
10
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
10
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
11
11
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
12
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
13
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
18
18
  }[];
19
19
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
20
  region: string | import("@smithy/types").Provider<string>;
21
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
21
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
23
  sha256: import("@smithy/types").HashConstructor;
24
24
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { CodeCatalystClientConfig } from "./CodeCatalystClient";
5
5
  export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
31
31
  retryMode: string | import("@smithy/types").Provider<string>;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
34
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
35
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
36
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
37
37
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  BodyLengthCalculator as __BodyLengthCalculator,
30
24
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
@@ -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 CreateAccessTokenCommandOutput
19
19
  declare const CreateAccessTokenCommand_base: {
20
20
  new (
21
21
  input: CreateAccessTokenCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateAccessTokenCommandInput,
24
24
  CreateAccessTokenCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateAccessTokenCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateAccessTokenCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateAccessTokenCommandInput,
33
33
  CreateAccessTokenCommandOutput,
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 CreateAccessTokenCommand extends CreateAccessTokenCommand_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 CreateDevEnvironmentCommandOutput
19
19
  declare const CreateDevEnvironmentCommand_base: {
20
20
  new (
21
21
  input: CreateDevEnvironmentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateDevEnvironmentCommandInput,
24
24
  CreateDevEnvironmentCommandOutput,
25
25
  CodeCatalystClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateDevEnvironmentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateDevEnvironmentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateDevEnvironmentCommandInput,
33
33
  CreateDevEnvironmentCommandOutput,
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 CreateDevEnvironmentCommand extends CreateDevEnvironmentCommand_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 CreateProjectCommandOutput
18
18
  declare const CreateProjectCommand_base: {
19
19
  new (
20
20
  input: CreateProjectCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateProjectCommandInput,
23
23
  CreateProjectCommandOutput,
24
24
  CodeCatalystClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateProjectCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateProjectCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateProjectCommandInput,
32
32
  CreateProjectCommandOutput,
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 CreateProjectCommand extends CreateProjectCommand_base {
40
42
  protected static __types: {