Skip to content

Commit

Permalink
4.1.736
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Jan 14, 2025
1 parent 41a866b commit f625b07
Show file tree
Hide file tree
Showing 13 changed files with 1,030 additions and 905 deletions.
1,624 changes: 812 additions & 812 deletions Include/sdk/_sdk-versions.json

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion changelogs/CHANGELOG.2025.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
### 4.1.735 (2025-01-13 21:54Z)
### 4.1.736 (2025-01-14 21:25Z)
* 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.
* Amazon GameLift Service
* Modified cmdlet Start-GMLGameSessionPlacement: added parameters PriorityConfigurationOverride_LocationOrder and PriorityConfigurationOverride_PlacementFallbackStrategy.

### 4.1.735 (2025-01-13 21:54Z)
* 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.
* Amazon Elastic Compute Cloud (EC2)
* Modified cmdlet Edit-EC2ClientVpnEndpoint: added parameter DisconnectOnSessionTimeout.
Expand Down
7 changes: 6 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
### 4.1.735 (2025-01-13 21:54Z)
### 4.1.736 (2025-01-14 21:25Z)
* 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.
* Amazon GameLift Service
* Modified cmdlet Start-GMLGameSessionPlacement: added parameters PriorityConfigurationOverride_LocationOrder and PriorityConfigurationOverride_PlacementFallbackStrategy.

### 4.1.735 (2025-01-13 21:54Z)
* 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.
* Amazon Elastic Compute Cloud (EC2)
* Modified cmdlet Edit-EC2ClientVpnEndpoint: added parameter DisconnectOnSessionTimeout.
Expand Down
12 changes: 10 additions & 2 deletions modules/AWSPowerShell/AWSPowerShellCompleters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -32931,6 +32931,13 @@ $GML_Completers = {
break
}

# Amazon.GameLift.PlacementFallbackStrategy
"Start-GMLGameSessionPlacement/PriorityConfigurationOverride_PlacementFallbackStrategy"
{
$v = "DEFAULT_AFTER_SINGLE_PASS","NONE"
break
}

# Amazon.GameLift.PlayerSessionCreationPolicy
"Update-GMLGameSession/PlayerSessionCreationPolicy"
{
Expand Down Expand Up @@ -33030,6 +33037,7 @@ $GML_map = @{
"OperatingSystem"=@("New-GMLBuild","New-GMLContainerGroupDefinition","Update-GMLContainerGroupDefinition")
"PlayerSessionCreationPolicy"=@("Update-GMLGameSession")
"PolicyType"=@("Write-GMLScalingPolicy")
"PriorityConfigurationOverride_PlacementFallbackStrategy"=@("Start-GMLGameSessionPlacement")
"ProtectionPolicy"=@("Update-GMLGameSession")
"RoutingStrategy_Type"=@("New-GMLAlias","Update-GMLAlias")
"RoutingStrategyType"=@("Get-GMLAlias")
Expand Down Expand Up @@ -62677,7 +62685,7 @@ $R53_Completers = {
($_ -eq "Update-R53HealthCheck/AlarmIdentifier_Region")
}
{
$v = "af-south-1","ap-east-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-south-1","ap-south-2","ap-southeast-1","ap-southeast-2","ap-southeast-3","ap-southeast-4","ap-southeast-5","ap-southeast-7","ca-central-1","ca-west-1","cn-north-1","cn-northwest-1","eu-central-1","eu-central-2","eu-north-1","eu-south-1","eu-south-2","eu-west-1","eu-west-2","eu-west-3","il-central-1","me-central-1","me-south-1","sa-east-1","us-east-1","us-east-2","us-gov-east-1","us-gov-west-1","us-iso-east-1","us-iso-west-1","us-isob-east-1","us-west-1","us-west-2"
$v = "af-south-1","ap-east-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-south-1","ap-south-2","ap-southeast-1","ap-southeast-2","ap-southeast-3","ap-southeast-4","ap-southeast-5","ap-southeast-7","ca-central-1","ca-west-1","cn-north-1","cn-northwest-1","eu-central-1","eu-central-2","eu-north-1","eu-south-1","eu-south-2","eu-west-1","eu-west-2","eu-west-3","il-central-1","me-central-1","me-south-1","mx-central-1","sa-east-1","us-east-1","us-east-2","us-gov-east-1","us-gov-west-1","us-iso-east-1","us-iso-west-1","us-isob-east-1","us-west-1","us-west-2"
break
}

Expand Down Expand Up @@ -62753,7 +62761,7 @@ $R53_Completers = {
($_ -eq "Get-R53HostedZonesByVPC/VPCRegion")
}
{
$v = "af-south-1","ap-east-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-south-1","ap-south-2","ap-southeast-1","ap-southeast-2","ap-southeast-3","ap-southeast-4","ap-southeast-5","ap-southeast-7","ca-central-1","ca-west-1","cn-north-1","cn-northwest-1","eu-central-1","eu-central-2","eu-north-1","eu-south-1","eu-south-2","eu-west-1","eu-west-2","eu-west-3","il-central-1","me-central-1","me-south-1","sa-east-1","us-east-1","us-east-2","us-gov-east-1","us-gov-west-1","us-iso-east-1","us-iso-west-1","us-isob-east-1","us-west-1","us-west-2"
$v = "af-south-1","ap-east-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-south-1","ap-south-2","ap-southeast-1","ap-southeast-2","ap-southeast-3","ap-southeast-4","ap-southeast-5","ap-southeast-7","ca-central-1","ca-west-1","cn-north-1","cn-northwest-1","eu-central-1","eu-central-2","eu-north-1","eu-south-1","eu-south-2","eu-west-1","eu-west-2","eu-west-3","il-central-1","me-central-1","me-south-1","mx-central-1","sa-east-1","us-east-1","us-east-2","us-gov-east-1","us-gov-west-1","us-iso-east-1","us-iso-west-1","us-isob-east-1","us-west-1","us-west-2"
break
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,13 @@ $GML_Completers = {
break
}

# Amazon.GameLift.PlacementFallbackStrategy
"Start-GMLGameSessionPlacement/PriorityConfigurationOverride_PlacementFallbackStrategy"
{
$v = "DEFAULT_AFTER_SINGLE_PASS","NONE"
break
}

# Amazon.GameLift.PlayerSessionCreationPolicy
"Update-GMLGameSession/PlayerSessionCreationPolicy"
{
Expand Down Expand Up @@ -371,6 +378,7 @@ $GML_map = @{
"OperatingSystem"=@("New-GMLBuild","New-GMLContainerGroupDefinition","Update-GMLContainerGroupDefinition")
"PlayerSessionCreationPolicy"=@("Update-GMLGameSession")
"PolicyType"=@("Write-GMLScalingPolicy")
"PriorityConfigurationOverride_PlacementFallbackStrategy"=@("Start-GMLGameSessionPlacement")
"ProtectionPolicy"=@("Update-GMLGameSession")
"RoutingStrategy_Type"=@("New-GMLAlias","Update-GMLAlias")
"RoutingStrategyType"=@("Get-GMLAlias")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ namespace Amazon.PowerShell.Cmdlets.GML
/// </para><para>
/// This operation is not designed to be continually called to track game session status.
/// This practice can cause you to exceed your API limit, which results in errors. Instead,
/// you must configure configure an Amazon Simple Notification Service (SNS) topic to
/// receive notifications from FlexMatch or queues. Continuously polling with <c>DescribeGameSessionPlacement</c>
/// you must configure an Amazon Simple Notification Service (SNS) topic to receive notifications
/// from FlexMatch or queues. Continuously polling with <c>DescribeGameSessionPlacement</c>
/// should only be used for games in development with low game session usage.
/// </para>
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ public partial class NewGMLGameSessionQueueCmdlet : AmazonGameLiftClientCmdlet,
/// <summary>
/// <para>
/// <para>The prioritization order to use for fleet locations, when the <c>PriorityOrder</c>
/// property includes <c>LOCATION</c>. Locations are identified by Amazon Web Services
/// Region codes such as <c>us-west-2</c>. Each location can only be listed once. </para>
/// property includes <c>LOCATION</c>. Locations can include Amazon Web Services Region
/// codes (such as <c>us-west-2</c>), local zones, and custom locations (for Anywhere
/// 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
/// GameLift service locations.</a></para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down Expand Up @@ -173,12 +175,13 @@ public partial class NewGMLGameSessionQueueCmdlet : AmazonGameLiftClientCmdlet,
#region Parameter PriorityConfiguration_PriorityOrder
/// <summary>
/// <para>
/// <para>The recommended sequence to use when prioritizing where to place new game sessions.
/// Each type can only be listed once.</para><ul><li><para><c>LATENCY</c> -- FleetIQ prioritizes locations where the average player latency
/// (provided in each game session request) is lowest. </para></li><li><para><c>COST</c> -- FleetIQ prioritizes destinations with the lowest current hosting costs.
/// Cost is evaluated based on the location, instance type, and fleet type (Spot or On-Demand)
/// for each destination in the queue.</para></li><li><para><c>DESTINATION</c> -- FleetIQ prioritizes based on the order that destinations are
/// listed in the queue configuration.</para></li><li><para><c>LOCATION</c> -- FleetIQ prioritizes based on the provided order of locations,
/// <para>A custom sequence to use when prioritizing where to place new game sessions. Each
/// priority type is listed once.</para><ul><li><para><c>LATENCY</c> -- Amazon GameLift prioritizes locations where the average player
/// latency is lowest. Player latency data is provided in each game session placement
/// request.</para></li><li><para><c>COST</c> -- Amazon GameLift prioritizes destinations with the lowest current hosting
/// costs. Cost is evaluated based on the location, instance type, and fleet type (Spot
/// 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
/// in the queue configuration.</para></li><li><para><c>LOCATION</c> -- Amazon GameLift prioritizes based on the provided order of locations,
/// as defined in <c>LocationOrder</c>. </para></li></ul>
/// </para>
/// </summary>
Expand Down
Loading

0 comments on commit f625b07

Please sign in to comment.