@aws-sdk/client-simspaceweaver 3.296.0 → 3.298.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.
Files changed (56) hide show
  1. package/dist-cjs/commands/DeleteAppCommand.js +2 -3
  2. package/dist-cjs/commands/DeleteSimulationCommand.js +2 -3
  3. package/dist-cjs/commands/DescribeAppCommand.js +2 -3
  4. package/dist-cjs/commands/DescribeSimulationCommand.js +2 -3
  5. package/dist-cjs/commands/ListAppsCommand.js +2 -3
  6. package/dist-cjs/commands/ListSimulationsCommand.js +2 -3
  7. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  8. package/dist-cjs/commands/StartAppCommand.js +1 -1
  9. package/dist-cjs/commands/StartClockCommand.js +2 -3
  10. package/dist-cjs/commands/StartSimulationCommand.js +1 -1
  11. package/dist-cjs/commands/StopAppCommand.js +2 -3
  12. package/dist-cjs/commands/StopClockCommand.js +2 -3
  13. package/dist-cjs/commands/StopSimulationCommand.js +2 -3
  14. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  15. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  16. package/dist-cjs/models/models_0.js +1 -162
  17. package/dist-es/commands/DeleteAppCommand.js +2 -3
  18. package/dist-es/commands/DeleteSimulationCommand.js +2 -3
  19. package/dist-es/commands/DescribeAppCommand.js +2 -3
  20. package/dist-es/commands/DescribeSimulationCommand.js +2 -3
  21. package/dist-es/commands/ListAppsCommand.js +2 -3
  22. package/dist-es/commands/ListSimulationsCommand.js +2 -3
  23. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  24. package/dist-es/commands/StartAppCommand.js +2 -2
  25. package/dist-es/commands/StartClockCommand.js +2 -3
  26. package/dist-es/commands/StartSimulationCommand.js +2 -2
  27. package/dist-es/commands/StopAppCommand.js +2 -3
  28. package/dist-es/commands/StopClockCommand.js +2 -3
  29. package/dist-es/commands/StopSimulationCommand.js +2 -3
  30. package/dist-es/commands/TagResourceCommand.js +2 -3
  31. package/dist-es/commands/UntagResourceCommand.js +2 -3
  32. package/dist-es/models/models_0.js +0 -120
  33. package/dist-types/SimSpaceWeaver.d.ts +16 -0
  34. package/dist-types/SimSpaceWeaverClient.d.ts +24 -4
  35. package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
  36. package/dist-types/commands/DeleteSimulationCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeAppCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeSimulationCommand.d.ts +16 -0
  39. package/dist-types/commands/ListAppsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListSimulationsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  42. package/dist-types/commands/StartAppCommand.d.ts +16 -0
  43. package/dist-types/commands/StartClockCommand.d.ts +16 -0
  44. package/dist-types/commands/StartSimulationCommand.d.ts +16 -0
  45. package/dist-types/commands/StopAppCommand.d.ts +16 -0
  46. package/dist-types/commands/StopClockCommand.d.ts +16 -0
  47. package/dist-types/commands/StopSimulationCommand.d.ts +16 -0
  48. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  49. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  50. package/dist-types/models/SimSpaceWeaverServiceException.d.ts +2 -0
  51. package/dist-types/models/models_0.d.ts +130 -160
  52. package/dist-types/pagination/Interfaces.d.ts +3 -0
  53. package/dist-types/pagination/ListAppsPaginator.d.ts +3 -0
  54. package/dist-types/pagination/ListSimulationsPaginator.d.ts +3 -0
  55. package/dist-types/ts3.4/models/models_0.d.ts +0 -114
  56. package/package.json +4 -3
@@ -273,123 +273,9 @@ export interface UntagResourceInput {
273
273
  TagKeys: string[] | undefined;
274
274
  }
275
275
  export interface UntagResourceOutput {}
276
- export declare const SimulationAppPortMappingFilterSensitiveLog: (
277
- obj: SimulationAppPortMapping
278
- ) => any;
279
- export declare const CloudWatchLogsLogGroupFilterSensitiveLog: (
280
- obj: CloudWatchLogsLogGroup
281
- ) => any;
282
- export declare const DeleteAppInputFilterSensitiveLog: (
283
- obj: DeleteAppInput
284
- ) => any;
285
- export declare const DeleteAppOutputFilterSensitiveLog: (
286
- obj: DeleteAppOutput
287
- ) => any;
288
- export declare const DeleteSimulationInputFilterSensitiveLog: (
289
- obj: DeleteSimulationInput
290
- ) => any;
291
- export declare const DeleteSimulationOutputFilterSensitiveLog: (
292
- obj: DeleteSimulationOutput
293
- ) => any;
294
- export declare const DescribeAppInputFilterSensitiveLog: (
295
- obj: DescribeAppInput
296
- ) => any;
297
- export declare const SimulationAppEndpointInfoFilterSensitiveLog: (
298
- obj: SimulationAppEndpointInfo
299
- ) => any;
300
- export declare const LaunchOverridesFilterSensitiveLog: (
301
- obj: LaunchOverrides
302
- ) => any;
303
- export declare const DescribeAppOutputFilterSensitiveLog: (
304
- obj: DescribeAppOutput
305
- ) => any;
306
- export declare const DescribeSimulationInputFilterSensitiveLog: (
307
- obj: DescribeSimulationInput
308
- ) => any;
309
- export declare const SimulationClockFilterSensitiveLog: (
310
- obj: SimulationClock
311
- ) => any;
312
- export declare const DomainFilterSensitiveLog: (obj: Domain) => any;
313
- export declare const LiveSimulationStateFilterSensitiveLog: (
314
- obj: LiveSimulationState
315
- ) => any;
316
- export declare const LogDestinationFilterSensitiveLog: (
317
- obj: LogDestination
318
- ) => any;
319
- export declare const LoggingConfigurationFilterSensitiveLog: (
320
- obj: LoggingConfiguration
321
- ) => any;
322
- export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
323
- export declare const DescribeSimulationOutputFilterSensitiveLog: (
324
- obj: DescribeSimulationOutput
325
- ) => any;
326
- export declare const ListAppsInputFilterSensitiveLog: (
327
- obj: ListAppsInput
328
- ) => any;
329
- export declare const SimulationAppMetadataFilterSensitiveLog: (
330
- obj: SimulationAppMetadata
331
- ) => any;
332
- export declare const ListAppsOutputFilterSensitiveLog: (
333
- obj: ListAppsOutput
334
- ) => any;
335
- export declare const ListSimulationsInputFilterSensitiveLog: (
336
- obj: ListSimulationsInput
337
- ) => any;
338
- export declare const SimulationMetadataFilterSensitiveLog: (
339
- obj: SimulationMetadata
340
- ) => any;
341
- export declare const ListSimulationsOutputFilterSensitiveLog: (
342
- obj: ListSimulationsOutput
343
- ) => any;
344
- export declare const ListTagsForResourceInputFilterSensitiveLog: (
345
- obj: ListTagsForResourceInput
346
- ) => any;
347
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (
348
- obj: ListTagsForResourceOutput
349
- ) => any;
350
276
  export declare const StartAppInputFilterSensitiveLog: (
351
277
  obj: StartAppInput
352
278
  ) => any;
353
- export declare const StartAppOutputFilterSensitiveLog: (
354
- obj: StartAppOutput
355
- ) => any;
356
- export declare const StartClockInputFilterSensitiveLog: (
357
- obj: StartClockInput
358
- ) => any;
359
- export declare const StartClockOutputFilterSensitiveLog: (
360
- obj: StartClockOutput
361
- ) => any;
362
279
  export declare const StartSimulationInputFilterSensitiveLog: (
363
280
  obj: StartSimulationInput
364
281
  ) => any;
365
- export declare const StartSimulationOutputFilterSensitiveLog: (
366
- obj: StartSimulationOutput
367
- ) => any;
368
- export declare const StopAppInputFilterSensitiveLog: (obj: StopAppInput) => any;
369
- export declare const StopAppOutputFilterSensitiveLog: (
370
- obj: StopAppOutput
371
- ) => any;
372
- export declare const StopClockInputFilterSensitiveLog: (
373
- obj: StopClockInput
374
- ) => any;
375
- export declare const StopClockOutputFilterSensitiveLog: (
376
- obj: StopClockOutput
377
- ) => any;
378
- export declare const StopSimulationInputFilterSensitiveLog: (
379
- obj: StopSimulationInput
380
- ) => any;
381
- export declare const StopSimulationOutputFilterSensitiveLog: (
382
- obj: StopSimulationOutput
383
- ) => any;
384
- export declare const TagResourceInputFilterSensitiveLog: (
385
- obj: TagResourceInput
386
- ) => any;
387
- export declare const TagResourceOutputFilterSensitiveLog: (
388
- obj: TagResourceOutput
389
- ) => any;
390
- export declare const UntagResourceInputFilterSensitiveLog: (
391
- obj: UntagResourceInput
392
- ) => any;
393
- export declare const UntagResourceOutputFilterSensitiveLog: (
394
- obj: UntagResourceOutput
395
- ) => any;
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.296.0",
4
+ "version": "3.298.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",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo simspaceweaver"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",