AWS gamelift documentation change
Summary
Updated documentation to reflect product name changes from 'Amazon GameLift' to 'Amazon GameLift Servers' throughout the document. Changed section headers, feature descriptions, and setup instructions to emphasize server-side components. Updated references to SDKs and service integration points.
Security assessment
Changes appear to be product branding updates and clarification of server-side components rather than addressing security vulnerabilities or adding security features. No security-related terminology, vulnerability fixes, or security guidance was introduced in the diff.
Diff
diff --git a/gamelift/latest/developerguide/game-client-intro.md index db736d8cf..ef75c155e 100644 --- a/gamelift/latest/developerguide/game-client-intro.md +++ b/gamelift/latest/developerguide/game-client-intro.md @@ -3 +3 @@ -[Documentation](/index.html)[Amazon GameLift](/gamelift/index.html)[Developer Guide](gamelift-intro.html) +[Documentation](/index.html)[Amazon GameLift](/gamelift/index.html)[Hosting Guide](gamelift-intro.html) @@ -5 +5 @@ -Amazon GameLift Gem setup +Amazon GameLift Servers Gem setup @@ -7 +7 @@ Amazon GameLift Gem setup -# Add Amazon GameLift to an O3DE game client and server +# Add Amazon GameLift Servers to an O3DE game client and server @@ -13 +13 @@ The modular framework uses _Gems_ that contain libraries with standard interface -The Amazon GameLift Gem provides the following features: +The Amazon GameLift Servers Gem provides the following features: @@ -15 +15 @@ The Amazon GameLift Gem provides the following features: -**Amazon GameLift integration** +**Amazon GameLift Servers integration** @@ -18 +18 @@ The Amazon GameLift Gem provides the following features: -A framework to extend the O3DE networking layer and to let the Multiplayer Gem work with the Amazon GameLift dedicated server solution. The Gem provides integrations with both the [Amazon GameLift server SDK](./reference-serversdk.html) and the AWS SDK client (to call the Amazon GameLift service itself). +A framework to extend the O3DE networking layer and to let the Multiplayer Gem work with the Amazon GameLift Servers dedicated server solution. The Gem provides integrations with both the [server SDK for Amazon GameLift Servers](./reference-serversdk.html) and the AWS SDK client (to call the Amazon GameLift Servers service itself). @@ -25 +25 @@ Instructions to package and optionally upload the dedicated server build and an -## Amazon GameLift Gem setup +## Amazon GameLift Servers Gem setup @@ -27 +27 @@ Instructions to package and optionally upload the dedicated server build and an -Follow the procedures in this section to set up the Amazon GameLift Gem in O3DE. +Follow the procedures in this section to set up the Amazon GameLift Servers Gem in O3DE. @@ -31 +31 @@ Follow the procedures in this section to set up the Amazon GameLift Gem in O3DE. - * Set up your AWS account for Amazon GameLift. For more information, see [Set up an AWS account](./setting-up-aws-login.html). + * Set up your AWS account for Amazon GameLift Servers. For more information, see [Set up an AWS account](./setting-up-aws-login.html). @@ -40 +40 @@ Follow the procedures in this section to set up the Amazon GameLift Gem in O3DE. -###### Turn on the Amazon GameLift Gem and its dependencies +###### Turn on the Amazon GameLift Servers Gem and its dependencies @@ -48 +48 @@ Follow the procedures in this section to set up the Amazon GameLift Gem in O3DE. - 4. Turn on the Amazon GameLift Gem and the following dependent Gems: + 4. Turn on the Amazon GameLift Servers Gem and the following dependent Gems: @@ -57 +57 @@ Follow the procedures in this section to set up the Amazon GameLift Gem in O3DE. -###### Include the Amazon GameLift Gem static library +###### Include the Amazon GameLift Servers Gem static library @@ -81 +81 @@ Follow the procedures in this section to set up the Amazon GameLift Gem in O3DE. - 3. (Optional) To make Amazon GameLift service requests in C++, include `Gem::AWSGameLift.Client.Static` in the `BUILD_DEPENDENCIES` for your client target. + 3. (Optional) To make Amazon GameLift Servers service requests in C++, include `Gem::AWSGameLift.Client.Static` in the `BUILD_DEPENDENCIES` for your client target. @@ -108 +108 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Game engines and Amazon GameLift +Game engines and Amazon GameLift Servers