Package-level declarations

Types

Link copied to clipboard

SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale spatial simulations in the Amazon Web Services Cloud. For example, you can create crowd simulations, large real-world environments, and immersive and interactive experiences. For more information about SimSpace Weaver, see the SimSpace Weaver User Guide.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun SimSpaceWeaverClient.deleteApp(crossinline block: DeleteAppRequest.Builder.() -> Unit): DeleteAppResponse

Deletes the instance of the given custom app.

Link copied to clipboard

Deletes all SimSpace Weaver resources assigned to the given simulation.

Link copied to clipboard

Returns the state of the given custom app.

Link copied to clipboard

Returns the current state of the given simulation.

Link copied to clipboard
inline suspend fun SimSpaceWeaverClient.listApps(crossinline block: ListAppsRequest.Builder.() -> Unit): ListAppsResponse

Lists all custom apps or service apps for the given simulation and domain.

Link copied to clipboard

Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.

Link copied to clipboard

Lists all tags on a SimSpace Weaver resource.

Link copied to clipboard
inline suspend fun SimSpaceWeaverClient.startApp(crossinline block: StartAppRequest.Builder.() -> Unit): StartAppResponse

Starts a custom app with the configuration specified in the simulation schema.

Link copied to clipboard

Starts the simulation clock.

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun SimSpaceWeaverClient.stopApp(crossinline block: StopAppRequest.Builder.() -> Unit): StopAppResponse

Stops the given custom app and shuts down all of its allocated compute resources.

Link copied to clipboard
inline suspend fun SimSpaceWeaverClient.stopClock(crossinline block: StopClockRequest.Builder.() -> Unit): StopClockResponse

Stops the simulation clock.

Link copied to clipboard

Stops the given simulation.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.