SimSpaceWeaver
import { SimSpaceWeaver } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/simspaceweaver.ts?docs=full";§Constructors
§Methods
Creates a snapshot of the specified simulation. A snapshot is a file that contains simulation state data at a specific time. The state data saved in a snapshot includes entity data from the State Fabric, the simulation configuration specified in the schema, and the clock tick number. You can use the snapshot to initialize a new simulation. For more information about snapshots, see Snapshots in the SimSpace Weaver User Guide.
You specify a Destination when you create a snapshot.
The Destination is the name of an Amazon S3 bucket and an optional ObjectKeyPrefix.
The ObjectKeyPrefix is usually the name of a folder in the bucket.
SimSpace Weaver creates a snapshot folder inside the Destination and places the snapshot file there.
The snapshot file is an Amazon S3 object.
It has an object key with the form: _object-key-prefix_/snapshot/_simulation-name_-_YYMMdd_-_HHmm_-_ss_.zip, where:
_YY_is the 2-digit year_MM_is the 2-digit month_dd_is the 2-digit day of the month_HH_is the 2-digit hour (24-hour clock)_mm_is the 2-digit minutes_ss_is the 2-digit seconds
Deletes all SimSpace Weaver resources assigned to the given simulation.
Note: Your simulation uses resources in other Amazon Web Services. This API operation doesn't delete resources in other Amazon Web Services.
Returns the current state of the given simulation.
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
Lists all tags on a SimSpace Weaver resource.
Starts a simulation with the given name. You must choose to start your simulation from a schema or from a snapshot. For more information about the schema, see the schema reference in the SimSpace Weaver User Guide. For more information about snapshots, see Snapshots in the SimSpace Weaver User Guide.
Stops the given simulation.
! IMPORTANT: ! You can't restart a simulation after you stop it. ! If you want to restart a simulation, then you must stop it, delete it, and start a new instance of it.
Adds tags to a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
Removes tags from a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.