Skip to content

Commit 0c24a63

Browse files
Edited the introductory text for the API reference.
1 parent 11bf37a commit 0c24a63

File tree

8 files changed

+26
-32
lines changed

8 files changed

+26
-32
lines changed

generator/ServiceModels/simspaceweaver/simspaceweaver-2022-10-28.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "2.0",
3-
"service": "<p>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 <i> <a href=\"https://docs.aws.amazon.com/simspaceweaver/latest/userguide/\">SimSpace Weaver User Guide</a> </i>.</p> <p>This API reference describes the API operations and data types that you can use to communicate directly with SimSpace Weaver.</p> <p>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.</p>",
3+
"service": "<p>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 <i> <a href=\"https://docs.aws.amazon.com/simspaceweaver/latest/userguide/\">SimSpace Weaver User Guide</a> </i>.</p> <p>This API reference describes the API operations and data types that you can use to communicate directly with SimSpace Weaver.</p> <p>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.</p>",
44
"operations": {
55
"CreateSnapshot": "<p>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 <a href=\"https://docs.aws.amazon.com/simspaceweaver/latest/userguide/working-with_snapshots.html\">Snapshots</a> in the <i>SimSpace Weaver User Guide</i>. </p> <p>You specify a <code>Destination</code> when you create a snapshot. The <code>Destination</code> is the name of an Amazon S3 bucket and an optional <code>ObjectKeyPrefix</code>. The <code>ObjectKeyPrefix</code> is usually the name of a folder in the bucket. SimSpace Weaver creates a <code>snapshot</code> folder inside the <code>Destination</code> and places the snapshot file there.</p> <p>The snapshot file is an Amazon S3 object. It has an object key with the form: <code> <i>object-key-prefix</i>/snapshot/<i>simulation-name</i>-<i>YYMMdd</i>-<i>HHmm</i>-<i>ss</i>.zip</code>, where: </p> <ul> <li> <p> <code> <i>YY</i> </code> is the 2-digit year</p> </li> <li> <p> <code> <i>MM</i> </code> is the 2-digit month</p> </li> <li> <p> <code> <i>dd</i> </code> is the 2-digit day of the month</p> </li> <li> <p> <code> <i>HH</i> </code> is the 2-digit hour (24-hour clock)</p> </li> <li> <p> <code> <i>mm</i> </code> is the 2-digit minutes</p> </li> <li> <p> <code> <i>ss</i> </code> is the 2-digit seconds</p> </li> </ul>",
66
"DeleteApp": "<p>Deletes the instance of the given custom app.</p>",

generator/ServiceModels/simspaceweaver/simspaceweaver-2022-10-28.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,5 +1309,5 @@
13091309
"exception":true
13101310
}
13111311
},
1312-
"documentation":"<p>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 <i> <a href=\"https://docs.aws.amazon.com/simspaceweaver/latest/userguide/\">SimSpace Weaver User Guide</a> </i>.</p> <p>This API reference describes the API operations and data types that you can use to communicate directly with SimSpace Weaver.</p> <p>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.</p>"
1312+
"documentation":"<p>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 <i> <a href=\"https://docs.aws.amazon.com/simspaceweaver/latest/userguide/\">SimSpace Weaver User Guide</a> </i>.</p> <p>This API reference describes the API operations and data types that you can use to communicate directly with SimSpace Weaver.</p> <p>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.</p>"
13131313
}

sdk/src/Services/SimSpaceWeaver/Generated/_bcl35/AmazonSimSpaceWeaverClient.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ namespace Amazon.SimSpaceWeaver
3535
/// <summary>
3636
/// Implementation for accessing SimSpaceWeaver
3737
///
38-
/// SimSpace Weaver (SimSpace Weaver) is a managed service that you can use to build and
39-
/// operate large-scale spatial simulations in the Amazon Web Services Cloud. For example,
40-
/// you can create a digital twin of a city, crowd simulations with millions of people
41-
/// and objects, and massively multiplayer games with hundreds of thousands of connected
42-
/// players. For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
38+
/// SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale
39+
/// spatial simulations in the Amazon Web Services Cloud. For example, you can create
40+
/// crowd simulations, large real-world environments, and immersive and interactive experiences.
41+
/// For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
4342
/// Weaver User Guide</a> </i>.
4443
///
4544
///

sdk/src/Services/SimSpaceWeaver/Generated/_bcl35/IAmazonSimSpaceWeaver.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ namespace Amazon.SimSpaceWeaver
2929
/// <summary>
3030
/// Interface for accessing SimSpaceWeaver
3131
///
32-
/// SimSpace Weaver (SimSpace Weaver) is a managed service that you can use to build and
33-
/// operate large-scale spatial simulations in the Amazon Web Services Cloud. For example,
34-
/// you can create a digital twin of a city, crowd simulations with millions of people
35-
/// and objects, and massively multiplayer games with hundreds of thousands of connected
36-
/// players. For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
32+
/// SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale
33+
/// spatial simulations in the Amazon Web Services Cloud. For example, you can create
34+
/// crowd simulations, large real-world environments, and immersive and interactive experiences.
35+
/// For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
3736
/// Weaver User Guide</a> </i>.
3837
///
3938
///

sdk/src/Services/SimSpaceWeaver/Generated/_bcl45/AmazonSimSpaceWeaverClient.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ namespace Amazon.SimSpaceWeaver
3838
/// <summary>
3939
/// Implementation for accessing SimSpaceWeaver
4040
///
41-
/// SimSpace Weaver (SimSpace Weaver) is a managed service that you can use to build and
42-
/// operate large-scale spatial simulations in the Amazon Web Services Cloud. For example,
43-
/// you can create a digital twin of a city, crowd simulations with millions of people
44-
/// and objects, and massively multiplayer games with hundreds of thousands of connected
45-
/// players. For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
41+
/// SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale
42+
/// spatial simulations in the Amazon Web Services Cloud. For example, you can create
43+
/// crowd simulations, large real-world environments, and immersive and interactive experiences.
44+
/// For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
4645
/// Weaver User Guide</a> </i>.
4746
///
4847
///

sdk/src/Services/SimSpaceWeaver/Generated/_bcl45/IAmazonSimSpaceWeaver.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ namespace Amazon.SimSpaceWeaver
3131
/// <summary>
3232
/// Interface for accessing SimSpaceWeaver
3333
///
34-
/// SimSpace Weaver (SimSpace Weaver) is a managed service that you can use to build and
35-
/// operate large-scale spatial simulations in the Amazon Web Services Cloud. For example,
36-
/// you can create a digital twin of a city, crowd simulations with millions of people
37-
/// and objects, and massively multiplayer games with hundreds of thousands of connected
38-
/// players. For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
34+
/// SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale
35+
/// spatial simulations in the Amazon Web Services Cloud. For example, you can create
36+
/// crowd simulations, large real-world environments, and immersive and interactive experiences.
37+
/// For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
3938
/// Weaver User Guide</a> </i>.
4039
///
4140
///

sdk/src/Services/SimSpaceWeaver/Generated/_netstandard/AmazonSimSpaceWeaverClient.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ namespace Amazon.SimSpaceWeaver
3838
/// <summary>
3939
/// Implementation for accessing SimSpaceWeaver
4040
///
41-
/// SimSpace Weaver (SimSpace Weaver) is a managed service that you can use to build and
42-
/// operate large-scale spatial simulations in the Amazon Web Services Cloud. For example,
43-
/// you can create a digital twin of a city, crowd simulations with millions of people
44-
/// and objects, and massively multiplayer games with hundreds of thousands of connected
45-
/// players. For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
41+
/// SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale
42+
/// spatial simulations in the Amazon Web Services Cloud. For example, you can create
43+
/// crowd simulations, large real-world environments, and immersive and interactive experiences.
44+
/// For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
4645
/// Weaver User Guide</a> </i>.
4746
///
4847
///

sdk/src/Services/SimSpaceWeaver/Generated/_netstandard/IAmazonSimSpaceWeaver.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ namespace Amazon.SimSpaceWeaver
3131
/// <summary>
3232
/// Interface for accessing SimSpaceWeaver
3333
///
34-
/// SimSpace Weaver (SimSpace Weaver) is a managed service that you can use to build and
35-
/// operate large-scale spatial simulations in the Amazon Web Services Cloud. For example,
36-
/// you can create a digital twin of a city, crowd simulations with millions of people
37-
/// and objects, and massively multiplayer games with hundreds of thousands of connected
38-
/// players. For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
34+
/// SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale
35+
/// spatial simulations in the Amazon Web Services Cloud. For example, you can create
36+
/// crowd simulations, large real-world environments, and immersive and interactive experiences.
37+
/// For more information about SimSpace Weaver, see the <i> <a href="https://docs.aws.amazon.com/simspaceweaver/latest/userguide/">SimSpace
3938
/// Weaver User Guide</a> </i>.
4039
///
4140
///

0 commit comments

Comments
 (0)