Skip to content

Commit ce985ba

Browse files
author
awstools
committedJun 29, 2023
feat(client-gamelift): Amazon GameLift now supports game builds that use the Amazon Linux 2023 (AL2023) operating system.
1 parent d036e2e commit ce985ba

15 files changed

+29
-22
lines changed
 

‎clients/client-gamelift/src/commands/ClaimGameServerCommand.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __M
4848
* <p>To claim a game server, identify a game server group. You can also specify a game
4949
* server ID, although this approach bypasses Amazon GameLift FleetIQ placement optimization. Optionally,
5050
* include game data to pass to the game server at the start of a game session, such as a
51-
* game map or player information. Filter options may be included to further restrict how a
51+
* game map or player information. Add filter options to further restrict how a
5252
* game server is chosen, such as only allowing game servers on <code>ACTIVE</code> instances
53-
* to be claimed.</p>
53+
* to be claimed.</p>
5454
* <p>When a game server is successfully claimed, connection information is returned. A
5555
* claimed game server's utilization status remains <code>AVAILABLE</code> while the claim
5656
* status is set to <code>CLAIMED</code> for up to 60 seconds. This time period gives the
@@ -69,7 +69,7 @@ export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __M
6969
* </li>
7070
* <li>
7171
* <p>If the game server is running on an instance in <code>DRAINING</code> status and
72-
* provided filter option does not allow placing on <code>DRAINING</code> instances.</p>
72+
* the provided filter option does not allow placing on <code>DRAINING</code> instances.</p>
7373
* </li>
7474
* </ul>
7575
* <p>

‎clients/client-gamelift/src/commands/CreateBuildCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataB
9494
* RoleArn: "STRING_VALUE",
9595
* ObjectVersion: "STRING_VALUE",
9696
* },
97-
* OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
97+
* OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
9898
* Tags: [ // TagList
9999
* { // Tag
100100
* Key: "STRING_VALUE", // required
@@ -113,7 +113,7 @@ export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataB
113113
* // Version: "STRING_VALUE",
114114
* // Status: "INITIALIZED" || "READY" || "FAILED",
115115
* // SizeOnDisk: Number("long"),
116-
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
116+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
117117
* // CreationTime: new Date("TIMESTAMP"),
118118
* // ServerSdkVersion: "STRING_VALUE",
119119
* // },

‎clients/client-gamelift/src/commands/CreateFleetCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataB
162162
* // "STRING_VALUE",
163163
* // ],
164164
* // NewGameSessionProtectionPolicy: "NoProtection" || "FullProtection",
165-
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
165+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
166166
* // ResourceCreationLimitPolicy: { // ResourceCreationLimitPolicy
167167
* // NewGameSessionsPerCreator: Number("int"),
168168
* // PolicyPeriodInMinutes: Number("int"),

‎clients/client-gamelift/src/commands/DescribeBuildCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export interface DescribeBuildCommandOutput extends DescribeBuildOutput, __Metad
6767
* // Version: "STRING_VALUE",
6868
* // Status: "INITIALIZED" || "READY" || "FAILED",
6969
* // SizeOnDisk: Number("long"),
70-
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
70+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
7171
* // CreationTime: new Date("TIMESTAMP"),
7272
* // ServerSdkVersion: "STRING_VALUE",
7373
* // },

‎clients/client-gamelift/src/commands/DescribeComputeCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface DescribeComputeCommandOutput extends DescribeComputeOutput, __M
6262
* // ComputeStatus: "PENDING" || "ACTIVE" || "TERMINATING",
6363
* // Location: "STRING_VALUE",
6464
* // CreationTime: new Date("TIMESTAMP"),
65-
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
65+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
6666
* // 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",
6767
* // GameLiftServiceSdkEndpoint: "STRING_VALUE",
6868
* // },

‎clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export interface DescribeFleetAttributesCommandOutput extends DescribeFleetAttri
101101
* // "STRING_VALUE",
102102
* // ],
103103
* // NewGameSessionProtectionPolicy: "NoProtection" || "FullProtection",
104-
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
104+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
105105
* // ResourceCreationLimitPolicy: { // ResourceCreationLimitPolicy
106106
* // NewGameSessionsPerCreator: Number("int"),
107107
* // PolicyPeriodInMinutes: Number("int"),

‎clients/client-gamelift/src/commands/DescribeInstancesCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesOutput,
9696
* // InstanceId: "STRING_VALUE",
9797
* // IpAddress: "STRING_VALUE",
9898
* // DnsName: "STRING_VALUE",
99-
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
99+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
100100
* // 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",
101101
* // Status: "PENDING" || "ACTIVE" || "TERMINATING",
102102
* // CreationTime: new Date("TIMESTAMP"),

‎clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export interface GetInstanceAccessCommandOutput extends GetInstanceAccessOutput,
8686
* // FleetId: "STRING_VALUE",
8787
* // InstanceId: "STRING_VALUE",
8888
* // IpAddress: "STRING_VALUE",
89-
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
89+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
9090
* // Credentials: { // InstanceCredentials
9191
* // UserName: "STRING_VALUE",
9292
* // Secret: "STRING_VALUE",

‎clients/client-gamelift/src/commands/ListBuildsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea
7575
* // Version: "STRING_VALUE",
7676
* // Status: "INITIALIZED" || "READY" || "FAILED",
7777
* // SizeOnDisk: Number("long"),
78-
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
78+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
7979
* // CreationTime: new Date("TIMESTAMP"),
8080
* // ServerSdkVersion: "STRING_VALUE",
8181
* // },

‎clients/client-gamelift/src/commands/ListComputeCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface ListComputeCommandOutput extends ListComputeOutput, __MetadataB
6363
* // ComputeStatus: "PENDING" || "ACTIVE" || "TERMINATING",
6464
* // Location: "STRING_VALUE",
6565
* // CreationTime: new Date("TIMESTAMP"),
66-
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
66+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
6767
* // 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",
6868
* // GameLiftServiceSdkEndpoint: "STRING_VALUE",
6969
* // },

‎clients/client-gamelift/src/commands/RegisterComputeCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export interface RegisterComputeCommandOutput extends RegisterComputeOutput, __M
8484
* // ComputeStatus: "PENDING" || "ACTIVE" || "TERMINATING",
8585
* // Location: "STRING_VALUE",
8686
* // CreationTime: new Date("TIMESTAMP"),
87-
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
87+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
8888
* // 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",
8989
* // GameLiftServiceSdkEndpoint: "STRING_VALUE",
9090
* // },

‎clients/client-gamelift/src/commands/UpdateBuildCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface UpdateBuildCommandOutput extends UpdateBuildOutput, __MetadataB
7070
* // Version: "STRING_VALUE",
7171
* // Status: "INITIALIZED" || "READY" || "FAILED",
7272
* // SizeOnDisk: Number("long"),
73-
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
73+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
7474
* // CreationTime: new Date("TIMESTAMP"),
7575
* // ServerSdkVersion: "STRING_VALUE",
7676
* // },

‎clients/client-gamelift/src/models/models_0.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ export type BalancingStrategy = (typeof BalancingStrategy)[keyof typeof Balancin
342342
export const OperatingSystem = {
343343
AMAZON_LINUX: "AMAZON_LINUX",
344344
AMAZON_LINUX_2: "AMAZON_LINUX_2",
345+
AMAZON_LINUX_2023: "AMAZON_LINUX_2023",
345346
WINDOWS_2012: "WINDOWS_2012",
346347
WINDOWS_2016: "WINDOWS_2016",
347348
} as const;
@@ -3333,7 +3334,7 @@ export interface CreateMatchmakingConfigurationInput {
33333334

33343335
/**
33353336
* <p>The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies
3336-
* 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
3337+
* 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
33373338
* <code>STANDALONE</code>.</p>
33383339
*/
33393340
AdditionalPlayerCount?: number;
@@ -3468,7 +3469,7 @@ export interface MatchmakingConfiguration {
34683469

34693470
/**
34703471
* <p>The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies
3471-
* 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
3472+
* 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
34723473
* <code>STANDALONE</code>.</p>
34733474
*/
34743475
AdditionalPlayerCount?: number;

‎clients/client-gamelift/src/models/models_1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ export interface UpdateMatchmakingConfigurationInput {
395395

396396
/**
397397
* <p>The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies
398-
* 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
398+
* 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
399399
* <code>STANDALONE</code>.</p>
400400
*/
401401
AdditionalPlayerCount?: number;

0 commit comments

Comments
 (0)