@aws-sdk/client-simspaceweaver 3.957.0 → 3.962.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 +1 -21
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +300 -272
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +297 -269
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -19,10 +19,8 @@ SimSpace Weaver app SDK API reference is included in the SimSpace Weaver app SDK
|
|
|
19
19
|
documentation is part of the SimSpace Weaver app SDK distributable package.</p>
|
|
20
20
|
|
|
21
21
|
## Installing
|
|
22
|
-
|
|
23
22
|
To install this package, simply type add or install @aws-sdk/client-simspaceweaver
|
|
24
23
|
using your favorite package manager:
|
|
25
|
-
|
|
26
24
|
- `npm install @aws-sdk/client-simspaceweaver`
|
|
27
25
|
- `yarn add @aws-sdk/client-simspaceweaver`
|
|
28
26
|
- `pnpm add @aws-sdk/client-simspaceweaver`
|
|
@@ -58,9 +56,7 @@ To send a request, you:
|
|
|
58
56
|
// a client can be shared by different commands.
|
|
59
57
|
const client = new SimSpaceWeaverClient({ region: "REGION" });
|
|
60
58
|
|
|
61
|
-
const params = {
|
|
62
|
-
/** input parameters */
|
|
63
|
-
};
|
|
59
|
+
const params = { /** input parameters */ };
|
|
64
60
|
const command = new ListAppsCommand(params);
|
|
65
61
|
```
|
|
66
62
|
|
|
@@ -219,7 +215,6 @@ CreateSnapshot
|
|
|
219
215
|
</summary>
|
|
220
216
|
|
|
221
217
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/CreateSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/CreateSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/CreateSnapshotCommandOutput/)
|
|
222
|
-
|
|
223
218
|
</details>
|
|
224
219
|
<details>
|
|
225
220
|
<summary>
|
|
@@ -227,7 +222,6 @@ DeleteApp
|
|
|
227
222
|
</summary>
|
|
228
223
|
|
|
229
224
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/DeleteAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/DeleteAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/DeleteAppCommandOutput/)
|
|
230
|
-
|
|
231
225
|
</details>
|
|
232
226
|
<details>
|
|
233
227
|
<summary>
|
|
@@ -235,7 +229,6 @@ DeleteSimulation
|
|
|
235
229
|
</summary>
|
|
236
230
|
|
|
237
231
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/DeleteSimulationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/DeleteSimulationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/DeleteSimulationCommandOutput/)
|
|
238
|
-
|
|
239
232
|
</details>
|
|
240
233
|
<details>
|
|
241
234
|
<summary>
|
|
@@ -243,7 +236,6 @@ DescribeApp
|
|
|
243
236
|
</summary>
|
|
244
237
|
|
|
245
238
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/DescribeAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/DescribeAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/DescribeAppCommandOutput/)
|
|
246
|
-
|
|
247
239
|
</details>
|
|
248
240
|
<details>
|
|
249
241
|
<summary>
|
|
@@ -251,7 +243,6 @@ DescribeSimulation
|
|
|
251
243
|
</summary>
|
|
252
244
|
|
|
253
245
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/DescribeSimulationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/DescribeSimulationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/DescribeSimulationCommandOutput/)
|
|
254
|
-
|
|
255
246
|
</details>
|
|
256
247
|
<details>
|
|
257
248
|
<summary>
|
|
@@ -259,7 +250,6 @@ ListApps
|
|
|
259
250
|
</summary>
|
|
260
251
|
|
|
261
252
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/ListAppsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/ListAppsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/ListAppsCommandOutput/)
|
|
262
|
-
|
|
263
253
|
</details>
|
|
264
254
|
<details>
|
|
265
255
|
<summary>
|
|
@@ -267,7 +257,6 @@ ListSimulations
|
|
|
267
257
|
</summary>
|
|
268
258
|
|
|
269
259
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/ListSimulationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/ListSimulationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/ListSimulationsCommandOutput/)
|
|
270
|
-
|
|
271
260
|
</details>
|
|
272
261
|
<details>
|
|
273
262
|
<summary>
|
|
@@ -275,7 +264,6 @@ ListTagsForResource
|
|
|
275
264
|
</summary>
|
|
276
265
|
|
|
277
266
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/ListTagsForResourceCommandOutput/)
|
|
278
|
-
|
|
279
267
|
</details>
|
|
280
268
|
<details>
|
|
281
269
|
<summary>
|
|
@@ -283,7 +271,6 @@ StartApp
|
|
|
283
271
|
</summary>
|
|
284
272
|
|
|
285
273
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/StartAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StartAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StartAppCommandOutput/)
|
|
286
|
-
|
|
287
274
|
</details>
|
|
288
275
|
<details>
|
|
289
276
|
<summary>
|
|
@@ -291,7 +278,6 @@ StartClock
|
|
|
291
278
|
</summary>
|
|
292
279
|
|
|
293
280
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/StartClockCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StartClockCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StartClockCommandOutput/)
|
|
294
|
-
|
|
295
281
|
</details>
|
|
296
282
|
<details>
|
|
297
283
|
<summary>
|
|
@@ -299,7 +285,6 @@ StartSimulation
|
|
|
299
285
|
</summary>
|
|
300
286
|
|
|
301
287
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/StartSimulationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StartSimulationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StartSimulationCommandOutput/)
|
|
302
|
-
|
|
303
288
|
</details>
|
|
304
289
|
<details>
|
|
305
290
|
<summary>
|
|
@@ -307,7 +292,6 @@ StopApp
|
|
|
307
292
|
</summary>
|
|
308
293
|
|
|
309
294
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/StopAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StopAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StopAppCommandOutput/)
|
|
310
|
-
|
|
311
295
|
</details>
|
|
312
296
|
<details>
|
|
313
297
|
<summary>
|
|
@@ -315,7 +299,6 @@ StopClock
|
|
|
315
299
|
</summary>
|
|
316
300
|
|
|
317
301
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/StopClockCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StopClockCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StopClockCommandOutput/)
|
|
318
|
-
|
|
319
302
|
</details>
|
|
320
303
|
<details>
|
|
321
304
|
<summary>
|
|
@@ -323,7 +306,6 @@ StopSimulation
|
|
|
323
306
|
</summary>
|
|
324
307
|
|
|
325
308
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/StopSimulationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StopSimulationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/StopSimulationCommandOutput/)
|
|
326
|
-
|
|
327
309
|
</details>
|
|
328
310
|
<details>
|
|
329
311
|
<summary>
|
|
@@ -331,7 +313,6 @@ TagResource
|
|
|
331
313
|
</summary>
|
|
332
314
|
|
|
333
315
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/TagResourceCommandOutput/)
|
|
334
|
-
|
|
335
316
|
</details>
|
|
336
317
|
<details>
|
|
337
318
|
<summary>
|
|
@@ -339,5 +320,4 @@ UntagResource
|
|
|
339
320
|
</summary>
|
|
340
321
|
|
|
341
322
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/simspaceweaver/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-simspaceweaver/Interface/UntagResourceCommandOutput/)
|
|
342
|
-
|
|
343
323
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultSimSpaceWeaverHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultSimSpaceWeaverHttpAuthSchemeParametersProvider = defaultSimSpaceWeaverHttpAuthSchemeParametersProvider;
|