@aws-sdk/client-codecatalyst 3.588.0 → 3.592.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.
- package/dist-cjs/index.js +0 -38
- package/dist-cjs/runtimeConfig.browser.js +2 -0
- package/dist-cjs/runtimeConfig.js +1 -0
- package/dist-es/runtimeConfig.browser.js +2 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/CodeCatalystClient.d.ts +4 -0
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +2 -1
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +2 -1
- package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSpaceCommand.d.ts +2 -1
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetProjectCommand.d.ts +2 -1
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +2 -1
- package/dist-types/commands/GetSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/GetSpaceCommand.d.ts +2 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/GetUserDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -1
- package/dist-types/commands/ListAccessTokensCommand.d.ts +2 -1
- package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventLogsCommand.d.ts +2 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +2 -1
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +2 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +2 -1
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -1
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -1
- package/dist-types/commands/VerifySessionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/CodeCatalystServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/CodeCatalystServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +3 -3
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class CodeCatalystServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -10,6 +10,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
10
10
|
import("@smithy/types").UserAgent
|
|
11
11
|
>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
13
14
|
requestHandler:
|
|
14
15
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
15
16
|
| RequestHandler;
|
|
@@ -28,7 +29,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
28
29
|
serviceId: string;
|
|
29
30
|
logger: import("@smithy/types").Logger;
|
|
30
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
|
-
region?: string | import("@smithy/types").Provider<string> | undefined;
|
|
32
32
|
endpoint?:
|
|
33
33
|
| ((
|
|
34
34
|
| string
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
23
23
|
signer: HttpBearerAuthSigner;
|
|
24
24
|
}[];
|
|
25
25
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
26
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
26
27
|
requestHandler:
|
|
27
28
|
| RequestHandler
|
|
28
29
|
| import("@smithy/protocol-http").HttpHandler<any>;
|
|
@@ -41,7 +42,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
41
42
|
serviceId: string;
|
|
42
43
|
logger: import("@smithy/types").Logger;
|
|
43
44
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
44
|
-
region?: string | import("@smithy/types").Provider<string> | undefined;
|
|
45
45
|
endpoint?:
|
|
46
46
|
| ((
|
|
47
47
|
| string
|
|
@@ -20,6 +20,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
@@ -32,7 +33,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
32
33
|
| import("@smithy/types").Provider<
|
|
33
34
|
import("@smithy/smithy-client").DefaultsMode
|
|
34
35
|
>;
|
|
35
|
-
region?: string | import("@smithy/types").Provider<string> | undefined;
|
|
36
36
|
endpoint?:
|
|
37
37
|
| string
|
|
38
38
|
| import("@smithy/types").Endpoint
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecatalyst",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codecatalyst",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
23
|
+
"@aws-sdk/core": "3.592.0",
|
|
24
24
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
25
25
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
26
26
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
34
34
|
"@smithy/config-resolver": "^3.0.1",
|
|
35
|
-
"@smithy/core": "^2.
|
|
35
|
+
"@smithy/core": "^2.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
37
37
|
"@smithy/hash-node": "^3.0.0",
|
|
38
38
|
"@smithy/invalid-dependency": "^3.0.0",
|