@aws-sdk/client-simspaceweaver 3.410.0 → 3.413.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/README.md
CHANGED
|
@@ -6,10 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript SimSpaceWeaver Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>SimSpace Weaver (SimSpace Weaver)
|
|
10
|
-
spatial simulations in the Amazon Web Services Cloud. For example, you can create
|
|
11
|
-
crowd simulations
|
|
12
|
-
hundreds of thousands of connected players.
|
|
9
|
+
<p>SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run
|
|
10
|
+
large-scale spatial simulations in the Amazon Web Services Cloud. For example, you can create
|
|
11
|
+
crowd simulations, large real-world environments, and immersive and interactive experiences.
|
|
13
12
|
For more information about SimSpace Weaver, see the <i>
|
|
14
13
|
<a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace Weaver User Guide</a>
|
|
15
14
|
</i>.</p>
|
|
@@ -116,10 +116,9 @@ export interface SimSpaceWeaver {
|
|
|
116
116
|
}
|
|
117
117
|
/**
|
|
118
118
|
* @public
|
|
119
|
-
* <p>SimSpace Weaver (SimSpace Weaver)
|
|
120
|
-
* spatial simulations in the Amazon Web Services Cloud. For example, you can create
|
|
121
|
-
* crowd simulations
|
|
122
|
-
* hundreds of thousands of connected players.
|
|
119
|
+
* <p>SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run
|
|
120
|
+
* large-scale spatial simulations in the Amazon Web Services Cloud. For example, you can create
|
|
121
|
+
* crowd simulations, large real-world environments, and immersive and interactive experiences.
|
|
123
122
|
* For more information about SimSpace Weaver, see the <i>
|
|
124
123
|
* <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace Weaver User Guide</a>
|
|
125
124
|
* </i>.</p>
|
|
@@ -166,10 +166,9 @@ export interface SimSpaceWeaverClientResolvedConfig extends SimSpaceWeaverClient
|
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
* @public
|
|
169
|
-
* <p>SimSpace Weaver (SimSpace Weaver)
|
|
170
|
-
* spatial simulations in the Amazon Web Services Cloud. For example, you can create
|
|
171
|
-
* crowd simulations
|
|
172
|
-
* hundreds of thousands of connected players.
|
|
169
|
+
* <p>SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run
|
|
170
|
+
* large-scale spatial simulations in the Amazon Web Services Cloud. For example, you can create
|
|
171
|
+
* crowd simulations, large real-world environments, and immersive and interactive experiences.
|
|
173
172
|
* For more information about SimSpace Weaver, see the <i>
|
|
174
173
|
* <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace Weaver User Guide</a>
|
|
175
174
|
* </i>.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>SimSpace Weaver (SimSpace Weaver)
|
|
3
|
-
* spatial simulations in the Amazon Web Services Cloud. For example, you can create
|
|
4
|
-
* crowd simulations
|
|
5
|
-
* hundreds of thousands of connected players.
|
|
2
|
+
* <p>SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run
|
|
3
|
+
* large-scale spatial simulations in the Amazon Web Services Cloud. For example, you can create
|
|
4
|
+
* crowd simulations, large real-world environments, and immersive and interactive experiences.
|
|
6
5
|
* For more information about SimSpace Weaver, see the <i>
|
|
7
6
|
* <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace Weaver User Guide</a>
|
|
8
7
|
* </i>.</p>
|
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.413.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.0.
|
|
36
|
-
"@smithy/fetch-http-handler": "^2.1.
|
|
37
|
-
"@smithy/hash-node": "^2.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
41
|
-
"@smithy/middleware-retry": "^2.0.
|
|
42
|
-
"@smithy/middleware-serde": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.413.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.413.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.413.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.413.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.413.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.413.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.413.0",
|
|
31
|
+
"@aws-sdk/types": "3.413.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.413.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.413.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.413.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.0.8",
|
|
36
|
+
"@smithy/fetch-http-handler": "^2.1.3",
|
|
37
|
+
"@smithy/hash-node": "^2.0.7",
|
|
38
|
+
"@smithy/invalid-dependency": "^2.0.7",
|
|
39
|
+
"@smithy/middleware-content-length": "^2.0.9",
|
|
40
|
+
"@smithy/middleware-endpoint": "^2.0.7",
|
|
41
|
+
"@smithy/middleware-retry": "^2.0.10",
|
|
42
|
+
"@smithy/middleware-serde": "^2.0.7",
|
|
43
43
|
"@smithy/middleware-stack": "^2.0.0",
|
|
44
|
-
"@smithy/node-config-provider": "^2.0.
|
|
45
|
-
"@smithy/node-http-handler": "^2.1.
|
|
46
|
-
"@smithy/protocol-http": "^3.0.
|
|
47
|
-
"@smithy/smithy-client": "^2.1.
|
|
48
|
-
"@smithy/types": "^2.3.
|
|
49
|
-
"@smithy/url-parser": "^2.0.
|
|
44
|
+
"@smithy/node-config-provider": "^2.0.10",
|
|
45
|
+
"@smithy/node-http-handler": "^2.1.3",
|
|
46
|
+
"@smithy/protocol-http": "^3.0.3",
|
|
47
|
+
"@smithy/smithy-client": "^2.1.4",
|
|
48
|
+
"@smithy/types": "^2.3.1",
|
|
49
|
+
"@smithy/url-parser": "^2.0.7",
|
|
50
50
|
"@smithy/util-base64": "^2.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^2.0.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^2.0.10",
|
|
55
55
|
"@smithy/util-retry": "^2.0.0",
|
|
56
56
|
"@smithy/util-utf8": "^2.0.0",
|
|
57
57
|
"tslib": "^2.5.0",
|