@aws-sdk/client-gamelift 3.1075.0 → 3.1077.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -1,21 +1,58 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultGameLiftHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { AcceptMatch$, ClaimGameServer$, CreateAlias$, CreateBuild$, CreateContainerFleet$, CreateContainerGroupDefinition$, CreateFleet$, CreateFleetLocations$, CreateGameServerGroup$, CreateGameSession$, CreateGameSessionQueue$, CreateLocation$, CreateMatchmakingConfiguration$, CreateMatchmakingRuleSet$, CreatePlayerSession$, CreatePlayerSessions$, CreateScript$, CreateVpcPeeringAuthorization$, CreateVpcPeeringConnection$, DeleteAlias$, DeleteBuild$, DeleteContainerFleet$, DeleteContainerGroupDefinition$, DeleteFleet$, DeleteFleetLocations$, DeleteGameServerGroup$, DeleteGameSessionQueue$, DeleteLocation$, DeleteMatchmakingConfiguration$, DeleteMatchmakingRuleSet$, DeleteScalingPolicy$, DeleteScript$, DeleteVpcPeeringAuthorization$, DeleteVpcPeeringConnection$, DeregisterCompute$, DeregisterGameServer$, DescribeAlias$, DescribeBuild$, DescribeCompute$, DescribeContainerFleet$, DescribeContainerGroupDefinition$, DescribeContainerGroupPortMappings$, DescribeEC2InstanceLimits$, DescribeFleetAttributes$, DescribeFleetCapacity$, DescribeFleetDeployment$, DescribeFleetEvents$, DescribeFleetLocationAttributes$, DescribeFleetLocationCapacity$, DescribeFleetLocationUtilization$, DescribeFleetPortSettings$, DescribeFleetUtilization$, DescribeGameServer$, DescribeGameServerGroup$, DescribeGameServerInstances$, DescribeGameSessionDetails$, DescribeGameSessionPlacement$, DescribeGameSessionQueues$, DescribeGameSessions$, DescribeInstances$, DescribeMatchmaking$, DescribeMatchmakingConfigurations$, DescribeMatchmakingRuleSets$, DescribePlayerSessions$, DescribeRuntimeConfiguration$, DescribeScalingPolicies$, DescribeScript$, DescribeVpcPeeringAuthorizations$, DescribeVpcPeeringConnections$, GetComputeAccess$, GetComputeAuthToken$, GetGameSessionLogUrl$, GetInstanceAccess$, GetPlayerConnectionDetails$, ListAliases$, ListBuilds$, ListCompute$, ListContainerFleets$, ListContainerGroupDefinitions$, ListContainerGroupDefinitionVersions$, ListFleetDeployments$, ListFleets$, ListGameServerGroups$, ListGameServers$, ListLocations$, ListScripts$, ListTagsForResource$, PutScalingPolicy$, RegisterCompute$, RegisterGameServer$, RequestUploadCredentials$, ResolveAlias$, ResumeGameServerGroup$, SearchGameSessions$, StartFleetActions$, StartGameSessionPlacement$, StartMatchBackfill$, StartMatchmaking$, StopFleetActions$, StopGameSessionPlacement$, StopMatchmaking$, SuspendGameServerGroup$, TagResource$, TerminateGameSession$, UntagResource$, UpdateAlias$, UpdateBuild$, UpdateContainerFleet$, UpdateContainerGroupDefinition$, UpdateFleetAttributes$, UpdateFleetCapacity$, UpdateFleetPortSettings$, UpdateGameServer$, UpdateGameServerGroup$, UpdateGameSession$, UpdateGameSessionQueue$, UpdateMatchmakingConfiguration$, UpdateRuntimeConfiguration$, UpdateScript$, ValidateMatchmakingRuleSet$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { GameLiftServiceException } = require("./models/GameLiftServiceException");
18
- exports.GameLiftServiceException = GameLiftServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
16
+ const { Sha256 } = require("@smithy/core/checksum");
17
+
18
+ const defaultGameLiftHttpAuthSchemeParametersProvider = async (config, context, input) => {
19
+ return {
20
+ operation: getSmithyContext(context).operation,
21
+ region: await normalizeProvider(config.region)() || (() => {
22
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
23
+ })(),
24
+ };
25
+ };
26
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
+ return {
28
+ schemeId: "aws.auth#sigv4",
29
+ signingProperties: {
30
+ name: "gamelift",
31
+ region: authParameters.region,
32
+ },
33
+ propertiesExtractor: (config, context) => ({
34
+ signingProperties: {
35
+ config,
36
+ context,
37
+ },
38
+ }),
39
+ };
40
+ }
41
+ const defaultGameLiftHttpAuthSchemeProvider = (authParameters) => {
42
+ const options = [];
43
+ switch (authParameters.operation) {
44
+ default: {
45
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
46
+ }
47
+ }
48
+ return options;
49
+ };
50
+ const resolveHttpAuthSchemeConfig = (config) => {
51
+ const config_0 = resolveAwsSdkSigV4Config(config);
52
+ return Object.assign(config_0, {
53
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
54
+ });
55
+ };
19
56
 
20
57
  const resolveClientEndpointParameters = (options) => {
21
58
  return Object.assign(options, {
@@ -31,6 +68,3528 @@ const commonParams = {
31
68
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
69
  };
33
70
 
71
+ var version = "3.1076.0";
72
+ var packageInfo = {
73
+ version: version};
74
+
75
+ const k = "ref";
76
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
77
+ const _data = {
78
+ conditions: [
79
+ [c, [g]],
80
+ [c, j],
81
+ ["aws.partition", j, d],
82
+ [e, [{ [k]: "UseFIPS" }, b]],
83
+ [e, [{ [k]: "UseDualStack" }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
85
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
86
+ ],
87
+ results: [
88
+ [a],
89
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
90
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
91
+ [g, i],
92
+ ["https://gamelift-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
93
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
94
+ ["https://gamelift-fips.{Region}.{PartitionResult#dnsSuffix}", i],
95
+ [a, "FIPS is enabled but this partition does not support FIPS"],
96
+ ["https://gamelift.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
97
+ [a, "DualStack is enabled but this partition does not support DualStack"],
98
+ ["https://gamelift.{Region}.{PartitionResult#dnsSuffix}", i],
99
+ [a, "Invalid Configuration: Missing Region"]
100
+ ]
101
+ };
102
+ const root = 2;
103
+ const r = 100_000_000;
104
+ const nodes = new Int32Array([
105
+ -1, 1, -1,
106
+ 0, 12, 3,
107
+ 1, 4, r + 11,
108
+ 2, 5, r + 11,
109
+ 3, 8, 6,
110
+ 4, 7, r + 10,
111
+ 5, r + 8, r + 9,
112
+ 4, 10, 9,
113
+ 6, r + 6, r + 7,
114
+ 5, 11, r + 5,
115
+ 6, r + 4, r + 5,
116
+ 3, r + 1, 13,
117
+ 4, r + 2, r + 3,
118
+ ]);
119
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
120
+
121
+ const cache = new EndpointCache({
122
+ size: 50,
123
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
124
+ });
125
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
126
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
127
+ endpointParams: endpointParams,
128
+ logger: context.logger,
129
+ }));
130
+ };
131
+ customEndpointFunctions.aws = awsEndpointFunctions;
132
+
133
+ class GameLiftServiceException extends ServiceException {
134
+ constructor(options) {
135
+ super(options);
136
+ Object.setPrototypeOf(this, GameLiftServiceException.prototype);
137
+ }
138
+ }
139
+
140
+ class InternalServiceException extends GameLiftServiceException {
141
+ name = "InternalServiceException";
142
+ $fault = "server";
143
+ Message;
144
+ constructor(opts) {
145
+ super({
146
+ name: "InternalServiceException",
147
+ $fault: "server",
148
+ ...opts,
149
+ });
150
+ Object.setPrototypeOf(this, InternalServiceException.prototype);
151
+ this.Message = opts.Message;
152
+ }
153
+ }
154
+ class InvalidRequestException extends GameLiftServiceException {
155
+ name = "InvalidRequestException";
156
+ $fault = "client";
157
+ Message;
158
+ constructor(opts) {
159
+ super({
160
+ name: "InvalidRequestException",
161
+ $fault: "client",
162
+ ...opts,
163
+ });
164
+ Object.setPrototypeOf(this, InvalidRequestException.prototype);
165
+ this.Message = opts.Message;
166
+ }
167
+ }
168
+ class NotFoundException extends GameLiftServiceException {
169
+ name = "NotFoundException";
170
+ $fault = "client";
171
+ Message;
172
+ constructor(opts) {
173
+ super({
174
+ name: "NotFoundException",
175
+ $fault: "client",
176
+ ...opts,
177
+ });
178
+ Object.setPrototypeOf(this, NotFoundException.prototype);
179
+ this.Message = opts.Message;
180
+ }
181
+ }
182
+ class UnsupportedRegionException extends GameLiftServiceException {
183
+ name = "UnsupportedRegionException";
184
+ $fault = "client";
185
+ Message;
186
+ constructor(opts) {
187
+ super({
188
+ name: "UnsupportedRegionException",
189
+ $fault: "client",
190
+ ...opts,
191
+ });
192
+ Object.setPrototypeOf(this, UnsupportedRegionException.prototype);
193
+ this.Message = opts.Message;
194
+ }
195
+ }
196
+ class ConflictException extends GameLiftServiceException {
197
+ name = "ConflictException";
198
+ $fault = "client";
199
+ Message;
200
+ constructor(opts) {
201
+ super({
202
+ name: "ConflictException",
203
+ $fault: "client",
204
+ ...opts,
205
+ });
206
+ Object.setPrototypeOf(this, ConflictException.prototype);
207
+ this.Message = opts.Message;
208
+ }
209
+ }
210
+ class OutOfCapacityException extends GameLiftServiceException {
211
+ name = "OutOfCapacityException";
212
+ $fault = "client";
213
+ Message;
214
+ constructor(opts) {
215
+ super({
216
+ name: "OutOfCapacityException",
217
+ $fault: "client",
218
+ ...opts,
219
+ });
220
+ Object.setPrototypeOf(this, OutOfCapacityException.prototype);
221
+ this.Message = opts.Message;
222
+ }
223
+ }
224
+ class UnauthorizedException extends GameLiftServiceException {
225
+ name = "UnauthorizedException";
226
+ $fault = "client";
227
+ Message;
228
+ constructor(opts) {
229
+ super({
230
+ name: "UnauthorizedException",
231
+ $fault: "client",
232
+ ...opts,
233
+ });
234
+ Object.setPrototypeOf(this, UnauthorizedException.prototype);
235
+ this.Message = opts.Message;
236
+ }
237
+ }
238
+ class LimitExceededException extends GameLiftServiceException {
239
+ name = "LimitExceededException";
240
+ $fault = "client";
241
+ Message;
242
+ constructor(opts) {
243
+ super({
244
+ name: "LimitExceededException",
245
+ $fault: "client",
246
+ ...opts,
247
+ });
248
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
249
+ this.Message = opts.Message;
250
+ }
251
+ }
252
+ class TaggingFailedException extends GameLiftServiceException {
253
+ name = "TaggingFailedException";
254
+ $fault = "client";
255
+ Message;
256
+ constructor(opts) {
257
+ super({
258
+ name: "TaggingFailedException",
259
+ $fault: "client",
260
+ ...opts,
261
+ });
262
+ Object.setPrototypeOf(this, TaggingFailedException.prototype);
263
+ this.Message = opts.Message;
264
+ }
265
+ }
266
+ class NotReadyException extends GameLiftServiceException {
267
+ name = "NotReadyException";
268
+ $fault = "client";
269
+ Message;
270
+ constructor(opts) {
271
+ super({
272
+ name: "NotReadyException",
273
+ $fault: "client",
274
+ ...opts,
275
+ });
276
+ Object.setPrototypeOf(this, NotReadyException.prototype);
277
+ this.Message = opts.Message;
278
+ }
279
+ }
280
+ class InvalidFleetStatusException extends GameLiftServiceException {
281
+ name = "InvalidFleetStatusException";
282
+ $fault = "client";
283
+ Message;
284
+ constructor(opts) {
285
+ super({
286
+ name: "InvalidFleetStatusException",
287
+ $fault: "client",
288
+ ...opts,
289
+ });
290
+ Object.setPrototypeOf(this, InvalidFleetStatusException.prototype);
291
+ this.Message = opts.Message;
292
+ }
293
+ }
294
+ class FleetCapacityExceededException extends GameLiftServiceException {
295
+ name = "FleetCapacityExceededException";
296
+ $fault = "client";
297
+ Message;
298
+ constructor(opts) {
299
+ super({
300
+ name: "FleetCapacityExceededException",
301
+ $fault: "client",
302
+ ...opts,
303
+ });
304
+ Object.setPrototypeOf(this, FleetCapacityExceededException.prototype);
305
+ this.Message = opts.Message;
306
+ }
307
+ }
308
+ class IdempotentParameterMismatchException extends GameLiftServiceException {
309
+ name = "IdempotentParameterMismatchException";
310
+ $fault = "client";
311
+ Message;
312
+ constructor(opts) {
313
+ super({
314
+ name: "IdempotentParameterMismatchException",
315
+ $fault: "client",
316
+ ...opts,
317
+ });
318
+ Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
319
+ this.Message = opts.Message;
320
+ }
321
+ }
322
+ class TerminalRoutingStrategyException extends GameLiftServiceException {
323
+ name = "TerminalRoutingStrategyException";
324
+ $fault = "client";
325
+ Message;
326
+ constructor(opts) {
327
+ super({
328
+ name: "TerminalRoutingStrategyException",
329
+ $fault: "client",
330
+ ...opts,
331
+ });
332
+ Object.setPrototypeOf(this, TerminalRoutingStrategyException.prototype);
333
+ this.Message = opts.Message;
334
+ }
335
+ }
336
+ class GameSessionFullException extends GameLiftServiceException {
337
+ name = "GameSessionFullException";
338
+ $fault = "client";
339
+ Message;
340
+ constructor(opts) {
341
+ super({
342
+ name: "GameSessionFullException",
343
+ $fault: "client",
344
+ ...opts,
345
+ });
346
+ Object.setPrototypeOf(this, GameSessionFullException.prototype);
347
+ this.Message = opts.Message;
348
+ }
349
+ }
350
+ class InvalidGameSessionStatusException extends GameLiftServiceException {
351
+ name = "InvalidGameSessionStatusException";
352
+ $fault = "client";
353
+ Message;
354
+ constructor(opts) {
355
+ super({
356
+ name: "InvalidGameSessionStatusException",
357
+ $fault: "client",
358
+ ...opts,
359
+ });
360
+ Object.setPrototypeOf(this, InvalidGameSessionStatusException.prototype);
361
+ this.Message = opts.Message;
362
+ }
363
+ }
364
+
365
+ const _A = "Alias";
366
+ const _AA = "AliasArn";
367
+ const _AC = "AnywhereConfiguration";
368
+ const _ACTIVE = "ACTIVE";
369
+ const _ACw = "AwsCredentials";
370
+ const _AGSC = "ActiveGameSessionCount";
371
+ const _AI = "AliasId";
372
+ const _AKI = "AccessKeyId";
373
+ const _AL = "AccessLevel";
374
+ const _ALl = "AllowedLocations";
375
+ const _ALli = "AliasList";
376
+ const _AM = "AcceptMatch";
377
+ const _AMI = "AcceptMatchInput";
378
+ const _AMO = "AcceptMatchOutput";
379
+ const _APC = "AdditionalPlayerCount";
380
+ const _AR = "AcceptanceRequired";
381
+ const _ASGA = "AutoScalingGroupArn";
382
+ const _ASP = "AutoScalingPolicy";
383
+ const _ASPC = "ActiveServerProcessCount";
384
+ const _AT = "AcceptanceType";
385
+ const _ATS = "AcceptanceTimeoutSeconds";
386
+ const _ATu = "AuthToken";
387
+ const _AV = "AttributeValue";
388
+ const _Ac = "Actions";
389
+ const _Al = "Aliases";
390
+ const _B = "Build";
391
+ const _BA = "BuildArn";
392
+ const _BI = "BuildId";
393
+ const _BL = "BuildList";
394
+ const _BM = "BackfillMode";
395
+ const _BS = "BalancingStrategy";
396
+ const _BT = "BillingType";
397
+ const _Bu = "Builds";
398
+ const _Buc = "Bucket";
399
+ const _C = "Cost";
400
+ const _CA = "ComputeArn";
401
+ const _CAI = "CreateAliasInput";
402
+ const _CAO = "CreateAliasOutput";
403
+ const _CAo = "ContainerAttributes";
404
+ const _CAon = "ContainerAttribute";
405
+ const _CAonf = "ConfigurationArn";
406
+ const _CAr = "CreateAlias";
407
+ const _CB = "CreateBuild";
408
+ const _CBI = "CreateBuildInput";
409
+ const _CBO = "CreateBuildOutput";
410
+ const _CC = "CertificateConfiguration";
411
+ const _CCF = "CreateContainerFleet";
412
+ const _CCFI = "CreateContainerFleetInput";
413
+ const _CCFO = "CreateContainerFleetOutput";
414
+ const _CCGD = "CreateContainerGroupDefinition";
415
+ const _CCGDI = "CreateContainerGroupDefinitionInput";
416
+ const _CCGDO = "CreateContainerGroupDefinitionOutput";
417
+ const _CD = "ContainerDependency";
418
+ const _CDL = "ContainerDependencyList";
419
+ const _CE = "ConflictException";
420
+ const _CED = "CustomEventData";
421
+ const _CEL = "ContainerEnvironmentList";
422
+ const _CEo = "ContainerEnvironment";
423
+ const _CEon = "ConcurrentExecutions";
424
+ const _CF = "ContainerFleet";
425
+ const _CFI = "CreateFleetInput";
426
+ const _CFL = "ContainerFleetList";
427
+ const _CFLA = "ContainerFleetLocationAttributes";
428
+ const _CFLAL = "ContainerFleetLocationAttributesList";
429
+ const _CFLI = "CreateFleetLocationsInput";
430
+ const _CFLO = "CreateFleetLocationsOutput";
431
+ const _CFLr = "CreateFleetLocations";
432
+ const _CFO = "ClaimFilterOption";
433
+ const _CFOr = "CreateFleetOutput";
434
+ const _CFo = "ContainerFleets";
435
+ const _CFr = "CreateFleet";
436
+ const _CGD = "ContainerGroupDefinition";
437
+ const _CGDA = "ContainerGroupDefinitionArn";
438
+ const _CGDL = "ContainerGroupDefinitionList";
439
+ const _CGDN = "ContainerGroupDefinitionName";
440
+ const _CGDo = "ContainerGroupDefinitions";
441
+ const _CGPM = "ContainerGroupPortMapping";
442
+ const _CGPML = "ContainerGroupPortMappingList";
443
+ const _CGPMo = "ContainerGroupPortMappings";
444
+ const _CGS = "ClaimGameServer";
445
+ const _CGSG = "CreateGameServerGroup";
446
+ const _CGSGI = "CreateGameServerGroupInput";
447
+ const _CGSGO = "CreateGameServerGroupOutput";
448
+ const _CGSI = "ClaimGameServerInput";
449
+ const _CGSIr = "CreateGameSessionInput";
450
+ const _CGSO = "ClaimGameServerOutput";
451
+ const _CGSOr = "CreateGameSessionOutput";
452
+ const _CGSQ = "CreateGameSessionQueue";
453
+ const _CGSQI = "CreateGameSessionQueueInput";
454
+ const _CGSQO = "CreateGameSessionQueueOutput";
455
+ const _CGSr = "CreateGameSession";
456
+ const _CGT = "ContainerGroupType";
457
+ const _CHC = "ContainerHealthCheck";
458
+ const _CI = "ContainerIdentifier";
459
+ const _CIL = "ContainerIdentifierList";
460
+ const _CIo = "ConnectionInfo";
461
+ const _CIon = "ContainerIdentifiers";
462
+ const _CIr = "CreatorId";
463
+ const _CIu = "CurrentInstances";
464
+ const _CL = "ComputeList";
465
+ const _CLI = "CreateLocationInput";
466
+ const _CLO = "CreateLocationOutput";
467
+ const _CLr = "CreateLocation";
468
+ const _CMC = "CreateMatchmakingConfiguration";
469
+ const _CMCI = "CreateMatchmakingConfigurationInput";
470
+ const _CMCO = "CreateMatchmakingConfigurationOutput";
471
+ const _CMP = "ContainerMountPoint";
472
+ const _CMPL = "ContainerMountPointList";
473
+ const _CMRS = "CreateMatchmakingRuleSet";
474
+ const _CMRSI = "CreateMatchmakingRuleSetInput";
475
+ const _CMRSO = "CreateMatchmakingRuleSetOutput";
476
+ const _CN = "ComputeName";
477
+ const _CNo = "ContainerName";
478
+ const _CNon = "ConfigurationName";
479
+ const _CO = "ComparisonOperator";
480
+ const _CP = "ContainerPath";
481
+ const _CPC = "ContainerPortConfiguration";
482
+ const _CPM = "ContainerPortMappings";
483
+ const _CPML = "ContainerPortMappingList";
484
+ const _CPMo = "ContainerPortMapping";
485
+ const _CPR = "ConnectionPortRange";
486
+ const _CPRL = "ContainerPortRangeList";
487
+ const _CPRo = "ContainerPortRanges";
488
+ const _CPRon = "ContainerPortRange";
489
+ const _CPS = "CreatePlayerSession";
490
+ const _CPSC = "CurrentPlayerSessionCount";
491
+ const _CPSI = "CreatePlayerSessionInput";
492
+ const _CPSIr = "CreatePlayerSessionsInput";
493
+ const _CPSO = "CreatePlayerSessionOutput";
494
+ const _CPSOr = "CreatePlayerSessionsOutput";
495
+ const _CPSr = "CreatePlayerSessions";
496
+ const _CPe = "CertificatePath";
497
+ const _CPo = "ContainerPort";
498
+ const _CPon = "ConnectionPort";
499
+ const _CRI = "ContainerRuntimeId";
500
+ const _CS = "ComputeStatus";
501
+ const _CSI = "CreateScriptInput";
502
+ const _CSO = "CreateScriptOutput";
503
+ const _CSl = "ClaimStatus";
504
+ const _CSr = "CreateScript";
505
+ const _CT = "CreationTime";
506
+ const _CTe = "CertificateType";
507
+ const _CTo = "ComputeType";
508
+ const _CVPA = "CreateVpcPeeringAuthorization";
509
+ const _CVPAI = "CreateVpcPeeringAuthorizationInput";
510
+ const _CVPAO = "CreateVpcPeeringAuthorizationOutput";
511
+ const _CVPC = "CreateVpcPeeringConnection";
512
+ const _CVPCI = "CreateVpcPeeringConnectionInput";
513
+ const _CVPCO = "CreateVpcPeeringConnectionOutput";
514
+ const _Co = "Compute";
515
+ const _Cod = "Code";
516
+ const _Com = "Command";
517
+ const _Con = "Condition";
518
+ const _Conf = "Configuration";
519
+ const _Confi = "Configurations";
520
+ const _Cou = "Count";
521
+ const _Cr = "Credentials";
522
+ const _D = "Description";
523
+ const _DA = "DestinationArn";
524
+ const _DAI = "DeleteAliasInput";
525
+ const _DAIe = "DescribeAliasInput";
526
+ const _DAO = "DescribeAliasOutput";
527
+ const _DAe = "DeleteAlias";
528
+ const _DAes = "DescribeAlias";
529
+ const _DB = "DeleteBuild";
530
+ const _DBI = "DeleteBuildInput";
531
+ const _DBIe = "DescribeBuildInput";
532
+ const _DBO = "DescribeBuildOutput";
533
+ const _DBe = "DescribeBuild";
534
+ const _DC = "DeploymentConfiguration";
535
+ const _DCF = "DeleteContainerFleet";
536
+ const _DCFI = "DeleteContainerFleetInput";
537
+ const _DCFIe = "DescribeContainerFleetInput";
538
+ const _DCFO = "DeleteContainerFleetOutput";
539
+ const _DCFOe = "DescribeContainerFleetOutput";
540
+ const _DCFe = "DescribeContainerFleet";
541
+ const _DCGD = "DeleteContainerGroupDefinition";
542
+ const _DCGDI = "DeleteContainerGroupDefinitionInput";
543
+ const _DCGDIe = "DescribeContainerGroupDefinitionInput";
544
+ const _DCGDO = "DeleteContainerGroupDefinitionOutput";
545
+ const _DCGDOe = "DescribeContainerGroupDefinitionOutput";
546
+ const _DCGDe = "DescribeContainerGroupDefinition";
547
+ const _DCGPM = "DescribeContainerGroupPortMappings";
548
+ const _DCGPMI = "DescribeContainerGroupPortMappingsInput";
549
+ const _DCGPMO = "DescribeContainerGroupPortMappingsOutput";
550
+ const _DCI = "DeregisterComputeInput";
551
+ const _DCIe = "DescribeComputeInput";
552
+ const _DCO = "DeregisterComputeOutput";
553
+ const _DCOe = "DescribeComputeOutput";
554
+ const _DCe = "DeregisterCompute";
555
+ const _DCes = "DescribeCompute";
556
+ const _DD = "DeploymentDetails";
557
+ const _DECIL = "DescribeEC2InstanceLimits";
558
+ const _DECILI = "DescribeEC2InstanceLimitsInput";
559
+ const _DECILO = "DescribeEC2InstanceLimitsOutput";
560
+ const _DESIRED = "DESIRED";
561
+ const _DF = "DeleteFleet";
562
+ const _DFA = "DescribeFleetAttributes";
563
+ const _DFAI = "DescribeFleetAttributesInput";
564
+ const _DFAO = "DescribeFleetAttributesOutput";
565
+ const _DFC = "DescribeFleetCapacity";
566
+ const _DFCI = "DescribeFleetCapacityInput";
567
+ const _DFCO = "DescribeFleetCapacityOutput";
568
+ const _DFD = "DescribeFleetDeployment";
569
+ const _DFDI = "DescribeFleetDeploymentInput";
570
+ const _DFDO = "DescribeFleetDeploymentOutput";
571
+ const _DFE = "DescribeFleetEvents";
572
+ const _DFEI = "DescribeFleetEventsInput";
573
+ const _DFEO = "DescribeFleetEventsOutput";
574
+ const _DFI = "DeleteFleetInput";
575
+ const _DFL = "DeleteFleetLocations";
576
+ const _DFLA = "DescribeFleetLocationAttributes";
577
+ const _DFLAI = "DescribeFleetLocationAttributesInput";
578
+ const _DFLAO = "DescribeFleetLocationAttributesOutput";
579
+ const _DFLC = "DescribeFleetLocationCapacity";
580
+ const _DFLCI = "DescribeFleetLocationCapacityInput";
581
+ const _DFLCO = "DescribeFleetLocationCapacityOutput";
582
+ const _DFLI = "DeleteFleetLocationsInput";
583
+ const _DFLO = "DeleteFleetLocationsOutput";
584
+ const _DFLU = "DescribeFleetLocationUtilization";
585
+ const _DFLUI = "DescribeFleetLocationUtilizationInput";
586
+ const _DFLUO = "DescribeFleetLocationUtilizationOutput";
587
+ const _DFPS = "DescribeFleetPortSettings";
588
+ const _DFPSI = "DescribeFleetPortSettingsInput";
589
+ const _DFPSO = "DescribeFleetPortSettingsOutput";
590
+ const _DFU = "DescribeFleetUtilization";
591
+ const _DFUI = "DescribeFleetUtilizationInput";
592
+ const _DFUO = "DescribeFleetUtilizationOutput";
593
+ const _DGS = "DeregisterGameServer";
594
+ const _DGSD = "DescribeGameSessionDetails";
595
+ const _DGSDI = "DescribeGameSessionDetailsInput";
596
+ const _DGSDO = "DescribeGameSessionDetailsOutput";
597
+ const _DGSG = "DeleteGameServerGroup";
598
+ const _DGSGI = "DeleteGameServerGroupInput";
599
+ const _DGSGIe = "DescribeGameServerGroupInput";
600
+ const _DGSGO = "DeleteGameServerGroupOutput";
601
+ const _DGSGOe = "DescribeGameServerGroupOutput";
602
+ const _DGSGe = "DescribeGameServerGroup";
603
+ const _DGSI = "DeregisterGameServerInput";
604
+ const _DGSII = "DescribeGameServerInstancesInput";
605
+ const _DGSIO = "DescribeGameServerInstancesOutput";
606
+ const _DGSIe = "DescribeGameServerInput";
607
+ const _DGSIes = "DescribeGameSessionsInput";
608
+ const _DGSIesc = "DescribeGameServerInstances";
609
+ const _DGSO = "DescribeGameServerOutput";
610
+ const _DGSOe = "DescribeGameSessionsOutput";
611
+ const _DGSP = "DescribeGameSessionPlacement";
612
+ const _DGSPI = "DescribeGameSessionPlacementInput";
613
+ const _DGSPO = "DescribeGameSessionPlacementOutput";
614
+ const _DGSQ = "DeleteGameSessionQueue";
615
+ const _DGSQI = "DeleteGameSessionQueueInput";
616
+ const _DGSQIe = "DescribeGameSessionQueuesInput";
617
+ const _DGSQO = "DeleteGameSessionQueueOutput";
618
+ const _DGSQOe = "DescribeGameSessionQueuesOutput";
619
+ const _DGSQe = "DescribeGameSessionQueues";
620
+ const _DGSe = "DescribeGameServer";
621
+ const _DGSes = "DescribeGameSessions";
622
+ const _DI = "DeploymentId";
623
+ const _DII = "DescribeInstancesInput";
624
+ const _DIO = "DescribeInstancesOutput";
625
+ const _DIe = "DesiredInstances";
626
+ const _DIes = "DescribeInstances";
627
+ const _DL = "DeleteLocation";
628
+ const _DLI = "DeleteLocationInput";
629
+ const _DLO = "DeleteLocationOutput";
630
+ const _DM = "DescribeMatchmaking";
631
+ const _DMC = "DeleteMatchmakingConfiguration";
632
+ const _DMCI = "DeleteMatchmakingConfigurationInput";
633
+ const _DMCIe = "DescribeMatchmakingConfigurationsInput";
634
+ const _DMCO = "DeleteMatchmakingConfigurationOutput";
635
+ const _DMCOe = "DescribeMatchmakingConfigurationsOutput";
636
+ const _DMCe = "DescribeMatchmakingConfigurations";
637
+ const _DMI = "DescribeMatchmakingInput";
638
+ const _DMO = "DescribeMatchmakingOutput";
639
+ const _DMRS = "DeleteMatchmakingRuleSet";
640
+ const _DMRSI = "DeleteMatchmakingRuleSetInput";
641
+ const _DMRSIe = "DescribeMatchmakingRuleSetsInput";
642
+ const _DMRSO = "DeleteMatchmakingRuleSetOutput";
643
+ const _DMRSOe = "DescribeMatchmakingRuleSetsOutput";
644
+ const _DMRSe = "DescribeMatchmakingRuleSets";
645
+ const _DN = "DnsName";
646
+ const _DO = "DeleteOption";
647
+ const _DOe = "DependsOn";
648
+ const _DPS = "DesiredPlayerSession";
649
+ const _DPSI = "DescribePlayerSessionsInput";
650
+ const _DPSL = "DesiredPlayerSessionList";
651
+ const _DPSO = "DescribePlayerSessionsOutput";
652
+ const _DPSe = "DesiredPlayerSessions";
653
+ const _DPSes = "DescribePlayerSessions";
654
+ const _DRC = "DescribeRuntimeConfiguration";
655
+ const _DRCI = "DescribeRuntimeConfigurationInput";
656
+ const _DRCO = "DescribeRuntimeConfigurationOutput";
657
+ const _DS = "DeploymentStatus";
658
+ const _DSI = "DeleteScriptInput";
659
+ const _DSIe = "DescribeScriptInput";
660
+ const _DSO = "DescribeScriptOutput";
661
+ const _DSP = "DeleteScalingPolicy";
662
+ const _DSPI = "DeleteScalingPolicyInput";
663
+ const _DSPIe = "DescribeScalingPoliciesInput";
664
+ const _DSPO = "DescribeScalingPoliciesOutput";
665
+ const _DSPe = "DescribeScalingPolicies";
666
+ const _DSe = "DeleteScript";
667
+ const _DSes = "DescribeScript";
668
+ const _DVPA = "DeleteVpcPeeringAuthorization";
669
+ const _DVPAI = "DeleteVpcPeeringAuthorizationInput";
670
+ const _DVPAIe = "DescribeVpcPeeringAuthorizationsInput";
671
+ const _DVPAO = "DeleteVpcPeeringAuthorizationOutput";
672
+ const _DVPAOe = "DescribeVpcPeeringAuthorizationsOutput";
673
+ const _DVPAe = "DescribeVpcPeeringAuthorizations";
674
+ const _DVPC = "DeleteVpcPeeringConnection";
675
+ const _DVPCI = "DeleteVpcPeeringConnectionInput";
676
+ const _DVPCIe = "DescribeVpcPeeringConnectionsInput";
677
+ const _DVPCO = "DeleteVpcPeeringConnectionOutput";
678
+ const _DVPCOe = "DescribeVpcPeeringConnectionsOutput";
679
+ const _DVPCe = "DescribeVpcPeeringConnections";
680
+ const _De = "Destinations";
681
+ const _Do = "Domain";
682
+ const _E = "Events";
683
+ const _EC = "EventCode";
684
+ const _ECIC = "EC2InstanceCounts";
685
+ const _ECIL = "EC2InstanceLimits";
686
+ const _ECILL = "EC2InstanceLimitList";
687
+ const _ECILn = "EC2InstanceLimit";
688
+ const _ECIP = "EC2InboundPermissions";
689
+ const _ECIT = "EC2InstanceType";
690
+ const _EI = "EventId";
691
+ const _EIW = "EstimatedInstanceWarmup";
692
+ const _EL = "EventList";
693
+ const _EO = "EnvironmentOverride";
694
+ const _EP = "EvaluationPeriods";
695
+ const _ET = "EndTime";
696
+ const _ETv = "EventTime";
697
+ const _ETx = "ExpirationTimestamp";
698
+ const _ETxp = "ExpirationTime";
699
+ const _EWT = "EstimatedWaitTime";
700
+ const _En = "Endpoints";
701
+ const _Es = "Essential";
702
+ const _Ev = "Event";
703
+ const _Ex = "Expiration";
704
+ const _F = "Filters";
705
+ const _FA = "FleetArn";
706
+ const _FAL = "FleetAttributesList";
707
+ const _FAl = "FleetAttributes";
708
+ const _FC = "FilterConfiguration";
709
+ const _FCEE = "FleetCapacityExceededException";
710
+ const _FCL = "FleetCapacityList";
711
+ const _FCl = "FleetCapacity";
712
+ const _FD = "FleetDeployment";
713
+ const _FDl = "FleetDeployments";
714
+ const _FE = "FilterExpression";
715
+ const _FI = "FleetId";
716
+ const _FIl = "FleetIds";
717
+ const _FMM = "FlexMatchMode";
718
+ const _FO = "FilterOption";
719
+ const _FP = "FromPort";
720
+ const _FRA = "FleetRoleArn";
721
+ const _FT = "FleetType";
722
+ const _FU = "FleetUtilization";
723
+ const _FUL = "FleetUtilizationList";
724
+ const _GCA = "GetComputeAccess";
725
+ const _GCAI = "GetComputeAccessInput";
726
+ const _GCAO = "GetComputeAccessOutput";
727
+ const _GCAT = "GetComputeAuthToken";
728
+ const _GCATI = "GetComputeAuthTokenInput";
729
+ const _GCATO = "GetComputeAuthTokenOutput";
730
+ const _GGSLU = "GetGameSessionLogUrl";
731
+ const _GGSLUI = "GetGameSessionLogUrlInput";
732
+ const _GGSLUO = "GetGameSessionLogUrlOutput";
733
+ const _GIA = "GetInstanceAccess";
734
+ const _GIAI = "GetInstanceAccessInput";
735
+ const _GIAO = "GetInstanceAccessOutput";
736
+ const _GLAAI = "GameLiftAwsAccountId";
737
+ const _GLAE = "GameLiftAgentEndpoint";
738
+ const _GLSSE = "GameLiftServiceSdkEndpoint";
739
+ const _GLVI = "GameLiftVpcId";
740
+ const _GP = "GameProperties";
741
+ const _GPCD = "GetPlayerConnectionDetails";
742
+ const _GPCDI = "GetPlayerConnectionDetailsInput";
743
+ const _GPCDO = "GetPlayerConnectionDetailsOutput";
744
+ const _GPL = "GamePropertyList";
745
+ const _GPa = "GameProperty";
746
+ const _GS = "GameServer";
747
+ const _GSA = "GameSessionArn";
748
+ const _GSATS = "GameSessionActivationTimeoutSeconds";
749
+ const _GSBA = "GameServerBinaryArn";
750
+ const _GSCD = "GameServerContainerDefinition";
751
+ const _GSCDI = "GameServerContainerDefinitionInput";
752
+ const _GSCGC = "GameServerContainerGroupCounts";
753
+ const _GSCGDA = "GameServerContainerGroupDefinitionArn";
754
+ const _GSCGDN = "GameServerContainerGroupDefinitionName";
755
+ const _GSCGPI = "GameServerContainerGroupsPerInstance";
756
+ const _GSCI = "GameSessionConnectionInfo";
757
+ const _GSCLP = "GameSessionCreationLimitPolicy";
758
+ const _GSD = "GameServerData";
759
+ const _GSDL = "GameSessionDetailList";
760
+ const _GSDa = "GameSessionData";
761
+ const _GSDam = "GameSessionDetails";
762
+ const _GSDame = "GameSessionDetail";
763
+ const _GSFE = "GameSessionFullException";
764
+ const _GSG = "GameServerGroup";
765
+ const _GSGA = "GameServerGroupArn";
766
+ const _GSGASP = "GameServerGroupAutoScalingPolicy";
767
+ const _GSGN = "GameServerGroupName";
768
+ const _GSGa = "GameServerGroups";
769
+ const _GSI = "GameServerId";
770
+ const _GSIPS = "GameServerIpProtocolSupported";
771
+ const _GSIa = "GameSessionId";
772
+ const _GSIam = "GameServerInstances";
773
+ const _GSIame = "GameServerInstance";
774
+ const _GSL = "GameSessionList";
775
+ const _GSN = "GameSessionName";
776
+ const _GSP = "GameSessionPlacement";
777
+ const _GSPP = "GameServerProtectionPolicy";
778
+ const _GSQ = "GameSessionQueue";
779
+ const _GSQA = "GameSessionQueueArns";
780
+ const _GSQAa = "GameSessionQueueArn";
781
+ const _GSQD = "GameSessionQueueDestination";
782
+ const _GSQDL = "GameSessionQueueDestinationList";
783
+ const _GSQL = "GameSessionQueueList";
784
+ const _GSQN = "GameSessionQueueName";
785
+ const _GSQa = "GameSessionQueues";
786
+ const _GSR = "GameSessionRegion";
787
+ const _GSa = "GameSession";
788
+ const _GSam = "GameSessions";
789
+ const _GSame = "GameServers";
790
+ const _HC = "HealthCheck";
791
+ const _I = "Interval";
792
+ const _IA = "IpAddress";
793
+ const _IAn = "InstanceAccess";
794
+ const _IC = "InstanceCounts";
795
+ const _ICPR = "InstanceConnectionPortRange";
796
+ const _ICn = "InstanceCredentials";
797
+ const _ID = "InstanceDefinitions";
798
+ const _IDLE = "IDLE";
799
+ const _IDn = "InstanceDefinition";
800
+ const _IFSE = "InvalidFleetStatusException";
801
+ const _IGSSE = "InvalidGameSessionStatusException";
802
+ const _II = "InstanceId";
803
+ const _IIP = "InstanceInboundPermissions";
804
+ const _IIPA = "InstanceInboundPermissionAuthorizations";
805
+ const _IIPR = "InstanceInboundPermissionRevocations";
806
+ const _IIn = "InstanceIds";
807
+ const _IL = "InstanceLimit";
808
+ const _ILn = "InstanceList";
809
+ const _IP = "InstancePath";
810
+ const _IPA = "InboundPermissionAuthorizations";
811
+ const _IPL = "IpPermissionsList";
812
+ const _IPME = "IdempotentParameterMismatchException";
813
+ const _IPR = "InboundPermissionRevocations";
814
+ const _IPn = "InboundPermissions";
815
+ const _IPp = "IpPermission";
816
+ const _IR = "IpRange";
817
+ const _IRA = "InstanceRoleArn";
818
+ const _IRCP = "InstanceRoleCredentialsProvider";
819
+ const _IRE = "InvalidRequestException";
820
+ const _IS = "InstanceStatuses";
821
+ const _ISE = "InternalServiceException";
822
+ const _ISm = "ImpairmentStrategy";
823
+ const _ISn = "InstanceStatus";
824
+ const _IT = "InstanceType";
825
+ const _ITd = "IdempotencyToken";
826
+ const _IU = "ImageUri";
827
+ const _IVCB = "IpV4CidrBlock";
828
+ const _In = "Instances";
829
+ const _Inc = "Include";
830
+ const _Ins = "Instance";
831
+ const _K = "Key";
832
+ const _L = "Location";
833
+ const _LA = "LocationAttributes";
834
+ const _LAI = "ListAliasesInput";
835
+ const _LAL = "LocationAttributesList";
836
+ const _LAO = "ListAliasesOutput";
837
+ const _LAi = "ListAliases";
838
+ const _LAo = "LocationArn";
839
+ const _LB = "ListBuilds";
840
+ const _LBI = "ListBuildsInput";
841
+ const _LBO = "ListBuildsOutput";
842
+ const _LC = "LogConfiguration";
843
+ const _LCF = "ListContainerFleets";
844
+ const _LCFI = "ListContainerFleetsInput";
845
+ const _LCFO = "ListContainerFleetsOutput";
846
+ const _LCGD = "ListContainerGroupDefinitions";
847
+ const _LCGDI = "ListContainerGroupDefinitionsInput";
848
+ const _LCGDO = "ListContainerGroupDefinitionsOutput";
849
+ const _LCGDV = "ListContainerGroupDefinitionVersions";
850
+ const _LCGDVI = "ListContainerGroupDefinitionVersionsInput";
851
+ const _LCGDVO = "ListContainerGroupDefinitionVersionsOutput";
852
+ const _LCI = "ListComputeInput";
853
+ const _LCL = "LocationConfigurationList";
854
+ const _LCO = "ListComputeOutput";
855
+ const _LCT = "LastClaimTime";
856
+ const _LCi = "LinuxCapabilities";
857
+ const _LCis = "ListCompute";
858
+ const _LCo = "LocationConfiguration";
859
+ const _LD = "LocationalDeployments";
860
+ const _LDI = "LatestDeploymentId";
861
+ const _LDo = "LocationalDeployment";
862
+ const _LDog = "LogDestination";
863
+ const _LEE = "LimitExceededException";
864
+ const _LF = "ListFleets";
865
+ const _LFD = "ListFleetDeployments";
866
+ const _LFDI = "ListFleetDeploymentsInput";
867
+ const _LFDO = "ListFleetDeploymentsOutput";
868
+ const _LFI = "ListFleetsInput";
869
+ const _LFO = "ListFleetsOutput";
870
+ const _LGA = "LogGroupArn";
871
+ const _LGS = "ListGameServers";
872
+ const _LGSG = "ListGameServerGroups";
873
+ const _LGSGI = "ListGameServerGroupsInput";
874
+ const _LGSGO = "ListGameServerGroupsOutput";
875
+ const _LGSI = "ListGameServersInput";
876
+ const _LGSO = "ListGameServersOutput";
877
+ const _LHCT = "LastHealthCheckTime";
878
+ const _LIM = "LatencyInMs";
879
+ const _LIMa = "LatencyInMilliseconds";
880
+ const _LL = "ListLocations";
881
+ const _LLI = "ListLocationsInput";
882
+ const _LLO = "ListLocationsOutput";
883
+ const _LM = "LocationModel";
884
+ const _LML = "LocationModelList";
885
+ const _LN = "LocationName";
886
+ const _LO = "LocationOrder";
887
+ const _LP = "LogPaths";
888
+ const _LPa = "LaunchPath";
889
+ const _LS = "LocationStates";
890
+ const _LSI = "ListScriptsInput";
891
+ const _LSL = "LocationStateList";
892
+ const _LSO = "ListScriptsOutput";
893
+ const _LSi = "ListScripts";
894
+ const _LSo = "LocationState";
895
+ const _LT = "LaunchTemplate";
896
+ const _LTFR = "ListTagsForResource";
897
+ const _LTFRR = "ListTagsForResourceRequest";
898
+ const _LTFRRi = "ListTagsForResourceResponse";
899
+ const _LTI = "LaunchTemplateId";
900
+ const _LTN = "LaunchTemplateName";
901
+ const _LTS = "LaunchTemplateSpecification";
902
+ const _LUT = "LastUpdatedTime";
903
+ const _Li = "Limit";
904
+ const _Lo = "Locations";
905
+ const _M = "Message";
906
+ const _MAXIMUM = "MAXIMUM";
907
+ const _MC = "MatchmakingConfiguration";
908
+ const _MCC = "ManagedCapacityConfiguration";
909
+ const _MCGSA = "MaxConcurrentGameSessionActivations";
910
+ const _MCL = "MatchmakingConfigurationList";
911
+ const _MD = "MatchmakerData";
912
+ const _MG = "MetricGroups";
913
+ const _MGSCGPI = "MaximumGameServerContainerGroupsPerInstance";
914
+ const _MHLM = "MemoryHardLimitMebibytes";
915
+ const _MHP = "MinimumHealthyPercentage";
916
+ const _MINIMUM = "MINIMUM";
917
+ const _MIPLM = "MaximumIndividualPlayerLatencyMilliseconds";
918
+ const _MN = "MetricName";
919
+ const _MP = "MountPoints";
920
+ const _MPS = "MatchedPlayerSessions";
921
+ const _MPSC = "MaximumPlayerSessionCount";
922
+ const _MPSL = "MatchedPlayerSessionList";
923
+ const _MPSa = "MatchedPlayerSession";
924
+ const _MRS = "MatchmakingRuleSet";
925
+ const _MRSL = "MatchmakingRuleSetList";
926
+ const _MS = "MinSize";
927
+ const _MSa = "MaxSize";
928
+ const _MT = "MatchmakingTicket";
929
+ const _MTL = "MatchmakingTicketList";
930
+ const _N = "Name";
931
+ const _NFE = "NotFoundException";
932
+ const _NGSPC = "NewGameSessionsPerCreator";
933
+ const _NGSPP = "NewGameSessionProtectionPolicy";
934
+ const _NJV = "NodeJsVersion";
935
+ const _NRE = "NotReadyException";
936
+ const _NT = "NotificationTarget";
937
+ const _NTe = "NextToken";
938
+ const _N_ = "N";
939
+ const _Na = "Names";
940
+ const _OOCE = "OutOfCapacityException";
941
+ const _OS = "OperatingSystem";
942
+ const _OV = "ObjectVersion";
943
+ const _P = "Protocol";
944
+ const _PA = "PlayerAttributes";
945
+ const _PAM = "PlayerAttributeMap";
946
+ const _PB = "PingBeacon";
947
+ const _PC = "PriorityConfiguration";
948
+ const _PCD = "PlayerConnectionDetails";
949
+ const _PCDL = "PlayerConnectionDetailList";
950
+ const _PCDl = "PlayerConnectionDetail";
951
+ const _PCE = "PlayerConnectionEndpoint";
952
+ const _PCEL = "PlayerConnectionEndpointList";
953
+ const _PCO = "PriorityConfigurationOverride";
954
+ const _PCo = "PortConfiguration";
955
+ const _PD = "PlayerData";
956
+ const _PDM = "PlayerDataMap";
957
+ const _PDS = "PolicyDurationSeconds";
958
+ const _PENDING = "PENDING";
959
+ const _PFS = "PlacementFallbackStrategy";
960
+ const _PGC = "PlayerGatewayConfiguration";
961
+ const _PGM = "PlayerGatewayMode";
962
+ const _PGS = "PlayerGatewayStatus";
963
+ const _PGT = "PlayerGatewayToken";
964
+ const _PI = "PlayerId";
965
+ const _PIBA = "PerInstanceBinaryArn";
966
+ const _PICGDA = "PerInstanceContainerGroupDefinitionArn";
967
+ const _PICGDN = "PerInstanceContainerGroupDefinitionName";
968
+ const _PIFAM = "PlayerIdsForAcceptMatch";
969
+ const _PIL = "PlayerIdList";
970
+ const _PIl = "PlayerIds";
971
+ const _PIla = "PlacementId";
972
+ const _PL = "PlayerLatencies";
973
+ const _PLL = "PlayerLatencyList";
974
+ const _PLP = "PlayerLatencyPolicies";
975
+ const _PLPL = "PlayerLatencyPolicyList";
976
+ const _PLPl = "PlayerLatencyPolicy";
977
+ const _PLl = "PlayerLatency";
978
+ const _PLla = "PlayerList";
979
+ const _PN = "PortNumber";
980
+ const _PO = "PriorityOrder";
981
+ const _PP = "ProtectionPolicy";
982
+ const _PPIM = "PolicyPeriodInMinutes";
983
+ const _PPS = "PlacedPlayerSessions";
984
+ const _PPSL = "PlacedPlayerSessionList";
985
+ const _PPSl = "PlacedPlayerSession";
986
+ const _PS = "PlayerSession";
987
+ const _PSCP = "PlayerSessionCreationPolicy";
988
+ const _PSI = "PlayerSessionId";
989
+ const _PSL = "PlayerSessionList";
990
+ const _PSLU = "PreSignedLogUrl";
991
+ const _PSP = "PutScalingPolicy";
992
+ const _PSPI = "PutScalingPolicyInput";
993
+ const _PSPO = "PutScalingPolicyOutput";
994
+ const _PSSF = "PlayerSessionStatusFilter";
995
+ const _PSU = "PreSignedUrl";
996
+ const _PSl = "PlayerSessions";
997
+ const _PSr = "ProtectionStrategy";
998
+ const _PT = "PolicyType";
999
+ const _PVAAI = "PeerVpcAwsAccountId";
1000
+ const _PVI = "PeerVpcId";
1001
+ const _Pa = "Parameters";
1002
+ const _Pl = "Players";
1003
+ const _Pla = "Player";
1004
+ const _Po = "Port";
1005
+ const _R = "Retries";
1006
+ const _RA = "RoleArn";
1007
+ const _RAI = "ResolveAliasInput";
1008
+ const _RAO = "ResolveAliasOutput";
1009
+ const _RARN = "ResourceARN";
1010
+ const _RAe = "ResumeActions";
1011
+ const _RAem = "RemoveAttributes";
1012
+ const _RAes = "ResolveAlias";
1013
+ const _RC = "RuntimeConfiguration";
1014
+ const _RCI = "RegisterComputeInput";
1015
+ const _RCLP = "ResourceCreationLimitPolicy";
1016
+ const _RCO = "RegisterComputeOutput";
1017
+ const _RCe = "RegisterCompute";
1018
+ const _RGS = "RegisterGameServer";
1019
+ const _RGSBA = "RollbackGameServerBinaryArn";
1020
+ const _RGSG = "ResumeGameServerGroup";
1021
+ const _RGSGI = "ResumeGameServerGroupInput";
1022
+ const _RGSGO = "ResumeGameServerGroupOutput";
1023
+ const _RGSI = "RegisterGameServerInput";
1024
+ const _RGSO = "RegisterGameServerOutput";
1025
+ const _RI = "ResourceId";
1026
+ const _RID = "ResolvedImageDigest";
1027
+ const _RIe = "RegionIdentifier";
1028
+ const _RPIBA = "RollbackPerInstanceBinaryArn";
1029
+ const _RS = "RoutingStrategy";
1030
+ const _RSA = "RuleSetArn";
1031
+ const _RSB = "RuleSetBody";
1032
+ const _RSN = "RuleSetName";
1033
+ const _RST = "RoutingStrategyType";
1034
+ const _RSu = "RuleSet";
1035
+ const _RSul = "RuleSets";
1036
+ const _RT = "RegistrationTime";
1037
+ const _RTS = "RequestTimeoutSeconds";
1038
+ const _RUC = "RequestUploadCredentials";
1039
+ const _RUCI = "RequestUploadCredentialsInput";
1040
+ const _RUCO = "RequestUploadCredentialsOutput";
1041
+ const _S = "S";
1042
+ const _SA = "ScriptArn";
1043
+ const _SAK = "SecretAccessKey";
1044
+ const _SAT = "ScalingAdjustmentType";
1045
+ const _SAc = "ScalingAdjustment";
1046
+ const _SAt = "StoppedActions";
1047
+ const _SAu = "SuspendedActions";
1048
+ const _SAus = "SuspendActions";
1049
+ const _SBN = "S3BucketName";
1050
+ const _SCD = "SupportContainerDefinitions";
1051
+ const _SCDI = "SupportContainerDefinitionInput";
1052
+ const _SCDIL = "SupportContainerDefinitionInputList";
1053
+ const _SCDL = "SupportContainerDefinitionList";
1054
+ const _SCDu = "SupportContainerDefinition";
1055
+ const _SDM = "SDM";
1056
+ const _SE = "SortExpression";
1057
+ const _SF = "StatusFilter";
1058
+ const _SFA = "StartFleetActions";
1059
+ const _SFAI = "StartFleetActionsInput";
1060
+ const _SFAIt = "StopFleetActionsInput";
1061
+ const _SFAO = "StartFleetActionsOutput";
1062
+ const _SFAOt = "StopFleetActionsOutput";
1063
+ const _SFAt = "StopFleetActions";
1064
+ const _SGS = "SearchGameSessions";
1065
+ const _SGSG = "SuspendGameServerGroup";
1066
+ const _SGSGI = "SuspendGameServerGroupInput";
1067
+ const _SGSGO = "SuspendGameServerGroupOutput";
1068
+ const _SGSI = "SearchGameSessionsInput";
1069
+ const _SGSO = "SearchGameSessionsOutput";
1070
+ const _SGSP = "StartGameSessionPlacement";
1071
+ const _SGSPI = "StartGameSessionPlacementInput";
1072
+ const _SGSPIt = "StopGameSessionPlacementInput";
1073
+ const _SGSPO = "StartGameSessionPlacementOutput";
1074
+ const _SGSPOt = "StopGameSessionPlacementOutput";
1075
+ const _SGSPt = "StopGameSessionPlacement";
1076
+ const _SI = "ScriptId";
1077
+ const _SIAIM = "ScaleInAfterInactivityMinutes";
1078
+ const _SL = "SL";
1079
+ const _SLP = "ServerLaunchPath";
1080
+ const _SLPe = "ServerLaunchParameters";
1081
+ const _SLc = "ScriptList";
1082
+ const _SLo = "S3Location";
1083
+ const _SLt = "StorageLocation";
1084
+ const _SM = "StatusMessage";
1085
+ const _SMB = "StartMatchBackfill";
1086
+ const _SMBI = "StartMatchBackfillInput";
1087
+ const _SMBO = "StartMatchBackfillOutput";
1088
+ const _SMI = "StartMatchmakingInput";
1089
+ const _SMIt = "StopMatchmakingInput";
1090
+ const _SMO = "StartMatchmakingOutput";
1091
+ const _SMOt = "StopMatchmakingOutput";
1092
+ const _SMt = "StartMatchmaking";
1093
+ const _SMto = "StopMatchmaking";
1094
+ const _SO = "SortOrder";
1095
+ const _SOD = "SizeOnDisk";
1096
+ const _SP = "StartPeriod";
1097
+ const _SPL = "ScalingPolicyList";
1098
+ const _SPLe = "ServerProcessList";
1099
+ const _SPc = "ScalingPolicies";
1100
+ const _SPca = "ScalingPolicy";
1101
+ const _SPe = "ServerProcesses";
1102
+ const _SPer = "ServerProcess";
1103
+ const _SR = "StatusReason";
1104
+ const _SSV = "ServerSdkVersion";
1105
+ const _ST = "SessionToken";
1106
+ const _STt = "StartTime";
1107
+ const _SVN = "SourceVersionNumber";
1108
+ const _Sc = "Script";
1109
+ const _Scr = "Scripts";
1110
+ const _Se = "Secret";
1111
+ const _St = "Status";
1112
+ const _T = "Type";
1113
+ const _TC = "TargetConfiguration";
1114
+ const _TERMINATING = "TERMINATING";
1115
+ const _TFE = "TaggingFailedException";
1116
+ const _TGS = "TerminateGameSession";
1117
+ const _TGSI = "TerminateGameSessionInput";
1118
+ const _TGSO = "TerminateGameSessionOutput";
1119
+ const _TI = "TicketId";
1120
+ const _TIS = "TimeoutInSeconds";
1121
+ const _TIi = "TicketIds";
1122
+ const _TK = "TagKeys";
1123
+ const _TL = "TicketList";
1124
+ const _TLa = "TagList";
1125
+ const _TM = "TerminationMode";
1126
+ const _TMLM = "TotalMemoryLimitMebibytes";
1127
+ const _TP = "ToPort";
1128
+ const _TR = "TagResource";
1129
+ const _TRR = "TagResourceRequest";
1130
+ const _TRRa = "TagResourceResponse";
1131
+ const _TRSE = "TerminalRoutingStrategyException";
1132
+ const _TT = "TerminationTime";
1133
+ const _TTC = "TargetTrackingConfiguration";
1134
+ const _TV = "TargetValue";
1135
+ const _TVL = "TotalVcpuLimit";
1136
+ const _Ta = "Tags";
1137
+ const _Tag = "Tag";
1138
+ const _Tar = "Target";
1139
+ const _Te = "Team";
1140
+ const _Th = "Threshold";
1141
+ const _Ti = "Timeout";
1142
+ const _UA = "UpdateAlias";
1143
+ const _UAI = "UpdateAliasInput";
1144
+ const _UAO = "UpdateAliasOutput";
1145
+ const _UB = "UpdateBuild";
1146
+ const _UBI = "UpdateBuildInput";
1147
+ const _UBO = "UpdateBuildOutput";
1148
+ const _UC = "UploadCredentials";
1149
+ const _UCF = "UpdateContainerFleet";
1150
+ const _UCFI = "UpdateContainerFleetInput";
1151
+ const _UCFO = "UpdateContainerFleetOutput";
1152
+ const _UCGD = "UpdateContainerGroupDefinition";
1153
+ const _UCGDI = "UpdateContainerGroupDefinitionInput";
1154
+ const _UCGDO = "UpdateContainerGroupDefinitionOutput";
1155
+ const _UDPE = "UDPEndpoint";
1156
+ const _UE = "UnauthorizedException";
1157
+ const _UFA = "UpdateFleetAttributes";
1158
+ const _UFAI = "UpdateFleetAttributesInput";
1159
+ const _UFAO = "UpdateFleetAttributesOutput";
1160
+ const _UFC = "UpdateFleetCapacity";
1161
+ const _UFCI = "UpdateFleetCapacityInput";
1162
+ const _UFCO = "UpdateFleetCapacityOutput";
1163
+ const _UFPS = "UpdateFleetPortSettings";
1164
+ const _UFPSI = "UpdateFleetPortSettingsInput";
1165
+ const _UFPSO = "UpdateFleetPortSettingsOutput";
1166
+ const _UGS = "UpdateGameServer";
1167
+ const _UGSG = "UpdateGameServerGroup";
1168
+ const _UGSGI = "UpdateGameServerGroupInput";
1169
+ const _UGSGO = "UpdateGameServerGroupOutput";
1170
+ const _UGSI = "UpdateGameServerInput";
1171
+ const _UGSIp = "UpdateGameSessionInput";
1172
+ const _UGSO = "UpdateGameServerOutput";
1173
+ const _UGSOp = "UpdateGameSessionOutput";
1174
+ const _UGSQ = "UpdateGameSessionQueue";
1175
+ const _UGSQI = "UpdateGameSessionQueueInput";
1176
+ const _UGSQO = "UpdateGameSessionQueueOutput";
1177
+ const _UGSp = "UpdateGameSession";
1178
+ const _UMC = "UpdateMatchmakingConfiguration";
1179
+ const _UMCI = "UpdateMatchmakingConfigurationInput";
1180
+ const _UMCO = "UpdateMatchmakingConfigurationOutput";
1181
+ const _UN = "UserName";
1182
+ const _UR = "UntagResource";
1183
+ const _URC = "UpdateRuntimeConfiguration";
1184
+ const _URCI = "UpdateRuntimeConfigurationInput";
1185
+ const _URCO = "UpdateRuntimeConfigurationOutput";
1186
+ const _URE = "UnsupportedRegionException";
1187
+ const _URR = "UntagResourceRequest";
1188
+ const _URRn = "UntagResourceResponse";
1189
+ const _US = "UpdateStatus";
1190
+ const _USI = "UpdateScriptInput";
1191
+ const _USO = "UpdateScriptOutput";
1192
+ const _USp = "UpdateScript";
1193
+ const _USt = "UtilizationStatus";
1194
+ const _V = "Version";
1195
+ const _VCTR = "VersionCountToRetain";
1196
+ const _VD = "VersionDescription";
1197
+ const _VMRS = "ValidateMatchmakingRuleSet";
1198
+ const _VMRSI = "ValidateMatchmakingRuleSetInput";
1199
+ const _VMRSO = "ValidateMatchmakingRuleSetOutput";
1200
+ const _VN = "VersionNumber";
1201
+ const _VPA = "VpcPeeringAuthorization";
1202
+ const _VPAL = "VpcPeeringAuthorizationList";
1203
+ const _VPAp = "VpcPeeringAuthorizations";
1204
+ const _VPC = "VpcPeeringConnections";
1205
+ const _VPCI = "VpcPeeringConnectionId";
1206
+ const _VPCL = "VpcPeeringConnectionList";
1207
+ const _VPCS = "VpcPeeringConnectionStatus";
1208
+ const _VPCp = "VpcPeeringConnection";
1209
+ const _VS = "VpcSubnets";
1210
+ const _Va = "Value";
1211
+ const _Val = "Valid";
1212
+ const _Vc = "Vcpu";
1213
+ const _WC = "WeightedCapacity";
1214
+ const _ZCS = "ZeroCapacityStrategy";
1215
+ const _ZF = "ZipFile";
1216
+ const _c = "client";
1217
+ const _e = "error";
1218
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.gamelift";
1219
+ const _se = "server";
1220
+ const n0 = "com.amazonaws.gamelift";
1221
+ const _s_registry = TypeRegistry.for(_s);
1222
+ var GameLiftServiceException$ = [-3, _s, "GameLiftServiceException", 0, [], []];
1223
+ _s_registry.registerError(GameLiftServiceException$, GameLiftServiceException);
1224
+ const n0_registry = TypeRegistry.for(n0);
1225
+ var ConflictException$ = [-3, n0, _CE,
1226
+ { [_e]: _c },
1227
+ [_M],
1228
+ [0]
1229
+ ];
1230
+ n0_registry.registerError(ConflictException$, ConflictException);
1231
+ var FleetCapacityExceededException$ = [-3, n0, _FCEE,
1232
+ { [_e]: _c },
1233
+ [_M],
1234
+ [0]
1235
+ ];
1236
+ n0_registry.registerError(FleetCapacityExceededException$, FleetCapacityExceededException);
1237
+ var GameSessionFullException$ = [-3, n0, _GSFE,
1238
+ { [_e]: _c },
1239
+ [_M],
1240
+ [0]
1241
+ ];
1242
+ n0_registry.registerError(GameSessionFullException$, GameSessionFullException);
1243
+ var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
1244
+ { [_e]: _c },
1245
+ [_M],
1246
+ [0]
1247
+ ];
1248
+ n0_registry.registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
1249
+ var InternalServiceException$ = [-3, n0, _ISE,
1250
+ { [_e]: _se },
1251
+ [_M],
1252
+ [0]
1253
+ ];
1254
+ n0_registry.registerError(InternalServiceException$, InternalServiceException);
1255
+ var InvalidFleetStatusException$ = [-3, n0, _IFSE,
1256
+ { [_e]: _c },
1257
+ [_M],
1258
+ [0]
1259
+ ];
1260
+ n0_registry.registerError(InvalidFleetStatusException$, InvalidFleetStatusException);
1261
+ var InvalidGameSessionStatusException$ = [-3, n0, _IGSSE,
1262
+ { [_e]: _c },
1263
+ [_M],
1264
+ [0]
1265
+ ];
1266
+ n0_registry.registerError(InvalidGameSessionStatusException$, InvalidGameSessionStatusException);
1267
+ var InvalidRequestException$ = [-3, n0, _IRE,
1268
+ { [_e]: _c },
1269
+ [_M],
1270
+ [0]
1271
+ ];
1272
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
1273
+ var LimitExceededException$ = [-3, n0, _LEE,
1274
+ { [_e]: _c },
1275
+ [_M],
1276
+ [0]
1277
+ ];
1278
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
1279
+ var NotFoundException$ = [-3, n0, _NFE,
1280
+ { [_e]: _c },
1281
+ [_M],
1282
+ [0]
1283
+ ];
1284
+ n0_registry.registerError(NotFoundException$, NotFoundException);
1285
+ var NotReadyException$ = [-3, n0, _NRE,
1286
+ { [_e]: _c },
1287
+ [_M],
1288
+ [0]
1289
+ ];
1290
+ n0_registry.registerError(NotReadyException$, NotReadyException);
1291
+ var OutOfCapacityException$ = [-3, n0, _OOCE,
1292
+ { [_e]: _c },
1293
+ [_M],
1294
+ [0]
1295
+ ];
1296
+ n0_registry.registerError(OutOfCapacityException$, OutOfCapacityException);
1297
+ var TaggingFailedException$ = [-3, n0, _TFE,
1298
+ { [_e]: _c },
1299
+ [_M],
1300
+ [0]
1301
+ ];
1302
+ n0_registry.registerError(TaggingFailedException$, TaggingFailedException);
1303
+ var TerminalRoutingStrategyException$ = [-3, n0, _TRSE,
1304
+ { [_e]: _c },
1305
+ [_M],
1306
+ [0]
1307
+ ];
1308
+ n0_registry.registerError(TerminalRoutingStrategyException$, TerminalRoutingStrategyException);
1309
+ var UnauthorizedException$ = [-3, n0, _UE,
1310
+ { [_e]: _c },
1311
+ [_M],
1312
+ [0]
1313
+ ];
1314
+ n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
1315
+ var UnsupportedRegionException$ = [-3, n0, _URE,
1316
+ { [_e]: _c },
1317
+ [_M],
1318
+ [0]
1319
+ ];
1320
+ n0_registry.registerError(UnsupportedRegionException$, UnsupportedRegionException);
1321
+ const errorTypeRegistries = [
1322
+ _s_registry,
1323
+ n0_registry,
1324
+ ];
1325
+ var IpAddress = [0, n0, _IA, 8, 0];
1326
+ var IpRange = [0, n0, _IR, 8, 0];
1327
+ var PlayerId = [0, n0, _PI, 8, 0];
1328
+ var PortNumber = [0, n0, _PN, 8, 1];
1329
+ var AcceptMatchInput$ = [3, n0, _AMI,
1330
+ 0,
1331
+ [_TI, _PIl, _AT],
1332
+ [0, [() => PlayerIdsForAcceptMatch, 0], 0], 3
1333
+ ];
1334
+ var AcceptMatchOutput$ = [3, n0, _AMO,
1335
+ 0,
1336
+ [],
1337
+ []
1338
+ ];
1339
+ var Alias$ = [3, n0, _A,
1340
+ 0,
1341
+ [_AI, _N, _AA, _D, _RS, _CT, _LUT],
1342
+ [0, 0, 0, 0, () => RoutingStrategy$, 4, 4]
1343
+ ];
1344
+ var AnywhereConfiguration$ = [3, n0, _AC,
1345
+ 0,
1346
+ [_C],
1347
+ [0], 1
1348
+ ];
1349
+ var AttributeValue$ = [3, n0, _AV,
1350
+ 0,
1351
+ [_S, _N_, _SL, _SDM],
1352
+ [0, 1, 64 | 0, 128 | 1]
1353
+ ];
1354
+ var AwsCredentials$ = [3, n0, _ACw,
1355
+ 8,
1356
+ [_AKI, _SAK, _ST],
1357
+ [0, 0, 0]
1358
+ ];
1359
+ var Build$ = [3, n0, _B,
1360
+ 0,
1361
+ [_BI, _BA, _N, _V, _St, _SOD, _OS, _CT, _SSV],
1362
+ [0, 0, 0, 0, 0, 1, 0, 4, 0]
1363
+ ];
1364
+ var CertificateConfiguration$ = [3, n0, _CC,
1365
+ 0,
1366
+ [_CTe],
1367
+ [0], 1
1368
+ ];
1369
+ var ClaimFilterOption$ = [3, n0, _CFO,
1370
+ 0,
1371
+ [_IS],
1372
+ [64 | 0]
1373
+ ];
1374
+ var ClaimGameServerInput$ = [3, n0, _CGSI,
1375
+ 0,
1376
+ [_GSGN, _GSI, _GSD, _FO],
1377
+ [0, 0, 0, () => ClaimFilterOption$], 1
1378
+ ];
1379
+ var ClaimGameServerOutput$ = [3, n0, _CGSO,
1380
+ 0,
1381
+ [_GS],
1382
+ [() => GameServer$]
1383
+ ];
1384
+ var Compute$ = [3, n0, _Co,
1385
+ 0,
1386
+ [_FI, _FA, _CN, _CA, _IA, _DN, _CS, _L, _CT, _OS, _T, _GLSSE, _GLAE, _II, _CAo, _GSCGDA],
1387
+ [0, 0, 0, 0, [() => IpAddress, 0], 0, 0, 0, 4, 0, 0, 0, 0, 0, () => ContainerAttributes, 0]
1388
+ ];
1389
+ var ConnectionPortRange$ = [3, n0, _CPR,
1390
+ 0,
1391
+ [_FP, _TP],
1392
+ [[() => PortNumber, 0], [() => PortNumber, 0]], 2
1393
+ ];
1394
+ var ContainerAttribute$ = [3, n0, _CAon,
1395
+ 0,
1396
+ [_CNo, _CRI],
1397
+ [0, 0]
1398
+ ];
1399
+ var ContainerDependency$ = [3, n0, _CD,
1400
+ 0,
1401
+ [_CNo, _Con],
1402
+ [0, 0], 2
1403
+ ];
1404
+ var ContainerEnvironment$ = [3, n0, _CEo,
1405
+ 0,
1406
+ [_N, _Va],
1407
+ [0, 0], 2
1408
+ ];
1409
+ var ContainerFleet$ = [3, n0, _CF,
1410
+ 0,
1411
+ [_FI, _FA, _FRA, _GSCGDN, _GSCGDA, _PICGDN, _PICGDA, _ICPR, _IIP, _GSCGPI, _MGSCGPI, _IT, _BT, _D, _CT, _MG, _NGSPP, _GSCLP, _St, _DD, _LC, _LA, _PGM],
1412
+ [0, 0, 0, 0, 0, 0, 0, [() => ConnectionPortRange$, 0], [() => IpPermissionsList, 0], 1, 1, 0, 0, 0, 4, 64 | 0, 0, () => GameSessionCreationLimitPolicy$, 0, () => DeploymentDetails$, () => LogConfiguration$, () => ContainerFleetLocationAttributesList, 0]
1413
+ ];
1414
+ var ContainerFleetLocationAttributes$ = [3, n0, _CFLA,
1415
+ 0,
1416
+ [_L, _St, _PGS],
1417
+ [0, 0, 0]
1418
+ ];
1419
+ var ContainerGroupDefinition$ = [3, n0, _CGD,
1420
+ 0,
1421
+ [_N, _CGDA, _CT, _OS, _CGT, _TMLM, _TVL, _GSCD, _SCD, _VN, _VD, _St, _SR],
1422
+ [0, 0, 4, 0, 0, 1, 1, [() => GameServerContainerDefinition$, 0], [() => SupportContainerDefinitionList, 0], 1, 0, 0, 0], 1
1423
+ ];
1424
+ var ContainerGroupPortMapping$ = [3, n0, _CGPM,
1425
+ 0,
1426
+ [_CNo, _CRI, _CPM],
1427
+ [0, 0, [() => ContainerPortMappingList, 0]]
1428
+ ];
1429
+ var ContainerHealthCheck$ = [3, n0, _CHC,
1430
+ 0,
1431
+ [_Com, _I, _R, _SP, _Ti],
1432
+ [64 | 0, 1, 1, 1, 1], 1
1433
+ ];
1434
+ var ContainerIdentifier$ = [3, n0, _CI,
1435
+ 0,
1436
+ [_CNo, _CRI],
1437
+ [0, 0]
1438
+ ];
1439
+ var ContainerMountPoint$ = [3, n0, _CMP,
1440
+ 0,
1441
+ [_IP, _CP, _AL],
1442
+ [0, 0, 0], 1
1443
+ ];
1444
+ var ContainerPortConfiguration$ = [3, n0, _CPC,
1445
+ 0,
1446
+ [_CPRo],
1447
+ [[() => ContainerPortRangeList, 0]], 1
1448
+ ];
1449
+ var ContainerPortMapping$ = [3, n0, _CPMo,
1450
+ 0,
1451
+ [_CPo, _CPon, _P],
1452
+ [[() => PortNumber, 0], [() => PortNumber, 0], 0]
1453
+ ];
1454
+ var ContainerPortRange$ = [3, n0, _CPRon,
1455
+ 0,
1456
+ [_FP, _TP, _P],
1457
+ [[() => PortNumber, 0], [() => PortNumber, 0], 0], 3
1458
+ ];
1459
+ var CreateAliasInput$ = [3, n0, _CAI,
1460
+ 0,
1461
+ [_N, _RS, _D, _Ta],
1462
+ [0, () => RoutingStrategy$, 0, () => TagList], 2
1463
+ ];
1464
+ var CreateAliasOutput$ = [3, n0, _CAO,
1465
+ 0,
1466
+ [_A],
1467
+ [() => Alias$]
1468
+ ];
1469
+ var CreateBuildInput$ = [3, n0, _CBI,
1470
+ 0,
1471
+ [_N, _V, _SLt, _OS, _Ta, _SSV],
1472
+ [0, 0, () => S3Location$, 0, () => TagList, 0]
1473
+ ];
1474
+ var CreateBuildOutput$ = [3, n0, _CBO,
1475
+ 0,
1476
+ [_B, _UC, _SLt],
1477
+ [() => Build$, [() => AwsCredentials$, 0], () => S3Location$]
1478
+ ];
1479
+ var CreateContainerFleetInput$ = [3, n0, _CCFI,
1480
+ 0,
1481
+ [_FRA, _D, _GSCGDN, _PICGDN, _ICPR, _IIP, _GSCGPI, _IT, _BT, _Lo, _MG, _NGSPP, _GSCLP, _LC, _Ta, _PGM],
1482
+ [0, 0, 0, 0, [() => ConnectionPortRange$, 0], [() => IpPermissionsList, 0], 1, 0, 0, () => LocationConfigurationList, 64 | 0, 0, () => GameSessionCreationLimitPolicy$, () => LogConfiguration$, () => TagList, 0], 1
1483
+ ];
1484
+ var CreateContainerFleetOutput$ = [3, n0, _CCFO,
1485
+ 0,
1486
+ [_CF],
1487
+ [[() => ContainerFleet$, 0]]
1488
+ ];
1489
+ var CreateContainerGroupDefinitionInput$ = [3, n0, _CCGDI,
1490
+ 0,
1491
+ [_N, _TMLM, _TVL, _OS, _CGT, _GSCD, _SCD, _VD, _Ta],
1492
+ [0, 1, 1, 0, 0, [() => GameServerContainerDefinitionInput$, 0], [() => SupportContainerDefinitionInputList, 0], 0, () => TagList], 4
1493
+ ];
1494
+ var CreateContainerGroupDefinitionOutput$ = [3, n0, _CCGDO,
1495
+ 0,
1496
+ [_CGD],
1497
+ [[() => ContainerGroupDefinition$, 0]]
1498
+ ];
1499
+ var CreateFleetInput$ = [3, n0, _CFI,
1500
+ 0,
1501
+ [_N, _D, _BI, _SI, _SLP, _SLPe, _LP, _ECIT, _ECIP, _NGSPP, _RC, _RCLP, _MG, _PVAAI, _PVI, _FT, _IRA, _CC, _Lo, _Ta, _CTo, _AC, _IRCP, _PGM, _PGC],
1502
+ [0, 0, 0, 0, 0, 0, 64 | 0, 0, [() => IpPermissionsList, 0], 0, () => RuntimeConfiguration$, () => ResourceCreationLimitPolicy$, 64 | 0, 0, 0, 0, 0, () => CertificateConfiguration$, () => LocationConfigurationList, () => TagList, 0, () => AnywhereConfiguration$, 0, 0, () => PlayerGatewayConfiguration$], 1
1503
+ ];
1504
+ var CreateFleetLocationsInput$ = [3, n0, _CFLI,
1505
+ 0,
1506
+ [_FI, _Lo],
1507
+ [0, () => LocationConfigurationList], 2
1508
+ ];
1509
+ var CreateFleetLocationsOutput$ = [3, n0, _CFLO,
1510
+ 0,
1511
+ [_FI, _FA, _LS],
1512
+ [0, 0, () => LocationStateList]
1513
+ ];
1514
+ var CreateFleetOutput$ = [3, n0, _CFOr,
1515
+ 0,
1516
+ [_FAl, _LS],
1517
+ [() => FleetAttributes$, () => LocationStateList]
1518
+ ];
1519
+ var CreateGameServerGroupInput$ = [3, n0, _CGSGI,
1520
+ 0,
1521
+ [_GSGN, _RA, _MS, _MSa, _LT, _ID, _ASP, _BS, _GSPP, _VS, _Ta],
1522
+ [0, 0, 1, 1, () => LaunchTemplateSpecification$, () => InstanceDefinitions, () => GameServerGroupAutoScalingPolicy$, 0, 0, 64 | 0, () => TagList], 6
1523
+ ];
1524
+ var CreateGameServerGroupOutput$ = [3, n0, _CGSGO,
1525
+ 0,
1526
+ [_GSG],
1527
+ [() => GameServerGroup$]
1528
+ ];
1529
+ var CreateGameSessionInput$ = [3, n0, _CGSIr,
1530
+ 0,
1531
+ [_MPSC, _FI, _AI, _N, _GP, _CIr, _GSIa, _ITd, _GSDa, _L],
1532
+ [1, 0, 0, 0, () => GamePropertyList, 0, 0, 0, 0, 0], 1
1533
+ ];
1534
+ var CreateGameSessionOutput$ = [3, n0, _CGSOr,
1535
+ 0,
1536
+ [_GSa],
1537
+ [[() => GameSession$, 0]]
1538
+ ];
1539
+ var CreateGameSessionQueueInput$ = [3, n0, _CGSQI,
1540
+ 0,
1541
+ [_N, _TIS, _PLP, _De, _FC, _PC, _CED, _NT, _Ta],
1542
+ [0, 1, () => PlayerLatencyPolicyList, () => GameSessionQueueDestinationList, () => FilterConfiguration$, () => PriorityConfiguration$, 0, 0, () => TagList], 1
1543
+ ];
1544
+ var CreateGameSessionQueueOutput$ = [3, n0, _CGSQO,
1545
+ 0,
1546
+ [_GSQ],
1547
+ [() => GameSessionQueue$]
1548
+ ];
1549
+ var CreateLocationInput$ = [3, n0, _CLI,
1550
+ 0,
1551
+ [_LN, _Ta],
1552
+ [0, () => TagList], 1
1553
+ ];
1554
+ var CreateLocationOutput$ = [3, n0, _CLO,
1555
+ 0,
1556
+ [_L],
1557
+ [() => LocationModel$]
1558
+ ];
1559
+ var CreateMatchmakingConfigurationInput$ = [3, n0, _CMCI,
1560
+ 0,
1561
+ [_N, _RTS, _AR, _RSN, _D, _GSQA, _ATS, _NT, _APC, _CED, _GP, _GSDa, _BM, _FMM, _Ta],
1562
+ [0, 1, 2, 0, 0, 64 | 0, 1, 0, 1, 0, () => GamePropertyList, 0, 0, 0, () => TagList], 4
1563
+ ];
1564
+ var CreateMatchmakingConfigurationOutput$ = [3, n0, _CMCO,
1565
+ 0,
1566
+ [_Conf],
1567
+ [() => MatchmakingConfiguration$]
1568
+ ];
1569
+ var CreateMatchmakingRuleSetInput$ = [3, n0, _CMRSI,
1570
+ 0,
1571
+ [_N, _RSB, _Ta],
1572
+ [0, 0, () => TagList], 2
1573
+ ];
1574
+ var CreateMatchmakingRuleSetOutput$ = [3, n0, _CMRSO,
1575
+ 0,
1576
+ [_RSu],
1577
+ [() => MatchmakingRuleSet$], 1
1578
+ ];
1579
+ var CreatePlayerSessionInput$ = [3, n0, _CPSI,
1580
+ 0,
1581
+ [_GSIa, _PI, _PD],
1582
+ [0, [() => PlayerId, 0], 0], 2
1583
+ ];
1584
+ var CreatePlayerSessionOutput$ = [3, n0, _CPSO,
1585
+ 0,
1586
+ [_PS],
1587
+ [[() => PlayerSession$, 0]]
1588
+ ];
1589
+ var CreatePlayerSessionsInput$ = [3, n0, _CPSIr,
1590
+ 0,
1591
+ [_GSIa, _PIl, _PDM],
1592
+ [0, [() => PlayerIdList, 0], 128 | 0], 2
1593
+ ];
1594
+ var CreatePlayerSessionsOutput$ = [3, n0, _CPSOr,
1595
+ 0,
1596
+ [_PSl],
1597
+ [[() => PlayerSessionList, 0]]
1598
+ ];
1599
+ var CreateScriptInput$ = [3, n0, _CSI,
1600
+ 0,
1601
+ [_N, _V, _SLt, _ZF, _Ta, _NJV],
1602
+ [0, 0, () => S3Location$, 21, () => TagList, 0]
1603
+ ];
1604
+ var CreateScriptOutput$ = [3, n0, _CSO,
1605
+ 0,
1606
+ [_Sc],
1607
+ [() => Script$]
1608
+ ];
1609
+ var CreateVpcPeeringAuthorizationInput$ = [3, n0, _CVPAI,
1610
+ 0,
1611
+ [_GLAAI, _PVI],
1612
+ [0, 0], 2
1613
+ ];
1614
+ var CreateVpcPeeringAuthorizationOutput$ = [3, n0, _CVPAO,
1615
+ 0,
1616
+ [_VPA],
1617
+ [() => VpcPeeringAuthorization$]
1618
+ ];
1619
+ var CreateVpcPeeringConnectionInput$ = [3, n0, _CVPCI,
1620
+ 0,
1621
+ [_FI, _PVAAI, _PVI],
1622
+ [0, 0, 0], 3
1623
+ ];
1624
+ var CreateVpcPeeringConnectionOutput$ = [3, n0, _CVPCO,
1625
+ 0,
1626
+ [],
1627
+ []
1628
+ ];
1629
+ var DeleteAliasInput$ = [3, n0, _DAI,
1630
+ 0,
1631
+ [_AI],
1632
+ [0], 1
1633
+ ];
1634
+ var DeleteBuildInput$ = [3, n0, _DBI,
1635
+ 0,
1636
+ [_BI],
1637
+ [0], 1
1638
+ ];
1639
+ var DeleteContainerFleetInput$ = [3, n0, _DCFI,
1640
+ 0,
1641
+ [_FI],
1642
+ [0], 1
1643
+ ];
1644
+ var DeleteContainerFleetOutput$ = [3, n0, _DCFO,
1645
+ 0,
1646
+ [],
1647
+ []
1648
+ ];
1649
+ var DeleteContainerGroupDefinitionInput$ = [3, n0, _DCGDI,
1650
+ 0,
1651
+ [_N, _VN, _VCTR],
1652
+ [0, 1, 1], 1
1653
+ ];
1654
+ var DeleteContainerGroupDefinitionOutput$ = [3, n0, _DCGDO,
1655
+ 0,
1656
+ [],
1657
+ []
1658
+ ];
1659
+ var DeleteFleetInput$ = [3, n0, _DFI,
1660
+ 0,
1661
+ [_FI],
1662
+ [0], 1
1663
+ ];
1664
+ var DeleteFleetLocationsInput$ = [3, n0, _DFLI,
1665
+ 0,
1666
+ [_FI, _Lo],
1667
+ [0, 64 | 0], 2
1668
+ ];
1669
+ var DeleteFleetLocationsOutput$ = [3, n0, _DFLO,
1670
+ 0,
1671
+ [_FI, _FA, _LS],
1672
+ [0, 0, () => LocationStateList]
1673
+ ];
1674
+ var DeleteGameServerGroupInput$ = [3, n0, _DGSGI,
1675
+ 0,
1676
+ [_GSGN, _DO],
1677
+ [0, 0], 1
1678
+ ];
1679
+ var DeleteGameServerGroupOutput$ = [3, n0, _DGSGO,
1680
+ 0,
1681
+ [_GSG],
1682
+ [() => GameServerGroup$]
1683
+ ];
1684
+ var DeleteGameSessionQueueInput$ = [3, n0, _DGSQI,
1685
+ 0,
1686
+ [_N],
1687
+ [0], 1
1688
+ ];
1689
+ var DeleteGameSessionQueueOutput$ = [3, n0, _DGSQO,
1690
+ 0,
1691
+ [],
1692
+ []
1693
+ ];
1694
+ var DeleteLocationInput$ = [3, n0, _DLI,
1695
+ 0,
1696
+ [_LN],
1697
+ [0], 1
1698
+ ];
1699
+ var DeleteLocationOutput$ = [3, n0, _DLO,
1700
+ 0,
1701
+ [],
1702
+ []
1703
+ ];
1704
+ var DeleteMatchmakingConfigurationInput$ = [3, n0, _DMCI,
1705
+ 0,
1706
+ [_N],
1707
+ [0], 1
1708
+ ];
1709
+ var DeleteMatchmakingConfigurationOutput$ = [3, n0, _DMCO,
1710
+ 0,
1711
+ [],
1712
+ []
1713
+ ];
1714
+ var DeleteMatchmakingRuleSetInput$ = [3, n0, _DMRSI,
1715
+ 0,
1716
+ [_N],
1717
+ [0], 1
1718
+ ];
1719
+ var DeleteMatchmakingRuleSetOutput$ = [3, n0, _DMRSO,
1720
+ 0,
1721
+ [],
1722
+ []
1723
+ ];
1724
+ var DeleteScalingPolicyInput$ = [3, n0, _DSPI,
1725
+ 0,
1726
+ [_N, _FI],
1727
+ [0, 0], 2
1728
+ ];
1729
+ var DeleteScriptInput$ = [3, n0, _DSI,
1730
+ 0,
1731
+ [_SI],
1732
+ [0], 1
1733
+ ];
1734
+ var DeleteVpcPeeringAuthorizationInput$ = [3, n0, _DVPAI,
1735
+ 0,
1736
+ [_GLAAI, _PVI],
1737
+ [0, 0], 2
1738
+ ];
1739
+ var DeleteVpcPeeringAuthorizationOutput$ = [3, n0, _DVPAO,
1740
+ 0,
1741
+ [],
1742
+ []
1743
+ ];
1744
+ var DeleteVpcPeeringConnectionInput$ = [3, n0, _DVPCI,
1745
+ 0,
1746
+ [_FI, _VPCI],
1747
+ [0, 0], 2
1748
+ ];
1749
+ var DeleteVpcPeeringConnectionOutput$ = [3, n0, _DVPCO,
1750
+ 0,
1751
+ [],
1752
+ []
1753
+ ];
1754
+ var DeploymentConfiguration$ = [3, n0, _DC,
1755
+ 0,
1756
+ [_PSr, _MHP, _ISm],
1757
+ [0, 1, 0]
1758
+ ];
1759
+ var DeploymentDetails$ = [3, n0, _DD,
1760
+ 0,
1761
+ [_LDI],
1762
+ [0]
1763
+ ];
1764
+ var DeregisterComputeInput$ = [3, n0, _DCI,
1765
+ 0,
1766
+ [_FI, _CN],
1767
+ [0, 0], 2
1768
+ ];
1769
+ var DeregisterComputeOutput$ = [3, n0, _DCO,
1770
+ 0,
1771
+ [],
1772
+ []
1773
+ ];
1774
+ var DeregisterGameServerInput$ = [3, n0, _DGSI,
1775
+ 0,
1776
+ [_GSGN, _GSI],
1777
+ [0, 0], 2
1778
+ ];
1779
+ var DescribeAliasInput$ = [3, n0, _DAIe,
1780
+ 0,
1781
+ [_AI],
1782
+ [0], 1
1783
+ ];
1784
+ var DescribeAliasOutput$ = [3, n0, _DAO,
1785
+ 0,
1786
+ [_A],
1787
+ [() => Alias$]
1788
+ ];
1789
+ var DescribeBuildInput$ = [3, n0, _DBIe,
1790
+ 0,
1791
+ [_BI],
1792
+ [0], 1
1793
+ ];
1794
+ var DescribeBuildOutput$ = [3, n0, _DBO,
1795
+ 0,
1796
+ [_B],
1797
+ [() => Build$]
1798
+ ];
1799
+ var DescribeComputeInput$ = [3, n0, _DCIe,
1800
+ 0,
1801
+ [_FI, _CN],
1802
+ [0, 0], 2
1803
+ ];
1804
+ var DescribeComputeOutput$ = [3, n0, _DCOe,
1805
+ 0,
1806
+ [_Co],
1807
+ [[() => Compute$, 0]]
1808
+ ];
1809
+ var DescribeContainerFleetInput$ = [3, n0, _DCFIe,
1810
+ 0,
1811
+ [_FI],
1812
+ [0], 1
1813
+ ];
1814
+ var DescribeContainerFleetOutput$ = [3, n0, _DCFOe,
1815
+ 0,
1816
+ [_CF],
1817
+ [[() => ContainerFleet$, 0]]
1818
+ ];
1819
+ var DescribeContainerGroupDefinitionInput$ = [3, n0, _DCGDIe,
1820
+ 0,
1821
+ [_N, _VN],
1822
+ [0, 1], 1
1823
+ ];
1824
+ var DescribeContainerGroupDefinitionOutput$ = [3, n0, _DCGDOe,
1825
+ 0,
1826
+ [_CGD],
1827
+ [[() => ContainerGroupDefinition$, 0]]
1828
+ ];
1829
+ var DescribeContainerGroupPortMappingsInput$ = [3, n0, _DCGPMI,
1830
+ 0,
1831
+ [_FI, _CGT, _CN, _II, _CNo],
1832
+ [0, 0, 0, 0, 0], 2
1833
+ ];
1834
+ var DescribeContainerGroupPortMappingsOutput$ = [3, n0, _DCGPMO,
1835
+ 0,
1836
+ [_FI, _FA, _L, _CGDA, _CGT, _CN, _II, _CGPMo],
1837
+ [0, 0, 0, 0, 0, 0, 0, [() => ContainerGroupPortMappingList, 0]]
1838
+ ];
1839
+ var DescribeEC2InstanceLimitsInput$ = [3, n0, _DECILI,
1840
+ 0,
1841
+ [_ECIT, _L],
1842
+ [0, 0]
1843
+ ];
1844
+ var DescribeEC2InstanceLimitsOutput$ = [3, n0, _DECILO,
1845
+ 0,
1846
+ [_ECIL],
1847
+ [() => EC2InstanceLimitList]
1848
+ ];
1849
+ var DescribeFleetAttributesInput$ = [3, n0, _DFAI,
1850
+ 0,
1851
+ [_FIl, _Li, _NTe],
1852
+ [64 | 0, 1, 0]
1853
+ ];
1854
+ var DescribeFleetAttributesOutput$ = [3, n0, _DFAO,
1855
+ 0,
1856
+ [_FAl, _NTe],
1857
+ [() => FleetAttributesList, 0]
1858
+ ];
1859
+ var DescribeFleetCapacityInput$ = [3, n0, _DFCI,
1860
+ 0,
1861
+ [_FIl, _Li, _NTe],
1862
+ [64 | 0, 1, 0]
1863
+ ];
1864
+ var DescribeFleetCapacityOutput$ = [3, n0, _DFCO,
1865
+ 0,
1866
+ [_FCl, _NTe],
1867
+ [() => FleetCapacityList, 0]
1868
+ ];
1869
+ var DescribeFleetDeploymentInput$ = [3, n0, _DFDI,
1870
+ 0,
1871
+ [_FI, _DI],
1872
+ [0, 0], 1
1873
+ ];
1874
+ var DescribeFleetDeploymentOutput$ = [3, n0, _DFDO,
1875
+ 0,
1876
+ [_FD, _LD],
1877
+ [() => FleetDeployment$, () => LocationalDeployments]
1878
+ ];
1879
+ var DescribeFleetEventsInput$ = [3, n0, _DFEI,
1880
+ 0,
1881
+ [_FI, _STt, _ET, _Li, _NTe],
1882
+ [0, 4, 4, 1, 0], 1
1883
+ ];
1884
+ var DescribeFleetEventsOutput$ = [3, n0, _DFEO,
1885
+ 0,
1886
+ [_E, _NTe],
1887
+ [() => EventList, 0]
1888
+ ];
1889
+ var DescribeFleetLocationAttributesInput$ = [3, n0, _DFLAI,
1890
+ 0,
1891
+ [_FI, _Lo, _Li, _NTe],
1892
+ [0, 64 | 0, 1, 0], 1
1893
+ ];
1894
+ var DescribeFleetLocationAttributesOutput$ = [3, n0, _DFLAO,
1895
+ 0,
1896
+ [_FI, _FA, _LA, _NTe],
1897
+ [0, 0, () => LocationAttributesList, 0]
1898
+ ];
1899
+ var DescribeFleetLocationCapacityInput$ = [3, n0, _DFLCI,
1900
+ 0,
1901
+ [_FI, _L],
1902
+ [0, 0], 2
1903
+ ];
1904
+ var DescribeFleetLocationCapacityOutput$ = [3, n0, _DFLCO,
1905
+ 0,
1906
+ [_FCl],
1907
+ [() => FleetCapacity$]
1908
+ ];
1909
+ var DescribeFleetLocationUtilizationInput$ = [3, n0, _DFLUI,
1910
+ 0,
1911
+ [_FI, _L],
1912
+ [0, 0], 2
1913
+ ];
1914
+ var DescribeFleetLocationUtilizationOutput$ = [3, n0, _DFLUO,
1915
+ 0,
1916
+ [_FU],
1917
+ [() => FleetUtilization$]
1918
+ ];
1919
+ var DescribeFleetPortSettingsInput$ = [3, n0, _DFPSI,
1920
+ 0,
1921
+ [_FI, _L],
1922
+ [0, 0], 1
1923
+ ];
1924
+ var DescribeFleetPortSettingsOutput$ = [3, n0, _DFPSO,
1925
+ 0,
1926
+ [_FI, _FA, _IPn, _US, _L],
1927
+ [0, 0, [() => IpPermissionsList, 0], 0, 0]
1928
+ ];
1929
+ var DescribeFleetUtilizationInput$ = [3, n0, _DFUI,
1930
+ 0,
1931
+ [_FIl, _Li, _NTe],
1932
+ [64 | 0, 1, 0]
1933
+ ];
1934
+ var DescribeFleetUtilizationOutput$ = [3, n0, _DFUO,
1935
+ 0,
1936
+ [_FU, _NTe],
1937
+ [() => FleetUtilizationList, 0]
1938
+ ];
1939
+ var DescribeGameServerGroupInput$ = [3, n0, _DGSGIe,
1940
+ 0,
1941
+ [_GSGN],
1942
+ [0], 1
1943
+ ];
1944
+ var DescribeGameServerGroupOutput$ = [3, n0, _DGSGOe,
1945
+ 0,
1946
+ [_GSG],
1947
+ [() => GameServerGroup$]
1948
+ ];
1949
+ var DescribeGameServerInput$ = [3, n0, _DGSIe,
1950
+ 0,
1951
+ [_GSGN, _GSI],
1952
+ [0, 0], 2
1953
+ ];
1954
+ var DescribeGameServerInstancesInput$ = [3, n0, _DGSII,
1955
+ 0,
1956
+ [_GSGN, _IIn, _Li, _NTe],
1957
+ [0, 64 | 0, 1, 0], 1
1958
+ ];
1959
+ var DescribeGameServerInstancesOutput$ = [3, n0, _DGSIO,
1960
+ 0,
1961
+ [_GSIam, _NTe],
1962
+ [() => GameServerInstances, 0]
1963
+ ];
1964
+ var DescribeGameServerOutput$ = [3, n0, _DGSO,
1965
+ 0,
1966
+ [_GS],
1967
+ [() => GameServer$]
1968
+ ];
1969
+ var DescribeGameSessionDetailsInput$ = [3, n0, _DGSDI,
1970
+ 0,
1971
+ [_FI, _GSIa, _AI, _L, _SF, _Li, _NTe],
1972
+ [0, 0, 0, 0, 0, 1, 0]
1973
+ ];
1974
+ var DescribeGameSessionDetailsOutput$ = [3, n0, _DGSDO,
1975
+ 0,
1976
+ [_GSDam, _NTe],
1977
+ [[() => GameSessionDetailList, 0], 0]
1978
+ ];
1979
+ var DescribeGameSessionPlacementInput$ = [3, n0, _DGSPI,
1980
+ 0,
1981
+ [_PIla],
1982
+ [0], 1
1983
+ ];
1984
+ var DescribeGameSessionPlacementOutput$ = [3, n0, _DGSPO,
1985
+ 0,
1986
+ [_GSP],
1987
+ [[() => GameSessionPlacement$, 0]]
1988
+ ];
1989
+ var DescribeGameSessionQueuesInput$ = [3, n0, _DGSQIe,
1990
+ 0,
1991
+ [_Na, _Li, _NTe],
1992
+ [64 | 0, 1, 0]
1993
+ ];
1994
+ var DescribeGameSessionQueuesOutput$ = [3, n0, _DGSQOe,
1995
+ 0,
1996
+ [_GSQa, _NTe],
1997
+ [() => GameSessionQueueList, 0]
1998
+ ];
1999
+ var DescribeGameSessionsInput$ = [3, n0, _DGSIes,
2000
+ 0,
2001
+ [_FI, _GSIa, _AI, _L, _SF, _Li, _NTe],
2002
+ [0, 0, 0, 0, 0, 1, 0]
2003
+ ];
2004
+ var DescribeGameSessionsOutput$ = [3, n0, _DGSOe,
2005
+ 0,
2006
+ [_GSam, _NTe],
2007
+ [[() => GameSessionList, 0], 0]
2008
+ ];
2009
+ var DescribeInstancesInput$ = [3, n0, _DII,
2010
+ 0,
2011
+ [_FI, _II, _Li, _NTe, _L],
2012
+ [0, 0, 1, 0, 0], 1
2013
+ ];
2014
+ var DescribeInstancesOutput$ = [3, n0, _DIO,
2015
+ 0,
2016
+ [_In, _NTe],
2017
+ [[() => InstanceList, 0], 0]
2018
+ ];
2019
+ var DescribeMatchmakingConfigurationsInput$ = [3, n0, _DMCIe,
2020
+ 0,
2021
+ [_Na, _RSN, _Li, _NTe],
2022
+ [64 | 0, 0, 1, 0]
2023
+ ];
2024
+ var DescribeMatchmakingConfigurationsOutput$ = [3, n0, _DMCOe,
2025
+ 0,
2026
+ [_Confi, _NTe],
2027
+ [() => MatchmakingConfigurationList, 0]
2028
+ ];
2029
+ var DescribeMatchmakingInput$ = [3, n0, _DMI,
2030
+ 0,
2031
+ [_TIi],
2032
+ [64 | 0], 1
2033
+ ];
2034
+ var DescribeMatchmakingOutput$ = [3, n0, _DMO,
2035
+ 0,
2036
+ [_TL],
2037
+ [[() => MatchmakingTicketList, 0]]
2038
+ ];
2039
+ var DescribeMatchmakingRuleSetsInput$ = [3, n0, _DMRSIe,
2040
+ 0,
2041
+ [_Na, _Li, _NTe],
2042
+ [64 | 0, 1, 0]
2043
+ ];
2044
+ var DescribeMatchmakingRuleSetsOutput$ = [3, n0, _DMRSOe,
2045
+ 0,
2046
+ [_RSul, _NTe],
2047
+ [() => MatchmakingRuleSetList, 0], 1
2048
+ ];
2049
+ var DescribePlayerSessionsInput$ = [3, n0, _DPSI,
2050
+ 0,
2051
+ [_GSIa, _PI, _PSI, _PSSF, _Li, _NTe],
2052
+ [0, [() => PlayerId, 0], 0, 0, 1, 0]
2053
+ ];
2054
+ var DescribePlayerSessionsOutput$ = [3, n0, _DPSO,
2055
+ 0,
2056
+ [_PSl, _NTe],
2057
+ [[() => PlayerSessionList, 0], 0]
2058
+ ];
2059
+ var DescribeRuntimeConfigurationInput$ = [3, n0, _DRCI,
2060
+ 0,
2061
+ [_FI],
2062
+ [0], 1
2063
+ ];
2064
+ var DescribeRuntimeConfigurationOutput$ = [3, n0, _DRCO,
2065
+ 0,
2066
+ [_RC],
2067
+ [() => RuntimeConfiguration$]
2068
+ ];
2069
+ var DescribeScalingPoliciesInput$ = [3, n0, _DSPIe,
2070
+ 0,
2071
+ [_FI, _SF, _Li, _NTe, _L],
2072
+ [0, 0, 1, 0, 0], 1
2073
+ ];
2074
+ var DescribeScalingPoliciesOutput$ = [3, n0, _DSPO,
2075
+ 0,
2076
+ [_SPc, _NTe],
2077
+ [() => ScalingPolicyList, 0]
2078
+ ];
2079
+ var DescribeScriptInput$ = [3, n0, _DSIe,
2080
+ 0,
2081
+ [_SI],
2082
+ [0], 1
2083
+ ];
2084
+ var DescribeScriptOutput$ = [3, n0, _DSO,
2085
+ 0,
2086
+ [_Sc],
2087
+ [() => Script$]
2088
+ ];
2089
+ var DescribeVpcPeeringAuthorizationsInput$ = [3, n0, _DVPAIe,
2090
+ 0,
2091
+ [],
2092
+ []
2093
+ ];
2094
+ var DescribeVpcPeeringAuthorizationsOutput$ = [3, n0, _DVPAOe,
2095
+ 0,
2096
+ [_VPAp],
2097
+ [() => VpcPeeringAuthorizationList]
2098
+ ];
2099
+ var DescribeVpcPeeringConnectionsInput$ = [3, n0, _DVPCIe,
2100
+ 0,
2101
+ [_FI],
2102
+ [0]
2103
+ ];
2104
+ var DescribeVpcPeeringConnectionsOutput$ = [3, n0, _DVPCOe,
2105
+ 0,
2106
+ [_VPC],
2107
+ [() => VpcPeeringConnectionList]
2108
+ ];
2109
+ var DesiredPlayerSession$ = [3, n0, _DPS,
2110
+ 0,
2111
+ [_PI, _PD],
2112
+ [[() => PlayerId, 0], 0]
2113
+ ];
2114
+ var EC2InstanceCounts$ = [3, n0, _ECIC,
2115
+ 0,
2116
+ [_DESIRED, _MINIMUM, _MAXIMUM, _PENDING, _ACTIVE, _IDLE, _TERMINATING],
2117
+ [1, 1, 1, 1, 1, 1, 1]
2118
+ ];
2119
+ var EC2InstanceLimit$ = [3, n0, _ECILn,
2120
+ 0,
2121
+ [_ECIT, _CIu, _IL, _L],
2122
+ [0, 1, 1, 0]
2123
+ ];
2124
+ var Event$ = [3, n0, _Ev,
2125
+ 0,
2126
+ [_EI, _RI, _EC, _M, _ETv, _PSLU, _Cou],
2127
+ [0, 0, 0, 0, 4, 0, 1]
2128
+ ];
2129
+ var FilterConfiguration$ = [3, n0, _FC,
2130
+ 0,
2131
+ [_ALl],
2132
+ [64 | 0]
2133
+ ];
2134
+ var FleetAttributes$ = [3, n0, _FAl,
2135
+ 0,
2136
+ [_FI, _FA, _FT, _IT, _D, _N, _CT, _TT, _St, _BI, _BA, _SI, _SA, _SLP, _SLPe, _LP, _NGSPP, _OS, _RCLP, _MG, _SAt, _IRA, _CC, _CTo, _AC, _IRCP, _PGM, _PGC],
2137
+ [0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, () => ResourceCreationLimitPolicy$, 64 | 0, 64 | 0, 0, () => CertificateConfiguration$, 0, () => AnywhereConfiguration$, 0, 0, () => PlayerGatewayConfiguration$]
2138
+ ];
2139
+ var FleetCapacity$ = [3, n0, _FCl,
2140
+ 0,
2141
+ [_FI, _FA, _IT, _IC, _L, _GSCGC, _MCC],
2142
+ [0, 0, 0, () => EC2InstanceCounts$, 0, () => GameServerContainerGroupCounts$, () => ManagedCapacityConfiguration$]
2143
+ ];
2144
+ var FleetDeployment$ = [3, n0, _FD,
2145
+ 0,
2146
+ [_DI, _FI, _GSBA, _RGSBA, _PIBA, _RPIBA, _DS, _DC, _CT],
2147
+ [0, 0, 0, 0, 0, 0, 0, () => DeploymentConfiguration$, 4]
2148
+ ];
2149
+ var FleetUtilization$ = [3, n0, _FU,
2150
+ 0,
2151
+ [_FI, _FA, _ASPC, _AGSC, _CPSC, _MPSC, _L],
2152
+ [0, 0, 1, 1, 1, 1, 0]
2153
+ ];
2154
+ var GameProperty$ = [3, n0, _GPa,
2155
+ 0,
2156
+ [_K, _Va],
2157
+ [0, 0], 2
2158
+ ];
2159
+ var GameServer$ = [3, n0, _GS,
2160
+ 0,
2161
+ [_GSGN, _GSGA, _GSI, _II, _CIo, _GSD, _CSl, _USt, _RT, _LCT, _LHCT],
2162
+ [0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4]
2163
+ ];
2164
+ var GameServerContainerDefinition$ = [3, n0, _GSCD,
2165
+ 0,
2166
+ [_CNo, _DOe, _MP, _EO, _IU, _PCo, _RID, _SSV, _LCi],
2167
+ [0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 0, [() => ContainerPortConfiguration$, 0], 0, 0, () => LinuxCapabilities$]
2168
+ ];
2169
+ var GameServerContainerDefinitionInput$ = [3, n0, _GSCDI,
2170
+ 0,
2171
+ [_CNo, _IU, _PCo, _SSV, _DOe, _MP, _EO, _LCi],
2172
+ [0, 0, [() => ContainerPortConfiguration$, 0], 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, () => LinuxCapabilities$], 4
2173
+ ];
2174
+ var GameServerContainerGroupCounts$ = [3, n0, _GSCGC,
2175
+ 0,
2176
+ [_PENDING, _ACTIVE, _IDLE, _TERMINATING],
2177
+ [1, 1, 1, 1]
2178
+ ];
2179
+ var GameServerGroup$ = [3, n0, _GSG,
2180
+ 0,
2181
+ [_GSGN, _GSGA, _RA, _ID, _BS, _GSPP, _ASGA, _St, _SR, _SAu, _CT, _LUT],
2182
+ [0, 0, 0, () => InstanceDefinitions, 0, 0, 0, 0, 0, 64 | 0, 4, 4]
2183
+ ];
2184
+ var GameServerGroupAutoScalingPolicy$ = [3, n0, _GSGASP,
2185
+ 0,
2186
+ [_TTC, _EIW],
2187
+ [() => TargetTrackingConfiguration$, 1], 1
2188
+ ];
2189
+ var GameServerInstance$ = [3, n0, _GSIame,
2190
+ 0,
2191
+ [_GSGN, _GSGA, _II, _ISn],
2192
+ [0, 0, 0, 0]
2193
+ ];
2194
+ var GameSession$ = [3, n0, _GSa,
2195
+ 0,
2196
+ [_GSIa, _N, _FI, _FA, _CT, _TT, _CPSC, _MPSC, _St, _SR, _GP, _IA, _DN, _Po, _PSCP, _CIr, _GSDa, _MD, _L, _CN, _PGS],
2197
+ [0, 0, 0, 0, 4, 4, 1, 1, 0, 0, () => GamePropertyList, [() => IpAddress, 0], 0, [() => PortNumber, 0], 0, 0, 0, 0, 0, 0, 0]
2198
+ ];
2199
+ var GameSessionConnectionInfo$ = [3, n0, _GSCI,
2200
+ 0,
2201
+ [_GSA, _IA, _DN, _Po, _MPS, _PGS],
2202
+ [0, [() => IpAddress, 0], 0, 1, [() => MatchedPlayerSessionList, 0], 0]
2203
+ ];
2204
+ var GameSessionCreationLimitPolicy$ = [3, n0, _GSCLP,
2205
+ 0,
2206
+ [_NGSPC, _PPIM],
2207
+ [1, 1]
2208
+ ];
2209
+ var GameSessionDetail$ = [3, n0, _GSDame,
2210
+ 0,
2211
+ [_GSa, _PP],
2212
+ [[() => GameSession$, 0], 0]
2213
+ ];
2214
+ var GameSessionPlacement$ = [3, n0, _GSP,
2215
+ 0,
2216
+ [_PIla, _GSQN, _St, _GP, _MPSC, _GSN, _GSIa, _GSA, _GSR, _PL, _STt, _ET, _IA, _DN, _Po, _PPS, _GSDa, _MD, _PCO, _PGS],
2217
+ [0, 0, 0, () => GamePropertyList, 1, 0, 0, 0, 0, [() => PlayerLatencyList, 0], 4, 4, [() => IpAddress, 0], 0, [() => PortNumber, 0], [() => PlacedPlayerSessionList, 0], 0, 0, () => PriorityConfigurationOverride$, 0]
2218
+ ];
2219
+ var GameSessionQueue$ = [3, n0, _GSQ,
2220
+ 0,
2221
+ [_N, _GSQAa, _TIS, _PLP, _De, _FC, _PC, _CED, _NT],
2222
+ [0, 0, 1, () => PlayerLatencyPolicyList, () => GameSessionQueueDestinationList, () => FilterConfiguration$, () => PriorityConfiguration$, 0, 0]
2223
+ ];
2224
+ var GameSessionQueueDestination$ = [3, n0, _GSQD,
2225
+ 0,
2226
+ [_DA],
2227
+ [0]
2228
+ ];
2229
+ var GetComputeAccessInput$ = [3, n0, _GCAI,
2230
+ 0,
2231
+ [_FI, _CN],
2232
+ [0, 0], 2
2233
+ ];
2234
+ var GetComputeAccessOutput$ = [3, n0, _GCAO,
2235
+ 0,
2236
+ [_FI, _FA, _CN, _CA, _Cr, _Tar, _CIon],
2237
+ [0, 0, 0, 0, [() => AwsCredentials$, 0], 0, () => ContainerIdentifierList]
2238
+ ];
2239
+ var GetComputeAuthTokenInput$ = [3, n0, _GCATI,
2240
+ 0,
2241
+ [_FI, _CN],
2242
+ [0, 0], 2
2243
+ ];
2244
+ var GetComputeAuthTokenOutput$ = [3, n0, _GCATO,
2245
+ 0,
2246
+ [_FI, _FA, _CN, _CA, _ATu, _ETx],
2247
+ [0, 0, 0, 0, 0, 4]
2248
+ ];
2249
+ var GetGameSessionLogUrlInput$ = [3, n0, _GGSLUI,
2250
+ 0,
2251
+ [_GSIa],
2252
+ [0], 1
2253
+ ];
2254
+ var GetGameSessionLogUrlOutput$ = [3, n0, _GGSLUO,
2255
+ 0,
2256
+ [_PSU],
2257
+ [0]
2258
+ ];
2259
+ var GetInstanceAccessInput$ = [3, n0, _GIAI,
2260
+ 0,
2261
+ [_FI, _II],
2262
+ [0, 0], 2
2263
+ ];
2264
+ var GetInstanceAccessOutput$ = [3, n0, _GIAO,
2265
+ 0,
2266
+ [_IAn],
2267
+ [[() => InstanceAccess$, 0]]
2268
+ ];
2269
+ var GetPlayerConnectionDetailsInput$ = [3, n0, _GPCDI,
2270
+ 0,
2271
+ [_GSIa, _PIl],
2272
+ [0, [() => PlayerIdList, 0]], 2
2273
+ ];
2274
+ var GetPlayerConnectionDetailsOutput$ = [3, n0, _GPCDO,
2275
+ 0,
2276
+ [_GSIa, _PCD],
2277
+ [0, [() => PlayerConnectionDetailList, 0]]
2278
+ ];
2279
+ var Instance$ = [3, n0, _Ins,
2280
+ 0,
2281
+ [_FI, _FA, _II, _IA, _DN, _OS, _T, _St, _CT, _L],
2282
+ [0, 0, 0, [() => IpAddress, 0], 0, 0, 0, 0, 4, 0]
2283
+ ];
2284
+ var InstanceAccess$ = [3, n0, _IAn,
2285
+ 0,
2286
+ [_FI, _II, _IA, _OS, _Cr],
2287
+ [0, 0, [() => IpAddress, 0], 0, [() => InstanceCredentials$, 0]]
2288
+ ];
2289
+ var InstanceCredentials$ = [3, n0, _ICn,
2290
+ 8,
2291
+ [_UN, _Se],
2292
+ [0, 0]
2293
+ ];
2294
+ var InstanceDefinition$ = [3, n0, _IDn,
2295
+ 0,
2296
+ [_IT, _WC],
2297
+ [0, 0], 1
2298
+ ];
2299
+ var IpPermission$ = [3, n0, _IPp,
2300
+ 0,
2301
+ [_FP, _TP, _IR, _P],
2302
+ [[() => PortNumber, 0], [() => PortNumber, 0], [() => IpRange, 0], 0], 4
2303
+ ];
2304
+ var LaunchTemplateSpecification$ = [3, n0, _LTS,
2305
+ 0,
2306
+ [_LTI, _LTN, _V],
2307
+ [0, 0, 0]
2308
+ ];
2309
+ var LinuxCapabilities$ = [3, n0, _LCi,
2310
+ 0,
2311
+ [_Inc],
2312
+ [64 | 0]
2313
+ ];
2314
+ var ListAliasesInput$ = [3, n0, _LAI,
2315
+ 0,
2316
+ [_RST, _N, _Li, _NTe],
2317
+ [0, 0, 1, 0]
2318
+ ];
2319
+ var ListAliasesOutput$ = [3, n0, _LAO,
2320
+ 0,
2321
+ [_Al, _NTe],
2322
+ [() => AliasList, 0]
2323
+ ];
2324
+ var ListBuildsInput$ = [3, n0, _LBI,
2325
+ 0,
2326
+ [_St, _Li, _NTe],
2327
+ [0, 1, 0]
2328
+ ];
2329
+ var ListBuildsOutput$ = [3, n0, _LBO,
2330
+ 0,
2331
+ [_Bu, _NTe],
2332
+ [() => BuildList, 0]
2333
+ ];
2334
+ var ListComputeInput$ = [3, n0, _LCI,
2335
+ 0,
2336
+ [_FI, _L, _CGDN, _CS, _Li, _NTe],
2337
+ [0, 0, 0, 0, 1, 0], 1
2338
+ ];
2339
+ var ListComputeOutput$ = [3, n0, _LCO,
2340
+ 0,
2341
+ [_CL, _NTe],
2342
+ [[() => ComputeList, 0], 0]
2343
+ ];
2344
+ var ListContainerFleetsInput$ = [3, n0, _LCFI,
2345
+ 0,
2346
+ [_CGDN, _Li, _NTe],
2347
+ [0, 1, 0]
2348
+ ];
2349
+ var ListContainerFleetsOutput$ = [3, n0, _LCFO,
2350
+ 0,
2351
+ [_CFo, _NTe],
2352
+ [[() => ContainerFleetList, 0], 0]
2353
+ ];
2354
+ var ListContainerGroupDefinitionsInput$ = [3, n0, _LCGDI,
2355
+ 0,
2356
+ [_CGT, _Li, _NTe],
2357
+ [0, 1, 0]
2358
+ ];
2359
+ var ListContainerGroupDefinitionsOutput$ = [3, n0, _LCGDO,
2360
+ 0,
2361
+ [_CGDo, _NTe],
2362
+ [[() => ContainerGroupDefinitionList, 0], 0]
2363
+ ];
2364
+ var ListContainerGroupDefinitionVersionsInput$ = [3, n0, _LCGDVI,
2365
+ 0,
2366
+ [_N, _Li, _NTe],
2367
+ [0, 1, 0], 1
2368
+ ];
2369
+ var ListContainerGroupDefinitionVersionsOutput$ = [3, n0, _LCGDVO,
2370
+ 0,
2371
+ [_CGDo, _NTe],
2372
+ [[() => ContainerGroupDefinitionList, 0], 0]
2373
+ ];
2374
+ var ListFleetDeploymentsInput$ = [3, n0, _LFDI,
2375
+ 0,
2376
+ [_FI, _Li, _NTe],
2377
+ [0, 1, 0]
2378
+ ];
2379
+ var ListFleetDeploymentsOutput$ = [3, n0, _LFDO,
2380
+ 0,
2381
+ [_FDl, _NTe],
2382
+ [() => FleetDeployments, 0]
2383
+ ];
2384
+ var ListFleetsInput$ = [3, n0, _LFI,
2385
+ 0,
2386
+ [_BI, _SI, _Li, _NTe],
2387
+ [0, 0, 1, 0]
2388
+ ];
2389
+ var ListFleetsOutput$ = [3, n0, _LFO,
2390
+ 0,
2391
+ [_FIl, _NTe],
2392
+ [64 | 0, 0]
2393
+ ];
2394
+ var ListGameServerGroupsInput$ = [3, n0, _LGSGI,
2395
+ 0,
2396
+ [_Li, _NTe],
2397
+ [1, 0]
2398
+ ];
2399
+ var ListGameServerGroupsOutput$ = [3, n0, _LGSGO,
2400
+ 0,
2401
+ [_GSGa, _NTe],
2402
+ [() => GameServerGroups, 0]
2403
+ ];
2404
+ var ListGameServersInput$ = [3, n0, _LGSI,
2405
+ 0,
2406
+ [_GSGN, _SO, _Li, _NTe],
2407
+ [0, 0, 1, 0], 1
2408
+ ];
2409
+ var ListGameServersOutput$ = [3, n0, _LGSO,
2410
+ 0,
2411
+ [_GSame, _NTe],
2412
+ [() => GameServers, 0]
2413
+ ];
2414
+ var ListLocationsInput$ = [3, n0, _LLI,
2415
+ 0,
2416
+ [_F, _Li, _NTe],
2417
+ [64 | 0, 1, 0]
2418
+ ];
2419
+ var ListLocationsOutput$ = [3, n0, _LLO,
2420
+ 0,
2421
+ [_Lo, _NTe],
2422
+ [() => LocationModelList, 0]
2423
+ ];
2424
+ var ListScriptsInput$ = [3, n0, _LSI,
2425
+ 0,
2426
+ [_Li, _NTe],
2427
+ [1, 0]
2428
+ ];
2429
+ var ListScriptsOutput$ = [3, n0, _LSO,
2430
+ 0,
2431
+ [_Scr, _NTe],
2432
+ [() => ScriptList, 0]
2433
+ ];
2434
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
2435
+ 0,
2436
+ [_RARN],
2437
+ [0], 1
2438
+ ];
2439
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
2440
+ 0,
2441
+ [_Ta],
2442
+ [() => TagList]
2443
+ ];
2444
+ var LocationalDeployment$ = [3, n0, _LDo,
2445
+ 0,
2446
+ [_DS],
2447
+ [0]
2448
+ ];
2449
+ var LocationAttributes$ = [3, n0, _LA,
2450
+ 0,
2451
+ [_LSo, _SAt, _US],
2452
+ [() => LocationState$, 64 | 0, 0]
2453
+ ];
2454
+ var LocationConfiguration$ = [3, n0, _LCo,
2455
+ 0,
2456
+ [_L],
2457
+ [0], 1
2458
+ ];
2459
+ var LocationModel$ = [3, n0, _LM,
2460
+ 0,
2461
+ [_LN, _LAo, _PB],
2462
+ [0, 0, () => PingBeacon$]
2463
+ ];
2464
+ var LocationState$ = [3, n0, _LSo,
2465
+ 0,
2466
+ [_L, _St, _PGS],
2467
+ [0, 0, 0]
2468
+ ];
2469
+ var LogConfiguration$ = [3, n0, _LC,
2470
+ 0,
2471
+ [_LDog, _SBN, _LGA],
2472
+ [0, 0, 0]
2473
+ ];
2474
+ var ManagedCapacityConfiguration$ = [3, n0, _MCC,
2475
+ 0,
2476
+ [_ZCS, _SIAIM],
2477
+ [0, 1]
2478
+ ];
2479
+ var MatchedPlayerSession$ = [3, n0, _MPSa,
2480
+ 0,
2481
+ [_PI, _PSI],
2482
+ [[() => PlayerId, 0], 0]
2483
+ ];
2484
+ var MatchmakingConfiguration$ = [3, n0, _MC,
2485
+ 0,
2486
+ [_N, _CAonf, _D, _GSQA, _RTS, _ATS, _AR, _RSN, _RSA, _NT, _APC, _CED, _CT, _GP, _GSDa, _BM, _FMM],
2487
+ [0, 0, 0, 64 | 0, 1, 1, 2, 0, 0, 0, 1, 0, 4, () => GamePropertyList, 0, 0, 0]
2488
+ ];
2489
+ var MatchmakingRuleSet$ = [3, n0, _MRS,
2490
+ 0,
2491
+ [_RSB, _RSN, _RSA, _CT],
2492
+ [0, 0, 0, 4], 1
2493
+ ];
2494
+ var MatchmakingTicket$ = [3, n0, _MT,
2495
+ 0,
2496
+ [_TI, _CNon, _CAonf, _St, _SR, _SM, _STt, _ET, _Pl, _GSCI, _EWT],
2497
+ [0, 0, 0, 0, 0, 0, 4, 4, [() => PlayerList, 0], [() => GameSessionConnectionInfo$, 0], 1]
2498
+ ];
2499
+ var PingBeacon$ = [3, n0, _PB,
2500
+ 0,
2501
+ [_UDPE],
2502
+ [() => UDPEndpoint$]
2503
+ ];
2504
+ var PlacedPlayerSession$ = [3, n0, _PPSl,
2505
+ 0,
2506
+ [_PI, _PSI],
2507
+ [[() => PlayerId, 0], 0]
2508
+ ];
2509
+ var Player$ = [3, n0, _Pla,
2510
+ 0,
2511
+ [_PI, _PA, _Te, _LIM],
2512
+ [[() => PlayerId, 0], () => PlayerAttributeMap, 0, 128 | 1]
2513
+ ];
2514
+ var PlayerConnectionDetail$ = [3, n0, _PCDl,
2515
+ 0,
2516
+ [_PI, _En, _PGT, _Ex],
2517
+ [[() => PlayerId, 0], [() => PlayerConnectionEndpointList, 0], 0, 4]
2518
+ ];
2519
+ var PlayerConnectionEndpoint$ = [3, n0, _PCE,
2520
+ 0,
2521
+ [_IA, _Po],
2522
+ [[() => IpAddress, 0], [() => PortNumber, 0]]
2523
+ ];
2524
+ var PlayerGatewayConfiguration$ = [3, n0, _PGC,
2525
+ 0,
2526
+ [_GSIPS],
2527
+ [0]
2528
+ ];
2529
+ var PlayerLatency$ = [3, n0, _PLl,
2530
+ 0,
2531
+ [_PI, _RIe, _LIMa],
2532
+ [[() => PlayerId, 0], 0, 1]
2533
+ ];
2534
+ var PlayerLatencyPolicy$ = [3, n0, _PLPl,
2535
+ 0,
2536
+ [_MIPLM, _PDS],
2537
+ [1, 1]
2538
+ ];
2539
+ var PlayerSession$ = [3, n0, _PS,
2540
+ 0,
2541
+ [_PSI, _PI, _GSIa, _FI, _FA, _CT, _TT, _St, _IA, _DN, _Po, _PD],
2542
+ [0, [() => PlayerId, 0], 0, 0, 0, 4, 4, 0, [() => IpAddress, 0], 0, [() => PortNumber, 0], 0]
2543
+ ];
2544
+ var PriorityConfiguration$ = [3, n0, _PC,
2545
+ 0,
2546
+ [_PO, _LO],
2547
+ [64 | 0, 64 | 0]
2548
+ ];
2549
+ var PriorityConfigurationOverride$ = [3, n0, _PCO,
2550
+ 0,
2551
+ [_LO, _PFS],
2552
+ [64 | 0, 0], 1
2553
+ ];
2554
+ var PutScalingPolicyInput$ = [3, n0, _PSPI,
2555
+ 0,
2556
+ [_N, _FI, _MN, _SAc, _SAT, _Th, _CO, _EP, _PT, _TC],
2557
+ [0, 0, 0, 1, 0, 1, 0, 1, 0, () => TargetConfiguration$], 3
2558
+ ];
2559
+ var PutScalingPolicyOutput$ = [3, n0, _PSPO,
2560
+ 0,
2561
+ [_N],
2562
+ [0]
2563
+ ];
2564
+ var RegisterComputeInput$ = [3, n0, _RCI,
2565
+ 0,
2566
+ [_FI, _CN, _CPe, _DN, _IA, _L],
2567
+ [0, 0, 0, 0, [() => IpAddress, 0], 0], 2
2568
+ ];
2569
+ var RegisterComputeOutput$ = [3, n0, _RCO,
2570
+ 0,
2571
+ [_Co],
2572
+ [[() => Compute$, 0]]
2573
+ ];
2574
+ var RegisterGameServerInput$ = [3, n0, _RGSI,
2575
+ 0,
2576
+ [_GSGN, _GSI, _II, _CIo, _GSD],
2577
+ [0, 0, 0, 0, 0], 3
2578
+ ];
2579
+ var RegisterGameServerOutput$ = [3, n0, _RGSO,
2580
+ 0,
2581
+ [_GS],
2582
+ [() => GameServer$]
2583
+ ];
2584
+ var RequestUploadCredentialsInput$ = [3, n0, _RUCI,
2585
+ 0,
2586
+ [_BI],
2587
+ [0], 1
2588
+ ];
2589
+ var RequestUploadCredentialsOutput$ = [3, n0, _RUCO,
2590
+ 0,
2591
+ [_UC, _SLt],
2592
+ [[() => AwsCredentials$, 0], () => S3Location$]
2593
+ ];
2594
+ var ResolveAliasInput$ = [3, n0, _RAI,
2595
+ 0,
2596
+ [_AI],
2597
+ [0], 1
2598
+ ];
2599
+ var ResolveAliasOutput$ = [3, n0, _RAO,
2600
+ 0,
2601
+ [_FI, _FA],
2602
+ [0, 0]
2603
+ ];
2604
+ var ResourceCreationLimitPolicy$ = [3, n0, _RCLP,
2605
+ 0,
2606
+ [_NGSPC, _PPIM],
2607
+ [1, 1]
2608
+ ];
2609
+ var ResumeGameServerGroupInput$ = [3, n0, _RGSGI,
2610
+ 0,
2611
+ [_GSGN, _RAe],
2612
+ [0, 64 | 0], 2
2613
+ ];
2614
+ var ResumeGameServerGroupOutput$ = [3, n0, _RGSGO,
2615
+ 0,
2616
+ [_GSG],
2617
+ [() => GameServerGroup$]
2618
+ ];
2619
+ var RoutingStrategy$ = [3, n0, _RS,
2620
+ 0,
2621
+ [_T, _FI, _M],
2622
+ [0, 0, 0]
2623
+ ];
2624
+ var RuntimeConfiguration$ = [3, n0, _RC,
2625
+ 0,
2626
+ [_SPe, _MCGSA, _GSATS],
2627
+ [() => ServerProcessList, 1, 1]
2628
+ ];
2629
+ var S3Location$ = [3, n0, _SLo,
2630
+ 0,
2631
+ [_Buc, _K, _RA, _OV],
2632
+ [0, 0, 0, 0]
2633
+ ];
2634
+ var ScalingPolicy$ = [3, n0, _SPca,
2635
+ 0,
2636
+ [_FI, _FA, _N, _St, _SAc, _SAT, _CO, _Th, _EP, _MN, _PT, _TC, _US, _L],
2637
+ [0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, () => TargetConfiguration$, 0, 0]
2638
+ ];
2639
+ var Script$ = [3, n0, _Sc,
2640
+ 0,
2641
+ [_SI, _SA, _N, _V, _SOD, _CT, _SLt, _NJV],
2642
+ [0, 0, 0, 0, 1, 4, () => S3Location$, 0]
2643
+ ];
2644
+ var SearchGameSessionsInput$ = [3, n0, _SGSI,
2645
+ 0,
2646
+ [_FI, _AI, _L, _FE, _SE, _Li, _NTe],
2647
+ [0, 0, 0, 0, 0, 1, 0]
2648
+ ];
2649
+ var SearchGameSessionsOutput$ = [3, n0, _SGSO,
2650
+ 0,
2651
+ [_GSam, _NTe],
2652
+ [[() => GameSessionList, 0], 0]
2653
+ ];
2654
+ var ServerProcess$ = [3, n0, _SPer,
2655
+ 0,
2656
+ [_LPa, _CEon, _Pa],
2657
+ [0, 1, 0], 2
2658
+ ];
2659
+ var StartFleetActionsInput$ = [3, n0, _SFAI,
2660
+ 0,
2661
+ [_FI, _Ac, _L],
2662
+ [0, 64 | 0, 0], 2
2663
+ ];
2664
+ var StartFleetActionsOutput$ = [3, n0, _SFAO,
2665
+ 0,
2666
+ [_FI, _FA],
2667
+ [0, 0]
2668
+ ];
2669
+ var StartGameSessionPlacementInput$ = [3, n0, _SGSPI,
2670
+ 0,
2671
+ [_PIla, _GSQN, _MPSC, _GP, _GSN, _PL, _DPSe, _GSDa, _PCO],
2672
+ [0, 0, 1, () => GamePropertyList, 0, [() => PlayerLatencyList, 0], [() => DesiredPlayerSessionList, 0], 0, () => PriorityConfigurationOverride$], 3
2673
+ ];
2674
+ var StartGameSessionPlacementOutput$ = [3, n0, _SGSPO,
2675
+ 0,
2676
+ [_GSP],
2677
+ [[() => GameSessionPlacement$, 0]]
2678
+ ];
2679
+ var StartMatchBackfillInput$ = [3, n0, _SMBI,
2680
+ 0,
2681
+ [_CNon, _Pl, _TI, _GSA],
2682
+ [0, [() => PlayerList, 0], 0, 0], 2
2683
+ ];
2684
+ var StartMatchBackfillOutput$ = [3, n0, _SMBO,
2685
+ 0,
2686
+ [_MT],
2687
+ [[() => MatchmakingTicket$, 0]]
2688
+ ];
2689
+ var StartMatchmakingInput$ = [3, n0, _SMI,
2690
+ 0,
2691
+ [_CNon, _Pl, _TI],
2692
+ [0, [() => PlayerList, 0], 0], 2
2693
+ ];
2694
+ var StartMatchmakingOutput$ = [3, n0, _SMO,
2695
+ 0,
2696
+ [_MT],
2697
+ [[() => MatchmakingTicket$, 0]]
2698
+ ];
2699
+ var StopFleetActionsInput$ = [3, n0, _SFAIt,
2700
+ 0,
2701
+ [_FI, _Ac, _L],
2702
+ [0, 64 | 0, 0], 2
2703
+ ];
2704
+ var StopFleetActionsOutput$ = [3, n0, _SFAOt,
2705
+ 0,
2706
+ [_FI, _FA],
2707
+ [0, 0]
2708
+ ];
2709
+ var StopGameSessionPlacementInput$ = [3, n0, _SGSPIt,
2710
+ 0,
2711
+ [_PIla],
2712
+ [0], 1
2713
+ ];
2714
+ var StopGameSessionPlacementOutput$ = [3, n0, _SGSPOt,
2715
+ 0,
2716
+ [_GSP],
2717
+ [[() => GameSessionPlacement$, 0]]
2718
+ ];
2719
+ var StopMatchmakingInput$ = [3, n0, _SMIt,
2720
+ 0,
2721
+ [_TI],
2722
+ [0], 1
2723
+ ];
2724
+ var StopMatchmakingOutput$ = [3, n0, _SMOt,
2725
+ 0,
2726
+ [],
2727
+ []
2728
+ ];
2729
+ var SupportContainerDefinition$ = [3, n0, _SCDu,
2730
+ 0,
2731
+ [_CNo, _DOe, _MP, _EO, _Es, _HC, _IU, _MHLM, _PCo, _RID, _Vc, _LCi],
2732
+ [0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 0, 1, [() => ContainerPortConfiguration$, 0], 0, 1, () => LinuxCapabilities$]
2733
+ ];
2734
+ var SupportContainerDefinitionInput$ = [3, n0, _SCDI,
2735
+ 0,
2736
+ [_CNo, _IU, _DOe, _MP, _EO, _Es, _HC, _MHLM, _PCo, _Vc, _LCi],
2737
+ [0, 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 1, [() => ContainerPortConfiguration$, 0], 1, () => LinuxCapabilities$], 2
2738
+ ];
2739
+ var SuspendGameServerGroupInput$ = [3, n0, _SGSGI,
2740
+ 0,
2741
+ [_GSGN, _SAus],
2742
+ [0, 64 | 0], 2
2743
+ ];
2744
+ var SuspendGameServerGroupOutput$ = [3, n0, _SGSGO,
2745
+ 0,
2746
+ [_GSG],
2747
+ [() => GameServerGroup$]
2748
+ ];
2749
+ var Tag$ = [3, n0, _Tag,
2750
+ 0,
2751
+ [_K, _Va],
2752
+ [0, 0], 2
2753
+ ];
2754
+ var TagResourceRequest$ = [3, n0, _TRR,
2755
+ 0,
2756
+ [_RARN, _Ta],
2757
+ [0, () => TagList], 2
2758
+ ];
2759
+ var TagResourceResponse$ = [3, n0, _TRRa,
2760
+ 0,
2761
+ [],
2762
+ []
2763
+ ];
2764
+ var TargetConfiguration$ = [3, n0, _TC,
2765
+ 0,
2766
+ [_TV],
2767
+ [1], 1
2768
+ ];
2769
+ var TargetTrackingConfiguration$ = [3, n0, _TTC,
2770
+ 0,
2771
+ [_TV],
2772
+ [1], 1
2773
+ ];
2774
+ var TerminateGameSessionInput$ = [3, n0, _TGSI,
2775
+ 0,
2776
+ [_GSIa, _TM],
2777
+ [0, 0], 2
2778
+ ];
2779
+ var TerminateGameSessionOutput$ = [3, n0, _TGSO,
2780
+ 0,
2781
+ [_GSa],
2782
+ [[() => GameSession$, 0]]
2783
+ ];
2784
+ var UDPEndpoint$ = [3, n0, _UDPE,
2785
+ 0,
2786
+ [_Do, _Po],
2787
+ [0, 1]
2788
+ ];
2789
+ var UntagResourceRequest$ = [3, n0, _URR,
2790
+ 0,
2791
+ [_RARN, _TK],
2792
+ [0, 64 | 0], 2
2793
+ ];
2794
+ var UntagResourceResponse$ = [3, n0, _URRn,
2795
+ 0,
2796
+ [],
2797
+ []
2798
+ ];
2799
+ var UpdateAliasInput$ = [3, n0, _UAI,
2800
+ 0,
2801
+ [_AI, _N, _D, _RS],
2802
+ [0, 0, 0, () => RoutingStrategy$], 1
2803
+ ];
2804
+ var UpdateAliasOutput$ = [3, n0, _UAO,
2805
+ 0,
2806
+ [_A],
2807
+ [() => Alias$]
2808
+ ];
2809
+ var UpdateBuildInput$ = [3, n0, _UBI,
2810
+ 0,
2811
+ [_BI, _N, _V],
2812
+ [0, 0, 0], 1
2813
+ ];
2814
+ var UpdateBuildOutput$ = [3, n0, _UBO,
2815
+ 0,
2816
+ [_B],
2817
+ [() => Build$]
2818
+ ];
2819
+ var UpdateContainerFleetInput$ = [3, n0, _UCFI,
2820
+ 0,
2821
+ [_FI, _GSCGDN, _PICGDN, _GSCGPI, _ICPR, _IIPA, _IIPR, _DC, _D, _MG, _NGSPP, _GSCLP, _LC, _RAem],
2822
+ [0, 0, 0, 1, [() => ConnectionPortRange$, 0], [() => IpPermissionsList, 0], [() => IpPermissionsList, 0], () => DeploymentConfiguration$, 0, 64 | 0, 0, () => GameSessionCreationLimitPolicy$, () => LogConfiguration$, 64 | 0], 1
2823
+ ];
2824
+ var UpdateContainerFleetOutput$ = [3, n0, _UCFO,
2825
+ 0,
2826
+ [_CF],
2827
+ [[() => ContainerFleet$, 0]]
2828
+ ];
2829
+ var UpdateContainerGroupDefinitionInput$ = [3, n0, _UCGDI,
2830
+ 0,
2831
+ [_N, _GSCD, _SCD, _TMLM, _TVL, _VD, _SVN, _OS],
2832
+ [0, [() => GameServerContainerDefinitionInput$, 0], [() => SupportContainerDefinitionInputList, 0], 1, 1, 0, 1, 0], 1
2833
+ ];
2834
+ var UpdateContainerGroupDefinitionOutput$ = [3, n0, _UCGDO,
2835
+ 0,
2836
+ [_CGD],
2837
+ [[() => ContainerGroupDefinition$, 0]]
2838
+ ];
2839
+ var UpdateFleetAttributesInput$ = [3, n0, _UFAI,
2840
+ 0,
2841
+ [_FI, _N, _D, _NGSPP, _RCLP, _MG, _AC],
2842
+ [0, 0, 0, 0, () => ResourceCreationLimitPolicy$, 64 | 0, () => AnywhereConfiguration$], 1
2843
+ ];
2844
+ var UpdateFleetAttributesOutput$ = [3, n0, _UFAO,
2845
+ 0,
2846
+ [_FI, _FA],
2847
+ [0, 0]
2848
+ ];
2849
+ var UpdateFleetCapacityInput$ = [3, n0, _UFCI,
2850
+ 0,
2851
+ [_FI, _DIe, _MS, _MSa, _L, _MCC],
2852
+ [0, 1, 1, 1, 0, () => ManagedCapacityConfiguration$], 1
2853
+ ];
2854
+ var UpdateFleetCapacityOutput$ = [3, n0, _UFCO,
2855
+ 0,
2856
+ [_FI, _FA, _L, _MCC],
2857
+ [0, 0, 0, () => ManagedCapacityConfiguration$]
2858
+ ];
2859
+ var UpdateFleetPortSettingsInput$ = [3, n0, _UFPSI,
2860
+ 0,
2861
+ [_FI, _IPA, _IPR],
2862
+ [0, [() => IpPermissionsList, 0], [() => IpPermissionsList, 0]], 1
2863
+ ];
2864
+ var UpdateFleetPortSettingsOutput$ = [3, n0, _UFPSO,
2865
+ 0,
2866
+ [_FI, _FA],
2867
+ [0, 0]
2868
+ ];
2869
+ var UpdateGameServerGroupInput$ = [3, n0, _UGSGI,
2870
+ 0,
2871
+ [_GSGN, _RA, _ID, _GSPP, _BS],
2872
+ [0, 0, () => InstanceDefinitions, 0, 0], 1
2873
+ ];
2874
+ var UpdateGameServerGroupOutput$ = [3, n0, _UGSGO,
2875
+ 0,
2876
+ [_GSG],
2877
+ [() => GameServerGroup$]
2878
+ ];
2879
+ var UpdateGameServerInput$ = [3, n0, _UGSI,
2880
+ 0,
2881
+ [_GSGN, _GSI, _GSD, _USt, _HC],
2882
+ [0, 0, 0, 0, 0], 2
2883
+ ];
2884
+ var UpdateGameServerOutput$ = [3, n0, _UGSO,
2885
+ 0,
2886
+ [_GS],
2887
+ [() => GameServer$]
2888
+ ];
2889
+ var UpdateGameSessionInput$ = [3, n0, _UGSIp,
2890
+ 0,
2891
+ [_GSIa, _MPSC, _N, _PSCP, _PP, _GP],
2892
+ [0, 1, 0, 0, 0, () => GamePropertyList], 1
2893
+ ];
2894
+ var UpdateGameSessionOutput$ = [3, n0, _UGSOp,
2895
+ 0,
2896
+ [_GSa],
2897
+ [[() => GameSession$, 0]]
2898
+ ];
2899
+ var UpdateGameSessionQueueInput$ = [3, n0, _UGSQI,
2900
+ 0,
2901
+ [_N, _TIS, _PLP, _De, _FC, _PC, _CED, _NT],
2902
+ [0, 1, () => PlayerLatencyPolicyList, () => GameSessionQueueDestinationList, () => FilterConfiguration$, () => PriorityConfiguration$, 0, 0], 1
2903
+ ];
2904
+ var UpdateGameSessionQueueOutput$ = [3, n0, _UGSQO,
2905
+ 0,
2906
+ [_GSQ],
2907
+ [() => GameSessionQueue$]
2908
+ ];
2909
+ var UpdateMatchmakingConfigurationInput$ = [3, n0, _UMCI,
2910
+ 0,
2911
+ [_N, _D, _GSQA, _RTS, _ATS, _AR, _RSN, _NT, _APC, _CED, _GP, _GSDa, _BM, _FMM],
2912
+ [0, 0, 64 | 0, 1, 1, 2, 0, 0, 1, 0, () => GamePropertyList, 0, 0, 0], 1
2913
+ ];
2914
+ var UpdateMatchmakingConfigurationOutput$ = [3, n0, _UMCO,
2915
+ 0,
2916
+ [_Conf],
2917
+ [() => MatchmakingConfiguration$]
2918
+ ];
2919
+ var UpdateRuntimeConfigurationInput$ = [3, n0, _URCI,
2920
+ 0,
2921
+ [_FI, _RC],
2922
+ [0, () => RuntimeConfiguration$], 2
2923
+ ];
2924
+ var UpdateRuntimeConfigurationOutput$ = [3, n0, _URCO,
2925
+ 0,
2926
+ [_RC],
2927
+ [() => RuntimeConfiguration$]
2928
+ ];
2929
+ var UpdateScriptInput$ = [3, n0, _USI,
2930
+ 0,
2931
+ [_SI, _N, _V, _SLt, _ZF],
2932
+ [0, 0, 0, () => S3Location$, 21], 1
2933
+ ];
2934
+ var UpdateScriptOutput$ = [3, n0, _USO,
2935
+ 0,
2936
+ [_Sc],
2937
+ [() => Script$]
2938
+ ];
2939
+ var ValidateMatchmakingRuleSetInput$ = [3, n0, _VMRSI,
2940
+ 0,
2941
+ [_RSB],
2942
+ [0], 1
2943
+ ];
2944
+ var ValidateMatchmakingRuleSetOutput$ = [3, n0, _VMRSO,
2945
+ 0,
2946
+ [_Val],
2947
+ [2]
2948
+ ];
2949
+ var VpcPeeringAuthorization$ = [3, n0, _VPA,
2950
+ 0,
2951
+ [_GLAAI, _PVAAI, _PVI, _CT, _ETxp],
2952
+ [0, 0, 0, 4, 4]
2953
+ ];
2954
+ var VpcPeeringConnection$ = [3, n0, _VPCp,
2955
+ 0,
2956
+ [_FI, _FA, _IVCB, _VPCI, _St, _PVI, _GLVI],
2957
+ [0, 0, 0, 0, () => VpcPeeringConnectionStatus$, 0, 0]
2958
+ ];
2959
+ var VpcPeeringConnectionStatus$ = [3, n0, _VPCS,
2960
+ 0,
2961
+ [_Cod, _M],
2962
+ [0, 0]
2963
+ ];
2964
+ var __Unit = "unit";
2965
+ var AliasList = [1, n0, _ALli,
2966
+ 0, () => Alias$
2967
+ ];
2968
+ var BuildList = [1, n0, _BL,
2969
+ 0, () => Build$
2970
+ ];
2971
+ var ComputeList = [1, n0, _CL,
2972
+ 0, [() => Compute$,
2973
+ 0]
2974
+ ];
2975
+ var ContainerAttributes = [1, n0, _CAo,
2976
+ 0, () => ContainerAttribute$
2977
+ ];
2978
+ var ContainerDependencyList = [1, n0, _CDL,
2979
+ 0, () => ContainerDependency$
2980
+ ];
2981
+ var ContainerEnvironmentList = [1, n0, _CEL,
2982
+ 0, () => ContainerEnvironment$
2983
+ ];
2984
+ var ContainerFleetList = [1, n0, _CFL,
2985
+ 0, [() => ContainerFleet$,
2986
+ 0]
2987
+ ];
2988
+ var ContainerFleetLocationAttributesList = [1, n0, _CFLAL,
2989
+ 0, () => ContainerFleetLocationAttributes$
2990
+ ];
2991
+ var ContainerGroupDefinitionList = [1, n0, _CGDL,
2992
+ 0, [() => ContainerGroupDefinition$,
2993
+ 0]
2994
+ ];
2995
+ var ContainerGroupPortMappingList = [1, n0, _CGPML,
2996
+ 0, [() => ContainerGroupPortMapping$,
2997
+ 0]
2998
+ ];
2999
+ var ContainerIdentifierList = [1, n0, _CIL,
3000
+ 0, () => ContainerIdentifier$
3001
+ ];
3002
+ var ContainerMountPointList = [1, n0, _CMPL,
3003
+ 0, () => ContainerMountPoint$
3004
+ ];
3005
+ var ContainerPortMappingList = [1, n0, _CPML,
3006
+ 0, [() => ContainerPortMapping$,
3007
+ 0]
3008
+ ];
3009
+ var ContainerPortRangeList = [1, n0, _CPRL,
3010
+ 0, [() => ContainerPortRange$,
3011
+ 0]
3012
+ ];
3013
+ var DesiredPlayerSessionList = [1, n0, _DPSL,
3014
+ 0, [() => DesiredPlayerSession$,
3015
+ 0]
3016
+ ];
3017
+ var EC2InstanceLimitList = [1, n0, _ECILL,
3018
+ 0, () => EC2InstanceLimit$
3019
+ ];
3020
+ var EventList = [1, n0, _EL,
3021
+ 0, () => Event$
3022
+ ];
3023
+ var FleetAttributesList = [1, n0, _FAL,
3024
+ 0, () => FleetAttributes$
3025
+ ];
3026
+ var FleetCapacityList = [1, n0, _FCL,
3027
+ 0, () => FleetCapacity$
3028
+ ];
3029
+ var FleetDeployments = [1, n0, _FDl,
3030
+ 0, () => FleetDeployment$
3031
+ ];
3032
+ var FleetUtilizationList = [1, n0, _FUL,
3033
+ 0, () => FleetUtilization$
3034
+ ];
3035
+ var GamePropertyList = [1, n0, _GPL,
3036
+ 0, () => GameProperty$
3037
+ ];
3038
+ var GameServerGroups = [1, n0, _GSGa,
3039
+ 0, () => GameServerGroup$
3040
+ ];
3041
+ var GameServerInstances = [1, n0, _GSIam,
3042
+ 0, () => GameServerInstance$
3043
+ ];
3044
+ var GameServers = [1, n0, _GSame,
3045
+ 0, () => GameServer$
3046
+ ];
3047
+ var GameSessionDetailList = [1, n0, _GSDL,
3048
+ 0, [() => GameSessionDetail$,
3049
+ 0]
3050
+ ];
3051
+ var GameSessionList = [1, n0, _GSL,
3052
+ 0, [() => GameSession$,
3053
+ 0]
3054
+ ];
3055
+ var GameSessionQueueDestinationList = [1, n0, _GSQDL,
3056
+ 0, () => GameSessionQueueDestination$
3057
+ ];
3058
+ var GameSessionQueueList = [1, n0, _GSQL,
3059
+ 0, () => GameSessionQueue$
3060
+ ];
3061
+ var InstanceDefinitions = [1, n0, _ID,
3062
+ 0, () => InstanceDefinition$
3063
+ ];
3064
+ var InstanceList = [1, n0, _ILn,
3065
+ 0, [() => Instance$,
3066
+ 0]
3067
+ ];
3068
+ var IpPermissionsList = [1, n0, _IPL,
3069
+ 0, [() => IpPermission$,
3070
+ 0]
3071
+ ];
3072
+ var LocationAttributesList = [1, n0, _LAL,
3073
+ 0, () => LocationAttributes$
3074
+ ];
3075
+ var LocationConfigurationList = [1, n0, _LCL,
3076
+ 0, () => LocationConfiguration$
3077
+ ];
3078
+ var LocationModelList = [1, n0, _LML,
3079
+ 0, () => LocationModel$
3080
+ ];
3081
+ var LocationStateList = [1, n0, _LSL,
3082
+ 0, () => LocationState$
3083
+ ];
3084
+ var MatchedPlayerSessionList = [1, n0, _MPSL,
3085
+ 0, [() => MatchedPlayerSession$,
3086
+ 0]
3087
+ ];
3088
+ var MatchmakingConfigurationList = [1, n0, _MCL,
3089
+ 0, () => MatchmakingConfiguration$
3090
+ ];
3091
+ var MatchmakingRuleSetList = [1, n0, _MRSL,
3092
+ 0, () => MatchmakingRuleSet$
3093
+ ];
3094
+ var MatchmakingTicketList = [1, n0, _MTL,
3095
+ 0, [() => MatchmakingTicket$,
3096
+ 0]
3097
+ ];
3098
+ var PlacedPlayerSessionList = [1, n0, _PPSL,
3099
+ 0, [() => PlacedPlayerSession$,
3100
+ 0]
3101
+ ];
3102
+ var PlayerConnectionDetailList = [1, n0, _PCDL,
3103
+ 0, [() => PlayerConnectionDetail$,
3104
+ 0]
3105
+ ];
3106
+ var PlayerConnectionEndpointList = [1, n0, _PCEL,
3107
+ 0, [() => PlayerConnectionEndpoint$,
3108
+ 0]
3109
+ ];
3110
+ var PlayerIdList = [1, n0, _PIL,
3111
+ 8, [() => PlayerId,
3112
+ 0]
3113
+ ];
3114
+ var PlayerIdsForAcceptMatch = [1, n0, _PIFAM,
3115
+ 8, [() => PlayerId,
3116
+ 0]
3117
+ ];
3118
+ var PlayerLatencyList = [1, n0, _PLL,
3119
+ 0, [() => PlayerLatency$,
3120
+ 0]
3121
+ ];
3122
+ var PlayerLatencyPolicyList = [1, n0, _PLPL,
3123
+ 0, () => PlayerLatencyPolicy$
3124
+ ];
3125
+ var PlayerList = [1, n0, _PLla,
3126
+ 0, [() => Player$,
3127
+ 0]
3128
+ ];
3129
+ var PlayerSessionList = [1, n0, _PSL,
3130
+ 0, [() => PlayerSession$,
3131
+ 0]
3132
+ ];
3133
+ var ScalingPolicyList = [1, n0, _SPL,
3134
+ 0, () => ScalingPolicy$
3135
+ ];
3136
+ var ScriptList = [1, n0, _SLc,
3137
+ 0, () => Script$
3138
+ ];
3139
+ var ServerProcessList = [1, n0, _SPLe,
3140
+ 0, () => ServerProcess$
3141
+ ];
3142
+ var SupportContainerDefinitionInputList = [1, n0, _SCDIL,
3143
+ 0, [() => SupportContainerDefinitionInput$,
3144
+ 0]
3145
+ ];
3146
+ var SupportContainerDefinitionList = [1, n0, _SCDL,
3147
+ 0, [() => SupportContainerDefinition$,
3148
+ 0]
3149
+ ];
3150
+ var TagList = [1, n0, _TLa,
3151
+ 0, () => Tag$
3152
+ ];
3153
+ var VpcPeeringAuthorizationList = [1, n0, _VPAL,
3154
+ 0, () => VpcPeeringAuthorization$
3155
+ ];
3156
+ var VpcPeeringConnectionList = [1, n0, _VPCL,
3157
+ 0, () => VpcPeeringConnection$
3158
+ ];
3159
+ var LocationalDeployments = [2, n0, _LD,
3160
+ 0, 0, () => LocationalDeployment$
3161
+ ];
3162
+ var PlayerAttributeMap = [2, n0, _PAM,
3163
+ 0, 0, () => AttributeValue$
3164
+ ];
3165
+ var AcceptMatch$ = [9, n0, _AM,
3166
+ 0, () => AcceptMatchInput$, () => AcceptMatchOutput$
3167
+ ];
3168
+ var ClaimGameServer$ = [9, n0, _CGS,
3169
+ 0, () => ClaimGameServerInput$, () => ClaimGameServerOutput$
3170
+ ];
3171
+ var CreateAlias$ = [9, n0, _CAr,
3172
+ 0, () => CreateAliasInput$, () => CreateAliasOutput$
3173
+ ];
3174
+ var CreateBuild$ = [9, n0, _CB,
3175
+ 0, () => CreateBuildInput$, () => CreateBuildOutput$
3176
+ ];
3177
+ var CreateContainerFleet$ = [9, n0, _CCF,
3178
+ 0, () => CreateContainerFleetInput$, () => CreateContainerFleetOutput$
3179
+ ];
3180
+ var CreateContainerGroupDefinition$ = [9, n0, _CCGD,
3181
+ 0, () => CreateContainerGroupDefinitionInput$, () => CreateContainerGroupDefinitionOutput$
3182
+ ];
3183
+ var CreateFleet$ = [9, n0, _CFr,
3184
+ 0, () => CreateFleetInput$, () => CreateFleetOutput$
3185
+ ];
3186
+ var CreateFleetLocations$ = [9, n0, _CFLr,
3187
+ 0, () => CreateFleetLocationsInput$, () => CreateFleetLocationsOutput$
3188
+ ];
3189
+ var CreateGameServerGroup$ = [9, n0, _CGSG,
3190
+ 0, () => CreateGameServerGroupInput$, () => CreateGameServerGroupOutput$
3191
+ ];
3192
+ var CreateGameSession$ = [9, n0, _CGSr,
3193
+ 0, () => CreateGameSessionInput$, () => CreateGameSessionOutput$
3194
+ ];
3195
+ var CreateGameSessionQueue$ = [9, n0, _CGSQ,
3196
+ 0, () => CreateGameSessionQueueInput$, () => CreateGameSessionQueueOutput$
3197
+ ];
3198
+ var CreateLocation$ = [9, n0, _CLr,
3199
+ 0, () => CreateLocationInput$, () => CreateLocationOutput$
3200
+ ];
3201
+ var CreateMatchmakingConfiguration$ = [9, n0, _CMC,
3202
+ 0, () => CreateMatchmakingConfigurationInput$, () => CreateMatchmakingConfigurationOutput$
3203
+ ];
3204
+ var CreateMatchmakingRuleSet$ = [9, n0, _CMRS,
3205
+ 0, () => CreateMatchmakingRuleSetInput$, () => CreateMatchmakingRuleSetOutput$
3206
+ ];
3207
+ var CreatePlayerSession$ = [9, n0, _CPS,
3208
+ 0, () => CreatePlayerSessionInput$, () => CreatePlayerSessionOutput$
3209
+ ];
3210
+ var CreatePlayerSessions$ = [9, n0, _CPSr,
3211
+ 0, () => CreatePlayerSessionsInput$, () => CreatePlayerSessionsOutput$
3212
+ ];
3213
+ var CreateScript$ = [9, n0, _CSr,
3214
+ 0, () => CreateScriptInput$, () => CreateScriptOutput$
3215
+ ];
3216
+ var CreateVpcPeeringAuthorization$ = [9, n0, _CVPA,
3217
+ 0, () => CreateVpcPeeringAuthorizationInput$, () => CreateVpcPeeringAuthorizationOutput$
3218
+ ];
3219
+ var CreateVpcPeeringConnection$ = [9, n0, _CVPC,
3220
+ 0, () => CreateVpcPeeringConnectionInput$, () => CreateVpcPeeringConnectionOutput$
3221
+ ];
3222
+ var DeleteAlias$ = [9, n0, _DAe,
3223
+ 0, () => DeleteAliasInput$, () => __Unit
3224
+ ];
3225
+ var DeleteBuild$ = [9, n0, _DB,
3226
+ 0, () => DeleteBuildInput$, () => __Unit
3227
+ ];
3228
+ var DeleteContainerFleet$ = [9, n0, _DCF,
3229
+ 0, () => DeleteContainerFleetInput$, () => DeleteContainerFleetOutput$
3230
+ ];
3231
+ var DeleteContainerGroupDefinition$ = [9, n0, _DCGD,
3232
+ 0, () => DeleteContainerGroupDefinitionInput$, () => DeleteContainerGroupDefinitionOutput$
3233
+ ];
3234
+ var DeleteFleet$ = [9, n0, _DF,
3235
+ 0, () => DeleteFleetInput$, () => __Unit
3236
+ ];
3237
+ var DeleteFleetLocations$ = [9, n0, _DFL,
3238
+ 0, () => DeleteFleetLocationsInput$, () => DeleteFleetLocationsOutput$
3239
+ ];
3240
+ var DeleteGameServerGroup$ = [9, n0, _DGSG,
3241
+ 0, () => DeleteGameServerGroupInput$, () => DeleteGameServerGroupOutput$
3242
+ ];
3243
+ var DeleteGameSessionQueue$ = [9, n0, _DGSQ,
3244
+ 0, () => DeleteGameSessionQueueInput$, () => DeleteGameSessionQueueOutput$
3245
+ ];
3246
+ var DeleteLocation$ = [9, n0, _DL,
3247
+ 0, () => DeleteLocationInput$, () => DeleteLocationOutput$
3248
+ ];
3249
+ var DeleteMatchmakingConfiguration$ = [9, n0, _DMC,
3250
+ 0, () => DeleteMatchmakingConfigurationInput$, () => DeleteMatchmakingConfigurationOutput$
3251
+ ];
3252
+ var DeleteMatchmakingRuleSet$ = [9, n0, _DMRS,
3253
+ 0, () => DeleteMatchmakingRuleSetInput$, () => DeleteMatchmakingRuleSetOutput$
3254
+ ];
3255
+ var DeleteScalingPolicy$ = [9, n0, _DSP,
3256
+ 0, () => DeleteScalingPolicyInput$, () => __Unit
3257
+ ];
3258
+ var DeleteScript$ = [9, n0, _DSe,
3259
+ 0, () => DeleteScriptInput$, () => __Unit
3260
+ ];
3261
+ var DeleteVpcPeeringAuthorization$ = [9, n0, _DVPA,
3262
+ 0, () => DeleteVpcPeeringAuthorizationInput$, () => DeleteVpcPeeringAuthorizationOutput$
3263
+ ];
3264
+ var DeleteVpcPeeringConnection$ = [9, n0, _DVPC,
3265
+ 0, () => DeleteVpcPeeringConnectionInput$, () => DeleteVpcPeeringConnectionOutput$
3266
+ ];
3267
+ var DeregisterCompute$ = [9, n0, _DCe,
3268
+ 0, () => DeregisterComputeInput$, () => DeregisterComputeOutput$
3269
+ ];
3270
+ var DeregisterGameServer$ = [9, n0, _DGS,
3271
+ 0, () => DeregisterGameServerInput$, () => __Unit
3272
+ ];
3273
+ var DescribeAlias$ = [9, n0, _DAes,
3274
+ 0, () => DescribeAliasInput$, () => DescribeAliasOutput$
3275
+ ];
3276
+ var DescribeBuild$ = [9, n0, _DBe,
3277
+ 0, () => DescribeBuildInput$, () => DescribeBuildOutput$
3278
+ ];
3279
+ var DescribeCompute$ = [9, n0, _DCes,
3280
+ 0, () => DescribeComputeInput$, () => DescribeComputeOutput$
3281
+ ];
3282
+ var DescribeContainerFleet$ = [9, n0, _DCFe,
3283
+ 0, () => DescribeContainerFleetInput$, () => DescribeContainerFleetOutput$
3284
+ ];
3285
+ var DescribeContainerGroupDefinition$ = [9, n0, _DCGDe,
3286
+ 0, () => DescribeContainerGroupDefinitionInput$, () => DescribeContainerGroupDefinitionOutput$
3287
+ ];
3288
+ var DescribeContainerGroupPortMappings$ = [9, n0, _DCGPM,
3289
+ 0, () => DescribeContainerGroupPortMappingsInput$, () => DescribeContainerGroupPortMappingsOutput$
3290
+ ];
3291
+ var DescribeEC2InstanceLimits$ = [9, n0, _DECIL,
3292
+ 0, () => DescribeEC2InstanceLimitsInput$, () => DescribeEC2InstanceLimitsOutput$
3293
+ ];
3294
+ var DescribeFleetAttributes$ = [9, n0, _DFA,
3295
+ 0, () => DescribeFleetAttributesInput$, () => DescribeFleetAttributesOutput$
3296
+ ];
3297
+ var DescribeFleetCapacity$ = [9, n0, _DFC,
3298
+ 0, () => DescribeFleetCapacityInput$, () => DescribeFleetCapacityOutput$
3299
+ ];
3300
+ var DescribeFleetDeployment$ = [9, n0, _DFD,
3301
+ 0, () => DescribeFleetDeploymentInput$, () => DescribeFleetDeploymentOutput$
3302
+ ];
3303
+ var DescribeFleetEvents$ = [9, n0, _DFE,
3304
+ 0, () => DescribeFleetEventsInput$, () => DescribeFleetEventsOutput$
3305
+ ];
3306
+ var DescribeFleetLocationAttributes$ = [9, n0, _DFLA,
3307
+ 0, () => DescribeFleetLocationAttributesInput$, () => DescribeFleetLocationAttributesOutput$
3308
+ ];
3309
+ var DescribeFleetLocationCapacity$ = [9, n0, _DFLC,
3310
+ 0, () => DescribeFleetLocationCapacityInput$, () => DescribeFleetLocationCapacityOutput$
3311
+ ];
3312
+ var DescribeFleetLocationUtilization$ = [9, n0, _DFLU,
3313
+ 0, () => DescribeFleetLocationUtilizationInput$, () => DescribeFleetLocationUtilizationOutput$
3314
+ ];
3315
+ var DescribeFleetPortSettings$ = [9, n0, _DFPS,
3316
+ 0, () => DescribeFleetPortSettingsInput$, () => DescribeFleetPortSettingsOutput$
3317
+ ];
3318
+ var DescribeFleetUtilization$ = [9, n0, _DFU,
3319
+ 0, () => DescribeFleetUtilizationInput$, () => DescribeFleetUtilizationOutput$
3320
+ ];
3321
+ var DescribeGameServer$ = [9, n0, _DGSe,
3322
+ 0, () => DescribeGameServerInput$, () => DescribeGameServerOutput$
3323
+ ];
3324
+ var DescribeGameServerGroup$ = [9, n0, _DGSGe,
3325
+ 0, () => DescribeGameServerGroupInput$, () => DescribeGameServerGroupOutput$
3326
+ ];
3327
+ var DescribeGameServerInstances$ = [9, n0, _DGSIesc,
3328
+ 0, () => DescribeGameServerInstancesInput$, () => DescribeGameServerInstancesOutput$
3329
+ ];
3330
+ var DescribeGameSessionDetails$ = [9, n0, _DGSD,
3331
+ 0, () => DescribeGameSessionDetailsInput$, () => DescribeGameSessionDetailsOutput$
3332
+ ];
3333
+ var DescribeGameSessionPlacement$ = [9, n0, _DGSP,
3334
+ 0, () => DescribeGameSessionPlacementInput$, () => DescribeGameSessionPlacementOutput$
3335
+ ];
3336
+ var DescribeGameSessionQueues$ = [9, n0, _DGSQe,
3337
+ 0, () => DescribeGameSessionQueuesInput$, () => DescribeGameSessionQueuesOutput$
3338
+ ];
3339
+ var DescribeGameSessions$ = [9, n0, _DGSes,
3340
+ 0, () => DescribeGameSessionsInput$, () => DescribeGameSessionsOutput$
3341
+ ];
3342
+ var DescribeInstances$ = [9, n0, _DIes,
3343
+ 0, () => DescribeInstancesInput$, () => DescribeInstancesOutput$
3344
+ ];
3345
+ var DescribeMatchmaking$ = [9, n0, _DM,
3346
+ 0, () => DescribeMatchmakingInput$, () => DescribeMatchmakingOutput$
3347
+ ];
3348
+ var DescribeMatchmakingConfigurations$ = [9, n0, _DMCe,
3349
+ 0, () => DescribeMatchmakingConfigurationsInput$, () => DescribeMatchmakingConfigurationsOutput$
3350
+ ];
3351
+ var DescribeMatchmakingRuleSets$ = [9, n0, _DMRSe,
3352
+ 0, () => DescribeMatchmakingRuleSetsInput$, () => DescribeMatchmakingRuleSetsOutput$
3353
+ ];
3354
+ var DescribePlayerSessions$ = [9, n0, _DPSes,
3355
+ 0, () => DescribePlayerSessionsInput$, () => DescribePlayerSessionsOutput$
3356
+ ];
3357
+ var DescribeRuntimeConfiguration$ = [9, n0, _DRC,
3358
+ 0, () => DescribeRuntimeConfigurationInput$, () => DescribeRuntimeConfigurationOutput$
3359
+ ];
3360
+ var DescribeScalingPolicies$ = [9, n0, _DSPe,
3361
+ 0, () => DescribeScalingPoliciesInput$, () => DescribeScalingPoliciesOutput$
3362
+ ];
3363
+ var DescribeScript$ = [9, n0, _DSes,
3364
+ 0, () => DescribeScriptInput$, () => DescribeScriptOutput$
3365
+ ];
3366
+ var DescribeVpcPeeringAuthorizations$ = [9, n0, _DVPAe,
3367
+ 0, () => DescribeVpcPeeringAuthorizationsInput$, () => DescribeVpcPeeringAuthorizationsOutput$
3368
+ ];
3369
+ var DescribeVpcPeeringConnections$ = [9, n0, _DVPCe,
3370
+ 0, () => DescribeVpcPeeringConnectionsInput$, () => DescribeVpcPeeringConnectionsOutput$
3371
+ ];
3372
+ var GetComputeAccess$ = [9, n0, _GCA,
3373
+ 0, () => GetComputeAccessInput$, () => GetComputeAccessOutput$
3374
+ ];
3375
+ var GetComputeAuthToken$ = [9, n0, _GCAT,
3376
+ 0, () => GetComputeAuthTokenInput$, () => GetComputeAuthTokenOutput$
3377
+ ];
3378
+ var GetGameSessionLogUrl$ = [9, n0, _GGSLU,
3379
+ 0, () => GetGameSessionLogUrlInput$, () => GetGameSessionLogUrlOutput$
3380
+ ];
3381
+ var GetInstanceAccess$ = [9, n0, _GIA,
3382
+ 0, () => GetInstanceAccessInput$, () => GetInstanceAccessOutput$
3383
+ ];
3384
+ var GetPlayerConnectionDetails$ = [9, n0, _GPCD,
3385
+ 0, () => GetPlayerConnectionDetailsInput$, () => GetPlayerConnectionDetailsOutput$
3386
+ ];
3387
+ var ListAliases$ = [9, n0, _LAi,
3388
+ 0, () => ListAliasesInput$, () => ListAliasesOutput$
3389
+ ];
3390
+ var ListBuilds$ = [9, n0, _LB,
3391
+ 0, () => ListBuildsInput$, () => ListBuildsOutput$
3392
+ ];
3393
+ var ListCompute$ = [9, n0, _LCis,
3394
+ 0, () => ListComputeInput$, () => ListComputeOutput$
3395
+ ];
3396
+ var ListContainerFleets$ = [9, n0, _LCF,
3397
+ 0, () => ListContainerFleetsInput$, () => ListContainerFleetsOutput$
3398
+ ];
3399
+ var ListContainerGroupDefinitions$ = [9, n0, _LCGD,
3400
+ 0, () => ListContainerGroupDefinitionsInput$, () => ListContainerGroupDefinitionsOutput$
3401
+ ];
3402
+ var ListContainerGroupDefinitionVersions$ = [9, n0, _LCGDV,
3403
+ 0, () => ListContainerGroupDefinitionVersionsInput$, () => ListContainerGroupDefinitionVersionsOutput$
3404
+ ];
3405
+ var ListFleetDeployments$ = [9, n0, _LFD,
3406
+ 0, () => ListFleetDeploymentsInput$, () => ListFleetDeploymentsOutput$
3407
+ ];
3408
+ var ListFleets$ = [9, n0, _LF,
3409
+ 0, () => ListFleetsInput$, () => ListFleetsOutput$
3410
+ ];
3411
+ var ListGameServerGroups$ = [9, n0, _LGSG,
3412
+ 0, () => ListGameServerGroupsInput$, () => ListGameServerGroupsOutput$
3413
+ ];
3414
+ var ListGameServers$ = [9, n0, _LGS,
3415
+ 0, () => ListGameServersInput$, () => ListGameServersOutput$
3416
+ ];
3417
+ var ListLocations$ = [9, n0, _LL,
3418
+ 0, () => ListLocationsInput$, () => ListLocationsOutput$
3419
+ ];
3420
+ var ListScripts$ = [9, n0, _LSi,
3421
+ 0, () => ListScriptsInput$, () => ListScriptsOutput$
3422
+ ];
3423
+ var ListTagsForResource$ = [9, n0, _LTFR,
3424
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
3425
+ ];
3426
+ var PutScalingPolicy$ = [9, n0, _PSP,
3427
+ 0, () => PutScalingPolicyInput$, () => PutScalingPolicyOutput$
3428
+ ];
3429
+ var RegisterCompute$ = [9, n0, _RCe,
3430
+ 0, () => RegisterComputeInput$, () => RegisterComputeOutput$
3431
+ ];
3432
+ var RegisterGameServer$ = [9, n0, _RGS,
3433
+ 0, () => RegisterGameServerInput$, () => RegisterGameServerOutput$
3434
+ ];
3435
+ var RequestUploadCredentials$ = [9, n0, _RUC,
3436
+ 0, () => RequestUploadCredentialsInput$, () => RequestUploadCredentialsOutput$
3437
+ ];
3438
+ var ResolveAlias$ = [9, n0, _RAes,
3439
+ 0, () => ResolveAliasInput$, () => ResolveAliasOutput$
3440
+ ];
3441
+ var ResumeGameServerGroup$ = [9, n0, _RGSG,
3442
+ 0, () => ResumeGameServerGroupInput$, () => ResumeGameServerGroupOutput$
3443
+ ];
3444
+ var SearchGameSessions$ = [9, n0, _SGS,
3445
+ 0, () => SearchGameSessionsInput$, () => SearchGameSessionsOutput$
3446
+ ];
3447
+ var StartFleetActions$ = [9, n0, _SFA,
3448
+ 0, () => StartFleetActionsInput$, () => StartFleetActionsOutput$
3449
+ ];
3450
+ var StartGameSessionPlacement$ = [9, n0, _SGSP,
3451
+ 0, () => StartGameSessionPlacementInput$, () => StartGameSessionPlacementOutput$
3452
+ ];
3453
+ var StartMatchBackfill$ = [9, n0, _SMB,
3454
+ 0, () => StartMatchBackfillInput$, () => StartMatchBackfillOutput$
3455
+ ];
3456
+ var StartMatchmaking$ = [9, n0, _SMt,
3457
+ 0, () => StartMatchmakingInput$, () => StartMatchmakingOutput$
3458
+ ];
3459
+ var StopFleetActions$ = [9, n0, _SFAt,
3460
+ 0, () => StopFleetActionsInput$, () => StopFleetActionsOutput$
3461
+ ];
3462
+ var StopGameSessionPlacement$ = [9, n0, _SGSPt,
3463
+ 0, () => StopGameSessionPlacementInput$, () => StopGameSessionPlacementOutput$
3464
+ ];
3465
+ var StopMatchmaking$ = [9, n0, _SMto,
3466
+ 0, () => StopMatchmakingInput$, () => StopMatchmakingOutput$
3467
+ ];
3468
+ var SuspendGameServerGroup$ = [9, n0, _SGSG,
3469
+ 0, () => SuspendGameServerGroupInput$, () => SuspendGameServerGroupOutput$
3470
+ ];
3471
+ var TagResource$ = [9, n0, _TR,
3472
+ 0, () => TagResourceRequest$, () => TagResourceResponse$
3473
+ ];
3474
+ var TerminateGameSession$ = [9, n0, _TGS,
3475
+ 0, () => TerminateGameSessionInput$, () => TerminateGameSessionOutput$
3476
+ ];
3477
+ var UntagResource$ = [9, n0, _UR,
3478
+ 0, () => UntagResourceRequest$, () => UntagResourceResponse$
3479
+ ];
3480
+ var UpdateAlias$ = [9, n0, _UA,
3481
+ 0, () => UpdateAliasInput$, () => UpdateAliasOutput$
3482
+ ];
3483
+ var UpdateBuild$ = [9, n0, _UB,
3484
+ 0, () => UpdateBuildInput$, () => UpdateBuildOutput$
3485
+ ];
3486
+ var UpdateContainerFleet$ = [9, n0, _UCF,
3487
+ 0, () => UpdateContainerFleetInput$, () => UpdateContainerFleetOutput$
3488
+ ];
3489
+ var UpdateContainerGroupDefinition$ = [9, n0, _UCGD,
3490
+ 0, () => UpdateContainerGroupDefinitionInput$, () => UpdateContainerGroupDefinitionOutput$
3491
+ ];
3492
+ var UpdateFleetAttributes$ = [9, n0, _UFA,
3493
+ 0, () => UpdateFleetAttributesInput$, () => UpdateFleetAttributesOutput$
3494
+ ];
3495
+ var UpdateFleetCapacity$ = [9, n0, _UFC,
3496
+ 0, () => UpdateFleetCapacityInput$, () => UpdateFleetCapacityOutput$
3497
+ ];
3498
+ var UpdateFleetPortSettings$ = [9, n0, _UFPS,
3499
+ 0, () => UpdateFleetPortSettingsInput$, () => UpdateFleetPortSettingsOutput$
3500
+ ];
3501
+ var UpdateGameServer$ = [9, n0, _UGS,
3502
+ 0, () => UpdateGameServerInput$, () => UpdateGameServerOutput$
3503
+ ];
3504
+ var UpdateGameServerGroup$ = [9, n0, _UGSG,
3505
+ 0, () => UpdateGameServerGroupInput$, () => UpdateGameServerGroupOutput$
3506
+ ];
3507
+ var UpdateGameSession$ = [9, n0, _UGSp,
3508
+ 0, () => UpdateGameSessionInput$, () => UpdateGameSessionOutput$
3509
+ ];
3510
+ var UpdateGameSessionQueue$ = [9, n0, _UGSQ,
3511
+ 0, () => UpdateGameSessionQueueInput$, () => UpdateGameSessionQueueOutput$
3512
+ ];
3513
+ var UpdateMatchmakingConfiguration$ = [9, n0, _UMC,
3514
+ 0, () => UpdateMatchmakingConfigurationInput$, () => UpdateMatchmakingConfigurationOutput$
3515
+ ];
3516
+ var UpdateRuntimeConfiguration$ = [9, n0, _URC,
3517
+ 0, () => UpdateRuntimeConfigurationInput$, () => UpdateRuntimeConfigurationOutput$
3518
+ ];
3519
+ var UpdateScript$ = [9, n0, _USp,
3520
+ 0, () => UpdateScriptInput$, () => UpdateScriptOutput$
3521
+ ];
3522
+ var ValidateMatchmakingRuleSet$ = [9, n0, _VMRS,
3523
+ 0, () => ValidateMatchmakingRuleSetInput$, () => ValidateMatchmakingRuleSetOutput$
3524
+ ];
3525
+
3526
+ const getRuntimeConfig$1 = (config) => {
3527
+ return {
3528
+ apiVersion: "2015-10-01",
3529
+ base64Decoder: config?.base64Decoder ?? fromBase64,
3530
+ base64Encoder: config?.base64Encoder ?? toBase64,
3531
+ disableHostPrefix: config?.disableHostPrefix ?? false,
3532
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
3533
+ extensions: config?.extensions ?? [],
3534
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultGameLiftHttpAuthSchemeProvider,
3535
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
3536
+ {
3537
+ schemeId: "aws.auth#sigv4",
3538
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
3539
+ signer: new AwsSdkSigV4Signer(),
3540
+ },
3541
+ ],
3542
+ logger: config?.logger ?? new NoOpLogger(),
3543
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
3544
+ protocolSettings: config?.protocolSettings ?? {
3545
+ defaultNamespace: "com.amazonaws.gamelift",
3546
+ errorTypeRegistries,
3547
+ xmlNamespace: "http://gamelift.amazonaws.com/doc/",
3548
+ version: "2015-10-01",
3549
+ serviceTarget: "GameLift",
3550
+ },
3551
+ serviceId: config?.serviceId ?? "GameLift",
3552
+ sha256: config?.sha256 ?? Sha256,
3553
+ urlParser: config?.urlParser ?? parseUrl,
3554
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3555
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
3556
+ };
3557
+ };
3558
+
3559
+ const getRuntimeConfig = (config) => {
3560
+ emitWarningIfUnsupportedVersion(process.version);
3561
+ const defaultsMode = resolveDefaultsModeConfig(config);
3562
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
3563
+ const clientSharedValues = getRuntimeConfig$1(config);
3564
+ emitWarningIfUnsupportedVersion$1(process.version);
3565
+ const loaderConfig = {
3566
+ profile: config?.profile,
3567
+ logger: clientSharedValues.logger,
3568
+ };
3569
+ return {
3570
+ ...clientSharedValues,
3571
+ ...config,
3572
+ runtime: "node",
3573
+ defaultsMode,
3574
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
3575
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
3576
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
3577
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
3578
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
3579
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
3580
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
3581
+ retryMode: config?.retryMode ??
3582
+ loadConfig({
3583
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3584
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3585
+ }, config),
3586
+ streamCollector: config?.streamCollector ?? streamCollector,
3587
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3588
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3589
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
3590
+ };
3591
+ };
3592
+
34
3593
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
3594
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
3595
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -2770,193 +6329,675 @@ const GameServerHealthCheck = {
2770
6329
  HEALTHY: "HEALTHY",
2771
6330
  };
2772
6331
 
6332
+ exports.AcceptMatch$ = AcceptMatch$;
2773
6333
  exports.AcceptMatchCommand = AcceptMatchCommand;
6334
+ exports.AcceptMatchInput$ = AcceptMatchInput$;
6335
+ exports.AcceptMatchOutput$ = AcceptMatchOutput$;
2774
6336
  exports.AcceptanceType = AcceptanceType;
6337
+ exports.Alias$ = Alias$;
6338
+ exports.AnywhereConfiguration$ = AnywhereConfiguration$;
6339
+ exports.AttributeValue$ = AttributeValue$;
6340
+ exports.AwsCredentials$ = AwsCredentials$;
2775
6341
  exports.BackfillMode = BackfillMode;
2776
6342
  exports.BalancingStrategy = BalancingStrategy;
6343
+ exports.Build$ = Build$;
2777
6344
  exports.BuildStatus = BuildStatus;
6345
+ exports.CertificateConfiguration$ = CertificateConfiguration$;
2778
6346
  exports.CertificateType = CertificateType;
6347
+ exports.ClaimFilterOption$ = ClaimFilterOption$;
6348
+ exports.ClaimGameServer$ = ClaimGameServer$;
2779
6349
  exports.ClaimGameServerCommand = ClaimGameServerCommand;
6350
+ exports.ClaimGameServerInput$ = ClaimGameServerInput$;
6351
+ exports.ClaimGameServerOutput$ = ClaimGameServerOutput$;
2780
6352
  exports.ComparisonOperatorType = ComparisonOperatorType;
6353
+ exports.Compute$ = Compute$;
2781
6354
  exports.ComputeStatus = ComputeStatus;
2782
6355
  exports.ComputeType = ComputeType;
6356
+ exports.ConflictException = ConflictException;
6357
+ exports.ConflictException$ = ConflictException$;
6358
+ exports.ConnectionPortRange$ = ConnectionPortRange$;
6359
+ exports.ContainerAttribute$ = ContainerAttribute$;
6360
+ exports.ContainerDependency$ = ContainerDependency$;
2783
6361
  exports.ContainerDependencyCondition = ContainerDependencyCondition;
6362
+ exports.ContainerEnvironment$ = ContainerEnvironment$;
6363
+ exports.ContainerFleet$ = ContainerFleet$;
2784
6364
  exports.ContainerFleetBillingType = ContainerFleetBillingType;
6365
+ exports.ContainerFleetLocationAttributes$ = ContainerFleetLocationAttributes$;
2785
6366
  exports.ContainerFleetLocationStatus = ContainerFleetLocationStatus;
2786
6367
  exports.ContainerFleetRemoveAttribute = ContainerFleetRemoveAttribute;
2787
6368
  exports.ContainerFleetStatus = ContainerFleetStatus;
6369
+ exports.ContainerGroupDefinition$ = ContainerGroupDefinition$;
2788
6370
  exports.ContainerGroupDefinitionStatus = ContainerGroupDefinitionStatus;
6371
+ exports.ContainerGroupPortMapping$ = ContainerGroupPortMapping$;
2789
6372
  exports.ContainerGroupType = ContainerGroupType;
6373
+ exports.ContainerHealthCheck$ = ContainerHealthCheck$;
6374
+ exports.ContainerIdentifier$ = ContainerIdentifier$;
6375
+ exports.ContainerMountPoint$ = ContainerMountPoint$;
2790
6376
  exports.ContainerMountPointAccessLevel = ContainerMountPointAccessLevel;
2791
6377
  exports.ContainerOperatingSystem = ContainerOperatingSystem;
6378
+ exports.ContainerPortConfiguration$ = ContainerPortConfiguration$;
6379
+ exports.ContainerPortMapping$ = ContainerPortMapping$;
6380
+ exports.ContainerPortRange$ = ContainerPortRange$;
6381
+ exports.CreateAlias$ = CreateAlias$;
2792
6382
  exports.CreateAliasCommand = CreateAliasCommand;
6383
+ exports.CreateAliasInput$ = CreateAliasInput$;
6384
+ exports.CreateAliasOutput$ = CreateAliasOutput$;
6385
+ exports.CreateBuild$ = CreateBuild$;
2793
6386
  exports.CreateBuildCommand = CreateBuildCommand;
6387
+ exports.CreateBuildInput$ = CreateBuildInput$;
6388
+ exports.CreateBuildOutput$ = CreateBuildOutput$;
6389
+ exports.CreateContainerFleet$ = CreateContainerFleet$;
2794
6390
  exports.CreateContainerFleetCommand = CreateContainerFleetCommand;
6391
+ exports.CreateContainerFleetInput$ = CreateContainerFleetInput$;
6392
+ exports.CreateContainerFleetOutput$ = CreateContainerFleetOutput$;
6393
+ exports.CreateContainerGroupDefinition$ = CreateContainerGroupDefinition$;
2795
6394
  exports.CreateContainerGroupDefinitionCommand = CreateContainerGroupDefinitionCommand;
6395
+ exports.CreateContainerGroupDefinitionInput$ = CreateContainerGroupDefinitionInput$;
6396
+ exports.CreateContainerGroupDefinitionOutput$ = CreateContainerGroupDefinitionOutput$;
6397
+ exports.CreateFleet$ = CreateFleet$;
2796
6398
  exports.CreateFleetCommand = CreateFleetCommand;
6399
+ exports.CreateFleetInput$ = CreateFleetInput$;
6400
+ exports.CreateFleetLocations$ = CreateFleetLocations$;
2797
6401
  exports.CreateFleetLocationsCommand = CreateFleetLocationsCommand;
6402
+ exports.CreateFleetLocationsInput$ = CreateFleetLocationsInput$;
6403
+ exports.CreateFleetLocationsOutput$ = CreateFleetLocationsOutput$;
6404
+ exports.CreateFleetOutput$ = CreateFleetOutput$;
6405
+ exports.CreateGameServerGroup$ = CreateGameServerGroup$;
2798
6406
  exports.CreateGameServerGroupCommand = CreateGameServerGroupCommand;
6407
+ exports.CreateGameServerGroupInput$ = CreateGameServerGroupInput$;
6408
+ exports.CreateGameServerGroupOutput$ = CreateGameServerGroupOutput$;
6409
+ exports.CreateGameSession$ = CreateGameSession$;
2799
6410
  exports.CreateGameSessionCommand = CreateGameSessionCommand;
6411
+ exports.CreateGameSessionInput$ = CreateGameSessionInput$;
6412
+ exports.CreateGameSessionOutput$ = CreateGameSessionOutput$;
6413
+ exports.CreateGameSessionQueue$ = CreateGameSessionQueue$;
2800
6414
  exports.CreateGameSessionQueueCommand = CreateGameSessionQueueCommand;
6415
+ exports.CreateGameSessionQueueInput$ = CreateGameSessionQueueInput$;
6416
+ exports.CreateGameSessionQueueOutput$ = CreateGameSessionQueueOutput$;
6417
+ exports.CreateLocation$ = CreateLocation$;
2801
6418
  exports.CreateLocationCommand = CreateLocationCommand;
6419
+ exports.CreateLocationInput$ = CreateLocationInput$;
6420
+ exports.CreateLocationOutput$ = CreateLocationOutput$;
6421
+ exports.CreateMatchmakingConfiguration$ = CreateMatchmakingConfiguration$;
2802
6422
  exports.CreateMatchmakingConfigurationCommand = CreateMatchmakingConfigurationCommand;
6423
+ exports.CreateMatchmakingConfigurationInput$ = CreateMatchmakingConfigurationInput$;
6424
+ exports.CreateMatchmakingConfigurationOutput$ = CreateMatchmakingConfigurationOutput$;
6425
+ exports.CreateMatchmakingRuleSet$ = CreateMatchmakingRuleSet$;
2803
6426
  exports.CreateMatchmakingRuleSetCommand = CreateMatchmakingRuleSetCommand;
6427
+ exports.CreateMatchmakingRuleSetInput$ = CreateMatchmakingRuleSetInput$;
6428
+ exports.CreateMatchmakingRuleSetOutput$ = CreateMatchmakingRuleSetOutput$;
6429
+ exports.CreatePlayerSession$ = CreatePlayerSession$;
2804
6430
  exports.CreatePlayerSessionCommand = CreatePlayerSessionCommand;
6431
+ exports.CreatePlayerSessionInput$ = CreatePlayerSessionInput$;
6432
+ exports.CreatePlayerSessionOutput$ = CreatePlayerSessionOutput$;
6433
+ exports.CreatePlayerSessions$ = CreatePlayerSessions$;
2805
6434
  exports.CreatePlayerSessionsCommand = CreatePlayerSessionsCommand;
6435
+ exports.CreatePlayerSessionsInput$ = CreatePlayerSessionsInput$;
6436
+ exports.CreatePlayerSessionsOutput$ = CreatePlayerSessionsOutput$;
6437
+ exports.CreateScript$ = CreateScript$;
2806
6438
  exports.CreateScriptCommand = CreateScriptCommand;
6439
+ exports.CreateScriptInput$ = CreateScriptInput$;
6440
+ exports.CreateScriptOutput$ = CreateScriptOutput$;
6441
+ exports.CreateVpcPeeringAuthorization$ = CreateVpcPeeringAuthorization$;
2807
6442
  exports.CreateVpcPeeringAuthorizationCommand = CreateVpcPeeringAuthorizationCommand;
6443
+ exports.CreateVpcPeeringAuthorizationInput$ = CreateVpcPeeringAuthorizationInput$;
6444
+ exports.CreateVpcPeeringAuthorizationOutput$ = CreateVpcPeeringAuthorizationOutput$;
6445
+ exports.CreateVpcPeeringConnection$ = CreateVpcPeeringConnection$;
2808
6446
  exports.CreateVpcPeeringConnectionCommand = CreateVpcPeeringConnectionCommand;
6447
+ exports.CreateVpcPeeringConnectionInput$ = CreateVpcPeeringConnectionInput$;
6448
+ exports.CreateVpcPeeringConnectionOutput$ = CreateVpcPeeringConnectionOutput$;
6449
+ exports.DeleteAlias$ = DeleteAlias$;
2809
6450
  exports.DeleteAliasCommand = DeleteAliasCommand;
6451
+ exports.DeleteAliasInput$ = DeleteAliasInput$;
6452
+ exports.DeleteBuild$ = DeleteBuild$;
2810
6453
  exports.DeleteBuildCommand = DeleteBuildCommand;
6454
+ exports.DeleteBuildInput$ = DeleteBuildInput$;
6455
+ exports.DeleteContainerFleet$ = DeleteContainerFleet$;
2811
6456
  exports.DeleteContainerFleetCommand = DeleteContainerFleetCommand;
6457
+ exports.DeleteContainerFleetInput$ = DeleteContainerFleetInput$;
6458
+ exports.DeleteContainerFleetOutput$ = DeleteContainerFleetOutput$;
6459
+ exports.DeleteContainerGroupDefinition$ = DeleteContainerGroupDefinition$;
2812
6460
  exports.DeleteContainerGroupDefinitionCommand = DeleteContainerGroupDefinitionCommand;
6461
+ exports.DeleteContainerGroupDefinitionInput$ = DeleteContainerGroupDefinitionInput$;
6462
+ exports.DeleteContainerGroupDefinitionOutput$ = DeleteContainerGroupDefinitionOutput$;
6463
+ exports.DeleteFleet$ = DeleteFleet$;
2813
6464
  exports.DeleteFleetCommand = DeleteFleetCommand;
6465
+ exports.DeleteFleetInput$ = DeleteFleetInput$;
6466
+ exports.DeleteFleetLocations$ = DeleteFleetLocations$;
2814
6467
  exports.DeleteFleetLocationsCommand = DeleteFleetLocationsCommand;
6468
+ exports.DeleteFleetLocationsInput$ = DeleteFleetLocationsInput$;
6469
+ exports.DeleteFleetLocationsOutput$ = DeleteFleetLocationsOutput$;
6470
+ exports.DeleteGameServerGroup$ = DeleteGameServerGroup$;
2815
6471
  exports.DeleteGameServerGroupCommand = DeleteGameServerGroupCommand;
6472
+ exports.DeleteGameServerGroupInput$ = DeleteGameServerGroupInput$;
6473
+ exports.DeleteGameServerGroupOutput$ = DeleteGameServerGroupOutput$;
6474
+ exports.DeleteGameSessionQueue$ = DeleteGameSessionQueue$;
2816
6475
  exports.DeleteGameSessionQueueCommand = DeleteGameSessionQueueCommand;
6476
+ exports.DeleteGameSessionQueueInput$ = DeleteGameSessionQueueInput$;
6477
+ exports.DeleteGameSessionQueueOutput$ = DeleteGameSessionQueueOutput$;
6478
+ exports.DeleteLocation$ = DeleteLocation$;
2817
6479
  exports.DeleteLocationCommand = DeleteLocationCommand;
6480
+ exports.DeleteLocationInput$ = DeleteLocationInput$;
6481
+ exports.DeleteLocationOutput$ = DeleteLocationOutput$;
6482
+ exports.DeleteMatchmakingConfiguration$ = DeleteMatchmakingConfiguration$;
2818
6483
  exports.DeleteMatchmakingConfigurationCommand = DeleteMatchmakingConfigurationCommand;
6484
+ exports.DeleteMatchmakingConfigurationInput$ = DeleteMatchmakingConfigurationInput$;
6485
+ exports.DeleteMatchmakingConfigurationOutput$ = DeleteMatchmakingConfigurationOutput$;
6486
+ exports.DeleteMatchmakingRuleSet$ = DeleteMatchmakingRuleSet$;
2819
6487
  exports.DeleteMatchmakingRuleSetCommand = DeleteMatchmakingRuleSetCommand;
6488
+ exports.DeleteMatchmakingRuleSetInput$ = DeleteMatchmakingRuleSetInput$;
6489
+ exports.DeleteMatchmakingRuleSetOutput$ = DeleteMatchmakingRuleSetOutput$;
6490
+ exports.DeleteScalingPolicy$ = DeleteScalingPolicy$;
2820
6491
  exports.DeleteScalingPolicyCommand = DeleteScalingPolicyCommand;
6492
+ exports.DeleteScalingPolicyInput$ = DeleteScalingPolicyInput$;
6493
+ exports.DeleteScript$ = DeleteScript$;
2821
6494
  exports.DeleteScriptCommand = DeleteScriptCommand;
6495
+ exports.DeleteScriptInput$ = DeleteScriptInput$;
6496
+ exports.DeleteVpcPeeringAuthorization$ = DeleteVpcPeeringAuthorization$;
2822
6497
  exports.DeleteVpcPeeringAuthorizationCommand = DeleteVpcPeeringAuthorizationCommand;
6498
+ exports.DeleteVpcPeeringAuthorizationInput$ = DeleteVpcPeeringAuthorizationInput$;
6499
+ exports.DeleteVpcPeeringAuthorizationOutput$ = DeleteVpcPeeringAuthorizationOutput$;
6500
+ exports.DeleteVpcPeeringConnection$ = DeleteVpcPeeringConnection$;
2823
6501
  exports.DeleteVpcPeeringConnectionCommand = DeleteVpcPeeringConnectionCommand;
6502
+ exports.DeleteVpcPeeringConnectionInput$ = DeleteVpcPeeringConnectionInput$;
6503
+ exports.DeleteVpcPeeringConnectionOutput$ = DeleteVpcPeeringConnectionOutput$;
6504
+ exports.DeploymentConfiguration$ = DeploymentConfiguration$;
6505
+ exports.DeploymentDetails$ = DeploymentDetails$;
2824
6506
  exports.DeploymentImpairmentStrategy = DeploymentImpairmentStrategy;
2825
6507
  exports.DeploymentProtectionStrategy = DeploymentProtectionStrategy;
2826
6508
  exports.DeploymentStatus = DeploymentStatus;
6509
+ exports.DeregisterCompute$ = DeregisterCompute$;
2827
6510
  exports.DeregisterComputeCommand = DeregisterComputeCommand;
6511
+ exports.DeregisterComputeInput$ = DeregisterComputeInput$;
6512
+ exports.DeregisterComputeOutput$ = DeregisterComputeOutput$;
6513
+ exports.DeregisterGameServer$ = DeregisterGameServer$;
2828
6514
  exports.DeregisterGameServerCommand = DeregisterGameServerCommand;
6515
+ exports.DeregisterGameServerInput$ = DeregisterGameServerInput$;
6516
+ exports.DescribeAlias$ = DescribeAlias$;
2829
6517
  exports.DescribeAliasCommand = DescribeAliasCommand;
6518
+ exports.DescribeAliasInput$ = DescribeAliasInput$;
6519
+ exports.DescribeAliasOutput$ = DescribeAliasOutput$;
6520
+ exports.DescribeBuild$ = DescribeBuild$;
2830
6521
  exports.DescribeBuildCommand = DescribeBuildCommand;
6522
+ exports.DescribeBuildInput$ = DescribeBuildInput$;
6523
+ exports.DescribeBuildOutput$ = DescribeBuildOutput$;
6524
+ exports.DescribeCompute$ = DescribeCompute$;
2831
6525
  exports.DescribeComputeCommand = DescribeComputeCommand;
6526
+ exports.DescribeComputeInput$ = DescribeComputeInput$;
6527
+ exports.DescribeComputeOutput$ = DescribeComputeOutput$;
6528
+ exports.DescribeContainerFleet$ = DescribeContainerFleet$;
2832
6529
  exports.DescribeContainerFleetCommand = DescribeContainerFleetCommand;
6530
+ exports.DescribeContainerFleetInput$ = DescribeContainerFleetInput$;
6531
+ exports.DescribeContainerFleetOutput$ = DescribeContainerFleetOutput$;
6532
+ exports.DescribeContainerGroupDefinition$ = DescribeContainerGroupDefinition$;
2833
6533
  exports.DescribeContainerGroupDefinitionCommand = DescribeContainerGroupDefinitionCommand;
6534
+ exports.DescribeContainerGroupDefinitionInput$ = DescribeContainerGroupDefinitionInput$;
6535
+ exports.DescribeContainerGroupDefinitionOutput$ = DescribeContainerGroupDefinitionOutput$;
6536
+ exports.DescribeContainerGroupPortMappings$ = DescribeContainerGroupPortMappings$;
2834
6537
  exports.DescribeContainerGroupPortMappingsCommand = DescribeContainerGroupPortMappingsCommand;
6538
+ exports.DescribeContainerGroupPortMappingsInput$ = DescribeContainerGroupPortMappingsInput$;
6539
+ exports.DescribeContainerGroupPortMappingsOutput$ = DescribeContainerGroupPortMappingsOutput$;
6540
+ exports.DescribeEC2InstanceLimits$ = DescribeEC2InstanceLimits$;
2835
6541
  exports.DescribeEC2InstanceLimitsCommand = DescribeEC2InstanceLimitsCommand;
6542
+ exports.DescribeEC2InstanceLimitsInput$ = DescribeEC2InstanceLimitsInput$;
6543
+ exports.DescribeEC2InstanceLimitsOutput$ = DescribeEC2InstanceLimitsOutput$;
6544
+ exports.DescribeFleetAttributes$ = DescribeFleetAttributes$;
2836
6545
  exports.DescribeFleetAttributesCommand = DescribeFleetAttributesCommand;
6546
+ exports.DescribeFleetAttributesInput$ = DescribeFleetAttributesInput$;
6547
+ exports.DescribeFleetAttributesOutput$ = DescribeFleetAttributesOutput$;
6548
+ exports.DescribeFleetCapacity$ = DescribeFleetCapacity$;
2837
6549
  exports.DescribeFleetCapacityCommand = DescribeFleetCapacityCommand;
6550
+ exports.DescribeFleetCapacityInput$ = DescribeFleetCapacityInput$;
6551
+ exports.DescribeFleetCapacityOutput$ = DescribeFleetCapacityOutput$;
6552
+ exports.DescribeFleetDeployment$ = DescribeFleetDeployment$;
2838
6553
  exports.DescribeFleetDeploymentCommand = DescribeFleetDeploymentCommand;
6554
+ exports.DescribeFleetDeploymentInput$ = DescribeFleetDeploymentInput$;
6555
+ exports.DescribeFleetDeploymentOutput$ = DescribeFleetDeploymentOutput$;
6556
+ exports.DescribeFleetEvents$ = DescribeFleetEvents$;
2839
6557
  exports.DescribeFleetEventsCommand = DescribeFleetEventsCommand;
6558
+ exports.DescribeFleetEventsInput$ = DescribeFleetEventsInput$;
6559
+ exports.DescribeFleetEventsOutput$ = DescribeFleetEventsOutput$;
6560
+ exports.DescribeFleetLocationAttributes$ = DescribeFleetLocationAttributes$;
2840
6561
  exports.DescribeFleetLocationAttributesCommand = DescribeFleetLocationAttributesCommand;
6562
+ exports.DescribeFleetLocationAttributesInput$ = DescribeFleetLocationAttributesInput$;
6563
+ exports.DescribeFleetLocationAttributesOutput$ = DescribeFleetLocationAttributesOutput$;
6564
+ exports.DescribeFleetLocationCapacity$ = DescribeFleetLocationCapacity$;
2841
6565
  exports.DescribeFleetLocationCapacityCommand = DescribeFleetLocationCapacityCommand;
6566
+ exports.DescribeFleetLocationCapacityInput$ = DescribeFleetLocationCapacityInput$;
6567
+ exports.DescribeFleetLocationCapacityOutput$ = DescribeFleetLocationCapacityOutput$;
6568
+ exports.DescribeFleetLocationUtilization$ = DescribeFleetLocationUtilization$;
2842
6569
  exports.DescribeFleetLocationUtilizationCommand = DescribeFleetLocationUtilizationCommand;
6570
+ exports.DescribeFleetLocationUtilizationInput$ = DescribeFleetLocationUtilizationInput$;
6571
+ exports.DescribeFleetLocationUtilizationOutput$ = DescribeFleetLocationUtilizationOutput$;
6572
+ exports.DescribeFleetPortSettings$ = DescribeFleetPortSettings$;
2843
6573
  exports.DescribeFleetPortSettingsCommand = DescribeFleetPortSettingsCommand;
6574
+ exports.DescribeFleetPortSettingsInput$ = DescribeFleetPortSettingsInput$;
6575
+ exports.DescribeFleetPortSettingsOutput$ = DescribeFleetPortSettingsOutput$;
6576
+ exports.DescribeFleetUtilization$ = DescribeFleetUtilization$;
2844
6577
  exports.DescribeFleetUtilizationCommand = DescribeFleetUtilizationCommand;
6578
+ exports.DescribeFleetUtilizationInput$ = DescribeFleetUtilizationInput$;
6579
+ exports.DescribeFleetUtilizationOutput$ = DescribeFleetUtilizationOutput$;
6580
+ exports.DescribeGameServer$ = DescribeGameServer$;
2845
6581
  exports.DescribeGameServerCommand = DescribeGameServerCommand;
6582
+ exports.DescribeGameServerGroup$ = DescribeGameServerGroup$;
2846
6583
  exports.DescribeGameServerGroupCommand = DescribeGameServerGroupCommand;
6584
+ exports.DescribeGameServerGroupInput$ = DescribeGameServerGroupInput$;
6585
+ exports.DescribeGameServerGroupOutput$ = DescribeGameServerGroupOutput$;
6586
+ exports.DescribeGameServerInput$ = DescribeGameServerInput$;
6587
+ exports.DescribeGameServerInstances$ = DescribeGameServerInstances$;
2847
6588
  exports.DescribeGameServerInstancesCommand = DescribeGameServerInstancesCommand;
6589
+ exports.DescribeGameServerInstancesInput$ = DescribeGameServerInstancesInput$;
6590
+ exports.DescribeGameServerInstancesOutput$ = DescribeGameServerInstancesOutput$;
6591
+ exports.DescribeGameServerOutput$ = DescribeGameServerOutput$;
6592
+ exports.DescribeGameSessionDetails$ = DescribeGameSessionDetails$;
2848
6593
  exports.DescribeGameSessionDetailsCommand = DescribeGameSessionDetailsCommand;
6594
+ exports.DescribeGameSessionDetailsInput$ = DescribeGameSessionDetailsInput$;
6595
+ exports.DescribeGameSessionDetailsOutput$ = DescribeGameSessionDetailsOutput$;
6596
+ exports.DescribeGameSessionPlacement$ = DescribeGameSessionPlacement$;
2849
6597
  exports.DescribeGameSessionPlacementCommand = DescribeGameSessionPlacementCommand;
6598
+ exports.DescribeGameSessionPlacementInput$ = DescribeGameSessionPlacementInput$;
6599
+ exports.DescribeGameSessionPlacementOutput$ = DescribeGameSessionPlacementOutput$;
6600
+ exports.DescribeGameSessionQueues$ = DescribeGameSessionQueues$;
2850
6601
  exports.DescribeGameSessionQueuesCommand = DescribeGameSessionQueuesCommand;
6602
+ exports.DescribeGameSessionQueuesInput$ = DescribeGameSessionQueuesInput$;
6603
+ exports.DescribeGameSessionQueuesOutput$ = DescribeGameSessionQueuesOutput$;
6604
+ exports.DescribeGameSessions$ = DescribeGameSessions$;
2851
6605
  exports.DescribeGameSessionsCommand = DescribeGameSessionsCommand;
6606
+ exports.DescribeGameSessionsInput$ = DescribeGameSessionsInput$;
6607
+ exports.DescribeGameSessionsOutput$ = DescribeGameSessionsOutput$;
6608
+ exports.DescribeInstances$ = DescribeInstances$;
2852
6609
  exports.DescribeInstancesCommand = DescribeInstancesCommand;
6610
+ exports.DescribeInstancesInput$ = DescribeInstancesInput$;
6611
+ exports.DescribeInstancesOutput$ = DescribeInstancesOutput$;
6612
+ exports.DescribeMatchmaking$ = DescribeMatchmaking$;
2853
6613
  exports.DescribeMatchmakingCommand = DescribeMatchmakingCommand;
6614
+ exports.DescribeMatchmakingConfigurations$ = DescribeMatchmakingConfigurations$;
2854
6615
  exports.DescribeMatchmakingConfigurationsCommand = DescribeMatchmakingConfigurationsCommand;
6616
+ exports.DescribeMatchmakingConfigurationsInput$ = DescribeMatchmakingConfigurationsInput$;
6617
+ exports.DescribeMatchmakingConfigurationsOutput$ = DescribeMatchmakingConfigurationsOutput$;
6618
+ exports.DescribeMatchmakingInput$ = DescribeMatchmakingInput$;
6619
+ exports.DescribeMatchmakingOutput$ = DescribeMatchmakingOutput$;
6620
+ exports.DescribeMatchmakingRuleSets$ = DescribeMatchmakingRuleSets$;
2855
6621
  exports.DescribeMatchmakingRuleSetsCommand = DescribeMatchmakingRuleSetsCommand;
6622
+ exports.DescribeMatchmakingRuleSetsInput$ = DescribeMatchmakingRuleSetsInput$;
6623
+ exports.DescribeMatchmakingRuleSetsOutput$ = DescribeMatchmakingRuleSetsOutput$;
6624
+ exports.DescribePlayerSessions$ = DescribePlayerSessions$;
2856
6625
  exports.DescribePlayerSessionsCommand = DescribePlayerSessionsCommand;
6626
+ exports.DescribePlayerSessionsInput$ = DescribePlayerSessionsInput$;
6627
+ exports.DescribePlayerSessionsOutput$ = DescribePlayerSessionsOutput$;
6628
+ exports.DescribeRuntimeConfiguration$ = DescribeRuntimeConfiguration$;
2857
6629
  exports.DescribeRuntimeConfigurationCommand = DescribeRuntimeConfigurationCommand;
6630
+ exports.DescribeRuntimeConfigurationInput$ = DescribeRuntimeConfigurationInput$;
6631
+ exports.DescribeRuntimeConfigurationOutput$ = DescribeRuntimeConfigurationOutput$;
6632
+ exports.DescribeScalingPolicies$ = DescribeScalingPolicies$;
2858
6633
  exports.DescribeScalingPoliciesCommand = DescribeScalingPoliciesCommand;
6634
+ exports.DescribeScalingPoliciesInput$ = DescribeScalingPoliciesInput$;
6635
+ exports.DescribeScalingPoliciesOutput$ = DescribeScalingPoliciesOutput$;
6636
+ exports.DescribeScript$ = DescribeScript$;
2859
6637
  exports.DescribeScriptCommand = DescribeScriptCommand;
6638
+ exports.DescribeScriptInput$ = DescribeScriptInput$;
6639
+ exports.DescribeScriptOutput$ = DescribeScriptOutput$;
6640
+ exports.DescribeVpcPeeringAuthorizations$ = DescribeVpcPeeringAuthorizations$;
2860
6641
  exports.DescribeVpcPeeringAuthorizationsCommand = DescribeVpcPeeringAuthorizationsCommand;
6642
+ exports.DescribeVpcPeeringAuthorizationsInput$ = DescribeVpcPeeringAuthorizationsInput$;
6643
+ exports.DescribeVpcPeeringAuthorizationsOutput$ = DescribeVpcPeeringAuthorizationsOutput$;
6644
+ exports.DescribeVpcPeeringConnections$ = DescribeVpcPeeringConnections$;
2861
6645
  exports.DescribeVpcPeeringConnectionsCommand = DescribeVpcPeeringConnectionsCommand;
6646
+ exports.DescribeVpcPeeringConnectionsInput$ = DescribeVpcPeeringConnectionsInput$;
6647
+ exports.DescribeVpcPeeringConnectionsOutput$ = DescribeVpcPeeringConnectionsOutput$;
6648
+ exports.DesiredPlayerSession$ = DesiredPlayerSession$;
6649
+ exports.EC2InstanceCounts$ = EC2InstanceCounts$;
6650
+ exports.EC2InstanceLimit$ = EC2InstanceLimit$;
2862
6651
  exports.EC2InstanceType = EC2InstanceType;
6652
+ exports.Event$ = Event$;
2863
6653
  exports.EventCode = EventCode;
6654
+ exports.FilterConfiguration$ = FilterConfiguration$;
2864
6655
  exports.FilterInstanceStatus = FilterInstanceStatus;
2865
6656
  exports.FleetAction = FleetAction;
6657
+ exports.FleetAttributes$ = FleetAttributes$;
6658
+ exports.FleetCapacity$ = FleetCapacity$;
6659
+ exports.FleetCapacityExceededException = FleetCapacityExceededException;
6660
+ exports.FleetCapacityExceededException$ = FleetCapacityExceededException$;
6661
+ exports.FleetDeployment$ = FleetDeployment$;
2866
6662
  exports.FleetStatus = FleetStatus;
2867
6663
  exports.FleetType = FleetType;
6664
+ exports.FleetUtilization$ = FleetUtilization$;
2868
6665
  exports.FlexMatchMode = FlexMatchMode;
2869
6666
  exports.GameLift = GameLift;
2870
6667
  exports.GameLiftClient = GameLiftClient;
6668
+ exports.GameLiftServiceException = GameLiftServiceException;
6669
+ exports.GameLiftServiceException$ = GameLiftServiceException$;
6670
+ exports.GameProperty$ = GameProperty$;
6671
+ exports.GameServer$ = GameServer$;
2871
6672
  exports.GameServerClaimStatus = GameServerClaimStatus;
6673
+ exports.GameServerContainerDefinition$ = GameServerContainerDefinition$;
6674
+ exports.GameServerContainerDefinitionInput$ = GameServerContainerDefinitionInput$;
6675
+ exports.GameServerContainerGroupCounts$ = GameServerContainerGroupCounts$;
6676
+ exports.GameServerGroup$ = GameServerGroup$;
2872
6677
  exports.GameServerGroupAction = GameServerGroupAction;
6678
+ exports.GameServerGroupAutoScalingPolicy$ = GameServerGroupAutoScalingPolicy$;
2873
6679
  exports.GameServerGroupDeleteOption = GameServerGroupDeleteOption;
2874
6680
  exports.GameServerGroupInstanceType = GameServerGroupInstanceType;
2875
6681
  exports.GameServerGroupStatus = GameServerGroupStatus;
2876
6682
  exports.GameServerHealthCheck = GameServerHealthCheck;
6683
+ exports.GameServerInstance$ = GameServerInstance$;
2877
6684
  exports.GameServerInstanceStatus = GameServerInstanceStatus;
2878
6685
  exports.GameServerIpProtocolSupported = GameServerIpProtocolSupported;
2879
6686
  exports.GameServerProtectionPolicy = GameServerProtectionPolicy;
2880
6687
  exports.GameServerUtilizationStatus = GameServerUtilizationStatus;
6688
+ exports.GameSession$ = GameSession$;
6689
+ exports.GameSessionConnectionInfo$ = GameSessionConnectionInfo$;
6690
+ exports.GameSessionCreationLimitPolicy$ = GameSessionCreationLimitPolicy$;
6691
+ exports.GameSessionDetail$ = GameSessionDetail$;
6692
+ exports.GameSessionFullException = GameSessionFullException;
6693
+ exports.GameSessionFullException$ = GameSessionFullException$;
6694
+ exports.GameSessionPlacement$ = GameSessionPlacement$;
2881
6695
  exports.GameSessionPlacementState = GameSessionPlacementState;
6696
+ exports.GameSessionQueue$ = GameSessionQueue$;
6697
+ exports.GameSessionQueueDestination$ = GameSessionQueueDestination$;
2882
6698
  exports.GameSessionStatus = GameSessionStatus;
2883
6699
  exports.GameSessionStatusReason = GameSessionStatusReason;
6700
+ exports.GetComputeAccess$ = GetComputeAccess$;
2884
6701
  exports.GetComputeAccessCommand = GetComputeAccessCommand;
6702
+ exports.GetComputeAccessInput$ = GetComputeAccessInput$;
6703
+ exports.GetComputeAccessOutput$ = GetComputeAccessOutput$;
6704
+ exports.GetComputeAuthToken$ = GetComputeAuthToken$;
2885
6705
  exports.GetComputeAuthTokenCommand = GetComputeAuthTokenCommand;
6706
+ exports.GetComputeAuthTokenInput$ = GetComputeAuthTokenInput$;
6707
+ exports.GetComputeAuthTokenOutput$ = GetComputeAuthTokenOutput$;
6708
+ exports.GetGameSessionLogUrl$ = GetGameSessionLogUrl$;
2886
6709
  exports.GetGameSessionLogUrlCommand = GetGameSessionLogUrlCommand;
6710
+ exports.GetGameSessionLogUrlInput$ = GetGameSessionLogUrlInput$;
6711
+ exports.GetGameSessionLogUrlOutput$ = GetGameSessionLogUrlOutput$;
6712
+ exports.GetInstanceAccess$ = GetInstanceAccess$;
2887
6713
  exports.GetInstanceAccessCommand = GetInstanceAccessCommand;
6714
+ exports.GetInstanceAccessInput$ = GetInstanceAccessInput$;
6715
+ exports.GetInstanceAccessOutput$ = GetInstanceAccessOutput$;
6716
+ exports.GetPlayerConnectionDetails$ = GetPlayerConnectionDetails$;
2888
6717
  exports.GetPlayerConnectionDetailsCommand = GetPlayerConnectionDetailsCommand;
6718
+ exports.GetPlayerConnectionDetailsInput$ = GetPlayerConnectionDetailsInput$;
6719
+ exports.GetPlayerConnectionDetailsOutput$ = GetPlayerConnectionDetailsOutput$;
6720
+ exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;
6721
+ exports.IdempotentParameterMismatchException$ = IdempotentParameterMismatchException$;
6722
+ exports.Instance$ = Instance$;
6723
+ exports.InstanceAccess$ = InstanceAccess$;
6724
+ exports.InstanceCredentials$ = InstanceCredentials$;
6725
+ exports.InstanceDefinition$ = InstanceDefinition$;
2889
6726
  exports.InstanceRoleCredentialsProvider = InstanceRoleCredentialsProvider;
2890
6727
  exports.InstanceStatus = InstanceStatus;
6728
+ exports.InternalServiceException = InternalServiceException;
6729
+ exports.InternalServiceException$ = InternalServiceException$;
6730
+ exports.InvalidFleetStatusException = InvalidFleetStatusException;
6731
+ exports.InvalidFleetStatusException$ = InvalidFleetStatusException$;
6732
+ exports.InvalidGameSessionStatusException = InvalidGameSessionStatusException;
6733
+ exports.InvalidGameSessionStatusException$ = InvalidGameSessionStatusException$;
6734
+ exports.InvalidRequestException = InvalidRequestException;
6735
+ exports.InvalidRequestException$ = InvalidRequestException$;
6736
+ exports.IpPermission$ = IpPermission$;
2891
6737
  exports.IpProtocol = IpProtocol;
6738
+ exports.LaunchTemplateSpecification$ = LaunchTemplateSpecification$;
6739
+ exports.LimitExceededException = LimitExceededException;
6740
+ exports.LimitExceededException$ = LimitExceededException$;
6741
+ exports.LinuxCapabilities$ = LinuxCapabilities$;
2892
6742
  exports.LinuxCapability = LinuxCapability;
6743
+ exports.ListAliases$ = ListAliases$;
2893
6744
  exports.ListAliasesCommand = ListAliasesCommand;
6745
+ exports.ListAliasesInput$ = ListAliasesInput$;
6746
+ exports.ListAliasesOutput$ = ListAliasesOutput$;
6747
+ exports.ListBuilds$ = ListBuilds$;
2894
6748
  exports.ListBuildsCommand = ListBuildsCommand;
6749
+ exports.ListBuildsInput$ = ListBuildsInput$;
6750
+ exports.ListBuildsOutput$ = ListBuildsOutput$;
6751
+ exports.ListCompute$ = ListCompute$;
2895
6752
  exports.ListComputeCommand = ListComputeCommand;
6753
+ exports.ListComputeInput$ = ListComputeInput$;
2896
6754
  exports.ListComputeInputStatus = ListComputeInputStatus;
6755
+ exports.ListComputeOutput$ = ListComputeOutput$;
6756
+ exports.ListContainerFleets$ = ListContainerFleets$;
2897
6757
  exports.ListContainerFleetsCommand = ListContainerFleetsCommand;
6758
+ exports.ListContainerFleetsInput$ = ListContainerFleetsInput$;
6759
+ exports.ListContainerFleetsOutput$ = ListContainerFleetsOutput$;
6760
+ exports.ListContainerGroupDefinitionVersions$ = ListContainerGroupDefinitionVersions$;
2898
6761
  exports.ListContainerGroupDefinitionVersionsCommand = ListContainerGroupDefinitionVersionsCommand;
6762
+ exports.ListContainerGroupDefinitionVersionsInput$ = ListContainerGroupDefinitionVersionsInput$;
6763
+ exports.ListContainerGroupDefinitionVersionsOutput$ = ListContainerGroupDefinitionVersionsOutput$;
6764
+ exports.ListContainerGroupDefinitions$ = ListContainerGroupDefinitions$;
2899
6765
  exports.ListContainerGroupDefinitionsCommand = ListContainerGroupDefinitionsCommand;
6766
+ exports.ListContainerGroupDefinitionsInput$ = ListContainerGroupDefinitionsInput$;
6767
+ exports.ListContainerGroupDefinitionsOutput$ = ListContainerGroupDefinitionsOutput$;
6768
+ exports.ListFleetDeployments$ = ListFleetDeployments$;
2900
6769
  exports.ListFleetDeploymentsCommand = ListFleetDeploymentsCommand;
6770
+ exports.ListFleetDeploymentsInput$ = ListFleetDeploymentsInput$;
6771
+ exports.ListFleetDeploymentsOutput$ = ListFleetDeploymentsOutput$;
6772
+ exports.ListFleets$ = ListFleets$;
2901
6773
  exports.ListFleetsCommand = ListFleetsCommand;
6774
+ exports.ListFleetsInput$ = ListFleetsInput$;
6775
+ exports.ListFleetsOutput$ = ListFleetsOutput$;
6776
+ exports.ListGameServerGroups$ = ListGameServerGroups$;
2902
6777
  exports.ListGameServerGroupsCommand = ListGameServerGroupsCommand;
6778
+ exports.ListGameServerGroupsInput$ = ListGameServerGroupsInput$;
6779
+ exports.ListGameServerGroupsOutput$ = ListGameServerGroupsOutput$;
6780
+ exports.ListGameServers$ = ListGameServers$;
2903
6781
  exports.ListGameServersCommand = ListGameServersCommand;
6782
+ exports.ListGameServersInput$ = ListGameServersInput$;
6783
+ exports.ListGameServersOutput$ = ListGameServersOutput$;
6784
+ exports.ListLocations$ = ListLocations$;
2904
6785
  exports.ListLocationsCommand = ListLocationsCommand;
6786
+ exports.ListLocationsInput$ = ListLocationsInput$;
6787
+ exports.ListLocationsOutput$ = ListLocationsOutput$;
6788
+ exports.ListScripts$ = ListScripts$;
2905
6789
  exports.ListScriptsCommand = ListScriptsCommand;
6790
+ exports.ListScriptsInput$ = ListScriptsInput$;
6791
+ exports.ListScriptsOutput$ = ListScriptsOutput$;
6792
+ exports.ListTagsForResource$ = ListTagsForResource$;
2906
6793
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
6794
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
6795
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
6796
+ exports.LocationAttributes$ = LocationAttributes$;
6797
+ exports.LocationConfiguration$ = LocationConfiguration$;
2907
6798
  exports.LocationFilter = LocationFilter;
6799
+ exports.LocationModel$ = LocationModel$;
6800
+ exports.LocationState$ = LocationState$;
2908
6801
  exports.LocationUpdateStatus = LocationUpdateStatus;
6802
+ exports.LocationalDeployment$ = LocationalDeployment$;
6803
+ exports.LogConfiguration$ = LogConfiguration$;
2909
6804
  exports.LogDestination = LogDestination;
6805
+ exports.ManagedCapacityConfiguration$ = ManagedCapacityConfiguration$;
6806
+ exports.MatchedPlayerSession$ = MatchedPlayerSession$;
6807
+ exports.MatchmakingConfiguration$ = MatchmakingConfiguration$;
2910
6808
  exports.MatchmakingConfigurationStatus = MatchmakingConfigurationStatus;
6809
+ exports.MatchmakingRuleSet$ = MatchmakingRuleSet$;
6810
+ exports.MatchmakingTicket$ = MatchmakingTicket$;
2911
6811
  exports.MetricName = MetricName;
6812
+ exports.NotFoundException = NotFoundException;
6813
+ exports.NotFoundException$ = NotFoundException$;
6814
+ exports.NotReadyException = NotReadyException;
6815
+ exports.NotReadyException$ = NotReadyException$;
2912
6816
  exports.OperatingSystem = OperatingSystem;
6817
+ exports.OutOfCapacityException = OutOfCapacityException;
6818
+ exports.OutOfCapacityException$ = OutOfCapacityException$;
6819
+ exports.PingBeacon$ = PingBeacon$;
6820
+ exports.PlacedPlayerSession$ = PlacedPlayerSession$;
2913
6821
  exports.PlacementFallbackStrategy = PlacementFallbackStrategy;
6822
+ exports.Player$ = Player$;
6823
+ exports.PlayerConnectionDetail$ = PlayerConnectionDetail$;
6824
+ exports.PlayerConnectionEndpoint$ = PlayerConnectionEndpoint$;
6825
+ exports.PlayerGatewayConfiguration$ = PlayerGatewayConfiguration$;
2914
6826
  exports.PlayerGatewayMode = PlayerGatewayMode;
2915
6827
  exports.PlayerGatewayStatus = PlayerGatewayStatus;
6828
+ exports.PlayerLatency$ = PlayerLatency$;
6829
+ exports.PlayerLatencyPolicy$ = PlayerLatencyPolicy$;
6830
+ exports.PlayerSession$ = PlayerSession$;
2916
6831
  exports.PlayerSessionCreationPolicy = PlayerSessionCreationPolicy;
2917
6832
  exports.PlayerSessionStatus = PlayerSessionStatus;
2918
6833
  exports.PolicyType = PolicyType;
6834
+ exports.PriorityConfiguration$ = PriorityConfiguration$;
6835
+ exports.PriorityConfigurationOverride$ = PriorityConfigurationOverride$;
2919
6836
  exports.PriorityType = PriorityType;
2920
6837
  exports.ProtectionPolicy = ProtectionPolicy;
6838
+ exports.PutScalingPolicy$ = PutScalingPolicy$;
2921
6839
  exports.PutScalingPolicyCommand = PutScalingPolicyCommand;
6840
+ exports.PutScalingPolicyInput$ = PutScalingPolicyInput$;
6841
+ exports.PutScalingPolicyOutput$ = PutScalingPolicyOutput$;
6842
+ exports.RegisterCompute$ = RegisterCompute$;
2922
6843
  exports.RegisterComputeCommand = RegisterComputeCommand;
6844
+ exports.RegisterComputeInput$ = RegisterComputeInput$;
6845
+ exports.RegisterComputeOutput$ = RegisterComputeOutput$;
6846
+ exports.RegisterGameServer$ = RegisterGameServer$;
2923
6847
  exports.RegisterGameServerCommand = RegisterGameServerCommand;
6848
+ exports.RegisterGameServerInput$ = RegisterGameServerInput$;
6849
+ exports.RegisterGameServerOutput$ = RegisterGameServerOutput$;
6850
+ exports.RequestUploadCredentials$ = RequestUploadCredentials$;
2924
6851
  exports.RequestUploadCredentialsCommand = RequestUploadCredentialsCommand;
6852
+ exports.RequestUploadCredentialsInput$ = RequestUploadCredentialsInput$;
6853
+ exports.RequestUploadCredentialsOutput$ = RequestUploadCredentialsOutput$;
6854
+ exports.ResolveAlias$ = ResolveAlias$;
2925
6855
  exports.ResolveAliasCommand = ResolveAliasCommand;
6856
+ exports.ResolveAliasInput$ = ResolveAliasInput$;
6857
+ exports.ResolveAliasOutput$ = ResolveAliasOutput$;
6858
+ exports.ResourceCreationLimitPolicy$ = ResourceCreationLimitPolicy$;
6859
+ exports.ResumeGameServerGroup$ = ResumeGameServerGroup$;
2926
6860
  exports.ResumeGameServerGroupCommand = ResumeGameServerGroupCommand;
6861
+ exports.ResumeGameServerGroupInput$ = ResumeGameServerGroupInput$;
6862
+ exports.ResumeGameServerGroupOutput$ = ResumeGameServerGroupOutput$;
6863
+ exports.RoutingStrategy$ = RoutingStrategy$;
2927
6864
  exports.RoutingStrategyType = RoutingStrategyType;
6865
+ exports.RuntimeConfiguration$ = RuntimeConfiguration$;
6866
+ exports.S3Location$ = S3Location$;
2928
6867
  exports.ScalingAdjustmentType = ScalingAdjustmentType;
6868
+ exports.ScalingPolicy$ = ScalingPolicy$;
2929
6869
  exports.ScalingStatusType = ScalingStatusType;
6870
+ exports.Script$ = Script$;
6871
+ exports.SearchGameSessions$ = SearchGameSessions$;
2930
6872
  exports.SearchGameSessionsCommand = SearchGameSessionsCommand;
6873
+ exports.SearchGameSessionsInput$ = SearchGameSessionsInput$;
6874
+ exports.SearchGameSessionsOutput$ = SearchGameSessionsOutput$;
6875
+ exports.ServerProcess$ = ServerProcess$;
2931
6876
  exports.SortOrder = SortOrder;
6877
+ exports.StartFleetActions$ = StartFleetActions$;
2932
6878
  exports.StartFleetActionsCommand = StartFleetActionsCommand;
6879
+ exports.StartFleetActionsInput$ = StartFleetActionsInput$;
6880
+ exports.StartFleetActionsOutput$ = StartFleetActionsOutput$;
6881
+ exports.StartGameSessionPlacement$ = StartGameSessionPlacement$;
2933
6882
  exports.StartGameSessionPlacementCommand = StartGameSessionPlacementCommand;
6883
+ exports.StartGameSessionPlacementInput$ = StartGameSessionPlacementInput$;
6884
+ exports.StartGameSessionPlacementOutput$ = StartGameSessionPlacementOutput$;
6885
+ exports.StartMatchBackfill$ = StartMatchBackfill$;
2934
6886
  exports.StartMatchBackfillCommand = StartMatchBackfillCommand;
6887
+ exports.StartMatchBackfillInput$ = StartMatchBackfillInput$;
6888
+ exports.StartMatchBackfillOutput$ = StartMatchBackfillOutput$;
6889
+ exports.StartMatchmaking$ = StartMatchmaking$;
2935
6890
  exports.StartMatchmakingCommand = StartMatchmakingCommand;
6891
+ exports.StartMatchmakingInput$ = StartMatchmakingInput$;
6892
+ exports.StartMatchmakingOutput$ = StartMatchmakingOutput$;
6893
+ exports.StopFleetActions$ = StopFleetActions$;
2936
6894
  exports.StopFleetActionsCommand = StopFleetActionsCommand;
6895
+ exports.StopFleetActionsInput$ = StopFleetActionsInput$;
6896
+ exports.StopFleetActionsOutput$ = StopFleetActionsOutput$;
6897
+ exports.StopGameSessionPlacement$ = StopGameSessionPlacement$;
2937
6898
  exports.StopGameSessionPlacementCommand = StopGameSessionPlacementCommand;
6899
+ exports.StopGameSessionPlacementInput$ = StopGameSessionPlacementInput$;
6900
+ exports.StopGameSessionPlacementOutput$ = StopGameSessionPlacementOutput$;
6901
+ exports.StopMatchmaking$ = StopMatchmaking$;
2938
6902
  exports.StopMatchmakingCommand = StopMatchmakingCommand;
6903
+ exports.StopMatchmakingInput$ = StopMatchmakingInput$;
6904
+ exports.StopMatchmakingOutput$ = StopMatchmakingOutput$;
6905
+ exports.SupportContainerDefinition$ = SupportContainerDefinition$;
6906
+ exports.SupportContainerDefinitionInput$ = SupportContainerDefinitionInput$;
6907
+ exports.SuspendGameServerGroup$ = SuspendGameServerGroup$;
2939
6908
  exports.SuspendGameServerGroupCommand = SuspendGameServerGroupCommand;
6909
+ exports.SuspendGameServerGroupInput$ = SuspendGameServerGroupInput$;
6910
+ exports.SuspendGameServerGroupOutput$ = SuspendGameServerGroupOutput$;
6911
+ exports.Tag$ = Tag$;
6912
+ exports.TagResource$ = TagResource$;
2940
6913
  exports.TagResourceCommand = TagResourceCommand;
6914
+ exports.TagResourceRequest$ = TagResourceRequest$;
6915
+ exports.TagResourceResponse$ = TagResourceResponse$;
6916
+ exports.TaggingFailedException = TaggingFailedException;
6917
+ exports.TaggingFailedException$ = TaggingFailedException$;
6918
+ exports.TargetConfiguration$ = TargetConfiguration$;
6919
+ exports.TargetTrackingConfiguration$ = TargetTrackingConfiguration$;
6920
+ exports.TerminalRoutingStrategyException = TerminalRoutingStrategyException;
6921
+ exports.TerminalRoutingStrategyException$ = TerminalRoutingStrategyException$;
6922
+ exports.TerminateGameSession$ = TerminateGameSession$;
2941
6923
  exports.TerminateGameSessionCommand = TerminateGameSessionCommand;
6924
+ exports.TerminateGameSessionInput$ = TerminateGameSessionInput$;
6925
+ exports.TerminateGameSessionOutput$ = TerminateGameSessionOutput$;
2942
6926
  exports.TerminationMode = TerminationMode;
6927
+ exports.UDPEndpoint$ = UDPEndpoint$;
6928
+ exports.UnauthorizedException = UnauthorizedException;
6929
+ exports.UnauthorizedException$ = UnauthorizedException$;
6930
+ exports.UnsupportedRegionException = UnsupportedRegionException;
6931
+ exports.UnsupportedRegionException$ = UnsupportedRegionException$;
6932
+ exports.UntagResource$ = UntagResource$;
2943
6933
  exports.UntagResourceCommand = UntagResourceCommand;
6934
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
6935
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
6936
+ exports.UpdateAlias$ = UpdateAlias$;
2944
6937
  exports.UpdateAliasCommand = UpdateAliasCommand;
6938
+ exports.UpdateAliasInput$ = UpdateAliasInput$;
6939
+ exports.UpdateAliasOutput$ = UpdateAliasOutput$;
6940
+ exports.UpdateBuild$ = UpdateBuild$;
2945
6941
  exports.UpdateBuildCommand = UpdateBuildCommand;
6942
+ exports.UpdateBuildInput$ = UpdateBuildInput$;
6943
+ exports.UpdateBuildOutput$ = UpdateBuildOutput$;
6944
+ exports.UpdateContainerFleet$ = UpdateContainerFleet$;
2946
6945
  exports.UpdateContainerFleetCommand = UpdateContainerFleetCommand;
6946
+ exports.UpdateContainerFleetInput$ = UpdateContainerFleetInput$;
6947
+ exports.UpdateContainerFleetOutput$ = UpdateContainerFleetOutput$;
6948
+ exports.UpdateContainerGroupDefinition$ = UpdateContainerGroupDefinition$;
2947
6949
  exports.UpdateContainerGroupDefinitionCommand = UpdateContainerGroupDefinitionCommand;
6950
+ exports.UpdateContainerGroupDefinitionInput$ = UpdateContainerGroupDefinitionInput$;
6951
+ exports.UpdateContainerGroupDefinitionOutput$ = UpdateContainerGroupDefinitionOutput$;
6952
+ exports.UpdateFleetAttributes$ = UpdateFleetAttributes$;
2948
6953
  exports.UpdateFleetAttributesCommand = UpdateFleetAttributesCommand;
6954
+ exports.UpdateFleetAttributesInput$ = UpdateFleetAttributesInput$;
6955
+ exports.UpdateFleetAttributesOutput$ = UpdateFleetAttributesOutput$;
6956
+ exports.UpdateFleetCapacity$ = UpdateFleetCapacity$;
2949
6957
  exports.UpdateFleetCapacityCommand = UpdateFleetCapacityCommand;
6958
+ exports.UpdateFleetCapacityInput$ = UpdateFleetCapacityInput$;
6959
+ exports.UpdateFleetCapacityOutput$ = UpdateFleetCapacityOutput$;
6960
+ exports.UpdateFleetPortSettings$ = UpdateFleetPortSettings$;
2950
6961
  exports.UpdateFleetPortSettingsCommand = UpdateFleetPortSettingsCommand;
6962
+ exports.UpdateFleetPortSettingsInput$ = UpdateFleetPortSettingsInput$;
6963
+ exports.UpdateFleetPortSettingsOutput$ = UpdateFleetPortSettingsOutput$;
6964
+ exports.UpdateGameServer$ = UpdateGameServer$;
2951
6965
  exports.UpdateGameServerCommand = UpdateGameServerCommand;
6966
+ exports.UpdateGameServerGroup$ = UpdateGameServerGroup$;
2952
6967
  exports.UpdateGameServerGroupCommand = UpdateGameServerGroupCommand;
6968
+ exports.UpdateGameServerGroupInput$ = UpdateGameServerGroupInput$;
6969
+ exports.UpdateGameServerGroupOutput$ = UpdateGameServerGroupOutput$;
6970
+ exports.UpdateGameServerInput$ = UpdateGameServerInput$;
6971
+ exports.UpdateGameServerOutput$ = UpdateGameServerOutput$;
6972
+ exports.UpdateGameSession$ = UpdateGameSession$;
2953
6973
  exports.UpdateGameSessionCommand = UpdateGameSessionCommand;
6974
+ exports.UpdateGameSessionInput$ = UpdateGameSessionInput$;
6975
+ exports.UpdateGameSessionOutput$ = UpdateGameSessionOutput$;
6976
+ exports.UpdateGameSessionQueue$ = UpdateGameSessionQueue$;
2954
6977
  exports.UpdateGameSessionQueueCommand = UpdateGameSessionQueueCommand;
6978
+ exports.UpdateGameSessionQueueInput$ = UpdateGameSessionQueueInput$;
6979
+ exports.UpdateGameSessionQueueOutput$ = UpdateGameSessionQueueOutput$;
6980
+ exports.UpdateMatchmakingConfiguration$ = UpdateMatchmakingConfiguration$;
2955
6981
  exports.UpdateMatchmakingConfigurationCommand = UpdateMatchmakingConfigurationCommand;
6982
+ exports.UpdateMatchmakingConfigurationInput$ = UpdateMatchmakingConfigurationInput$;
6983
+ exports.UpdateMatchmakingConfigurationOutput$ = UpdateMatchmakingConfigurationOutput$;
6984
+ exports.UpdateRuntimeConfiguration$ = UpdateRuntimeConfiguration$;
2956
6985
  exports.UpdateRuntimeConfigurationCommand = UpdateRuntimeConfigurationCommand;
6986
+ exports.UpdateRuntimeConfigurationInput$ = UpdateRuntimeConfigurationInput$;
6987
+ exports.UpdateRuntimeConfigurationOutput$ = UpdateRuntimeConfigurationOutput$;
6988
+ exports.UpdateScript$ = UpdateScript$;
2957
6989
  exports.UpdateScriptCommand = UpdateScriptCommand;
6990
+ exports.UpdateScriptInput$ = UpdateScriptInput$;
6991
+ exports.UpdateScriptOutput$ = UpdateScriptOutput$;
6992
+ exports.ValidateMatchmakingRuleSet$ = ValidateMatchmakingRuleSet$;
2958
6993
  exports.ValidateMatchmakingRuleSetCommand = ValidateMatchmakingRuleSetCommand;
6994
+ exports.ValidateMatchmakingRuleSetInput$ = ValidateMatchmakingRuleSetInput$;
6995
+ exports.ValidateMatchmakingRuleSetOutput$ = ValidateMatchmakingRuleSetOutput$;
6996
+ exports.VpcPeeringAuthorization$ = VpcPeeringAuthorization$;
6997
+ exports.VpcPeeringConnection$ = VpcPeeringConnection$;
6998
+ exports.VpcPeeringConnectionStatus$ = VpcPeeringConnectionStatus$;
2959
6999
  exports.ZeroCapacityStrategy = ZeroCapacityStrategy;
7000
+ exports.errorTypeRegistries = errorTypeRegistries;
2960
7001
  exports.paginateDescribeFleetAttributes = paginateDescribeFleetAttributes;
2961
7002
  exports.paginateDescribeFleetCapacity = paginateDescribeFleetCapacity;
2962
7003
  exports.paginateDescribeFleetEvents = paginateDescribeFleetEvents;