@aws-sdk/client-codecatalyst 3.496.0 → 3.501.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 +24 -23
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -3956,14 +3956,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3956
3956
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3957
3957
|
|
|
3958
3958
|
0 && (module.exports = {
|
|
3959
|
-
AccessDeniedException,
|
|
3960
|
-
CodeCatalyst,
|
|
3961
|
-
CodeCatalystClient,
|
|
3962
3959
|
CodeCatalystServiceException,
|
|
3963
|
-
|
|
3964
|
-
|
|
3960
|
+
__Client,
|
|
3961
|
+
CodeCatalystClient,
|
|
3962
|
+
CodeCatalyst,
|
|
3963
|
+
$Command,
|
|
3965
3964
|
CreateAccessTokenCommand,
|
|
3966
|
-
CreateAccessTokenResponseFilterSensitiveLog,
|
|
3967
3965
|
CreateDevEnvironmentCommand,
|
|
3968
3966
|
CreateProjectCommand,
|
|
3969
3967
|
CreateSourceRepositoryBranchCommand,
|
|
@@ -3973,10 +3971,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3973
3971
|
DeleteProjectCommand,
|
|
3974
3972
|
DeleteSourceRepositoryCommand,
|
|
3975
3973
|
DeleteSpaceCommand,
|
|
3976
|
-
DevEnvironmentAccessDetailsFilterSensitiveLog,
|
|
3977
|
-
DevEnvironmentSessionType,
|
|
3978
|
-
DevEnvironmentStatus,
|
|
3979
|
-
FilterKey,
|
|
3980
3974
|
GetDevEnvironmentCommand,
|
|
3981
3975
|
GetProjectCommand,
|
|
3982
3976
|
GetSourceRepositoryCloneUrlsCommand,
|
|
@@ -3996,27 +3990,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3996
3990
|
ListSpacesCommand,
|
|
3997
3991
|
ListWorkflowRunsCommand,
|
|
3998
3992
|
ListWorkflowsCommand,
|
|
3999
|
-
OperationType,
|
|
4000
|
-
ResourceNotFoundException,
|
|
4001
|
-
ServiceQuotaExceededException,
|
|
4002
3993
|
StartDevEnvironmentCommand,
|
|
4003
3994
|
StartDevEnvironmentSessionCommand,
|
|
4004
|
-
StartDevEnvironmentSessionResponseFilterSensitiveLog,
|
|
4005
3995
|
StartWorkflowRunCommand,
|
|
4006
3996
|
StopDevEnvironmentCommand,
|
|
4007
3997
|
StopDevEnvironmentSessionCommand,
|
|
4008
|
-
ThrottlingException,
|
|
4009
3998
|
UpdateDevEnvironmentCommand,
|
|
4010
3999
|
UpdateProjectCommand,
|
|
4011
4000
|
UpdateSpaceCommand,
|
|
4012
|
-
UserType,
|
|
4013
|
-
ValidationException,
|
|
4014
4001
|
VerifySessionCommand,
|
|
4015
|
-
WorkflowRunMode,
|
|
4016
|
-
WorkflowRunStatus,
|
|
4017
|
-
WorkflowStatus,
|
|
4018
|
-
_InstanceType,
|
|
4019
|
-
__Client,
|
|
4020
4002
|
paginateListAccessTokens,
|
|
4021
4003
|
paginateListDevEnvironmentSessions,
|
|
4022
4004
|
paginateListDevEnvironments,
|
|
@@ -4026,6 +4008,25 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4026
4008
|
paginateListSourceRepositoryBranches,
|
|
4027
4009
|
paginateListSpaces,
|
|
4028
4010
|
paginateListWorkflowRuns,
|
|
4029
|
-
paginateListWorkflows
|
|
4011
|
+
paginateListWorkflows,
|
|
4012
|
+
AccessDeniedException,
|
|
4013
|
+
ConflictException,
|
|
4014
|
+
ResourceNotFoundException,
|
|
4015
|
+
ServiceQuotaExceededException,
|
|
4016
|
+
ThrottlingException,
|
|
4017
|
+
ValidationException,
|
|
4018
|
+
OperationType,
|
|
4019
|
+
UserType,
|
|
4020
|
+
_InstanceType,
|
|
4021
|
+
DevEnvironmentStatus,
|
|
4022
|
+
DevEnvironmentSessionType,
|
|
4023
|
+
ComparisonOperator,
|
|
4024
|
+
FilterKey,
|
|
4025
|
+
WorkflowRunMode,
|
|
4026
|
+
WorkflowStatus,
|
|
4027
|
+
WorkflowRunStatus,
|
|
4028
|
+
CreateAccessTokenResponseFilterSensitiveLog,
|
|
4029
|
+
DevEnvironmentAccessDetailsFilterSensitiveLog,
|
|
4030
|
+
StartDevEnvironmentSessionResponseFilterSensitiveLog
|
|
4030
4031
|
});
|
|
4031
4032
|
|
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.501.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",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
28
28
|
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
29
|
-
"@aws-sdk/token-providers": "3.
|
|
29
|
+
"@aws-sdk/token-providers": "3.501.0",
|
|
30
30
|
"@aws-sdk/types": "3.496.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.496.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.496.0",
|