AWS gamelift documentation change
Summary
Updated product name references from 'Amazon GameLift' to 'Amazon GameLift Servers' and changed 'Developer Guide' to 'Hosting Guide' in navigation links. Updated console references to 'Amazon GameLift Servers console'.
Security assessment
Changes involve product naming conventions and documentation structure updates. No security-related content was added or modified.
Diff
diff --git a/gamelift/latest/developerguide/queues-creating.md index cadc40c1c..5f74bee32 100644 --- a/gamelift/latest/developerguide/queues-creating.md +++ b/gamelift/latest/developerguide/queues-creating.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) @@ -13 +13 @@ These instructions illustrate how to create a simple working queue with minimal -You can create a game session queue using either the Amazon GameLift console or the AWS CLI. +You can create a game session queue using either the Amazon GameLift Servers console or the AWS CLI. @@ -18 +18 @@ Console -In the [Amazon GameLift console](https://console.aws.amazon.com/gamelift/), select an AWS Region to work in. Open the console’s left navigation bar and choose **Queues**. +In the [Amazon GameLift Servers console](https://console.aws.amazon.com/gamelift/), select an AWS Region to work in. Open the console’s left navigation bar and choose **Queues**. @@ -26 +26 @@ In the [Amazon GameLift console](https://console.aws.amazon.com/gamelift/), sele - 2. Keep the default **Timeout** setting, which is 600 seconds (or 5 minutes). This value controls how long Amazon GameLift tries to place a new game session before stopping. Amazon GameLift searches for available resources until the request times out. You can update a queue's timeout setting at any time. + 2. Keep the default **Timeout** setting, which is 600 seconds (or 5 minutes). This value controls how long Amazon GameLift Servers tries to place a new game session before stopping. Amazon GameLift Servers searches for available resources until the request times out. You can update a queue's timeout setting at any time. @@ -42 +42 @@ In the [Amazon GameLift console](https://console.aws.amazon.com/gamelift/), sele - 5. After you've added a list of destinations, use the drag-and-drop feature to reorder the destinations. Amazon GameLift uses this order when prioritizing placements by destination. + 5. After you've added a list of destinations, use the drag-and-drop feature to reorder the destinations. Amazon GameLift Servers uses this order when prioritizing placements by destination. @@ -44 +44 @@ In the [Amazon GameLift console](https://console.aws.amazon.com/gamelift/), sele - 5. Skip the **Game session placement priority** section to keep the default priority order. This setting lets you customize how Amazon GameLift chooses where to look for available hosting resources for new game session placements. For more information about prioritizing placements, see [Prioritize game session placement](./queues-design-priority.html). You can update a queue's placement priorities at any time. + 5. Skip the **Game session placement priority** section to keep the default priority order. This setting lets you customize how Amazon GameLift Servers chooses where to look for available hosting resources for new game session placements. For more information about prioritizing placements, see [Prioritize game session placement](./queues-design-priority.html). You can update a queue's placement priorities at any time. @@ -86 +86 @@ You can get fleet and alias ARN values by calling either [describe-fleet-attribu -If the `create-game-session-queue` request is successful, Amazon GameLift returns a [GameSessionQueue](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameSessionQueue.html) object with the new queue configuration. You can now submit requests to the queue using [StartGameSessionPlacement](https://docs.aws.amazon.com/gamelift/latest/apireference/API_StartGameSessionPlacement.html). +If the `create-game-session-queue` request is successful, Amazon GameLift Servers returns a [GameSessionQueue](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameSessionQueue.html) object with the new queue configuration. You can now submit requests to the queue using [StartGameSessionPlacement](https://docs.aws.amazon.com/gamelift/latest/apireference/API_StartGameSessionPlacement.html). @@ -112 +112 @@ The following example creates a game session queue with these configurations: -If the `create-game-session-queue` request is successful, Amazon GameLift returns a [GameSessionQueue](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameSessionQueue.html) object with the new queue configuration. +If the `create-game-session-queue` request is successful, Amazon GameLift Servers returns a [GameSessionQueue](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameSessionQueue.html) object with the new queue configuration.