You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.2025.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
-
### 4.1.735 (2025-01-13 21:54Z)
1
+
### 4.1.736 (2025-01-14 21:25Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.962.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3
+
* Amazon GameLift Service
4
+
* Modified cmdlet Start-GMLGameSessionPlacement: added parameters PriorityConfigurationOverride_LocationOrder and PriorityConfigurationOverride_PlacementFallbackStrategy.
5
+
6
+
### 4.1.735 (2025-01-13 21:54Z)
2
7
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.961.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.ALL.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
-
### 4.1.735 (2025-01-13 21:54Z)
1
+
### 4.1.736 (2025-01-14 21:25Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.962.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3
+
* Amazon GameLift Service
4
+
* Modified cmdlet Start-GMLGameSessionPlacement: added parameters PriorityConfigurationOverride_LocationOrder and PriorityConfigurationOverride_PlacementFallbackStrategy.
5
+
6
+
### 4.1.735 (2025-01-13 21:54Z)
2
7
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.961.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/GameLift/Basic/New-GMLGameSessionQueue-Cmdlet.cs
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -118,8 +118,10 @@ public partial class NewGMLGameSessionQueueCmdlet : AmazonGameLiftClientCmdlet,
118
118
/// <summary>
119
119
/// <para>
120
120
/// <para>The prioritization order to use for fleet locations, when the <c>PriorityOrder</c>
121
-
/// property includes <c>LOCATION</c>. Locations are identified by Amazon Web Services
122
-
/// Region codes such as <c>us-west-2</c>. Each location can only be listed once. </para>
121
+
/// property includes <c>LOCATION</c>. Locations can include Amazon Web Services Region
122
+
/// codes (such as <c>us-west-2</c>), local zones, and custom locations (for Anywhere
123
+
/// fleets). Each location must be listed only once. For details, see <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html">Amazon
/// <para>The recommended sequence to use when prioritizing where to place new game sessions.
177
-
/// Each type can only be listed once.</para><ul><li><para><c>LATENCY</c> -- FleetIQ prioritizes locations where the average player latency
178
-
/// (provided in each game session request) is lowest. </para></li><li><para><c>COST</c> -- FleetIQ prioritizes destinations with the lowest current hosting costs.
179
-
/// Cost is evaluated based on the location, instance type, and fleet type (Spot or On-Demand)
180
-
/// for each destination in the queue.</para></li><li><para><c>DESTINATION</c> -- FleetIQ prioritizes based on the order that destinations are
181
-
/// listed in the queue configuration.</para></li><li><para><c>LOCATION</c> -- FleetIQ prioritizes based on the provided order of locations,
178
+
/// <para>A custom sequence to use when prioritizing where to place new game sessions. Each
179
+
/// priority type is listed once.</para><ul><li><para><c>LATENCY</c> -- Amazon GameLift prioritizes locations where the average player
180
+
/// latency is lowest. Player latency data is provided in each game session placement
181
+
/// request.</para></li><li><para><c>COST</c> -- Amazon GameLift prioritizes destinations with the lowest current hosting
182
+
/// costs. Cost is evaluated based on the location, instance type, and fleet type (Spot
183
+
/// or On-Demand) of each destination in the queue.</para></li><li><para><c>DESTINATION</c> -- Amazon GameLift prioritizes based on the list order of destinations
184
+
/// in the queue configuration.</para></li><li><para><c>LOCATION</c> -- Amazon GameLift prioritizes based on the provided order of locations,
182
185
/// as defined in <c>LocationOrder</c>. </para></li></ul>
0 commit comments