@aws-sdk/client-launch-wizard 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 +17 -16
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1045,33 +1045,34 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1045
1045
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1046
1046
|
|
|
1047
1047
|
0 && (module.exports = {
|
|
1048
|
+
LaunchWizardServiceException,
|
|
1049
|
+
__Client,
|
|
1050
|
+
LaunchWizardClient,
|
|
1051
|
+
LaunchWizard,
|
|
1052
|
+
$Command,
|
|
1048
1053
|
CreateDeploymentCommand,
|
|
1049
|
-
CreateDeploymentInputFilterSensitiveLog,
|
|
1050
1054
|
DeleteDeploymentCommand,
|
|
1051
|
-
DeploymentDataFilterSensitiveLog,
|
|
1052
|
-
DeploymentFilterKey,
|
|
1053
|
-
DeploymentStatus,
|
|
1054
|
-
EventStatus,
|
|
1055
1055
|
GetDeploymentCommand,
|
|
1056
|
-
GetDeploymentOutputFilterSensitiveLog,
|
|
1057
1056
|
GetWorkloadCommand,
|
|
1058
|
-
InternalServerException,
|
|
1059
|
-
LaunchWizard,
|
|
1060
|
-
LaunchWizardClient,
|
|
1061
|
-
LaunchWizardServiceException,
|
|
1062
1057
|
ListDeploymentEventsCommand,
|
|
1063
1058
|
ListDeploymentsCommand,
|
|
1064
1059
|
ListWorkloadDeploymentPatternsCommand,
|
|
1065
1060
|
ListWorkloadsCommand,
|
|
1061
|
+
paginateListDeploymentEvents,
|
|
1062
|
+
paginateListDeployments,
|
|
1063
|
+
paginateListWorkloadDeploymentPatterns,
|
|
1064
|
+
paginateListWorkloads,
|
|
1065
|
+
InternalServerException,
|
|
1066
1066
|
ResourceLimitException,
|
|
1067
1067
|
ResourceNotFoundException,
|
|
1068
1068
|
ValidationException,
|
|
1069
|
-
|
|
1069
|
+
DeploymentStatus,
|
|
1070
|
+
EventStatus,
|
|
1071
|
+
DeploymentFilterKey,
|
|
1070
1072
|
WorkloadStatus,
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
paginateListWorkloads
|
|
1073
|
+
WorkloadDeploymentPatternStatus,
|
|
1074
|
+
CreateDeploymentInputFilterSensitiveLog,
|
|
1075
|
+
DeploymentDataFilterSensitiveLog,
|
|
1076
|
+
GetDeploymentOutputFilterSensitiveLog
|
|
1076
1077
|
});
|
|
1077
1078
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-launch-wizard",
|
|
3
3
|
"description": "AWS SDK for JavaScript Launch Wizard 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-launch-wizard",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|