'2.0', 'service' => '
SimSpace Weaver (SimSpace Weaver) is a managed service that you can use to build and operate large-scale spatial simulations in the Amazon Web Services Cloud. For example, you can create a digital twin of a city, crowd simulations with millions of people and objects, and massively multiplayer games with hundreds of thousands of connected players. For more information about SimSpace Weaver, see the SimSpace Weaver User Guide .
This API reference describes the API operations and data types that you can use to communicate directly with SimSpace Weaver.
SimSpace Weaver also provides the SimSpace Weaver app SDK, which you use for app development. The SimSpace Weaver app SDK API reference is included in the SimSpace Weaver app SDK documentation. This documentation is part of the SimSpace Weaver app SDK distributable package.
', 'operations' => [ 'CreateSnapshot' => '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 the instance of the given custom app.
', 'DeleteSimulation' => 'Deletes all SimSpace Weaver resources assigned to the given simulation.
Your simulation uses resources in other Amazon Web Services. This API operation doesn\'t delete resources in other Amazon Web Services.
Returns the state of the given custom app.
', 'DescribeSimulation' => 'Returns the current state of the given simulation.
', 'ListApps' => 'Lists all custom apps or service apps for the given simulation and domain.
', 'ListSimulations' => 'Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
', 'ListTagsForResource' => 'Lists all tags on a SimSpace Weaver resource.
', 'StartApp' => 'Starts a custom app with the configuration specified in the simulation schema.
', 'StartClock' => 'Starts the simulation clock.
', 'StartSimulation' => '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.
', 'StopApp' => 'Stops the given custom app and shuts down all of its allocated compute resources.
', 'StopClock' => 'Stops the simulation clock.
', 'StopSimulation' => 'Stops the given simulation.
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.
', 'UntagResource' => '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.
', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '', 'refs' => [], ], 'AppPortMappings' => [ 'base' => NULL, 'refs' => [ 'SimulationAppEndpointInfo$IngressPortMappings' => 'The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.
', ], ], 'BucketName' => [ 'base' => NULL, 'refs' => [ 'S3Destination$BucketName' => 'The name of an Amazon S3 bucket. For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
', 'S3Location$BucketName' => 'The name of an Amazon S3 bucket. For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'StartAppInput$ClientToken' => 'A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once. A ClientToken
is also known as an idempotency token. A ClientToken
expires after 24 hours.
A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once. A ClientToken
is also known as an idempotency token. A ClientToken
expires after 24 hours.
The current status of the simulation clock.
', ], ], 'ClockTargetStatus' => [ 'base' => NULL, 'refs' => [ 'SimulationClock$TargetStatus' => 'The desired status of the simulation clock.
', ], ], 'CloudWatchLogsLogGroup' => [ 'base' => 'The Amazon CloudWatch Logs log group for the simulation. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
', 'refs' => [ 'LogDestination$CloudWatchLogsLogGroup' => 'An Amazon CloudWatch Logs log group that stores simulation log data. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
', ], ], 'ConflictException' => [ 'base' => '', 'refs' => [], ], 'CreateSnapshotInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateSnapshotOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSimulationInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSimulationOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSimulationInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSimulationOutput' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'DescribeAppOutput$Description' => 'The description of the app.
', 'DescribeSimulationOutput$Description' => 'The description of the simulation.
', 'StartAppInput$Description' => 'The description of the app.
', 'StartSimulationInput$Description' => 'The description of the simulation.
', ], ], 'Domain' => [ 'base' => 'A collection of app instances that run the same executable app code and have the same launch options and commands.
For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
', 'refs' => [ 'DomainList$member' => NULL, ], ], 'DomainList' => [ 'base' => NULL, 'refs' => [ 'LiveSimulationState$Domains' => 'A list of domains for the simulation. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
', ], ], 'InternalServerException' => [ 'base' => '', 'refs' => [], ], 'LaunchCommandList' => [ 'base' => NULL, 'refs' => [ 'LaunchOverrides$LaunchCommands' => 'App launch commands and command line parameters that override the launch command configured in the simulation schema.
', ], ], 'LaunchOverrides' => [ 'base' => 'Options that apply when the app starts. These options override default behavior.
', 'refs' => [ 'DescribeAppOutput$LaunchOverrides' => NULL, 'StartAppInput$LaunchOverrides' => NULL, ], ], 'LifecycleManagementStrategy' => [ 'base' => NULL, 'refs' => [ 'Domain$Lifecycle' => 'The type of lifecycle management for apps in the domain. Indicates whether apps in this domain are managed (SimSpace Weaver starts and stops the apps) or unmanaged (you must start and stop the apps).
Lifecycle types
PerWorker
– Managed: SimSpace Weaver starts one app on each worker.
BySpatialSubdivision
– Managed: SimSpace Weaver starts one app for each spatial partition.
ByRequest
– Unmanaged: You use the StartApp
API to start the apps and use the StopApp
API to stop the apps.
A collection of additional state information, such as domain and clock configuration.
', 'refs' => [ 'DescribeSimulationOutput$LiveSimulationState' => 'A collection of additional state information, such as domain and clock configuration.
', ], ], 'LogDestination' => [ 'base' => 'The location where SimSpace Weaver sends simulation log data.
', 'refs' => [ 'LogDestinations$member' => NULL, ], ], 'LogDestinations' => [ 'base' => NULL, 'refs' => [ 'LoggingConfiguration$Destinations' => 'A list of the locations where SimSpace Weaver sends simulation log data.
', ], ], 'LogGroupArn' => [ 'base' => NULL, 'refs' => [ 'CloudWatchLogsLogGroup$LogGroupArn' => 'The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group for the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
', ], ], 'LoggingConfiguration' => [ 'base' => 'The logging configuration for a simulation.
', 'refs' => [ 'DescribeSimulationOutput$LoggingConfiguration' => 'Settings that control how SimSpace Weaver handles your simulation log data.
', ], ], 'NonEmptyString' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => NULL, 'ConflictException$Message' => NULL, 'InternalServerException$Message' => NULL, 'LaunchCommandList$member' => NULL, 'ResourceNotFoundException$Message' => NULL, 'ServiceQuotaExceededException$Message' => NULL, 'SimulationAppEndpointInfo$Address' => 'The IP address of the app. SimSpace Weaver dynamically assigns this IP address when the app starts.
', 'TooManyTagsException$Message' => NULL, 'ValidationException$Message' => NULL, ], ], 'ObjectKey' => [ 'base' => NULL, 'refs' => [ 'S3Location$ObjectKey' => 'The key name of an object in Amazon S3. For more information about Amazon S3 objects and object keys, see Uploading, downloading, and working with objects in Amazon S3 in the Amazon Simple Storage Service User Guide.
', ], ], 'ObjectKeyPrefix' => [ 'base' => NULL, 'refs' => [ 'S3Destination$ObjectKeyPrefix' => 'A string prefix for an Amazon S3 object key. It\'s usually a folder name. For more information about folders in Amazon S3, see Organizing objects in the Amazon S3 console using folders in the Amazon Simple Storage Service User Guide.
', ], ], 'OptionalString' => [ 'base' => NULL, 'refs' => [ 'DescribeSimulationOutput$SchemaError' => 'An error message that SimSpace Weaver returns only if there is a problem with the simulation schema.
', 'DescribeSimulationOutput$StartError' => 'An error message that SimSpace Weaver returns only if a problem occurs when the simulation is in the STARTING
state.
If SimSpace Weaver returns nextToken
, then there are more results available. The value of nextToken
is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken
is set to null
. Each pagination token expires after 24 hours. If you provide a token that isn\'t valid, then you receive an HTTP 400 ValidationException error.
If SimSpace Weaver returns nextToken
, then there are more results available. The value of nextToken
is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken
is set to null
. Each pagination token expires after 24 hours. If you provide a token that isn\'t valid, then you receive an HTTP 400 ValidationException error.
If SimSpace Weaver returns nextToken
, then there are more results available. The value of nextToken
is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken
is set to null
. Each pagination token expires after 24 hours. If you provide a token that isn\'t valid, then you receive an HTTP 400 ValidationException error.
If SimSpace Weaver returns nextToken
, then there are more results available. The value of nextToken
is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken
is set to null
. Each pagination token expires after 24 hours. If you provide a token that isn\'t valid, then you receive an HTTP 400 ValidationException error.
The TCP/UDP port number of the running app. SimSpace Weaver dynamically assigns this port number when the app starts. SimSpace Weaver maps the Declared
port to the Actual
port. Clients connect to the app using the app\'s IP address and the Actual
port number.
The TCP/UDP port number of the app, declared in the simulation schema. SimSpace Weaver maps the Declared
port to the Actual
port. The source code for the app should bind to the Declared
port.
The maximum number of apps to list.
', 'ListSimulationsInput$MaxResults' => 'The maximum number of simulations to list.
', ], ], 'ResourceNotFoundException' => [ 'base' => '', 'refs' => [], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'DescribeSimulationOutput$RoleArn' => 'The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the simulation assumes to perform actions. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about IAM roles, see IAM roles in the Identity and Access Management User Guide.
', 'StartSimulationInput$RoleArn' => 'The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the simulation assumes to perform actions. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about IAM roles, see IAM roles in the Identity and Access Management User Guide.
', ], ], 'S3Destination' => [ 'base' => 'An Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates a file.
', 'refs' => [ 'CreateSnapshotInput$Destination' => 'The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
', ], ], 'S3Location' => [ 'base' => 'A location in Amazon Simple Storage Service (Amazon S3) where SimSpace Weaver stores simulation data, such as your app .zip files and schema file. For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
', 'refs' => [ 'DescribeSimulationOutput$SchemaS3Location' => 'The location of the simulation schema in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
', 'DescribeSimulationOutput$SnapshotS3Location' => NULL, 'StartSimulationInput$SchemaS3Location' => 'The location of the simulation schema in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
Provide a SchemaS3Location
to start your simulation from a schema.
If you provide a SchemaS3Location
then you can\'t provide a SnapshotS3Location
.
The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
Provide a SnapshotS3Location
to start your simulation from a snapshot.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
If you provide a SnapshotS3Location
then you can\'t provide a SchemaS3Location
.
The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
', 'ListTagsForResourceInput$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
', 'SimulationMetadata$Arn' => 'The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
', 'StartSimulationOutput$Arn' => 'The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
', 'TagResourceInput$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource that you want to add tags to. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
', 'UntagResourceInput$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource that you want to remove tags from. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
', ], ], 'SimSpaceWeaverLongResourceName' => [ 'base' => NULL, 'refs' => [ 'DescribeAppInput$App' => 'The name of the app.
', 'DescribeAppOutput$Name' => 'The name of the app.
', 'SimulationAppMetadata$Name' => 'The name of the app.
', ], ], 'SimSpaceWeaverResourceName' => [ 'base' => NULL, 'refs' => [ 'CreateSnapshotInput$Simulation' => 'The name of the simulation.
', 'DeleteAppInput$App' => 'The name of the app.
', 'DeleteAppInput$Domain' => 'The name of the domain of the app.
', 'DeleteAppInput$Simulation' => 'The name of the simulation of the app.
', 'DeleteSimulationInput$Simulation' => 'The name of the simulation.
', 'DescribeAppInput$Domain' => 'The name of the domain of the app.
', 'DescribeAppInput$Simulation' => 'The name of the simulation of the app.
', 'DescribeAppOutput$Domain' => 'The name of the domain of the app.
', 'DescribeAppOutput$Simulation' => 'The name of the simulation of the app.
', 'DescribeSimulationInput$Simulation' => 'The name of the simulation.
', 'DescribeSimulationOutput$Name' => 'The name of the simulation.
', 'Domain$Name' => 'The name of the domain.
', 'ListAppsInput$Domain' => 'The name of the domain that you want to list apps for.
', 'ListAppsInput$Simulation' => 'The name of the simulation that you want to list apps for.
', 'SimulationAppMetadata$Domain' => 'The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
', 'SimulationAppMetadata$Simulation' => 'The name of the simulation of the app.
', 'SimulationMetadata$Name' => 'The name of the simulation.
', 'StartAppInput$Domain' => 'The name of the domain of the app.
', 'StartAppInput$Name' => 'The name of the app.
', 'StartAppInput$Simulation' => 'The name of the simulation of the app.
', 'StartAppOutput$Domain' => 'The name of the domain of the app.
', 'StartAppOutput$Name' => 'The name of the app.
', 'StartAppOutput$Simulation' => 'The name of the simulation of the app.
', 'StartClockInput$Simulation' => 'The name of the simulation.
', 'StartSimulationInput$Name' => 'The name of the simulation.
', 'StopAppInput$App' => 'The name of the app.
', 'StopAppInput$Domain' => 'The name of the domain of the app.
', 'StopAppInput$Simulation' => 'The name of the simulation of the app.
', 'StopClockInput$Simulation' => 'The name of the simulation.
', 'StopSimulationInput$Simulation' => 'The name of the simulation.
', ], ], 'SimulationAppEndpointInfo' => [ 'base' => 'Information about the network endpoint that you can use to connect to your custom or service app. For more information about SimSpace Weaver apps, see Key concepts: Apps in the SimSpace Weaver User Guide..
', 'refs' => [ 'DescribeAppOutput$EndpointInfo' => 'Information about the network endpoint for the custom app. You can use the endpoint to connect to the custom app.
', ], ], 'SimulationAppList' => [ 'base' => NULL, 'refs' => [ 'ListAppsOutput$Apps' => 'The list of apps for the given simulation and domain.
', ], ], 'SimulationAppMetadata' => [ 'base' => 'A collection of metadata about the app.
', 'refs' => [ 'SimulationAppList$member' => NULL, ], ], 'SimulationAppPortMapping' => [ 'base' => 'A collection of TCP/UDP ports for a custom or service app.
', 'refs' => [ 'AppPortMappings$member' => NULL, ], ], 'SimulationAppStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeAppOutput$Status' => 'The current lifecycle state of the custom app.
', 'SimulationAppMetadata$Status' => 'The current status of the app.
', ], ], 'SimulationAppTargetStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeAppOutput$TargetStatus' => 'The desired lifecycle state of the custom app.
', 'SimulationAppMetadata$TargetStatus' => 'The desired status of the app.
', ], ], 'SimulationClock' => [ 'base' => 'Status information about the simulation clock.
', 'refs' => [ 'SimulationClockList$member' => NULL, ], ], 'SimulationClockList' => [ 'base' => NULL, 'refs' => [ 'LiveSimulationState$Clocks' => 'A list of simulation clocks.
At this time, a simulation has only one clock.
The list of simulations.
', ], ], 'SimulationMetadata' => [ 'base' => 'A collection of data about the simulation.
', 'refs' => [ 'SimulationList$member' => NULL, ], ], 'SimulationStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeSimulationOutput$Status' => 'The current lifecycle state of the simulation.
', 'SimulationMetadata$Status' => 'The current status of the simulation.
', ], ], 'SimulationTargetStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeSimulationOutput$TargetStatus' => 'The desired lifecycle state of the simulation.
', 'SimulationMetadata$TargetStatus' => 'The desired status of the simulation.
', ], ], 'StartAppInput' => [ 'base' => NULL, 'refs' => [], ], 'StartAppOutput' => [ 'base' => NULL, 'refs' => [], ], 'StartClockInput' => [ 'base' => NULL, 'refs' => [], ], 'StartClockOutput' => [ 'base' => NULL, 'refs' => [], ], 'StartSimulationInput' => [ 'base' => NULL, 'refs' => [], ], 'StartSimulationOutput' => [ 'base' => NULL, 'refs' => [], ], 'StopAppInput' => [ 'base' => NULL, 'refs' => [], ], 'StopAppOutput' => [ 'base' => NULL, 'refs' => [], ], 'StopClockInput' => [ 'base' => NULL, 'refs' => [], ], 'StopClockOutput' => [ 'base' => NULL, 'refs' => [], ], 'StopSimulationInput' => [ 'base' => NULL, 'refs' => [], ], 'StopSimulationOutput' => [ 'base' => NULL, 'refs' => [], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceInput$TagKeys' => 'A list of tag keys to remove from the resource.
', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceOutput$Tags' => 'The list of tags for the resource.
', 'StartSimulationInput$Tags' => 'A list of tags for the simulation. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
', 'TagResourceInput$Tags' => 'A list of tags to apply to the resource.
', ], ], 'TagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'TimeToLiveString' => [ 'base' => NULL, 'refs' => [ 'DescribeSimulationOutput$MaximumDuration' => 'The maximum running time of the simulation, specified as a number of minutes (m or M), hours (h or H), or days (d or D). The simulation stops when it reaches this limit. The maximum value is 14D
, or its equivalent in the other units. The default value is 14D
. A value equivalent to 0
makes the simulation immediately transition to Stopping
as soon as it reaches Started
.
The maximum running time of the simulation, specified as a number of minutes (m or M), hours (h or H), or days (d or D). The simulation stops when it reaches this limit. The maximum value is 14D
, or its equivalent in the other units. The default value is 14D
. A value equivalent to 0
makes the simulation immediately transition to Stopping
as soon as it reaches Started
.
The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
', 'SimulationMetadata$CreationTime' => 'The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
', 'StartSimulationOutput$CreationTime' => 'The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
', ], ], 'TooManyTagsException' => [ 'base' => '', 'refs' => [], ], 'UUID' => [ 'base' => NULL, 'refs' => [ 'DescribeSimulationOutput$ExecutionId' => 'A universally unique identifier (UUID) for this simulation.
', 'StartSimulationOutput$ExecutionId' => 'A universally unique identifier (UUID) for this simulation.
', ], ], 'UntagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '', 'refs' => [], ], ],];