@aws-sdk/client-simspaceweaver 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 +22 -21
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1742,43 +1742,44 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1742
1742
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1743
1743
|
|
|
1744
1744
|
0 && (module.exports = {
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1745
|
+
SimSpaceWeaverServiceException,
|
|
1746
|
+
__Client,
|
|
1747
|
+
SimSpaceWeaverClient,
|
|
1748
|
+
SimSpaceWeaver,
|
|
1749
|
+
$Command,
|
|
1749
1750
|
CreateSnapshotCommand,
|
|
1750
1751
|
DeleteAppCommand,
|
|
1751
1752
|
DeleteSimulationCommand,
|
|
1752
1753
|
DescribeAppCommand,
|
|
1753
1754
|
DescribeSimulationCommand,
|
|
1754
|
-
InternalServerException,
|
|
1755
|
-
LifecycleManagementStrategy,
|
|
1756
1755
|
ListAppsCommand,
|
|
1757
1756
|
ListSimulationsCommand,
|
|
1758
1757
|
ListTagsForResourceCommand,
|
|
1759
|
-
ResourceNotFoundException,
|
|
1760
|
-
ServiceQuotaExceededException,
|
|
1761
|
-
SimSpaceWeaver,
|
|
1762
|
-
SimSpaceWeaverClient,
|
|
1763
|
-
SimSpaceWeaverServiceException,
|
|
1764
|
-
SimulationAppStatus,
|
|
1765
|
-
SimulationAppTargetStatus,
|
|
1766
|
-
SimulationStatus,
|
|
1767
|
-
SimulationTargetStatus,
|
|
1768
1758
|
StartAppCommand,
|
|
1769
|
-
StartAppInputFilterSensitiveLog,
|
|
1770
1759
|
StartClockCommand,
|
|
1771
1760
|
StartSimulationCommand,
|
|
1772
|
-
StartSimulationInputFilterSensitiveLog,
|
|
1773
1761
|
StopAppCommand,
|
|
1774
1762
|
StopClockCommand,
|
|
1775
1763
|
StopSimulationCommand,
|
|
1776
1764
|
TagResourceCommand,
|
|
1777
|
-
TooManyTagsException,
|
|
1778
1765
|
UntagResourceCommand,
|
|
1779
|
-
ValidationException,
|
|
1780
|
-
__Client,
|
|
1781
1766
|
paginateListApps,
|
|
1782
|
-
paginateListSimulations
|
|
1767
|
+
paginateListSimulations,
|
|
1768
|
+
AccessDeniedException,
|
|
1769
|
+
ClockStatus,
|
|
1770
|
+
ClockTargetStatus,
|
|
1771
|
+
ConflictException,
|
|
1772
|
+
InternalServerException,
|
|
1773
|
+
ResourceNotFoundException,
|
|
1774
|
+
ValidationException,
|
|
1775
|
+
SimulationAppStatus,
|
|
1776
|
+
SimulationAppTargetStatus,
|
|
1777
|
+
LifecycleManagementStrategy,
|
|
1778
|
+
SimulationStatus,
|
|
1779
|
+
SimulationTargetStatus,
|
|
1780
|
+
ServiceQuotaExceededException,
|
|
1781
|
+
TooManyTagsException,
|
|
1782
|
+
StartAppInputFilterSensitiveLog,
|
|
1783
|
+
StartSimulationInputFilterSensitiveLog
|
|
1783
1784
|
});
|
|
1784
1785
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-simspaceweaver",
|
|
3
3
|
"description": "AWS SDK for JavaScript Simspaceweaver 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-simspaceweaver",
|
|
@@ -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",
|