@aws-sdk/client-codecatalyst 3.337.0 → 3.341.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 (117) hide show
  1. package/dist-cjs/CodeCatalystClient.js +2 -1
  2. package/dist-cjs/commands/CreateAccessTokenCommand.js +2 -1
  3. package/dist-cjs/commands/CreateDevEnvironmentCommand.js +2 -1
  4. package/dist-cjs/commands/CreateProjectCommand.js +2 -1
  5. package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteAccessTokenCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +2 -1
  8. package/dist-cjs/commands/GetDevEnvironmentCommand.js +2 -1
  9. package/dist-cjs/commands/GetProjectCommand.js +2 -1
  10. package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -1
  11. package/dist-cjs/commands/GetSpaceCommand.js +2 -1
  12. package/dist-cjs/commands/GetSubscriptionCommand.js +2 -1
  13. package/dist-cjs/commands/GetUserDetailsCommand.js +2 -1
  14. package/dist-cjs/commands/ListAccessTokensCommand.js +2 -1
  15. package/dist-cjs/commands/ListDevEnvironmentSessionsCommand.js +2 -1
  16. package/dist-cjs/commands/ListDevEnvironmentsCommand.js +2 -1
  17. package/dist-cjs/commands/ListEventLogsCommand.js +2 -1
  18. package/dist-cjs/commands/ListProjectsCommand.js +2 -1
  19. package/dist-cjs/commands/ListSourceRepositoriesCommand.js +2 -1
  20. package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +2 -1
  21. package/dist-cjs/commands/ListSpacesCommand.js +2 -1
  22. package/dist-cjs/commands/StartDevEnvironmentCommand.js +2 -1
  23. package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +2 -1
  24. package/dist-cjs/commands/StopDevEnvironmentCommand.js +2 -1
  25. package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +2 -1
  27. package/dist-cjs/commands/VerifySessionCommand.js +2 -1
  28. package/dist-cjs/index.js +2 -2
  29. package/dist-cjs/models/CodeCatalystServiceException.js +2 -1
  30. package/dist-es/CodeCatalystClient.js +1 -0
  31. package/dist-es/commands/CreateAccessTokenCommand.js +1 -0
  32. package/dist-es/commands/CreateDevEnvironmentCommand.js +1 -0
  33. package/dist-es/commands/CreateProjectCommand.js +1 -0
  34. package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +1 -0
  35. package/dist-es/commands/DeleteAccessTokenCommand.js +1 -0
  36. package/dist-es/commands/DeleteDevEnvironmentCommand.js +1 -0
  37. package/dist-es/commands/GetDevEnvironmentCommand.js +1 -0
  38. package/dist-es/commands/GetProjectCommand.js +1 -0
  39. package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +1 -0
  40. package/dist-es/commands/GetSpaceCommand.js +1 -0
  41. package/dist-es/commands/GetSubscriptionCommand.js +1 -0
  42. package/dist-es/commands/GetUserDetailsCommand.js +1 -0
  43. package/dist-es/commands/ListAccessTokensCommand.js +1 -0
  44. package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +1 -0
  45. package/dist-es/commands/ListDevEnvironmentsCommand.js +1 -0
  46. package/dist-es/commands/ListEventLogsCommand.js +1 -0
  47. package/dist-es/commands/ListProjectsCommand.js +1 -0
  48. package/dist-es/commands/ListSourceRepositoriesCommand.js +1 -0
  49. package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +1 -0
  50. package/dist-es/commands/ListSpacesCommand.js +1 -0
  51. package/dist-es/commands/StartDevEnvironmentCommand.js +1 -0
  52. package/dist-es/commands/StartDevEnvironmentSessionCommand.js +1 -0
  53. package/dist-es/commands/StopDevEnvironmentCommand.js +1 -0
  54. package/dist-es/commands/StopDevEnvironmentSessionCommand.js +1 -0
  55. package/dist-es/commands/UpdateDevEnvironmentCommand.js +1 -0
  56. package/dist-es/commands/VerifySessionCommand.js +1 -0
  57. package/dist-es/index.js +2 -2
  58. package/dist-es/models/CodeCatalystServiceException.js +1 -0
  59. package/dist-types/CodeCatalystClient.d.ts +3 -3
  60. package/dist-types/commands/CreateAccessTokenCommand.d.ts +4 -0
  61. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +4 -0
  62. package/dist-types/commands/CreateProjectCommand.d.ts +4 -0
  63. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +4 -0
  64. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +4 -0
  65. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +4 -0
  66. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +4 -0
  67. package/dist-types/commands/GetProjectCommand.d.ts +4 -0
  68. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +4 -0
  69. package/dist-types/commands/GetSpaceCommand.d.ts +4 -0
  70. package/dist-types/commands/GetSubscriptionCommand.d.ts +4 -0
  71. package/dist-types/commands/GetUserDetailsCommand.d.ts +4 -0
  72. package/dist-types/commands/ListAccessTokensCommand.d.ts +4 -0
  73. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +4 -0
  74. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +4 -0
  75. package/dist-types/commands/ListEventLogsCommand.d.ts +4 -0
  76. package/dist-types/commands/ListProjectsCommand.d.ts +4 -0
  77. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +4 -0
  78. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +4 -0
  79. package/dist-types/commands/ListSpacesCommand.d.ts +4 -0
  80. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +4 -0
  81. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +4 -0
  82. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +4 -0
  83. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +4 -0
  84. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +4 -0
  85. package/dist-types/commands/VerifySessionCommand.d.ts +4 -0
  86. package/dist-types/index.d.ts +126 -2
  87. package/dist-types/models/CodeCatalystServiceException.d.ts +1 -0
  88. package/dist-types/ts3.4/CodeCatalystClient.d.ts +3 -3
  89. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/index.d.ts +2 -2
  116. package/dist-types/ts3.4/models/CodeCatalystServiceException.d.ts +1 -0
  117. package/package.json +26 -26
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopDevEnvironmentSessionCommand, se_StopDevEnvironmentSessionCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StopDevEnvironmentSessionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateDevEnvironmentCommand, se_UpdateDevEnvironmentCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateDevEnvironmentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_VerifySessionCommand, se_VerifySessionCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class VerifySessionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./CodeCatalyst";
2
1
  export * from "./CodeCatalystClient";
2
+ export * from "./CodeCatalyst";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { CodeCatalystServiceException } from "./models/CodeCatalystServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class CodeCatalystServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -35,6 +35,7 @@ import { StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommand
35
35
  import { UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput } from "./commands/UpdateDevEnvironmentCommand";
36
36
  import { VerifySessionCommandInput, VerifySessionCommandOutput } from "./commands/VerifySessionCommand";
37
37
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
38
+ export { __Client };
38
39
  /**
39
40
  * @public
40
41
  */
@@ -140,7 +141,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
140
141
  /**
141
142
  * @public
142
143
  */
143
- type CodeCatalystClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & TokenInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
144
+ export type CodeCatalystClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & TokenInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
144
145
  /**
145
146
  * @public
146
147
  *
@@ -151,7 +152,7 @@ export interface CodeCatalystClientConfig extends CodeCatalystClientConfigType {
151
152
  /**
152
153
  * @public
153
154
  */
154
- type CodeCatalystClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & TokenResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
155
+ export type CodeCatalystClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & TokenResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
155
156
  /**
156
157
  * @public
157
158
  *
@@ -295,4 +296,3 @@ export declare class CodeCatalystClient extends __Client<__HttpHandlerOptions, S
295
296
  */
296
297
  destroy(): void;
297
298
  }
298
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { CreateAccessTokenRequest, CreateAccessTokenResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { CreateDevEnvironmentRequest, CreateDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { CreateSourceRepositoryBranchRequest, CreateSourceRepositoryBranchResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { DeleteAccessTokenRequest, DeleteAccessTokenResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { DeleteDevEnvironmentRequest, DeleteDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetDevEnvironmentRequest, GetDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetProjectRequest, GetProjectResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetSourceRepositoryCloneUrlsRequest, GetSourceRepositoryCloneUrlsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetSpaceRequest, GetSpaceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetSubscriptionRequest, GetSubscriptionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { GetUserDetailsRequest, GetUserDetailsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListAccessTokensRequest, ListAccessTokensResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListDevEnvironmentSessionsRequest, ListDevEnvironmentSessionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListDevEnvironmentsRequest, ListDevEnvironmentsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListEventLogsRequest, ListEventLogsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListSourceRepositoriesRequest, ListSourceRepositoriesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListSourceRepositoryBranchesRequest, ListSourceRepositoryBranchesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { ListSpacesRequest, ListSpacesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { StartDevEnvironmentRequest, StartDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { StartDevEnvironmentSessionRequest, StartDevEnvironmentSessionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { StopDevEnvironmentRequest, StopDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { StopDevEnvironmentSessionRequest, StopDevEnvironmentSessionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { UpdateDevEnvironmentRequest, UpdateDevEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient";
5
5
  import { VerifySessionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,130 @@
1
- export * from "./CodeCatalyst";
1
+ /**
2
+ * <p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst
3
+ * API to work with the following objects. </p>
4
+ * <p>Dev Environments and the Amazon Web Services Toolkits, by calling the following:</p>
5
+ * <ul>
6
+ * <li>
7
+ * <p>
8
+ * <a>CreateAccessToken</a>, which creates a personal access token (PAT) for the current user.</p>
9
+ * </li>
10
+ * <li>
11
+ * <p>
12
+ * <a>CreateDevEnvironment</a>, which creates a Dev Environment,
13
+ * where you can quickly work on the code stored in the source repositories of your project.</p>
14
+ * </li>
15
+ * <li>
16
+ * <p>
17
+ * <a>CreateProject</a> which creates a project in a specified space.</p>
18
+ * </li>
19
+ * <li>
20
+ * <p>
21
+ * <a>CreateSourceRepositoryBranch</a>, which creates a branch in a specified repository where you can work on code.</p>
22
+ * </li>
23
+ * <li>
24
+ * <p>
25
+ * <a>DeleteDevEnvironment</a>, which deletes a Dev Environment.</p>
26
+ * </li>
27
+ * <li>
28
+ * <p>
29
+ * <a>GetDevEnvironment</a>, which returns information about a Dev Environment.</p>
30
+ * </li>
31
+ * <li>
32
+ * <p>
33
+ * <a>GetProject</a>, which returns information about a project.</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>
37
+ * <a>GetSourceRepositoryCloneUrls</a>, which returns information about the URLs that can be used with a Git client to clone a source
38
+ * repository.</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <a>GetSpace</a>, which returns information about a space.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>
46
+ * <a>GetSubscription</a>, which returns information about the Amazon Web Services account used for billing purposes
47
+ * and the billing plan for the space.</p>
48
+ * </li>
49
+ * <li>
50
+ * <p>
51
+ * <a>GetUserDetails</a>, which returns information about a user in Amazon CodeCatalyst.</p>
52
+ * </li>
53
+ * <li>
54
+ * <p>
55
+ * <a>ListDevEnvironments</a>, which retrieves a list of Dev Environments in a project.</p>
56
+ * </li>
57
+ * <li>
58
+ * <p>
59
+ * <a>ListDevEnvironmentSessions</a>, which retrieves a list of active Dev Environment sessions in a project.</p>
60
+ * </li>
61
+ * <li>
62
+ * <p>
63
+ * <a>ListProjects</a>, which retrieves a list of projects in a space.</p>
64
+ * </li>
65
+ * <li>
66
+ * <p>
67
+ * <a>ListSourceRepositories</a>, which retrieves a list of source repositories in a project.</p>
68
+ * </li>
69
+ * <li>
70
+ * <p>
71
+ * <a>ListSourceRepositoryBranches</a>, which retrieves a list of branches in a source repository.</p>
72
+ * </li>
73
+ * <li>
74
+ * <p>
75
+ * <a>ListSpaces</a>, which retrieves a list of spaces.</p>
76
+ * </li>
77
+ * <li>
78
+ * <p>
79
+ * <a>StartDevEnvironment</a>, which starts a specified Dev Environment and puts it into an active state.</p>
80
+ * </li>
81
+ * <li>
82
+ * <p>
83
+ * <a>StartDevEnvironmentSession</a>, which starts a session to a specified Dev Environment.</p>
84
+ * </li>
85
+ * <li>
86
+ * <p>
87
+ * <a>StopDevEnvironment</a>, which stops a specified Dev Environment and puts it into an stopped state.</p>
88
+ * </li>
89
+ * <li>
90
+ * <p>
91
+ * <a>StopDevEnvironmentSession</a>, which stops a session for a specified Dev Environment.</p>
92
+ * </li>
93
+ * <li>
94
+ * <p>
95
+ * <a>UpdateDevEnvironment</a>, which changes one or more values for a Dev Environment.</p>
96
+ * </li>
97
+ * <li>
98
+ * <p>
99
+ * <a>VerifySession</a>, which verifies whether the calling user has a valid Amazon CodeCatalyst login and session.</p>
100
+ * </li>
101
+ * </ul>
102
+ * <p>Security, activity, and resource management in Amazon CodeCatalyst, by calling the following:</p>
103
+ * <ul>
104
+ * <li>
105
+ * <p>
106
+ * <a>DeleteAccessToken</a>, which deletes a specified personal access token (PAT).</p>
107
+ * </li>
108
+ * <li>
109
+ * <p>
110
+ * <a>ListAccessTokens</a>, which lists all personal access tokens (PATs) associated with a user.</p>
111
+ * </li>
112
+ * <li>
113
+ * <p>
114
+ * <a>ListEventLogs</a>, which retrieves a list of events that occurred during a specified time period in a space.</p>
115
+ * </li>
116
+ * </ul>
117
+ * <note>
118
+ * <p>If you are using the Amazon CodeCatalyst APIs with an SDK or the CLI, you must configure your computer to work with Amazon CodeCatalyst and single sign-on (SSO).
119
+ * For more information, see <a href="https://docs.aws.amazon.com/codecatalyst/latest/userguide/set-up-cli.html">Setting up to use the CLI with Amazon CodeCatalyst</a>
120
+ * and the SSO documentation for your SDK.</p>
121
+ * </note>
122
+ *
123
+ * @packageDocumentation
124
+ */
2
125
  export * from "./CodeCatalystClient";
126
+ export * from "./CodeCatalyst";
3
127
  export * from "./commands";
4
- export * from "./models";
5
128
  export * from "./pagination";
129
+ export * from "./models";
6
130
  export { CodeCatalystServiceException } from "./models/CodeCatalystServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -154,6 +154,7 @@ import {
154
154
  ClientResolvedEndpointParameters,
155
155
  EndpointParameters,
156
156
  } from "./endpoint/EndpointParameters";
157
+ export { __Client };
157
158
  export type ServiceInputTypes =
158
159
  | CreateAccessTokenCommandInput
159
160
  | CreateDevEnvironmentCommandInput
@@ -230,7 +231,7 @@ export interface ClientDefaults
230
231
  logger?: __Logger;
231
232
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
232
233
  }
233
- type CodeCatalystClientConfigType = Partial<
234
+ export type CodeCatalystClientConfigType = Partial<
234
235
  __SmithyConfiguration<__HttpHandlerOptions>
235
236
  > &
236
237
  ClientDefaults &
@@ -243,7 +244,7 @@ type CodeCatalystClientConfigType = Partial<
243
244
  ClientInputEndpointParameters;
244
245
  export interface CodeCatalystClientConfig
245
246
  extends CodeCatalystClientConfigType {}
246
- type CodeCatalystClientResolvedConfigType =
247
+ export type CodeCatalystClientResolvedConfigType =
247
248
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
248
249
  Required<ClientDefaults> &
249
250
  RegionResolvedConfig &
@@ -265,4 +266,3 @@ export declare class CodeCatalystClient extends __Client<
265
266
  constructor(configuration: CodeCatalystClientConfig);
266
267
  destroy(): void;
267
268
  }
268
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CreateAccessTokenRequest,
16
16
  CreateAccessTokenResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAccessTokenCommandInput
19
20
  extends CreateAccessTokenRequest {}
20
21
  export interface CreateAccessTokenCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateDevEnvironmentRequest,
16
16
  CreateDevEnvironmentResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDevEnvironmentCommandInput
19
20
  extends CreateDevEnvironmentRequest {}
20
21
  export interface CreateDevEnvironmentCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateProjectRequest,
16
16
  CreateProjectResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateProjectCommandInput extends CreateProjectRequest {}
19
20
  export interface CreateProjectCommandOutput
20
21
  extends CreateProjectResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateSourceRepositoryBranchRequest,
16
16
  CreateSourceRepositoryBranchResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateSourceRepositoryBranchCommandInput
19
20
  extends CreateSourceRepositoryBranchRequest {}
20
21
  export interface CreateSourceRepositoryBranchCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteAccessTokenRequest,
16
16
  DeleteAccessTokenResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteAccessTokenCommandInput
19
20
  extends DeleteAccessTokenRequest {}
20
21
  export interface DeleteAccessTokenCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteDevEnvironmentRequest,
16
16
  DeleteDevEnvironmentResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteDevEnvironmentCommandInput
19
20
  extends DeleteDevEnvironmentRequest {}
20
21
  export interface DeleteDevEnvironmentCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetDevEnvironmentRequest,
16
16
  GetDevEnvironmentResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetDevEnvironmentCommandInput
19
20
  extends GetDevEnvironmentRequest {}
20
21
  export interface GetDevEnvironmentCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeCatalystClient";
14
14
  import { GetProjectRequest, GetProjectResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetProjectCommandInput extends GetProjectRequest {}
16
17
  export interface GetProjectCommandOutput
17
18
  extends GetProjectResponse,