Skip to content

Commit

Permalink
feat(client-gamelift): Amazon GameLift now supports game builds that …
Browse files Browse the repository at this point in the history
…use the Amazon Linux 2023 (AL2023) operating system.
  • Loading branch information
awstools committed Jun 29, 2023
1 parent d036e2e commit ce985ba
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __M
* <p>To claim a game server, identify a game server group. You can also specify a game
* server ID, although this approach bypasses Amazon GameLift FleetIQ placement optimization. Optionally,
* include game data to pass to the game server at the start of a game session, such as a
* game map or player information. Filter options may be included to further restrict how a
* game map or player information. Add filter options to further restrict how a
* game server is chosen, such as only allowing game servers on <code>ACTIVE</code> instances
* to be claimed.</p>
* to be claimed.</p>
* <p>When a game server is successfully claimed, connection information is returned. A
* claimed game server's utilization status remains <code>AVAILABLE</code> while the claim
* status is set to <code>CLAIMED</code> for up to 60 seconds. This time period gives the
Expand All @@ -69,7 +69,7 @@ export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __M
* </li>
* <li>
* <p>If the game server is running on an instance in <code>DRAINING</code> status and
* provided filter option does not allow placing on <code>DRAINING</code> instances.</p>
* the provided filter option does not allow placing on <code>DRAINING</code> instances.</p>
* </li>
* </ul>
* <p>
Expand Down
4 changes: 2 additions & 2 deletions clients/client-gamelift/src/commands/CreateBuildCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataB
* RoleArn: "STRING_VALUE",
* ObjectVersion: "STRING_VALUE",
* },
* OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* Tags: [ // TagList
* { // Tag
* Key: "STRING_VALUE", // required
Expand All @@ -113,7 +113,7 @@ export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataB
* // Version: "STRING_VALUE",
* // Status: "INITIALIZED" || "READY" || "FAILED",
* // SizeOnDisk: Number("long"),
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* // CreationTime: new Date("TIMESTAMP"),
* // ServerSdkVersion: "STRING_VALUE",
* // },
Expand Down
2 changes: 1 addition & 1 deletion clients/client-gamelift/src/commands/CreateFleetCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataB
* // "STRING_VALUE",
* // ],
* // NewGameSessionProtectionPolicy: "NoProtection" || "FullProtection",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* // ResourceCreationLimitPolicy: { // ResourceCreationLimitPolicy
* // NewGameSessionsPerCreator: Number("int"),
* // PolicyPeriodInMinutes: Number("int"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export interface DescribeBuildCommandOutput extends DescribeBuildOutput, __Metad
* // Version: "STRING_VALUE",
* // Status: "INITIALIZED" || "READY" || "FAILED",
* // SizeOnDisk: Number("long"),
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* // CreationTime: new Date("TIMESTAMP"),
* // ServerSdkVersion: "STRING_VALUE",
* // },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface DescribeComputeCommandOutput extends DescribeComputeOutput, __M
* // ComputeStatus: "PENDING" || "ACTIVE" || "TERMINATING",
* // Location: "STRING_VALUE",
* // CreationTime: new Date("TIMESTAMP"),
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* // Type: "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge",
* // GameLiftServiceSdkEndpoint: "STRING_VALUE",
* // },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface DescribeFleetAttributesCommandOutput extends DescribeFleetAttri
* // "STRING_VALUE",
* // ],
* // NewGameSessionProtectionPolicy: "NoProtection" || "FullProtection",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* // ResourceCreationLimitPolicy: { // ResourceCreationLimitPolicy
* // NewGameSessionsPerCreator: Number("int"),
* // PolicyPeriodInMinutes: Number("int"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesOutput,
* // InstanceId: "STRING_VALUE",
* // IpAddress: "STRING_VALUE",
* // DnsName: "STRING_VALUE",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* // Type: "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge",
* // Status: "PENDING" || "ACTIVE" || "TERMINATING",
* // CreationTime: new Date("TIMESTAMP"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export interface GetInstanceAccessCommandOutput extends GetInstanceAccessOutput,
* // FleetId: "STRING_VALUE",
* // InstanceId: "STRING_VALUE",
* // IpAddress: "STRING_VALUE",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* // Credentials: { // InstanceCredentials
* // UserName: "STRING_VALUE",
* // Secret: "STRING_VALUE",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-gamelift/src/commands/ListBuildsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea
* // Version: "STRING_VALUE",
* // Status: "INITIALIZED" || "READY" || "FAILED",
* // SizeOnDisk: Number("long"),
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* // CreationTime: new Date("TIMESTAMP"),
* // ServerSdkVersion: "STRING_VALUE",
* // },
Expand Down
2 changes: 1 addition & 1 deletion clients/client-gamelift/src/commands/ListComputeCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export interface ListComputeCommandOutput extends ListComputeOutput, __MetadataB
* // ComputeStatus: "PENDING" || "ACTIVE" || "TERMINATING",
* // Location: "STRING_VALUE",
* // CreationTime: new Date("TIMESTAMP"),
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* // Type: "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge",
* // GameLiftServiceSdkEndpoint: "STRING_VALUE",
* // },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export interface RegisterComputeCommandOutput extends RegisterComputeOutput, __M
* // ComputeStatus: "PENDING" || "ACTIVE" || "TERMINATING",
* // Location: "STRING_VALUE",
* // CreationTime: new Date("TIMESTAMP"),
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* // Type: "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge",
* // GameLiftServiceSdkEndpoint: "STRING_VALUE",
* // },
Expand Down
2 changes: 1 addition & 1 deletion clients/client-gamelift/src/commands/UpdateBuildCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export interface UpdateBuildCommandOutput extends UpdateBuildOutput, __MetadataB
* // Version: "STRING_VALUE",
* // Status: "INITIALIZED" || "READY" || "FAILED",
* // SizeOnDisk: Number("long"),
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
* // CreationTime: new Date("TIMESTAMP"),
* // ServerSdkVersion: "STRING_VALUE",
* // },
Expand Down
5 changes: 3 additions & 2 deletions clients/client-gamelift/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ export type BalancingStrategy = (typeof BalancingStrategy)[keyof typeof Balancin
export const OperatingSystem = {
AMAZON_LINUX: "AMAZON_LINUX",
AMAZON_LINUX_2: "AMAZON_LINUX_2",
AMAZON_LINUX_2023: "AMAZON_LINUX_2023",
WINDOWS_2012: "WINDOWS_2012",
WINDOWS_2016: "WINDOWS_2016",
} as const;
Expand Down Expand Up @@ -3333,7 +3334,7 @@ export interface CreateMatchmakingConfigurationInput {

/**
* <p>The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies
* a match for a single 12-person team, and the additional player count is set to 2, only 10 players are selected for the match. This parameter is not used if <code>FlexMatchMode</code> is set to
* a match for a single 10-person team, and the additional player count is set to 2, 10 players will be selected for the match and 2 more player slots will be open for future players. This parameter is not used if <code>FlexMatchMode</code> is set to
* <code>STANDALONE</code>.</p>
*/
AdditionalPlayerCount?: number;
Expand Down Expand Up @@ -3468,7 +3469,7 @@ export interface MatchmakingConfiguration {

/**
* <p>The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies
* a match for a single 12-person team, and the additional player count is set to 2, only 10 players are selected for the match. This parameter is not used when <code>FlexMatchMode</code> is set to
* a match for a single 10-person team, and the additional player count is set to 2, 10 players will be selected for the match and 2 more player slots will be open for future players. This parameter is not used when <code>FlexMatchMode</code> is set to
* <code>STANDALONE</code>.</p>
*/
AdditionalPlayerCount?: number;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-gamelift/src/models/models_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ export interface UpdateMatchmakingConfigurationInput {

/**
* <p>The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies
* a match for a single 12-person team, and the additional player count is set to 2, only 10 players are selected for the match. This parameter is not used if <code>FlexMatchMode</code> is set to
* a match for a single 10-person team, and the additional player count is set to 2, 10 players will be selected for the match and 2 more player slots will be open for future players. This parameter is not used if <code>FlexMatchMode</code> is set to
* <code>STANDALONE</code>.</p>
*/
AdditionalPlayerCount?: number;
Expand Down
Loading

0 comments on commit ce985ba

Please sign in to comment.