@aws-sdk/client-codecatalyst 3.523.0 → 3.525.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/package.json +16 -16
- package/dist-cjs/CodeCatalyst.js +0 -1
- package/dist-cjs/CodeCatalystClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/CreateAccessTokenCommand.js +0 -1
- package/dist-cjs/commands/CreateDevEnvironmentCommand.js +0 -1
- package/dist-cjs/commands/CreateProjectCommand.js +0 -1
- package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +0 -1
- package/dist-cjs/commands/CreateSourceRepositoryCommand.js +0 -1
- package/dist-cjs/commands/DeleteAccessTokenCommand.js +0 -1
- package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +0 -1
- package/dist-cjs/commands/DeleteProjectCommand.js +0 -1
- package/dist-cjs/commands/DeleteSourceRepositoryCommand.js +0 -1
- package/dist-cjs/commands/DeleteSpaceCommand.js +0 -1
- package/dist-cjs/commands/GetDevEnvironmentCommand.js +0 -1
- package/dist-cjs/commands/GetProjectCommand.js +0 -1
- package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +0 -1
- package/dist-cjs/commands/GetSourceRepositoryCommand.js +0 -1
- package/dist-cjs/commands/GetSpaceCommand.js +0 -1
- package/dist-cjs/commands/GetSubscriptionCommand.js +0 -1
- package/dist-cjs/commands/GetUserDetailsCommand.js +0 -1
- package/dist-cjs/commands/GetWorkflowCommand.js +0 -1
- package/dist-cjs/commands/GetWorkflowRunCommand.js +0 -1
- package/dist-cjs/commands/ListAccessTokensCommand.js +0 -1
- package/dist-cjs/commands/ListDevEnvironmentSessionsCommand.js +0 -1
- package/dist-cjs/commands/ListDevEnvironmentsCommand.js +0 -1
- package/dist-cjs/commands/ListEventLogsCommand.js +0 -1
- package/dist-cjs/commands/ListProjectsCommand.js +0 -1
- package/dist-cjs/commands/ListSourceRepositoriesCommand.js +0 -1
- package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +0 -1
- package/dist-cjs/commands/ListSpacesCommand.js +0 -1
- package/dist-cjs/commands/ListWorkflowRunsCommand.js +0 -1
- package/dist-cjs/commands/ListWorkflowsCommand.js +0 -1
- package/dist-cjs/commands/StartDevEnvironmentCommand.js +0 -1
- package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +0 -1
- package/dist-cjs/commands/StartWorkflowRunCommand.js +0 -1
- package/dist-cjs/commands/StopDevEnvironmentCommand.js +0 -1
- package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +0 -1
- package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +0 -1
- package/dist-cjs/commands/UpdateProjectCommand.js +0 -1
- package/dist-cjs/commands/UpdateSpaceCommand.js +0 -1
- package/dist-cjs/commands/VerifySessionCommand.js +0 -1
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist-cjs/extensionConfiguration.js +0 -1
- package/dist-cjs/models/CodeCatalystServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListAccessTokensPaginator.js +0 -1
- package/dist-cjs/pagination/ListDevEnvironmentSessionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListDevEnvironmentsPaginator.js +0 -1
- package/dist-cjs/pagination/ListEventLogsPaginator.js +0 -1
- package/dist-cjs/pagination/ListProjectsPaginator.js +0 -1
- package/dist-cjs/pagination/ListSourceRepositoriesPaginator.js +0 -1
- package/dist-cjs/pagination/ListSourceRepositoryBranchesPaginator.js +0 -1
- package/dist-cjs/pagination/ListSpacesPaginator.js +0 -1
- package/dist-cjs/pagination/ListWorkflowRunsPaginator.js +0 -1
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +0 -1
- package/dist-cjs/pagination/index.js +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1
- package/dist-cjs/runtimeExtensions.js +0 -1
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.525.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,39 +20,39 @@
|
|
|
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.525.0",
|
|
24
24
|
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
25
25
|
"@aws-sdk/middleware-logger": "3.523.0",
|
|
26
26
|
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
-
"@aws-sdk/token-providers": "3.
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.525.0",
|
|
28
|
+
"@aws-sdk/region-config-resolver": "3.525.0",
|
|
29
|
+
"@aws-sdk/token-providers": "3.525.0",
|
|
30
30
|
"@aws-sdk/types": "3.523.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.525.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.523.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^2.1.
|
|
35
|
-
"@smithy/core": "^1.3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.525.0",
|
|
34
|
+
"@smithy/config-resolver": "^2.1.4",
|
|
35
|
+
"@smithy/core": "^1.3.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^2.4.3",
|
|
37
37
|
"@smithy/hash-node": "^2.1.3",
|
|
38
38
|
"@smithy/invalid-dependency": "^2.1.3",
|
|
39
39
|
"@smithy/middleware-content-length": "^2.1.3",
|
|
40
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
41
|
-
"@smithy/middleware-retry": "^2.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
|
41
|
+
"@smithy/middleware-retry": "^2.1.4",
|
|
42
42
|
"@smithy/middleware-serde": "^2.1.3",
|
|
43
43
|
"@smithy/middleware-stack": "^2.1.3",
|
|
44
|
-
"@smithy/node-config-provider": "^2.2.
|
|
44
|
+
"@smithy/node-config-provider": "^2.2.4",
|
|
45
45
|
"@smithy/node-http-handler": "^2.4.1",
|
|
46
46
|
"@smithy/protocol-http": "^3.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^2.4.
|
|
47
|
+
"@smithy/smithy-client": "^2.4.2",
|
|
48
48
|
"@smithy/types": "^2.10.1",
|
|
49
49
|
"@smithy/url-parser": "^2.1.3",
|
|
50
50
|
"@smithy/util-base64": "^2.1.1",
|
|
51
51
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
52
52
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
55
|
-
"@smithy/util-endpoints": "^1.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^2.1.4",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^2.2.3",
|
|
55
|
+
"@smithy/util-endpoints": "^1.1.4",
|
|
56
56
|
"@smithy/util-middleware": "^2.1.3",
|
|
57
57
|
"@smithy/util-retry": "^2.1.3",
|
|
58
58
|
"@smithy/util-utf8": "^2.1.1",
|
package/dist-cjs/CodeCatalyst.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|