@aws-sdk/client-gamelift 3.987.0 → 3.988.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 +137 -3874
- package/dist-cjs/models/GameLiftServiceException.js +12 -0
- package/dist-cjs/models/errors.js +244 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +3100 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +106 -100
- package/dist-types/schemas/schemas_0.d.ts +24 -17
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -17
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var GameLiftServiceException = require('./models/GameLiftServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,3293 +113,6 @@ class GameLiftClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class GameLiftServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, GameLiftServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class InternalServiceException extends GameLiftServiceException {
|
|
121
|
-
name = "InternalServiceException";
|
|
122
|
-
$fault = "server";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "InternalServiceException",
|
|
127
|
-
$fault: "server",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class InvalidRequestException extends GameLiftServiceException {
|
|
135
|
-
name = "InvalidRequestException";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
Message;
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "InvalidRequestException",
|
|
141
|
-
$fault: "client",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
145
|
-
this.Message = opts.Message;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
class NotFoundException extends GameLiftServiceException {
|
|
149
|
-
name = "NotFoundException";
|
|
150
|
-
$fault = "client";
|
|
151
|
-
Message;
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "NotFoundException",
|
|
155
|
-
$fault: "client",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
159
|
-
this.Message = opts.Message;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
class UnsupportedRegionException extends GameLiftServiceException {
|
|
163
|
-
name = "UnsupportedRegionException";
|
|
164
|
-
$fault = "client";
|
|
165
|
-
Message;
|
|
166
|
-
constructor(opts) {
|
|
167
|
-
super({
|
|
168
|
-
name: "UnsupportedRegionException",
|
|
169
|
-
$fault: "client",
|
|
170
|
-
...opts,
|
|
171
|
-
});
|
|
172
|
-
Object.setPrototypeOf(this, UnsupportedRegionException.prototype);
|
|
173
|
-
this.Message = opts.Message;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
class ConflictException extends GameLiftServiceException {
|
|
177
|
-
name = "ConflictException";
|
|
178
|
-
$fault = "client";
|
|
179
|
-
Message;
|
|
180
|
-
constructor(opts) {
|
|
181
|
-
super({
|
|
182
|
-
name: "ConflictException",
|
|
183
|
-
$fault: "client",
|
|
184
|
-
...opts,
|
|
185
|
-
});
|
|
186
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
187
|
-
this.Message = opts.Message;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
class OutOfCapacityException extends GameLiftServiceException {
|
|
191
|
-
name = "OutOfCapacityException";
|
|
192
|
-
$fault = "client";
|
|
193
|
-
Message;
|
|
194
|
-
constructor(opts) {
|
|
195
|
-
super({
|
|
196
|
-
name: "OutOfCapacityException",
|
|
197
|
-
$fault: "client",
|
|
198
|
-
...opts,
|
|
199
|
-
});
|
|
200
|
-
Object.setPrototypeOf(this, OutOfCapacityException.prototype);
|
|
201
|
-
this.Message = opts.Message;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
class UnauthorizedException extends GameLiftServiceException {
|
|
205
|
-
name = "UnauthorizedException";
|
|
206
|
-
$fault = "client";
|
|
207
|
-
Message;
|
|
208
|
-
constructor(opts) {
|
|
209
|
-
super({
|
|
210
|
-
name: "UnauthorizedException",
|
|
211
|
-
$fault: "client",
|
|
212
|
-
...opts,
|
|
213
|
-
});
|
|
214
|
-
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
215
|
-
this.Message = opts.Message;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
class LimitExceededException extends GameLiftServiceException {
|
|
219
|
-
name = "LimitExceededException";
|
|
220
|
-
$fault = "client";
|
|
221
|
-
Message;
|
|
222
|
-
constructor(opts) {
|
|
223
|
-
super({
|
|
224
|
-
name: "LimitExceededException",
|
|
225
|
-
$fault: "client",
|
|
226
|
-
...opts,
|
|
227
|
-
});
|
|
228
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
229
|
-
this.Message = opts.Message;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
class TaggingFailedException extends GameLiftServiceException {
|
|
233
|
-
name = "TaggingFailedException";
|
|
234
|
-
$fault = "client";
|
|
235
|
-
Message;
|
|
236
|
-
constructor(opts) {
|
|
237
|
-
super({
|
|
238
|
-
name: "TaggingFailedException",
|
|
239
|
-
$fault: "client",
|
|
240
|
-
...opts,
|
|
241
|
-
});
|
|
242
|
-
Object.setPrototypeOf(this, TaggingFailedException.prototype);
|
|
243
|
-
this.Message = opts.Message;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
class NotReadyException extends GameLiftServiceException {
|
|
247
|
-
name = "NotReadyException";
|
|
248
|
-
$fault = "client";
|
|
249
|
-
Message;
|
|
250
|
-
constructor(opts) {
|
|
251
|
-
super({
|
|
252
|
-
name: "NotReadyException",
|
|
253
|
-
$fault: "client",
|
|
254
|
-
...opts,
|
|
255
|
-
});
|
|
256
|
-
Object.setPrototypeOf(this, NotReadyException.prototype);
|
|
257
|
-
this.Message = opts.Message;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
class InvalidFleetStatusException extends GameLiftServiceException {
|
|
261
|
-
name = "InvalidFleetStatusException";
|
|
262
|
-
$fault = "client";
|
|
263
|
-
Message;
|
|
264
|
-
constructor(opts) {
|
|
265
|
-
super({
|
|
266
|
-
name: "InvalidFleetStatusException",
|
|
267
|
-
$fault: "client",
|
|
268
|
-
...opts,
|
|
269
|
-
});
|
|
270
|
-
Object.setPrototypeOf(this, InvalidFleetStatusException.prototype);
|
|
271
|
-
this.Message = opts.Message;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
class FleetCapacityExceededException extends GameLiftServiceException {
|
|
275
|
-
name = "FleetCapacityExceededException";
|
|
276
|
-
$fault = "client";
|
|
277
|
-
Message;
|
|
278
|
-
constructor(opts) {
|
|
279
|
-
super({
|
|
280
|
-
name: "FleetCapacityExceededException",
|
|
281
|
-
$fault: "client",
|
|
282
|
-
...opts,
|
|
283
|
-
});
|
|
284
|
-
Object.setPrototypeOf(this, FleetCapacityExceededException.prototype);
|
|
285
|
-
this.Message = opts.Message;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
class IdempotentParameterMismatchException extends GameLiftServiceException {
|
|
289
|
-
name = "IdempotentParameterMismatchException";
|
|
290
|
-
$fault = "client";
|
|
291
|
-
Message;
|
|
292
|
-
constructor(opts) {
|
|
293
|
-
super({
|
|
294
|
-
name: "IdempotentParameterMismatchException",
|
|
295
|
-
$fault: "client",
|
|
296
|
-
...opts,
|
|
297
|
-
});
|
|
298
|
-
Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
|
|
299
|
-
this.Message = opts.Message;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
class TerminalRoutingStrategyException extends GameLiftServiceException {
|
|
303
|
-
name = "TerminalRoutingStrategyException";
|
|
304
|
-
$fault = "client";
|
|
305
|
-
Message;
|
|
306
|
-
constructor(opts) {
|
|
307
|
-
super({
|
|
308
|
-
name: "TerminalRoutingStrategyException",
|
|
309
|
-
$fault: "client",
|
|
310
|
-
...opts,
|
|
311
|
-
});
|
|
312
|
-
Object.setPrototypeOf(this, TerminalRoutingStrategyException.prototype);
|
|
313
|
-
this.Message = opts.Message;
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
class GameSessionFullException extends GameLiftServiceException {
|
|
317
|
-
name = "GameSessionFullException";
|
|
318
|
-
$fault = "client";
|
|
319
|
-
Message;
|
|
320
|
-
constructor(opts) {
|
|
321
|
-
super({
|
|
322
|
-
name: "GameSessionFullException",
|
|
323
|
-
$fault: "client",
|
|
324
|
-
...opts,
|
|
325
|
-
});
|
|
326
|
-
Object.setPrototypeOf(this, GameSessionFullException.prototype);
|
|
327
|
-
this.Message = opts.Message;
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
class InvalidGameSessionStatusException extends GameLiftServiceException {
|
|
331
|
-
name = "InvalidGameSessionStatusException";
|
|
332
|
-
$fault = "client";
|
|
333
|
-
Message;
|
|
334
|
-
constructor(opts) {
|
|
335
|
-
super({
|
|
336
|
-
name: "InvalidGameSessionStatusException",
|
|
337
|
-
$fault: "client",
|
|
338
|
-
...opts,
|
|
339
|
-
});
|
|
340
|
-
Object.setPrototypeOf(this, InvalidGameSessionStatusException.prototype);
|
|
341
|
-
this.Message = opts.Message;
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
const _A = "Alias";
|
|
346
|
-
const _AA = "AliasArn";
|
|
347
|
-
const _AC = "AnywhereConfiguration";
|
|
348
|
-
const _ACTIVE = "ACTIVE";
|
|
349
|
-
const _ACw = "AwsCredentials";
|
|
350
|
-
const _AGSC = "ActiveGameSessionCount";
|
|
351
|
-
const _AI = "AliasId";
|
|
352
|
-
const _AKI = "AccessKeyId";
|
|
353
|
-
const _AL = "AccessLevel";
|
|
354
|
-
const _ALl = "AllowedLocations";
|
|
355
|
-
const _ALli = "AliasList";
|
|
356
|
-
const _AM = "AcceptMatch";
|
|
357
|
-
const _AMI = "AcceptMatchInput";
|
|
358
|
-
const _AMO = "AcceptMatchOutput";
|
|
359
|
-
const _APC = "AdditionalPlayerCount";
|
|
360
|
-
const _AR = "AcceptanceRequired";
|
|
361
|
-
const _ASGA = "AutoScalingGroupArn";
|
|
362
|
-
const _ASP = "AutoScalingPolicy";
|
|
363
|
-
const _ASPC = "ActiveServerProcessCount";
|
|
364
|
-
const _AT = "AcceptanceType";
|
|
365
|
-
const _ATS = "AcceptanceTimeoutSeconds";
|
|
366
|
-
const _ATu = "AuthToken";
|
|
367
|
-
const _AV = "AttributeValue";
|
|
368
|
-
const _Ac = "Actions";
|
|
369
|
-
const _Al = "Aliases";
|
|
370
|
-
const _B = "Build";
|
|
371
|
-
const _BA = "BuildArn";
|
|
372
|
-
const _BI = "BuildId";
|
|
373
|
-
const _BL = "BuildList";
|
|
374
|
-
const _BM = "BackfillMode";
|
|
375
|
-
const _BS = "BalancingStrategy";
|
|
376
|
-
const _BT = "BillingType";
|
|
377
|
-
const _Bu = "Builds";
|
|
378
|
-
const _Buc = "Bucket";
|
|
379
|
-
const _C = "Cost";
|
|
380
|
-
const _CA = "ComputeArn";
|
|
381
|
-
const _CAI = "CreateAliasInput";
|
|
382
|
-
const _CAO = "CreateAliasOutput";
|
|
383
|
-
const _CAo = "ContainerAttributes";
|
|
384
|
-
const _CAon = "ContainerAttribute";
|
|
385
|
-
const _CAonf = "ConfigurationArn";
|
|
386
|
-
const _CAr = "CreateAlias";
|
|
387
|
-
const _CB = "CreateBuild";
|
|
388
|
-
const _CBI = "CreateBuildInput";
|
|
389
|
-
const _CBO = "CreateBuildOutput";
|
|
390
|
-
const _CC = "CertificateConfiguration";
|
|
391
|
-
const _CCF = "CreateContainerFleet";
|
|
392
|
-
const _CCFI = "CreateContainerFleetInput";
|
|
393
|
-
const _CCFO = "CreateContainerFleetOutput";
|
|
394
|
-
const _CCGD = "CreateContainerGroupDefinition";
|
|
395
|
-
const _CCGDI = "CreateContainerGroupDefinitionInput";
|
|
396
|
-
const _CCGDO = "CreateContainerGroupDefinitionOutput";
|
|
397
|
-
const _CD = "ContainerDependency";
|
|
398
|
-
const _CDL = "ContainerDependencyList";
|
|
399
|
-
const _CE = "ConflictException";
|
|
400
|
-
const _CED = "CustomEventData";
|
|
401
|
-
const _CEL = "ContainerEnvironmentList";
|
|
402
|
-
const _CEo = "ContainerEnvironment";
|
|
403
|
-
const _CEon = "ConcurrentExecutions";
|
|
404
|
-
const _CF = "ContainerFleet";
|
|
405
|
-
const _CFI = "CreateFleetInput";
|
|
406
|
-
const _CFL = "ContainerFleetList";
|
|
407
|
-
const _CFLA = "ContainerFleetLocationAttributes";
|
|
408
|
-
const _CFLAL = "ContainerFleetLocationAttributesList";
|
|
409
|
-
const _CFLI = "CreateFleetLocationsInput";
|
|
410
|
-
const _CFLO = "CreateFleetLocationsOutput";
|
|
411
|
-
const _CFLr = "CreateFleetLocations";
|
|
412
|
-
const _CFO = "ClaimFilterOption";
|
|
413
|
-
const _CFOr = "CreateFleetOutput";
|
|
414
|
-
const _CFo = "ContainerFleets";
|
|
415
|
-
const _CFr = "CreateFleet";
|
|
416
|
-
const _CGD = "ContainerGroupDefinition";
|
|
417
|
-
const _CGDA = "ContainerGroupDefinitionArn";
|
|
418
|
-
const _CGDL = "ContainerGroupDefinitionList";
|
|
419
|
-
const _CGDN = "ContainerGroupDefinitionName";
|
|
420
|
-
const _CGDo = "ContainerGroupDefinitions";
|
|
421
|
-
const _CGS = "ClaimGameServer";
|
|
422
|
-
const _CGSG = "CreateGameServerGroup";
|
|
423
|
-
const _CGSGI = "CreateGameServerGroupInput";
|
|
424
|
-
const _CGSGO = "CreateGameServerGroupOutput";
|
|
425
|
-
const _CGSI = "ClaimGameServerInput";
|
|
426
|
-
const _CGSIr = "CreateGameSessionInput";
|
|
427
|
-
const _CGSO = "ClaimGameServerOutput";
|
|
428
|
-
const _CGSOr = "CreateGameSessionOutput";
|
|
429
|
-
const _CGSQ = "CreateGameSessionQueue";
|
|
430
|
-
const _CGSQI = "CreateGameSessionQueueInput";
|
|
431
|
-
const _CGSQO = "CreateGameSessionQueueOutput";
|
|
432
|
-
const _CGSr = "CreateGameSession";
|
|
433
|
-
const _CGT = "ContainerGroupType";
|
|
434
|
-
const _CHC = "ContainerHealthCheck";
|
|
435
|
-
const _CI = "ContainerIdentifier";
|
|
436
|
-
const _CIL = "ContainerIdentifierList";
|
|
437
|
-
const _CIo = "ConnectionInfo";
|
|
438
|
-
const _CIon = "ContainerIdentifiers";
|
|
439
|
-
const _CIr = "CreatorId";
|
|
440
|
-
const _CIu = "CurrentInstances";
|
|
441
|
-
const _CL = "ComputeList";
|
|
442
|
-
const _CLI = "CreateLocationInput";
|
|
443
|
-
const _CLO = "CreateLocationOutput";
|
|
444
|
-
const _CLr = "CreateLocation";
|
|
445
|
-
const _CMC = "CreateMatchmakingConfiguration";
|
|
446
|
-
const _CMCI = "CreateMatchmakingConfigurationInput";
|
|
447
|
-
const _CMCO = "CreateMatchmakingConfigurationOutput";
|
|
448
|
-
const _CMP = "ContainerMountPoint";
|
|
449
|
-
const _CMPL = "ContainerMountPointList";
|
|
450
|
-
const _CMRS = "CreateMatchmakingRuleSet";
|
|
451
|
-
const _CMRSI = "CreateMatchmakingRuleSetInput";
|
|
452
|
-
const _CMRSO = "CreateMatchmakingRuleSetOutput";
|
|
453
|
-
const _CN = "ComputeName";
|
|
454
|
-
const _CNo = "ContainerName";
|
|
455
|
-
const _CNon = "ConfigurationName";
|
|
456
|
-
const _CO = "ComparisonOperator";
|
|
457
|
-
const _CP = "ContainerPath";
|
|
458
|
-
const _CPC = "ContainerPortConfiguration";
|
|
459
|
-
const _CPR = "ConnectionPortRange";
|
|
460
|
-
const _CPRL = "ContainerPortRangeList";
|
|
461
|
-
const _CPRo = "ContainerPortRanges";
|
|
462
|
-
const _CPRon = "ContainerPortRange";
|
|
463
|
-
const _CPS = "CreatePlayerSession";
|
|
464
|
-
const _CPSC = "CurrentPlayerSessionCount";
|
|
465
|
-
const _CPSI = "CreatePlayerSessionInput";
|
|
466
|
-
const _CPSIr = "CreatePlayerSessionsInput";
|
|
467
|
-
const _CPSO = "CreatePlayerSessionOutput";
|
|
468
|
-
const _CPSOr = "CreatePlayerSessionsOutput";
|
|
469
|
-
const _CPSr = "CreatePlayerSessions";
|
|
470
|
-
const _CPe = "CertificatePath";
|
|
471
|
-
const _CRI = "ContainerRuntimeId";
|
|
472
|
-
const _CS = "ComputeStatus";
|
|
473
|
-
const _CSI = "CreateScriptInput";
|
|
474
|
-
const _CSO = "CreateScriptOutput";
|
|
475
|
-
const _CSl = "ClaimStatus";
|
|
476
|
-
const _CSr = "CreateScript";
|
|
477
|
-
const _CT = "CreationTime";
|
|
478
|
-
const _CTe = "CertificateType";
|
|
479
|
-
const _CTo = "ComputeType";
|
|
480
|
-
const _CVPA = "CreateVpcPeeringAuthorization";
|
|
481
|
-
const _CVPAI = "CreateVpcPeeringAuthorizationInput";
|
|
482
|
-
const _CVPAO = "CreateVpcPeeringAuthorizationOutput";
|
|
483
|
-
const _CVPC = "CreateVpcPeeringConnection";
|
|
484
|
-
const _CVPCI = "CreateVpcPeeringConnectionInput";
|
|
485
|
-
const _CVPCO = "CreateVpcPeeringConnectionOutput";
|
|
486
|
-
const _Co = "Compute";
|
|
487
|
-
const _Cod = "Code";
|
|
488
|
-
const _Com = "Command";
|
|
489
|
-
const _Con = "Condition";
|
|
490
|
-
const _Conf = "Configuration";
|
|
491
|
-
const _Confi = "Configurations";
|
|
492
|
-
const _Cou = "Count";
|
|
493
|
-
const _Cr = "Credentials";
|
|
494
|
-
const _D = "Description";
|
|
495
|
-
const _DA = "DestinationArn";
|
|
496
|
-
const _DAI = "DeleteAliasInput";
|
|
497
|
-
const _DAIe = "DescribeAliasInput";
|
|
498
|
-
const _DAO = "DescribeAliasOutput";
|
|
499
|
-
const _DAe = "DeleteAlias";
|
|
500
|
-
const _DAes = "DescribeAlias";
|
|
501
|
-
const _DB = "DeleteBuild";
|
|
502
|
-
const _DBI = "DeleteBuildInput";
|
|
503
|
-
const _DBIe = "DescribeBuildInput";
|
|
504
|
-
const _DBO = "DescribeBuildOutput";
|
|
505
|
-
const _DBe = "DescribeBuild";
|
|
506
|
-
const _DC = "DeploymentConfiguration";
|
|
507
|
-
const _DCF = "DeleteContainerFleet";
|
|
508
|
-
const _DCFI = "DeleteContainerFleetInput";
|
|
509
|
-
const _DCFIe = "DescribeContainerFleetInput";
|
|
510
|
-
const _DCFO = "DeleteContainerFleetOutput";
|
|
511
|
-
const _DCFOe = "DescribeContainerFleetOutput";
|
|
512
|
-
const _DCFe = "DescribeContainerFleet";
|
|
513
|
-
const _DCGD = "DeleteContainerGroupDefinition";
|
|
514
|
-
const _DCGDI = "DeleteContainerGroupDefinitionInput";
|
|
515
|
-
const _DCGDIe = "DescribeContainerGroupDefinitionInput";
|
|
516
|
-
const _DCGDO = "DeleteContainerGroupDefinitionOutput";
|
|
517
|
-
const _DCGDOe = "DescribeContainerGroupDefinitionOutput";
|
|
518
|
-
const _DCGDe = "DescribeContainerGroupDefinition";
|
|
519
|
-
const _DCI = "DeregisterComputeInput";
|
|
520
|
-
const _DCIe = "DescribeComputeInput";
|
|
521
|
-
const _DCO = "DeregisterComputeOutput";
|
|
522
|
-
const _DCOe = "DescribeComputeOutput";
|
|
523
|
-
const _DCe = "DeregisterCompute";
|
|
524
|
-
const _DCes = "DescribeCompute";
|
|
525
|
-
const _DD = "DeploymentDetails";
|
|
526
|
-
const _DECIL = "DescribeEC2InstanceLimits";
|
|
527
|
-
const _DECILI = "DescribeEC2InstanceLimitsInput";
|
|
528
|
-
const _DECILO = "DescribeEC2InstanceLimitsOutput";
|
|
529
|
-
const _DESIRED = "DESIRED";
|
|
530
|
-
const _DF = "DeleteFleet";
|
|
531
|
-
const _DFA = "DescribeFleetAttributes";
|
|
532
|
-
const _DFAI = "DescribeFleetAttributesInput";
|
|
533
|
-
const _DFAO = "DescribeFleetAttributesOutput";
|
|
534
|
-
const _DFC = "DescribeFleetCapacity";
|
|
535
|
-
const _DFCI = "DescribeFleetCapacityInput";
|
|
536
|
-
const _DFCO = "DescribeFleetCapacityOutput";
|
|
537
|
-
const _DFD = "DescribeFleetDeployment";
|
|
538
|
-
const _DFDI = "DescribeFleetDeploymentInput";
|
|
539
|
-
const _DFDO = "DescribeFleetDeploymentOutput";
|
|
540
|
-
const _DFE = "DescribeFleetEvents";
|
|
541
|
-
const _DFEI = "DescribeFleetEventsInput";
|
|
542
|
-
const _DFEO = "DescribeFleetEventsOutput";
|
|
543
|
-
const _DFI = "DeleteFleetInput";
|
|
544
|
-
const _DFL = "DeleteFleetLocations";
|
|
545
|
-
const _DFLA = "DescribeFleetLocationAttributes";
|
|
546
|
-
const _DFLAI = "DescribeFleetLocationAttributesInput";
|
|
547
|
-
const _DFLAO = "DescribeFleetLocationAttributesOutput";
|
|
548
|
-
const _DFLC = "DescribeFleetLocationCapacity";
|
|
549
|
-
const _DFLCI = "DescribeFleetLocationCapacityInput";
|
|
550
|
-
const _DFLCO = "DescribeFleetLocationCapacityOutput";
|
|
551
|
-
const _DFLI = "DeleteFleetLocationsInput";
|
|
552
|
-
const _DFLO = "DeleteFleetLocationsOutput";
|
|
553
|
-
const _DFLU = "DescribeFleetLocationUtilization";
|
|
554
|
-
const _DFLUI = "DescribeFleetLocationUtilizationInput";
|
|
555
|
-
const _DFLUO = "DescribeFleetLocationUtilizationOutput";
|
|
556
|
-
const _DFPS = "DescribeFleetPortSettings";
|
|
557
|
-
const _DFPSI = "DescribeFleetPortSettingsInput";
|
|
558
|
-
const _DFPSO = "DescribeFleetPortSettingsOutput";
|
|
559
|
-
const _DFU = "DescribeFleetUtilization";
|
|
560
|
-
const _DFUI = "DescribeFleetUtilizationInput";
|
|
561
|
-
const _DFUO = "DescribeFleetUtilizationOutput";
|
|
562
|
-
const _DGS = "DeregisterGameServer";
|
|
563
|
-
const _DGSD = "DescribeGameSessionDetails";
|
|
564
|
-
const _DGSDI = "DescribeGameSessionDetailsInput";
|
|
565
|
-
const _DGSDO = "DescribeGameSessionDetailsOutput";
|
|
566
|
-
const _DGSG = "DeleteGameServerGroup";
|
|
567
|
-
const _DGSGI = "DeleteGameServerGroupInput";
|
|
568
|
-
const _DGSGIe = "DescribeGameServerGroupInput";
|
|
569
|
-
const _DGSGO = "DeleteGameServerGroupOutput";
|
|
570
|
-
const _DGSGOe = "DescribeGameServerGroupOutput";
|
|
571
|
-
const _DGSGe = "DescribeGameServerGroup";
|
|
572
|
-
const _DGSI = "DeregisterGameServerInput";
|
|
573
|
-
const _DGSII = "DescribeGameServerInstancesInput";
|
|
574
|
-
const _DGSIO = "DescribeGameServerInstancesOutput";
|
|
575
|
-
const _DGSIe = "DescribeGameServerInput";
|
|
576
|
-
const _DGSIes = "DescribeGameSessionsInput";
|
|
577
|
-
const _DGSIesc = "DescribeGameServerInstances";
|
|
578
|
-
const _DGSO = "DescribeGameServerOutput";
|
|
579
|
-
const _DGSOe = "DescribeGameSessionsOutput";
|
|
580
|
-
const _DGSP = "DescribeGameSessionPlacement";
|
|
581
|
-
const _DGSPI = "DescribeGameSessionPlacementInput";
|
|
582
|
-
const _DGSPO = "DescribeGameSessionPlacementOutput";
|
|
583
|
-
const _DGSQ = "DeleteGameSessionQueue";
|
|
584
|
-
const _DGSQI = "DeleteGameSessionQueueInput";
|
|
585
|
-
const _DGSQIe = "DescribeGameSessionQueuesInput";
|
|
586
|
-
const _DGSQO = "DeleteGameSessionQueueOutput";
|
|
587
|
-
const _DGSQOe = "DescribeGameSessionQueuesOutput";
|
|
588
|
-
const _DGSQe = "DescribeGameSessionQueues";
|
|
589
|
-
const _DGSe = "DescribeGameServer";
|
|
590
|
-
const _DGSes = "DescribeGameSessions";
|
|
591
|
-
const _DI = "DeploymentId";
|
|
592
|
-
const _DII = "DescribeInstancesInput";
|
|
593
|
-
const _DIO = "DescribeInstancesOutput";
|
|
594
|
-
const _DIe = "DesiredInstances";
|
|
595
|
-
const _DIes = "DescribeInstances";
|
|
596
|
-
const _DL = "DeleteLocation";
|
|
597
|
-
const _DLI = "DeleteLocationInput";
|
|
598
|
-
const _DLO = "DeleteLocationOutput";
|
|
599
|
-
const _DM = "DescribeMatchmaking";
|
|
600
|
-
const _DMC = "DeleteMatchmakingConfiguration";
|
|
601
|
-
const _DMCI = "DeleteMatchmakingConfigurationInput";
|
|
602
|
-
const _DMCIe = "DescribeMatchmakingConfigurationsInput";
|
|
603
|
-
const _DMCO = "DeleteMatchmakingConfigurationOutput";
|
|
604
|
-
const _DMCOe = "DescribeMatchmakingConfigurationsOutput";
|
|
605
|
-
const _DMCe = "DescribeMatchmakingConfigurations";
|
|
606
|
-
const _DMI = "DescribeMatchmakingInput";
|
|
607
|
-
const _DMO = "DescribeMatchmakingOutput";
|
|
608
|
-
const _DMRS = "DeleteMatchmakingRuleSet";
|
|
609
|
-
const _DMRSI = "DeleteMatchmakingRuleSetInput";
|
|
610
|
-
const _DMRSIe = "DescribeMatchmakingRuleSetsInput";
|
|
611
|
-
const _DMRSO = "DeleteMatchmakingRuleSetOutput";
|
|
612
|
-
const _DMRSOe = "DescribeMatchmakingRuleSetsOutput";
|
|
613
|
-
const _DMRSe = "DescribeMatchmakingRuleSets";
|
|
614
|
-
const _DN = "DnsName";
|
|
615
|
-
const _DO = "DeleteOption";
|
|
616
|
-
const _DOe = "DependsOn";
|
|
617
|
-
const _DPS = "DesiredPlayerSession";
|
|
618
|
-
const _DPSI = "DescribePlayerSessionsInput";
|
|
619
|
-
const _DPSL = "DesiredPlayerSessionList";
|
|
620
|
-
const _DPSO = "DescribePlayerSessionsOutput";
|
|
621
|
-
const _DPSe = "DesiredPlayerSessions";
|
|
622
|
-
const _DPSes = "DescribePlayerSessions";
|
|
623
|
-
const _DRC = "DescribeRuntimeConfiguration";
|
|
624
|
-
const _DRCI = "DescribeRuntimeConfigurationInput";
|
|
625
|
-
const _DRCO = "DescribeRuntimeConfigurationOutput";
|
|
626
|
-
const _DS = "DeploymentStatus";
|
|
627
|
-
const _DSI = "DeleteScriptInput";
|
|
628
|
-
const _DSIe = "DescribeScriptInput";
|
|
629
|
-
const _DSO = "DescribeScriptOutput";
|
|
630
|
-
const _DSP = "DeleteScalingPolicy";
|
|
631
|
-
const _DSPI = "DeleteScalingPolicyInput";
|
|
632
|
-
const _DSPIe = "DescribeScalingPoliciesInput";
|
|
633
|
-
const _DSPO = "DescribeScalingPoliciesOutput";
|
|
634
|
-
const _DSPe = "DescribeScalingPolicies";
|
|
635
|
-
const _DSe = "DeleteScript";
|
|
636
|
-
const _DSes = "DescribeScript";
|
|
637
|
-
const _DVPA = "DeleteVpcPeeringAuthorization";
|
|
638
|
-
const _DVPAI = "DeleteVpcPeeringAuthorizationInput";
|
|
639
|
-
const _DVPAIe = "DescribeVpcPeeringAuthorizationsInput";
|
|
640
|
-
const _DVPAO = "DeleteVpcPeeringAuthorizationOutput";
|
|
641
|
-
const _DVPAOe = "DescribeVpcPeeringAuthorizationsOutput";
|
|
642
|
-
const _DVPAe = "DescribeVpcPeeringAuthorizations";
|
|
643
|
-
const _DVPC = "DeleteVpcPeeringConnection";
|
|
644
|
-
const _DVPCI = "DeleteVpcPeeringConnectionInput";
|
|
645
|
-
const _DVPCIe = "DescribeVpcPeeringConnectionsInput";
|
|
646
|
-
const _DVPCO = "DeleteVpcPeeringConnectionOutput";
|
|
647
|
-
const _DVPCOe = "DescribeVpcPeeringConnectionsOutput";
|
|
648
|
-
const _DVPCe = "DescribeVpcPeeringConnections";
|
|
649
|
-
const _De = "Destinations";
|
|
650
|
-
const _Do = "Domain";
|
|
651
|
-
const _E = "Events";
|
|
652
|
-
const _EC = "EventCode";
|
|
653
|
-
const _ECIC = "EC2InstanceCounts";
|
|
654
|
-
const _ECIL = "EC2InstanceLimits";
|
|
655
|
-
const _ECILL = "EC2InstanceLimitList";
|
|
656
|
-
const _ECILn = "EC2InstanceLimit";
|
|
657
|
-
const _ECIP = "EC2InboundPermissions";
|
|
658
|
-
const _ECIT = "EC2InstanceType";
|
|
659
|
-
const _EI = "EventId";
|
|
660
|
-
const _EIW = "EstimatedInstanceWarmup";
|
|
661
|
-
const _EL = "EventList";
|
|
662
|
-
const _EO = "EnvironmentOverride";
|
|
663
|
-
const _EP = "EvaluationPeriods";
|
|
664
|
-
const _ET = "EndTime";
|
|
665
|
-
const _ETv = "EventTime";
|
|
666
|
-
const _ETx = "ExpirationTimestamp";
|
|
667
|
-
const _ETxp = "ExpirationTime";
|
|
668
|
-
const _EWT = "EstimatedWaitTime";
|
|
669
|
-
const _Es = "Essential";
|
|
670
|
-
const _Ev = "Event";
|
|
671
|
-
const _F = "Filters";
|
|
672
|
-
const _FA = "FleetArn";
|
|
673
|
-
const _FAL = "FleetAttributesList";
|
|
674
|
-
const _FAl = "FleetAttributes";
|
|
675
|
-
const _FC = "FilterConfiguration";
|
|
676
|
-
const _FCEE = "FleetCapacityExceededException";
|
|
677
|
-
const _FCL = "FleetCapacityList";
|
|
678
|
-
const _FCl = "FleetCapacity";
|
|
679
|
-
const _FD = "FleetDeployment";
|
|
680
|
-
const _FDl = "FleetDeployments";
|
|
681
|
-
const _FE = "FilterExpression";
|
|
682
|
-
const _FI = "FleetId";
|
|
683
|
-
const _FIl = "FleetIds";
|
|
684
|
-
const _FMM = "FlexMatchMode";
|
|
685
|
-
const _FO = "FilterOption";
|
|
686
|
-
const _FP = "FromPort";
|
|
687
|
-
const _FRA = "FleetRoleArn";
|
|
688
|
-
const _FT = "FleetType";
|
|
689
|
-
const _FU = "FleetUtilization";
|
|
690
|
-
const _FUL = "FleetUtilizationList";
|
|
691
|
-
const _GCA = "GetComputeAccess";
|
|
692
|
-
const _GCAI = "GetComputeAccessInput";
|
|
693
|
-
const _GCAO = "GetComputeAccessOutput";
|
|
694
|
-
const _GCAT = "GetComputeAuthToken";
|
|
695
|
-
const _GCATI = "GetComputeAuthTokenInput";
|
|
696
|
-
const _GCATO = "GetComputeAuthTokenOutput";
|
|
697
|
-
const _GGSLU = "GetGameSessionLogUrl";
|
|
698
|
-
const _GGSLUI = "GetGameSessionLogUrlInput";
|
|
699
|
-
const _GGSLUO = "GetGameSessionLogUrlOutput";
|
|
700
|
-
const _GIA = "GetInstanceAccess";
|
|
701
|
-
const _GIAI = "GetInstanceAccessInput";
|
|
702
|
-
const _GIAO = "GetInstanceAccessOutput";
|
|
703
|
-
const _GLAAI = "GameLiftAwsAccountId";
|
|
704
|
-
const _GLAE = "GameLiftAgentEndpoint";
|
|
705
|
-
const _GLSSE = "GameLiftServiceSdkEndpoint";
|
|
706
|
-
const _GLVI = "GameLiftVpcId";
|
|
707
|
-
const _GP = "GameProperties";
|
|
708
|
-
const _GPL = "GamePropertyList";
|
|
709
|
-
const _GPa = "GameProperty";
|
|
710
|
-
const _GS = "GameServer";
|
|
711
|
-
const _GSA = "GameSessionArn";
|
|
712
|
-
const _GSATS = "GameSessionActivationTimeoutSeconds";
|
|
713
|
-
const _GSBA = "GameServerBinaryArn";
|
|
714
|
-
const _GSCD = "GameServerContainerDefinition";
|
|
715
|
-
const _GSCDI = "GameServerContainerDefinitionInput";
|
|
716
|
-
const _GSCGC = "GameServerContainerGroupCounts";
|
|
717
|
-
const _GSCGDA = "GameServerContainerGroupDefinitionArn";
|
|
718
|
-
const _GSCGDN = "GameServerContainerGroupDefinitionName";
|
|
719
|
-
const _GSCGPI = "GameServerContainerGroupsPerInstance";
|
|
720
|
-
const _GSCI = "GameSessionConnectionInfo";
|
|
721
|
-
const _GSCLP = "GameSessionCreationLimitPolicy";
|
|
722
|
-
const _GSD = "GameServerData";
|
|
723
|
-
const _GSDL = "GameSessionDetailList";
|
|
724
|
-
const _GSDa = "GameSessionData";
|
|
725
|
-
const _GSDam = "GameSessionDetails";
|
|
726
|
-
const _GSDame = "GameSessionDetail";
|
|
727
|
-
const _GSFE = "GameSessionFullException";
|
|
728
|
-
const _GSG = "GameServerGroup";
|
|
729
|
-
const _GSGA = "GameServerGroupArn";
|
|
730
|
-
const _GSGASP = "GameServerGroupAutoScalingPolicy";
|
|
731
|
-
const _GSGN = "GameServerGroupName";
|
|
732
|
-
const _GSGa = "GameServerGroups";
|
|
733
|
-
const _GSI = "GameServerId";
|
|
734
|
-
const _GSIa = "GameSessionId";
|
|
735
|
-
const _GSIam = "GameServerInstances";
|
|
736
|
-
const _GSIame = "GameServerInstance";
|
|
737
|
-
const _GSL = "GameSessionList";
|
|
738
|
-
const _GSN = "GameSessionName";
|
|
739
|
-
const _GSP = "GameSessionPlacement";
|
|
740
|
-
const _GSPP = "GameServerProtectionPolicy";
|
|
741
|
-
const _GSQ = "GameSessionQueue";
|
|
742
|
-
const _GSQA = "GameSessionQueueArns";
|
|
743
|
-
const _GSQAa = "GameSessionQueueArn";
|
|
744
|
-
const _GSQD = "GameSessionQueueDestination";
|
|
745
|
-
const _GSQDL = "GameSessionQueueDestinationList";
|
|
746
|
-
const _GSQL = "GameSessionQueueList";
|
|
747
|
-
const _GSQN = "GameSessionQueueName";
|
|
748
|
-
const _GSQa = "GameSessionQueues";
|
|
749
|
-
const _GSR = "GameSessionRegion";
|
|
750
|
-
const _GSa = "GameSession";
|
|
751
|
-
const _GSam = "GameSessions";
|
|
752
|
-
const _GSame = "GameServers";
|
|
753
|
-
const _HC = "HealthCheck";
|
|
754
|
-
const _I = "Interval";
|
|
755
|
-
const _IA = "IpAddress";
|
|
756
|
-
const _IAn = "InstanceAccess";
|
|
757
|
-
const _IC = "InstanceCounts";
|
|
758
|
-
const _ICPR = "InstanceConnectionPortRange";
|
|
759
|
-
const _ICn = "InstanceCredentials";
|
|
760
|
-
const _ID = "InstanceDefinitions";
|
|
761
|
-
const _IDLE = "IDLE";
|
|
762
|
-
const _IDn = "InstanceDefinition";
|
|
763
|
-
const _IFSE = "InvalidFleetStatusException";
|
|
764
|
-
const _IGSSE = "InvalidGameSessionStatusException";
|
|
765
|
-
const _II = "InstanceId";
|
|
766
|
-
const _IIP = "InstanceInboundPermissions";
|
|
767
|
-
const _IIPA = "InstanceInboundPermissionAuthorizations";
|
|
768
|
-
const _IIPR = "InstanceInboundPermissionRevocations";
|
|
769
|
-
const _IIn = "InstanceIds";
|
|
770
|
-
const _IL = "InstanceLimit";
|
|
771
|
-
const _ILn = "InstanceList";
|
|
772
|
-
const _IP = "InstancePath";
|
|
773
|
-
const _IPA = "InboundPermissionAuthorizations";
|
|
774
|
-
const _IPL = "IpPermissionsList";
|
|
775
|
-
const _IPME = "IdempotentParameterMismatchException";
|
|
776
|
-
const _IPR = "InboundPermissionRevocations";
|
|
777
|
-
const _IPn = "InboundPermissions";
|
|
778
|
-
const _IPp = "IpPermission";
|
|
779
|
-
const _IR = "IpRange";
|
|
780
|
-
const _IRA = "InstanceRoleArn";
|
|
781
|
-
const _IRCP = "InstanceRoleCredentialsProvider";
|
|
782
|
-
const _IRE = "InvalidRequestException";
|
|
783
|
-
const _IS = "InstanceStatuses";
|
|
784
|
-
const _ISE = "InternalServiceException";
|
|
785
|
-
const _ISm = "ImpairmentStrategy";
|
|
786
|
-
const _ISn = "InstanceStatus";
|
|
787
|
-
const _IT = "InstanceType";
|
|
788
|
-
const _ITd = "IdempotencyToken";
|
|
789
|
-
const _IU = "ImageUri";
|
|
790
|
-
const _IVCB = "IpV4CidrBlock";
|
|
791
|
-
const _In = "Instances";
|
|
792
|
-
const _Ins = "Instance";
|
|
793
|
-
const _K = "Key";
|
|
794
|
-
const _L = "Location";
|
|
795
|
-
const _LA = "LocationAttributes";
|
|
796
|
-
const _LAI = "ListAliasesInput";
|
|
797
|
-
const _LAL = "LocationAttributesList";
|
|
798
|
-
const _LAO = "ListAliasesOutput";
|
|
799
|
-
const _LAi = "ListAliases";
|
|
800
|
-
const _LAo = "LocationArn";
|
|
801
|
-
const _LB = "ListBuilds";
|
|
802
|
-
const _LBI = "ListBuildsInput";
|
|
803
|
-
const _LBO = "ListBuildsOutput";
|
|
804
|
-
const _LC = "LogConfiguration";
|
|
805
|
-
const _LCF = "ListContainerFleets";
|
|
806
|
-
const _LCFI = "ListContainerFleetsInput";
|
|
807
|
-
const _LCFO = "ListContainerFleetsOutput";
|
|
808
|
-
const _LCGD = "ListContainerGroupDefinitions";
|
|
809
|
-
const _LCGDI = "ListContainerGroupDefinitionsInput";
|
|
810
|
-
const _LCGDO = "ListContainerGroupDefinitionsOutput";
|
|
811
|
-
const _LCGDV = "ListContainerGroupDefinitionVersions";
|
|
812
|
-
const _LCGDVI = "ListContainerGroupDefinitionVersionsInput";
|
|
813
|
-
const _LCGDVO = "ListContainerGroupDefinitionVersionsOutput";
|
|
814
|
-
const _LCI = "ListComputeInput";
|
|
815
|
-
const _LCL = "LocationConfigurationList";
|
|
816
|
-
const _LCO = "ListComputeOutput";
|
|
817
|
-
const _LCT = "LastClaimTime";
|
|
818
|
-
const _LCi = "ListCompute";
|
|
819
|
-
const _LCo = "LocationConfiguration";
|
|
820
|
-
const _LD = "LocationalDeployments";
|
|
821
|
-
const _LDI = "LatestDeploymentId";
|
|
822
|
-
const _LDo = "LocationalDeployment";
|
|
823
|
-
const _LDog = "LogDestination";
|
|
824
|
-
const _LEE = "LimitExceededException";
|
|
825
|
-
const _LF = "ListFleets";
|
|
826
|
-
const _LFD = "ListFleetDeployments";
|
|
827
|
-
const _LFDI = "ListFleetDeploymentsInput";
|
|
828
|
-
const _LFDO = "ListFleetDeploymentsOutput";
|
|
829
|
-
const _LFI = "ListFleetsInput";
|
|
830
|
-
const _LFO = "ListFleetsOutput";
|
|
831
|
-
const _LGA = "LogGroupArn";
|
|
832
|
-
const _LGS = "ListGameServers";
|
|
833
|
-
const _LGSG = "ListGameServerGroups";
|
|
834
|
-
const _LGSGI = "ListGameServerGroupsInput";
|
|
835
|
-
const _LGSGO = "ListGameServerGroupsOutput";
|
|
836
|
-
const _LGSI = "ListGameServersInput";
|
|
837
|
-
const _LGSO = "ListGameServersOutput";
|
|
838
|
-
const _LHCT = "LastHealthCheckTime";
|
|
839
|
-
const _LIM = "LatencyInMs";
|
|
840
|
-
const _LIMa = "LatencyInMilliseconds";
|
|
841
|
-
const _LL = "ListLocations";
|
|
842
|
-
const _LLI = "ListLocationsInput";
|
|
843
|
-
const _LLO = "ListLocationsOutput";
|
|
844
|
-
const _LM = "LocationModel";
|
|
845
|
-
const _LML = "LocationModelList";
|
|
846
|
-
const _LN = "LocationName";
|
|
847
|
-
const _LO = "LocationOrder";
|
|
848
|
-
const _LP = "LogPaths";
|
|
849
|
-
const _LPa = "LaunchPath";
|
|
850
|
-
const _LS = "LocationStates";
|
|
851
|
-
const _LSI = "ListScriptsInput";
|
|
852
|
-
const _LSL = "LocationStateList";
|
|
853
|
-
const _LSO = "ListScriptsOutput";
|
|
854
|
-
const _LSi = "ListScripts";
|
|
855
|
-
const _LSo = "LocationState";
|
|
856
|
-
const _LT = "LaunchTemplate";
|
|
857
|
-
const _LTFR = "ListTagsForResource";
|
|
858
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
859
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
860
|
-
const _LTI = "LaunchTemplateId";
|
|
861
|
-
const _LTN = "LaunchTemplateName";
|
|
862
|
-
const _LTS = "LaunchTemplateSpecification";
|
|
863
|
-
const _LUT = "LastUpdatedTime";
|
|
864
|
-
const _Li = "Limit";
|
|
865
|
-
const _Lo = "Locations";
|
|
866
|
-
const _M = "Message";
|
|
867
|
-
const _MAXIMUM = "MAXIMUM";
|
|
868
|
-
const _MC = "MatchmakingConfiguration";
|
|
869
|
-
const _MCC = "ManagedCapacityConfiguration";
|
|
870
|
-
const _MCGSA = "MaxConcurrentGameSessionActivations";
|
|
871
|
-
const _MCL = "MatchmakingConfigurationList";
|
|
872
|
-
const _MD = "MatchmakerData";
|
|
873
|
-
const _MG = "MetricGroups";
|
|
874
|
-
const _MGSCGPI = "MaximumGameServerContainerGroupsPerInstance";
|
|
875
|
-
const _MHLM = "MemoryHardLimitMebibytes";
|
|
876
|
-
const _MHP = "MinimumHealthyPercentage";
|
|
877
|
-
const _MINIMUM = "MINIMUM";
|
|
878
|
-
const _MIPLM = "MaximumIndividualPlayerLatencyMilliseconds";
|
|
879
|
-
const _MN = "MetricName";
|
|
880
|
-
const _MP = "MountPoints";
|
|
881
|
-
const _MPS = "MatchedPlayerSessions";
|
|
882
|
-
const _MPSC = "MaximumPlayerSessionCount";
|
|
883
|
-
const _MPSL = "MatchedPlayerSessionList";
|
|
884
|
-
const _MPSa = "MatchedPlayerSession";
|
|
885
|
-
const _MRS = "MatchmakingRuleSet";
|
|
886
|
-
const _MRSL = "MatchmakingRuleSetList";
|
|
887
|
-
const _MS = "MinSize";
|
|
888
|
-
const _MSa = "MaxSize";
|
|
889
|
-
const _MT = "MatchmakingTicket";
|
|
890
|
-
const _MTL = "MatchmakingTicketList";
|
|
891
|
-
const _N = "Name";
|
|
892
|
-
const _NFE = "NotFoundException";
|
|
893
|
-
const _NGSPC = "NewGameSessionsPerCreator";
|
|
894
|
-
const _NGSPP = "NewGameSessionProtectionPolicy";
|
|
895
|
-
const _NJV = "NodeJsVersion";
|
|
896
|
-
const _NRE = "NotReadyException";
|
|
897
|
-
const _NT = "NotificationTarget";
|
|
898
|
-
const _NTe = "NextToken";
|
|
899
|
-
const _N_ = "N";
|
|
900
|
-
const _Na = "Names";
|
|
901
|
-
const _OOCE = "OutOfCapacityException";
|
|
902
|
-
const _OS = "OperatingSystem";
|
|
903
|
-
const _OV = "ObjectVersion";
|
|
904
|
-
const _P = "Protocol";
|
|
905
|
-
const _PA = "PlayerAttributes";
|
|
906
|
-
const _PAM = "PlayerAttributeMap";
|
|
907
|
-
const _PB = "PingBeacon";
|
|
908
|
-
const _PC = "PriorityConfiguration";
|
|
909
|
-
const _PCO = "PriorityConfigurationOverride";
|
|
910
|
-
const _PCo = "PortConfiguration";
|
|
911
|
-
const _PD = "PlayerData";
|
|
912
|
-
const _PDM = "PlayerDataMap";
|
|
913
|
-
const _PDS = "PolicyDurationSeconds";
|
|
914
|
-
const _PENDING = "PENDING";
|
|
915
|
-
const _PFS = "PlacementFallbackStrategy";
|
|
916
|
-
const _PI = "PlayerId";
|
|
917
|
-
const _PIBA = "PerInstanceBinaryArn";
|
|
918
|
-
const _PICGDA = "PerInstanceContainerGroupDefinitionArn";
|
|
919
|
-
const _PICGDN = "PerInstanceContainerGroupDefinitionName";
|
|
920
|
-
const _PIFAM = "PlayerIdsForAcceptMatch";
|
|
921
|
-
const _PIL = "PlayerIdList";
|
|
922
|
-
const _PIl = "PlayerIds";
|
|
923
|
-
const _PIla = "PlacementId";
|
|
924
|
-
const _PL = "PlayerLatencies";
|
|
925
|
-
const _PLL = "PlayerLatencyList";
|
|
926
|
-
const _PLP = "PlayerLatencyPolicies";
|
|
927
|
-
const _PLPL = "PlayerLatencyPolicyList";
|
|
928
|
-
const _PLPl = "PlayerLatencyPolicy";
|
|
929
|
-
const _PLl = "PlayerLatency";
|
|
930
|
-
const _PLla = "PlayerList";
|
|
931
|
-
const _PN = "PortNumber";
|
|
932
|
-
const _PO = "PriorityOrder";
|
|
933
|
-
const _PP = "ProtectionPolicy";
|
|
934
|
-
const _PPIM = "PolicyPeriodInMinutes";
|
|
935
|
-
const _PPS = "PlacedPlayerSessions";
|
|
936
|
-
const _PPSL = "PlacedPlayerSessionList";
|
|
937
|
-
const _PPSl = "PlacedPlayerSession";
|
|
938
|
-
const _PS = "PlayerSession";
|
|
939
|
-
const _PSCP = "PlayerSessionCreationPolicy";
|
|
940
|
-
const _PSI = "PlayerSessionId";
|
|
941
|
-
const _PSL = "PlayerSessionList";
|
|
942
|
-
const _PSLU = "PreSignedLogUrl";
|
|
943
|
-
const _PSP = "PutScalingPolicy";
|
|
944
|
-
const _PSPI = "PutScalingPolicyInput";
|
|
945
|
-
const _PSPO = "PutScalingPolicyOutput";
|
|
946
|
-
const _PSSF = "PlayerSessionStatusFilter";
|
|
947
|
-
const _PSU = "PreSignedUrl";
|
|
948
|
-
const _PSl = "PlayerSessions";
|
|
949
|
-
const _PSr = "ProtectionStrategy";
|
|
950
|
-
const _PT = "PolicyType";
|
|
951
|
-
const _PVAAI = "PeerVpcAwsAccountId";
|
|
952
|
-
const _PVI = "PeerVpcId";
|
|
953
|
-
const _Pa = "Parameters";
|
|
954
|
-
const _Pl = "Players";
|
|
955
|
-
const _Pla = "Player";
|
|
956
|
-
const _Po = "Port";
|
|
957
|
-
const _R = "Retries";
|
|
958
|
-
const _RA = "RoleArn";
|
|
959
|
-
const _RAI = "ResolveAliasInput";
|
|
960
|
-
const _RAO = "ResolveAliasOutput";
|
|
961
|
-
const _RARN = "ResourceARN";
|
|
962
|
-
const _RAe = "ResumeActions";
|
|
963
|
-
const _RAem = "RemoveAttributes";
|
|
964
|
-
const _RAes = "ResolveAlias";
|
|
965
|
-
const _RC = "RuntimeConfiguration";
|
|
966
|
-
const _RCI = "RegisterComputeInput";
|
|
967
|
-
const _RCLP = "ResourceCreationLimitPolicy";
|
|
968
|
-
const _RCO = "RegisterComputeOutput";
|
|
969
|
-
const _RCe = "RegisterCompute";
|
|
970
|
-
const _RGS = "RegisterGameServer";
|
|
971
|
-
const _RGSBA = "RollbackGameServerBinaryArn";
|
|
972
|
-
const _RGSG = "ResumeGameServerGroup";
|
|
973
|
-
const _RGSGI = "ResumeGameServerGroupInput";
|
|
974
|
-
const _RGSGO = "ResumeGameServerGroupOutput";
|
|
975
|
-
const _RGSI = "RegisterGameServerInput";
|
|
976
|
-
const _RGSO = "RegisterGameServerOutput";
|
|
977
|
-
const _RI = "ResourceId";
|
|
978
|
-
const _RID = "ResolvedImageDigest";
|
|
979
|
-
const _RIe = "RegionIdentifier";
|
|
980
|
-
const _RPIBA = "RollbackPerInstanceBinaryArn";
|
|
981
|
-
const _RS = "RoutingStrategy";
|
|
982
|
-
const _RSA = "RuleSetArn";
|
|
983
|
-
const _RSB = "RuleSetBody";
|
|
984
|
-
const _RSN = "RuleSetName";
|
|
985
|
-
const _RST = "RoutingStrategyType";
|
|
986
|
-
const _RSu = "RuleSet";
|
|
987
|
-
const _RSul = "RuleSets";
|
|
988
|
-
const _RT = "RegistrationTime";
|
|
989
|
-
const _RTS = "RequestTimeoutSeconds";
|
|
990
|
-
const _RUC = "RequestUploadCredentials";
|
|
991
|
-
const _RUCI = "RequestUploadCredentialsInput";
|
|
992
|
-
const _RUCO = "RequestUploadCredentialsOutput";
|
|
993
|
-
const _S = "S";
|
|
994
|
-
const _SA = "ScriptArn";
|
|
995
|
-
const _SAK = "SecretAccessKey";
|
|
996
|
-
const _SAT = "ScalingAdjustmentType";
|
|
997
|
-
const _SAc = "ScalingAdjustment";
|
|
998
|
-
const _SAt = "StoppedActions";
|
|
999
|
-
const _SAu = "SuspendedActions";
|
|
1000
|
-
const _SAus = "SuspendActions";
|
|
1001
|
-
const _SBN = "S3BucketName";
|
|
1002
|
-
const _SCD = "SupportContainerDefinitions";
|
|
1003
|
-
const _SCDI = "SupportContainerDefinitionInput";
|
|
1004
|
-
const _SCDIL = "SupportContainerDefinitionInputList";
|
|
1005
|
-
const _SCDL = "SupportContainerDefinitionList";
|
|
1006
|
-
const _SCDu = "SupportContainerDefinition";
|
|
1007
|
-
const _SDM = "SDM";
|
|
1008
|
-
const _SE = "SortExpression";
|
|
1009
|
-
const _SF = "StatusFilter";
|
|
1010
|
-
const _SFA = "StartFleetActions";
|
|
1011
|
-
const _SFAI = "StartFleetActionsInput";
|
|
1012
|
-
const _SFAIt = "StopFleetActionsInput";
|
|
1013
|
-
const _SFAO = "StartFleetActionsOutput";
|
|
1014
|
-
const _SFAOt = "StopFleetActionsOutput";
|
|
1015
|
-
const _SFAt = "StopFleetActions";
|
|
1016
|
-
const _SGS = "SearchGameSessions";
|
|
1017
|
-
const _SGSG = "SuspendGameServerGroup";
|
|
1018
|
-
const _SGSGI = "SuspendGameServerGroupInput";
|
|
1019
|
-
const _SGSGO = "SuspendGameServerGroupOutput";
|
|
1020
|
-
const _SGSI = "SearchGameSessionsInput";
|
|
1021
|
-
const _SGSO = "SearchGameSessionsOutput";
|
|
1022
|
-
const _SGSP = "StartGameSessionPlacement";
|
|
1023
|
-
const _SGSPI = "StartGameSessionPlacementInput";
|
|
1024
|
-
const _SGSPIt = "StopGameSessionPlacementInput";
|
|
1025
|
-
const _SGSPO = "StartGameSessionPlacementOutput";
|
|
1026
|
-
const _SGSPOt = "StopGameSessionPlacementOutput";
|
|
1027
|
-
const _SGSPt = "StopGameSessionPlacement";
|
|
1028
|
-
const _SI = "ScriptId";
|
|
1029
|
-
const _SIAIM = "ScaleInAfterInactivityMinutes";
|
|
1030
|
-
const _SL = "SL";
|
|
1031
|
-
const _SLP = "ServerLaunchPath";
|
|
1032
|
-
const _SLPe = "ServerLaunchParameters";
|
|
1033
|
-
const _SLc = "ScriptList";
|
|
1034
|
-
const _SLo = "S3Location";
|
|
1035
|
-
const _SLt = "StorageLocation";
|
|
1036
|
-
const _SM = "StatusMessage";
|
|
1037
|
-
const _SMB = "StartMatchBackfill";
|
|
1038
|
-
const _SMBI = "StartMatchBackfillInput";
|
|
1039
|
-
const _SMBO = "StartMatchBackfillOutput";
|
|
1040
|
-
const _SMI = "StartMatchmakingInput";
|
|
1041
|
-
const _SMIt = "StopMatchmakingInput";
|
|
1042
|
-
const _SMO = "StartMatchmakingOutput";
|
|
1043
|
-
const _SMOt = "StopMatchmakingOutput";
|
|
1044
|
-
const _SMt = "StartMatchmaking";
|
|
1045
|
-
const _SMto = "StopMatchmaking";
|
|
1046
|
-
const _SO = "SortOrder";
|
|
1047
|
-
const _SOD = "SizeOnDisk";
|
|
1048
|
-
const _SP = "StartPeriod";
|
|
1049
|
-
const _SPL = "ScalingPolicyList";
|
|
1050
|
-
const _SPLe = "ServerProcessList";
|
|
1051
|
-
const _SPc = "ScalingPolicies";
|
|
1052
|
-
const _SPca = "ScalingPolicy";
|
|
1053
|
-
const _SPe = "ServerProcesses";
|
|
1054
|
-
const _SPer = "ServerProcess";
|
|
1055
|
-
const _SR = "StatusReason";
|
|
1056
|
-
const _SSV = "ServerSdkVersion";
|
|
1057
|
-
const _ST = "SessionToken";
|
|
1058
|
-
const _STt = "StartTime";
|
|
1059
|
-
const _SVN = "SourceVersionNumber";
|
|
1060
|
-
const _Sc = "Script";
|
|
1061
|
-
const _Scr = "Scripts";
|
|
1062
|
-
const _Se = "Secret";
|
|
1063
|
-
const _St = "Status";
|
|
1064
|
-
const _T = "Type";
|
|
1065
|
-
const _TC = "TargetConfiguration";
|
|
1066
|
-
const _TERMINATING = "TERMINATING";
|
|
1067
|
-
const _TFE = "TaggingFailedException";
|
|
1068
|
-
const _TGS = "TerminateGameSession";
|
|
1069
|
-
const _TGSI = "TerminateGameSessionInput";
|
|
1070
|
-
const _TGSO = "TerminateGameSessionOutput";
|
|
1071
|
-
const _TI = "TicketId";
|
|
1072
|
-
const _TIS = "TimeoutInSeconds";
|
|
1073
|
-
const _TIi = "TicketIds";
|
|
1074
|
-
const _TK = "TagKeys";
|
|
1075
|
-
const _TL = "TicketList";
|
|
1076
|
-
const _TLa = "TagList";
|
|
1077
|
-
const _TM = "TerminationMode";
|
|
1078
|
-
const _TMLM = "TotalMemoryLimitMebibytes";
|
|
1079
|
-
const _TP = "ToPort";
|
|
1080
|
-
const _TR = "TagResource";
|
|
1081
|
-
const _TRR = "TagResourceRequest";
|
|
1082
|
-
const _TRRa = "TagResourceResponse";
|
|
1083
|
-
const _TRSE = "TerminalRoutingStrategyException";
|
|
1084
|
-
const _TT = "TerminationTime";
|
|
1085
|
-
const _TTC = "TargetTrackingConfiguration";
|
|
1086
|
-
const _TV = "TargetValue";
|
|
1087
|
-
const _TVL = "TotalVcpuLimit";
|
|
1088
|
-
const _Ta = "Tags";
|
|
1089
|
-
const _Tag = "Tag";
|
|
1090
|
-
const _Tar = "Target";
|
|
1091
|
-
const _Te = "Team";
|
|
1092
|
-
const _Th = "Threshold";
|
|
1093
|
-
const _Ti = "Timeout";
|
|
1094
|
-
const _UA = "UpdateAlias";
|
|
1095
|
-
const _UAI = "UpdateAliasInput";
|
|
1096
|
-
const _UAO = "UpdateAliasOutput";
|
|
1097
|
-
const _UB = "UpdateBuild";
|
|
1098
|
-
const _UBI = "UpdateBuildInput";
|
|
1099
|
-
const _UBO = "UpdateBuildOutput";
|
|
1100
|
-
const _UC = "UploadCredentials";
|
|
1101
|
-
const _UCF = "UpdateContainerFleet";
|
|
1102
|
-
const _UCFI = "UpdateContainerFleetInput";
|
|
1103
|
-
const _UCFO = "UpdateContainerFleetOutput";
|
|
1104
|
-
const _UCGD = "UpdateContainerGroupDefinition";
|
|
1105
|
-
const _UCGDI = "UpdateContainerGroupDefinitionInput";
|
|
1106
|
-
const _UCGDO = "UpdateContainerGroupDefinitionOutput";
|
|
1107
|
-
const _UDPE = "UDPEndpoint";
|
|
1108
|
-
const _UE = "UnauthorizedException";
|
|
1109
|
-
const _UFA = "UpdateFleetAttributes";
|
|
1110
|
-
const _UFAI = "UpdateFleetAttributesInput";
|
|
1111
|
-
const _UFAO = "UpdateFleetAttributesOutput";
|
|
1112
|
-
const _UFC = "UpdateFleetCapacity";
|
|
1113
|
-
const _UFCI = "UpdateFleetCapacityInput";
|
|
1114
|
-
const _UFCO = "UpdateFleetCapacityOutput";
|
|
1115
|
-
const _UFPS = "UpdateFleetPortSettings";
|
|
1116
|
-
const _UFPSI = "UpdateFleetPortSettingsInput";
|
|
1117
|
-
const _UFPSO = "UpdateFleetPortSettingsOutput";
|
|
1118
|
-
const _UGS = "UpdateGameServer";
|
|
1119
|
-
const _UGSG = "UpdateGameServerGroup";
|
|
1120
|
-
const _UGSGI = "UpdateGameServerGroupInput";
|
|
1121
|
-
const _UGSGO = "UpdateGameServerGroupOutput";
|
|
1122
|
-
const _UGSI = "UpdateGameServerInput";
|
|
1123
|
-
const _UGSIp = "UpdateGameSessionInput";
|
|
1124
|
-
const _UGSO = "UpdateGameServerOutput";
|
|
1125
|
-
const _UGSOp = "UpdateGameSessionOutput";
|
|
1126
|
-
const _UGSQ = "UpdateGameSessionQueue";
|
|
1127
|
-
const _UGSQI = "UpdateGameSessionQueueInput";
|
|
1128
|
-
const _UGSQO = "UpdateGameSessionQueueOutput";
|
|
1129
|
-
const _UGSp = "UpdateGameSession";
|
|
1130
|
-
const _UMC = "UpdateMatchmakingConfiguration";
|
|
1131
|
-
const _UMCI = "UpdateMatchmakingConfigurationInput";
|
|
1132
|
-
const _UMCO = "UpdateMatchmakingConfigurationOutput";
|
|
1133
|
-
const _UN = "UserName";
|
|
1134
|
-
const _UR = "UntagResource";
|
|
1135
|
-
const _URC = "UpdateRuntimeConfiguration";
|
|
1136
|
-
const _URCI = "UpdateRuntimeConfigurationInput";
|
|
1137
|
-
const _URCO = "UpdateRuntimeConfigurationOutput";
|
|
1138
|
-
const _URE = "UnsupportedRegionException";
|
|
1139
|
-
const _URR = "UntagResourceRequest";
|
|
1140
|
-
const _URRn = "UntagResourceResponse";
|
|
1141
|
-
const _US = "UpdateStatus";
|
|
1142
|
-
const _USI = "UpdateScriptInput";
|
|
1143
|
-
const _USO = "UpdateScriptOutput";
|
|
1144
|
-
const _USp = "UpdateScript";
|
|
1145
|
-
const _USt = "UtilizationStatus";
|
|
1146
|
-
const _V = "Version";
|
|
1147
|
-
const _VCTR = "VersionCountToRetain";
|
|
1148
|
-
const _VD = "VersionDescription";
|
|
1149
|
-
const _VMRS = "ValidateMatchmakingRuleSet";
|
|
1150
|
-
const _VMRSI = "ValidateMatchmakingRuleSetInput";
|
|
1151
|
-
const _VMRSO = "ValidateMatchmakingRuleSetOutput";
|
|
1152
|
-
const _VN = "VersionNumber";
|
|
1153
|
-
const _VPA = "VpcPeeringAuthorization";
|
|
1154
|
-
const _VPAL = "VpcPeeringAuthorizationList";
|
|
1155
|
-
const _VPAp = "VpcPeeringAuthorizations";
|
|
1156
|
-
const _VPC = "VpcPeeringConnections";
|
|
1157
|
-
const _VPCI = "VpcPeeringConnectionId";
|
|
1158
|
-
const _VPCL = "VpcPeeringConnectionList";
|
|
1159
|
-
const _VPCS = "VpcPeeringConnectionStatus";
|
|
1160
|
-
const _VPCp = "VpcPeeringConnection";
|
|
1161
|
-
const _VS = "VpcSubnets";
|
|
1162
|
-
const _Va = "Value";
|
|
1163
|
-
const _Val = "Valid";
|
|
1164
|
-
const _Vc = "Vcpu";
|
|
1165
|
-
const _WC = "WeightedCapacity";
|
|
1166
|
-
const _ZCS = "ZeroCapacityStrategy";
|
|
1167
|
-
const _ZF = "ZipFile";
|
|
1168
|
-
const _c = "client";
|
|
1169
|
-
const _e = "error";
|
|
1170
|
-
const _s = "server";
|
|
1171
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.gamelift";
|
|
1172
|
-
const n0 = "com.amazonaws.gamelift";
|
|
1173
|
-
var IpAddress = [0, n0, _IA, 8, 0];
|
|
1174
|
-
var IpRange = [0, n0, _IR, 8, 0];
|
|
1175
|
-
var PlayerId = [0, n0, _PI, 8, 0];
|
|
1176
|
-
var PortNumber = [0, n0, _PN, 8, 1];
|
|
1177
|
-
var AcceptMatchInput$ = [3, n0, _AMI,
|
|
1178
|
-
0,
|
|
1179
|
-
[_TI, _PIl, _AT],
|
|
1180
|
-
[0, [() => PlayerIdsForAcceptMatch, 0], 0], 3
|
|
1181
|
-
];
|
|
1182
|
-
var AcceptMatchOutput$ = [3, n0, _AMO,
|
|
1183
|
-
0,
|
|
1184
|
-
[],
|
|
1185
|
-
[]
|
|
1186
|
-
];
|
|
1187
|
-
var Alias$ = [3, n0, _A,
|
|
1188
|
-
0,
|
|
1189
|
-
[_AI, _N, _AA, _D, _RS, _CT, _LUT],
|
|
1190
|
-
[0, 0, 0, 0, () => RoutingStrategy$, 4, 4]
|
|
1191
|
-
];
|
|
1192
|
-
var AnywhereConfiguration$ = [3, n0, _AC,
|
|
1193
|
-
0,
|
|
1194
|
-
[_C],
|
|
1195
|
-
[0], 1
|
|
1196
|
-
];
|
|
1197
|
-
var AttributeValue$ = [3, n0, _AV,
|
|
1198
|
-
0,
|
|
1199
|
-
[_S, _N_, _SL, _SDM],
|
|
1200
|
-
[0, 1, 64 | 0, 128 | 1]
|
|
1201
|
-
];
|
|
1202
|
-
var AwsCredentials$ = [3, n0, _ACw,
|
|
1203
|
-
8,
|
|
1204
|
-
[_AKI, _SAK, _ST],
|
|
1205
|
-
[0, 0, 0]
|
|
1206
|
-
];
|
|
1207
|
-
var Build$ = [3, n0, _B,
|
|
1208
|
-
0,
|
|
1209
|
-
[_BI, _BA, _N, _V, _St, _SOD, _OS, _CT, _SSV],
|
|
1210
|
-
[0, 0, 0, 0, 0, 1, 0, 4, 0]
|
|
1211
|
-
];
|
|
1212
|
-
var CertificateConfiguration$ = [3, n0, _CC,
|
|
1213
|
-
0,
|
|
1214
|
-
[_CTe],
|
|
1215
|
-
[0], 1
|
|
1216
|
-
];
|
|
1217
|
-
var ClaimFilterOption$ = [3, n0, _CFO,
|
|
1218
|
-
0,
|
|
1219
|
-
[_IS],
|
|
1220
|
-
[64 | 0]
|
|
1221
|
-
];
|
|
1222
|
-
var ClaimGameServerInput$ = [3, n0, _CGSI,
|
|
1223
|
-
0,
|
|
1224
|
-
[_GSGN, _GSI, _GSD, _FO],
|
|
1225
|
-
[0, 0, 0, () => ClaimFilterOption$], 1
|
|
1226
|
-
];
|
|
1227
|
-
var ClaimGameServerOutput$ = [3, n0, _CGSO,
|
|
1228
|
-
0,
|
|
1229
|
-
[_GS],
|
|
1230
|
-
[() => GameServer$]
|
|
1231
|
-
];
|
|
1232
|
-
var Compute$ = [3, n0, _Co,
|
|
1233
|
-
0,
|
|
1234
|
-
[_FI, _FA, _CN, _CA, _IA, _DN, _CS, _L, _CT, _OS, _T, _GLSSE, _GLAE, _II, _CAo, _GSCGDA],
|
|
1235
|
-
[0, 0, 0, 0, [() => IpAddress, 0], 0, 0, 0, 4, 0, 0, 0, 0, 0, () => ContainerAttributes, 0]
|
|
1236
|
-
];
|
|
1237
|
-
var ConflictException$ = [-3, n0, _CE,
|
|
1238
|
-
{ [_e]: _c },
|
|
1239
|
-
[_M],
|
|
1240
|
-
[0]
|
|
1241
|
-
];
|
|
1242
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1243
|
-
var ConnectionPortRange$ = [3, n0, _CPR,
|
|
1244
|
-
0,
|
|
1245
|
-
[_FP, _TP],
|
|
1246
|
-
[[() => PortNumber, 0], [() => PortNumber, 0]], 2
|
|
1247
|
-
];
|
|
1248
|
-
var ContainerAttribute$ = [3, n0, _CAon,
|
|
1249
|
-
0,
|
|
1250
|
-
[_CNo, _CRI],
|
|
1251
|
-
[0, 0]
|
|
1252
|
-
];
|
|
1253
|
-
var ContainerDependency$ = [3, n0, _CD,
|
|
1254
|
-
0,
|
|
1255
|
-
[_CNo, _Con],
|
|
1256
|
-
[0, 0], 2
|
|
1257
|
-
];
|
|
1258
|
-
var ContainerEnvironment$ = [3, n0, _CEo,
|
|
1259
|
-
0,
|
|
1260
|
-
[_N, _Va],
|
|
1261
|
-
[0, 0], 2
|
|
1262
|
-
];
|
|
1263
|
-
var ContainerFleet$ = [3, n0, _CF,
|
|
1264
|
-
0,
|
|
1265
|
-
[_FI, _FA, _FRA, _GSCGDN, _GSCGDA, _PICGDN, _PICGDA, _ICPR, _IIP, _GSCGPI, _MGSCGPI, _IT, _BT, _D, _CT, _MG, _NGSPP, _GSCLP, _St, _DD, _LC, _LA],
|
|
1266
|
-
[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]
|
|
1267
|
-
];
|
|
1268
|
-
var ContainerFleetLocationAttributes$ = [3, n0, _CFLA,
|
|
1269
|
-
0,
|
|
1270
|
-
[_L, _St],
|
|
1271
|
-
[0, 0]
|
|
1272
|
-
];
|
|
1273
|
-
var ContainerGroupDefinition$ = [3, n0, _CGD,
|
|
1274
|
-
0,
|
|
1275
|
-
[_N, _CGDA, _CT, _OS, _CGT, _TMLM, _TVL, _GSCD, _SCD, _VN, _VD, _St, _SR],
|
|
1276
|
-
[0, 0, 4, 0, 0, 1, 1, [() => GameServerContainerDefinition$, 0], [() => SupportContainerDefinitionList, 0], 1, 0, 0, 0], 1
|
|
1277
|
-
];
|
|
1278
|
-
var ContainerHealthCheck$ = [3, n0, _CHC,
|
|
1279
|
-
0,
|
|
1280
|
-
[_Com, _I, _R, _SP, _Ti],
|
|
1281
|
-
[64 | 0, 1, 1, 1, 1], 1
|
|
1282
|
-
];
|
|
1283
|
-
var ContainerIdentifier$ = [3, n0, _CI,
|
|
1284
|
-
0,
|
|
1285
|
-
[_CNo, _CRI],
|
|
1286
|
-
[0, 0]
|
|
1287
|
-
];
|
|
1288
|
-
var ContainerMountPoint$ = [3, n0, _CMP,
|
|
1289
|
-
0,
|
|
1290
|
-
[_IP, _CP, _AL],
|
|
1291
|
-
[0, 0, 0], 1
|
|
1292
|
-
];
|
|
1293
|
-
var ContainerPortConfiguration$ = [3, n0, _CPC,
|
|
1294
|
-
0,
|
|
1295
|
-
[_CPRo],
|
|
1296
|
-
[[() => ContainerPortRangeList, 0]], 1
|
|
1297
|
-
];
|
|
1298
|
-
var ContainerPortRange$ = [3, n0, _CPRon,
|
|
1299
|
-
0,
|
|
1300
|
-
[_FP, _TP, _P],
|
|
1301
|
-
[[() => PortNumber, 0], [() => PortNumber, 0], 0], 3
|
|
1302
|
-
];
|
|
1303
|
-
var CreateAliasInput$ = [3, n0, _CAI,
|
|
1304
|
-
0,
|
|
1305
|
-
[_N, _RS, _D, _Ta],
|
|
1306
|
-
[0, () => RoutingStrategy$, 0, () => TagList], 2
|
|
1307
|
-
];
|
|
1308
|
-
var CreateAliasOutput$ = [3, n0, _CAO,
|
|
1309
|
-
0,
|
|
1310
|
-
[_A],
|
|
1311
|
-
[() => Alias$]
|
|
1312
|
-
];
|
|
1313
|
-
var CreateBuildInput$ = [3, n0, _CBI,
|
|
1314
|
-
0,
|
|
1315
|
-
[_N, _V, _SLt, _OS, _Ta, _SSV],
|
|
1316
|
-
[0, 0, () => S3Location$, 0, () => TagList, 0]
|
|
1317
|
-
];
|
|
1318
|
-
var CreateBuildOutput$ = [3, n0, _CBO,
|
|
1319
|
-
0,
|
|
1320
|
-
[_B, _UC, _SLt],
|
|
1321
|
-
[() => Build$, [() => AwsCredentials$, 0], () => S3Location$]
|
|
1322
|
-
];
|
|
1323
|
-
var CreateContainerFleetInput$ = [3, n0, _CCFI,
|
|
1324
|
-
0,
|
|
1325
|
-
[_FRA, _D, _GSCGDN, _PICGDN, _ICPR, _IIP, _GSCGPI, _IT, _BT, _Lo, _MG, _NGSPP, _GSCLP, _LC, _Ta],
|
|
1326
|
-
[0, 0, 0, 0, [() => ConnectionPortRange$, 0], [() => IpPermissionsList, 0], 1, 0, 0, () => LocationConfigurationList, 64 | 0, 0, () => GameSessionCreationLimitPolicy$, () => LogConfiguration$, () => TagList], 1
|
|
1327
|
-
];
|
|
1328
|
-
var CreateContainerFleetOutput$ = [3, n0, _CCFO,
|
|
1329
|
-
0,
|
|
1330
|
-
[_CF],
|
|
1331
|
-
[[() => ContainerFleet$, 0]]
|
|
1332
|
-
];
|
|
1333
|
-
var CreateContainerGroupDefinitionInput$ = [3, n0, _CCGDI,
|
|
1334
|
-
0,
|
|
1335
|
-
[_N, _TMLM, _TVL, _OS, _CGT, _GSCD, _SCD, _VD, _Ta],
|
|
1336
|
-
[0, 1, 1, 0, 0, [() => GameServerContainerDefinitionInput$, 0], [() => SupportContainerDefinitionInputList, 0], 0, () => TagList], 4
|
|
1337
|
-
];
|
|
1338
|
-
var CreateContainerGroupDefinitionOutput$ = [3, n0, _CCGDO,
|
|
1339
|
-
0,
|
|
1340
|
-
[_CGD],
|
|
1341
|
-
[[() => ContainerGroupDefinition$, 0]]
|
|
1342
|
-
];
|
|
1343
|
-
var CreateFleetInput$ = [3, n0, _CFI,
|
|
1344
|
-
0,
|
|
1345
|
-
[_N, _D, _BI, _SI, _SLP, _SLPe, _LP, _ECIT, _ECIP, _NGSPP, _RC, _RCLP, _MG, _PVAAI, _PVI, _FT, _IRA, _CC, _Lo, _Ta, _CTo, _AC, _IRCP],
|
|
1346
|
-
[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], 1
|
|
1347
|
-
];
|
|
1348
|
-
var CreateFleetLocationsInput$ = [3, n0, _CFLI,
|
|
1349
|
-
0,
|
|
1350
|
-
[_FI, _Lo],
|
|
1351
|
-
[0, () => LocationConfigurationList], 2
|
|
1352
|
-
];
|
|
1353
|
-
var CreateFleetLocationsOutput$ = [3, n0, _CFLO,
|
|
1354
|
-
0,
|
|
1355
|
-
[_FI, _FA, _LS],
|
|
1356
|
-
[0, 0, () => LocationStateList]
|
|
1357
|
-
];
|
|
1358
|
-
var CreateFleetOutput$ = [3, n0, _CFOr,
|
|
1359
|
-
0,
|
|
1360
|
-
[_FAl, _LS],
|
|
1361
|
-
[() => FleetAttributes$, () => LocationStateList]
|
|
1362
|
-
];
|
|
1363
|
-
var CreateGameServerGroupInput$ = [3, n0, _CGSGI,
|
|
1364
|
-
0,
|
|
1365
|
-
[_GSGN, _RA, _MS, _MSa, _LT, _ID, _ASP, _BS, _GSPP, _VS, _Ta],
|
|
1366
|
-
[0, 0, 1, 1, () => LaunchTemplateSpecification$, () => InstanceDefinitions, () => GameServerGroupAutoScalingPolicy$, 0, 0, 64 | 0, () => TagList], 6
|
|
1367
|
-
];
|
|
1368
|
-
var CreateGameServerGroupOutput$ = [3, n0, _CGSGO,
|
|
1369
|
-
0,
|
|
1370
|
-
[_GSG],
|
|
1371
|
-
[() => GameServerGroup$]
|
|
1372
|
-
];
|
|
1373
|
-
var CreateGameSessionInput$ = [3, n0, _CGSIr,
|
|
1374
|
-
0,
|
|
1375
|
-
[_MPSC, _FI, _AI, _N, _GP, _CIr, _GSIa, _ITd, _GSDa, _L],
|
|
1376
|
-
[1, 0, 0, 0, () => GamePropertyList, 0, 0, 0, 0, 0], 1
|
|
1377
|
-
];
|
|
1378
|
-
var CreateGameSessionOutput$ = [3, n0, _CGSOr,
|
|
1379
|
-
0,
|
|
1380
|
-
[_GSa],
|
|
1381
|
-
[[() => GameSession$, 0]]
|
|
1382
|
-
];
|
|
1383
|
-
var CreateGameSessionQueueInput$ = [3, n0, _CGSQI,
|
|
1384
|
-
0,
|
|
1385
|
-
[_N, _TIS, _PLP, _De, _FC, _PC, _CED, _NT, _Ta],
|
|
1386
|
-
[0, 1, () => PlayerLatencyPolicyList, () => GameSessionQueueDestinationList, () => FilterConfiguration$, () => PriorityConfiguration$, 0, 0, () => TagList], 1
|
|
1387
|
-
];
|
|
1388
|
-
var CreateGameSessionQueueOutput$ = [3, n0, _CGSQO,
|
|
1389
|
-
0,
|
|
1390
|
-
[_GSQ],
|
|
1391
|
-
[() => GameSessionQueue$]
|
|
1392
|
-
];
|
|
1393
|
-
var CreateLocationInput$ = [3, n0, _CLI,
|
|
1394
|
-
0,
|
|
1395
|
-
[_LN, _Ta],
|
|
1396
|
-
[0, () => TagList], 1
|
|
1397
|
-
];
|
|
1398
|
-
var CreateLocationOutput$ = [3, n0, _CLO,
|
|
1399
|
-
0,
|
|
1400
|
-
[_L],
|
|
1401
|
-
[() => LocationModel$]
|
|
1402
|
-
];
|
|
1403
|
-
var CreateMatchmakingConfigurationInput$ = [3, n0, _CMCI,
|
|
1404
|
-
0,
|
|
1405
|
-
[_N, _RTS, _AR, _RSN, _D, _GSQA, _ATS, _NT, _APC, _CED, _GP, _GSDa, _BM, _FMM, _Ta],
|
|
1406
|
-
[0, 1, 2, 0, 0, 64 | 0, 1, 0, 1, 0, () => GamePropertyList, 0, 0, 0, () => TagList], 4
|
|
1407
|
-
];
|
|
1408
|
-
var CreateMatchmakingConfigurationOutput$ = [3, n0, _CMCO,
|
|
1409
|
-
0,
|
|
1410
|
-
[_Conf],
|
|
1411
|
-
[() => MatchmakingConfiguration$]
|
|
1412
|
-
];
|
|
1413
|
-
var CreateMatchmakingRuleSetInput$ = [3, n0, _CMRSI,
|
|
1414
|
-
0,
|
|
1415
|
-
[_N, _RSB, _Ta],
|
|
1416
|
-
[0, 0, () => TagList], 2
|
|
1417
|
-
];
|
|
1418
|
-
var CreateMatchmakingRuleSetOutput$ = [3, n0, _CMRSO,
|
|
1419
|
-
0,
|
|
1420
|
-
[_RSu],
|
|
1421
|
-
[() => MatchmakingRuleSet$], 1
|
|
1422
|
-
];
|
|
1423
|
-
var CreatePlayerSessionInput$ = [3, n0, _CPSI,
|
|
1424
|
-
0,
|
|
1425
|
-
[_GSIa, _PI, _PD],
|
|
1426
|
-
[0, [() => PlayerId, 0], 0], 2
|
|
1427
|
-
];
|
|
1428
|
-
var CreatePlayerSessionOutput$ = [3, n0, _CPSO,
|
|
1429
|
-
0,
|
|
1430
|
-
[_PS],
|
|
1431
|
-
[[() => PlayerSession$, 0]]
|
|
1432
|
-
];
|
|
1433
|
-
var CreatePlayerSessionsInput$ = [3, n0, _CPSIr,
|
|
1434
|
-
0,
|
|
1435
|
-
[_GSIa, _PIl, _PDM],
|
|
1436
|
-
[0, [() => PlayerIdList, 0], 128 | 0], 2
|
|
1437
|
-
];
|
|
1438
|
-
var CreatePlayerSessionsOutput$ = [3, n0, _CPSOr,
|
|
1439
|
-
0,
|
|
1440
|
-
[_PSl],
|
|
1441
|
-
[[() => PlayerSessionList, 0]]
|
|
1442
|
-
];
|
|
1443
|
-
var CreateScriptInput$ = [3, n0, _CSI,
|
|
1444
|
-
0,
|
|
1445
|
-
[_N, _V, _SLt, _ZF, _Ta, _NJV],
|
|
1446
|
-
[0, 0, () => S3Location$, 21, () => TagList, 0]
|
|
1447
|
-
];
|
|
1448
|
-
var CreateScriptOutput$ = [3, n0, _CSO,
|
|
1449
|
-
0,
|
|
1450
|
-
[_Sc],
|
|
1451
|
-
[() => Script$]
|
|
1452
|
-
];
|
|
1453
|
-
var CreateVpcPeeringAuthorizationInput$ = [3, n0, _CVPAI,
|
|
1454
|
-
0,
|
|
1455
|
-
[_GLAAI, _PVI],
|
|
1456
|
-
[0, 0], 2
|
|
1457
|
-
];
|
|
1458
|
-
var CreateVpcPeeringAuthorizationOutput$ = [3, n0, _CVPAO,
|
|
1459
|
-
0,
|
|
1460
|
-
[_VPA],
|
|
1461
|
-
[() => VpcPeeringAuthorization$]
|
|
1462
|
-
];
|
|
1463
|
-
var CreateVpcPeeringConnectionInput$ = [3, n0, _CVPCI,
|
|
1464
|
-
0,
|
|
1465
|
-
[_FI, _PVAAI, _PVI],
|
|
1466
|
-
[0, 0, 0], 3
|
|
1467
|
-
];
|
|
1468
|
-
var CreateVpcPeeringConnectionOutput$ = [3, n0, _CVPCO,
|
|
1469
|
-
0,
|
|
1470
|
-
[],
|
|
1471
|
-
[]
|
|
1472
|
-
];
|
|
1473
|
-
var DeleteAliasInput$ = [3, n0, _DAI,
|
|
1474
|
-
0,
|
|
1475
|
-
[_AI],
|
|
1476
|
-
[0], 1
|
|
1477
|
-
];
|
|
1478
|
-
var DeleteBuildInput$ = [3, n0, _DBI,
|
|
1479
|
-
0,
|
|
1480
|
-
[_BI],
|
|
1481
|
-
[0], 1
|
|
1482
|
-
];
|
|
1483
|
-
var DeleteContainerFleetInput$ = [3, n0, _DCFI,
|
|
1484
|
-
0,
|
|
1485
|
-
[_FI],
|
|
1486
|
-
[0], 1
|
|
1487
|
-
];
|
|
1488
|
-
var DeleteContainerFleetOutput$ = [3, n0, _DCFO,
|
|
1489
|
-
0,
|
|
1490
|
-
[],
|
|
1491
|
-
[]
|
|
1492
|
-
];
|
|
1493
|
-
var DeleteContainerGroupDefinitionInput$ = [3, n0, _DCGDI,
|
|
1494
|
-
0,
|
|
1495
|
-
[_N, _VN, _VCTR],
|
|
1496
|
-
[0, 1, 1], 1
|
|
1497
|
-
];
|
|
1498
|
-
var DeleteContainerGroupDefinitionOutput$ = [3, n0, _DCGDO,
|
|
1499
|
-
0,
|
|
1500
|
-
[],
|
|
1501
|
-
[]
|
|
1502
|
-
];
|
|
1503
|
-
var DeleteFleetInput$ = [3, n0, _DFI,
|
|
1504
|
-
0,
|
|
1505
|
-
[_FI],
|
|
1506
|
-
[0], 1
|
|
1507
|
-
];
|
|
1508
|
-
var DeleteFleetLocationsInput$ = [3, n0, _DFLI,
|
|
1509
|
-
0,
|
|
1510
|
-
[_FI, _Lo],
|
|
1511
|
-
[0, 64 | 0], 2
|
|
1512
|
-
];
|
|
1513
|
-
var DeleteFleetLocationsOutput$ = [3, n0, _DFLO,
|
|
1514
|
-
0,
|
|
1515
|
-
[_FI, _FA, _LS],
|
|
1516
|
-
[0, 0, () => LocationStateList]
|
|
1517
|
-
];
|
|
1518
|
-
var DeleteGameServerGroupInput$ = [3, n0, _DGSGI,
|
|
1519
|
-
0,
|
|
1520
|
-
[_GSGN, _DO],
|
|
1521
|
-
[0, 0], 1
|
|
1522
|
-
];
|
|
1523
|
-
var DeleteGameServerGroupOutput$ = [3, n0, _DGSGO,
|
|
1524
|
-
0,
|
|
1525
|
-
[_GSG],
|
|
1526
|
-
[() => GameServerGroup$]
|
|
1527
|
-
];
|
|
1528
|
-
var DeleteGameSessionQueueInput$ = [3, n0, _DGSQI,
|
|
1529
|
-
0,
|
|
1530
|
-
[_N],
|
|
1531
|
-
[0], 1
|
|
1532
|
-
];
|
|
1533
|
-
var DeleteGameSessionQueueOutput$ = [3, n0, _DGSQO,
|
|
1534
|
-
0,
|
|
1535
|
-
[],
|
|
1536
|
-
[]
|
|
1537
|
-
];
|
|
1538
|
-
var DeleteLocationInput$ = [3, n0, _DLI,
|
|
1539
|
-
0,
|
|
1540
|
-
[_LN],
|
|
1541
|
-
[0], 1
|
|
1542
|
-
];
|
|
1543
|
-
var DeleteLocationOutput$ = [3, n0, _DLO,
|
|
1544
|
-
0,
|
|
1545
|
-
[],
|
|
1546
|
-
[]
|
|
1547
|
-
];
|
|
1548
|
-
var DeleteMatchmakingConfigurationInput$ = [3, n0, _DMCI,
|
|
1549
|
-
0,
|
|
1550
|
-
[_N],
|
|
1551
|
-
[0], 1
|
|
1552
|
-
];
|
|
1553
|
-
var DeleteMatchmakingConfigurationOutput$ = [3, n0, _DMCO,
|
|
1554
|
-
0,
|
|
1555
|
-
[],
|
|
1556
|
-
[]
|
|
1557
|
-
];
|
|
1558
|
-
var DeleteMatchmakingRuleSetInput$ = [3, n0, _DMRSI,
|
|
1559
|
-
0,
|
|
1560
|
-
[_N],
|
|
1561
|
-
[0], 1
|
|
1562
|
-
];
|
|
1563
|
-
var DeleteMatchmakingRuleSetOutput$ = [3, n0, _DMRSO,
|
|
1564
|
-
0,
|
|
1565
|
-
[],
|
|
1566
|
-
[]
|
|
1567
|
-
];
|
|
1568
|
-
var DeleteScalingPolicyInput$ = [3, n0, _DSPI,
|
|
1569
|
-
0,
|
|
1570
|
-
[_N, _FI],
|
|
1571
|
-
[0, 0], 2
|
|
1572
|
-
];
|
|
1573
|
-
var DeleteScriptInput$ = [3, n0, _DSI,
|
|
1574
|
-
0,
|
|
1575
|
-
[_SI],
|
|
1576
|
-
[0], 1
|
|
1577
|
-
];
|
|
1578
|
-
var DeleteVpcPeeringAuthorizationInput$ = [3, n0, _DVPAI,
|
|
1579
|
-
0,
|
|
1580
|
-
[_GLAAI, _PVI],
|
|
1581
|
-
[0, 0], 2
|
|
1582
|
-
];
|
|
1583
|
-
var DeleteVpcPeeringAuthorizationOutput$ = [3, n0, _DVPAO,
|
|
1584
|
-
0,
|
|
1585
|
-
[],
|
|
1586
|
-
[]
|
|
1587
|
-
];
|
|
1588
|
-
var DeleteVpcPeeringConnectionInput$ = [3, n0, _DVPCI,
|
|
1589
|
-
0,
|
|
1590
|
-
[_FI, _VPCI],
|
|
1591
|
-
[0, 0], 2
|
|
1592
|
-
];
|
|
1593
|
-
var DeleteVpcPeeringConnectionOutput$ = [3, n0, _DVPCO,
|
|
1594
|
-
0,
|
|
1595
|
-
[],
|
|
1596
|
-
[]
|
|
1597
|
-
];
|
|
1598
|
-
var DeploymentConfiguration$ = [3, n0, _DC,
|
|
1599
|
-
0,
|
|
1600
|
-
[_PSr, _MHP, _ISm],
|
|
1601
|
-
[0, 1, 0]
|
|
1602
|
-
];
|
|
1603
|
-
var DeploymentDetails$ = [3, n0, _DD,
|
|
1604
|
-
0,
|
|
1605
|
-
[_LDI],
|
|
1606
|
-
[0]
|
|
1607
|
-
];
|
|
1608
|
-
var DeregisterComputeInput$ = [3, n0, _DCI,
|
|
1609
|
-
0,
|
|
1610
|
-
[_FI, _CN],
|
|
1611
|
-
[0, 0], 2
|
|
1612
|
-
];
|
|
1613
|
-
var DeregisterComputeOutput$ = [3, n0, _DCO,
|
|
1614
|
-
0,
|
|
1615
|
-
[],
|
|
1616
|
-
[]
|
|
1617
|
-
];
|
|
1618
|
-
var DeregisterGameServerInput$ = [3, n0, _DGSI,
|
|
1619
|
-
0,
|
|
1620
|
-
[_GSGN, _GSI],
|
|
1621
|
-
[0, 0], 2
|
|
1622
|
-
];
|
|
1623
|
-
var DescribeAliasInput$ = [3, n0, _DAIe,
|
|
1624
|
-
0,
|
|
1625
|
-
[_AI],
|
|
1626
|
-
[0], 1
|
|
1627
|
-
];
|
|
1628
|
-
var DescribeAliasOutput$ = [3, n0, _DAO,
|
|
1629
|
-
0,
|
|
1630
|
-
[_A],
|
|
1631
|
-
[() => Alias$]
|
|
1632
|
-
];
|
|
1633
|
-
var DescribeBuildInput$ = [3, n0, _DBIe,
|
|
1634
|
-
0,
|
|
1635
|
-
[_BI],
|
|
1636
|
-
[0], 1
|
|
1637
|
-
];
|
|
1638
|
-
var DescribeBuildOutput$ = [3, n0, _DBO,
|
|
1639
|
-
0,
|
|
1640
|
-
[_B],
|
|
1641
|
-
[() => Build$]
|
|
1642
|
-
];
|
|
1643
|
-
var DescribeComputeInput$ = [3, n0, _DCIe,
|
|
1644
|
-
0,
|
|
1645
|
-
[_FI, _CN],
|
|
1646
|
-
[0, 0], 2
|
|
1647
|
-
];
|
|
1648
|
-
var DescribeComputeOutput$ = [3, n0, _DCOe,
|
|
1649
|
-
0,
|
|
1650
|
-
[_Co],
|
|
1651
|
-
[[() => Compute$, 0]]
|
|
1652
|
-
];
|
|
1653
|
-
var DescribeContainerFleetInput$ = [3, n0, _DCFIe,
|
|
1654
|
-
0,
|
|
1655
|
-
[_FI],
|
|
1656
|
-
[0], 1
|
|
1657
|
-
];
|
|
1658
|
-
var DescribeContainerFleetOutput$ = [3, n0, _DCFOe,
|
|
1659
|
-
0,
|
|
1660
|
-
[_CF],
|
|
1661
|
-
[[() => ContainerFleet$, 0]]
|
|
1662
|
-
];
|
|
1663
|
-
var DescribeContainerGroupDefinitionInput$ = [3, n0, _DCGDIe,
|
|
1664
|
-
0,
|
|
1665
|
-
[_N, _VN],
|
|
1666
|
-
[0, 1], 1
|
|
1667
|
-
];
|
|
1668
|
-
var DescribeContainerGroupDefinitionOutput$ = [3, n0, _DCGDOe,
|
|
1669
|
-
0,
|
|
1670
|
-
[_CGD],
|
|
1671
|
-
[[() => ContainerGroupDefinition$, 0]]
|
|
1672
|
-
];
|
|
1673
|
-
var DescribeEC2InstanceLimitsInput$ = [3, n0, _DECILI,
|
|
1674
|
-
0,
|
|
1675
|
-
[_ECIT, _L],
|
|
1676
|
-
[0, 0]
|
|
1677
|
-
];
|
|
1678
|
-
var DescribeEC2InstanceLimitsOutput$ = [3, n0, _DECILO,
|
|
1679
|
-
0,
|
|
1680
|
-
[_ECIL],
|
|
1681
|
-
[() => EC2InstanceLimitList]
|
|
1682
|
-
];
|
|
1683
|
-
var DescribeFleetAttributesInput$ = [3, n0, _DFAI,
|
|
1684
|
-
0,
|
|
1685
|
-
[_FIl, _Li, _NTe],
|
|
1686
|
-
[64 | 0, 1, 0]
|
|
1687
|
-
];
|
|
1688
|
-
var DescribeFleetAttributesOutput$ = [3, n0, _DFAO,
|
|
1689
|
-
0,
|
|
1690
|
-
[_FAl, _NTe],
|
|
1691
|
-
[() => FleetAttributesList, 0]
|
|
1692
|
-
];
|
|
1693
|
-
var DescribeFleetCapacityInput$ = [3, n0, _DFCI,
|
|
1694
|
-
0,
|
|
1695
|
-
[_FIl, _Li, _NTe],
|
|
1696
|
-
[64 | 0, 1, 0]
|
|
1697
|
-
];
|
|
1698
|
-
var DescribeFleetCapacityOutput$ = [3, n0, _DFCO,
|
|
1699
|
-
0,
|
|
1700
|
-
[_FCl, _NTe],
|
|
1701
|
-
[() => FleetCapacityList, 0]
|
|
1702
|
-
];
|
|
1703
|
-
var DescribeFleetDeploymentInput$ = [3, n0, _DFDI,
|
|
1704
|
-
0,
|
|
1705
|
-
[_FI, _DI],
|
|
1706
|
-
[0, 0], 1
|
|
1707
|
-
];
|
|
1708
|
-
var DescribeFleetDeploymentOutput$ = [3, n0, _DFDO,
|
|
1709
|
-
0,
|
|
1710
|
-
[_FD, _LD],
|
|
1711
|
-
[() => FleetDeployment$, () => LocationalDeployments]
|
|
1712
|
-
];
|
|
1713
|
-
var DescribeFleetEventsInput$ = [3, n0, _DFEI,
|
|
1714
|
-
0,
|
|
1715
|
-
[_FI, _STt, _ET, _Li, _NTe],
|
|
1716
|
-
[0, 4, 4, 1, 0], 1
|
|
1717
|
-
];
|
|
1718
|
-
var DescribeFleetEventsOutput$ = [3, n0, _DFEO,
|
|
1719
|
-
0,
|
|
1720
|
-
[_E, _NTe],
|
|
1721
|
-
[() => EventList, 0]
|
|
1722
|
-
];
|
|
1723
|
-
var DescribeFleetLocationAttributesInput$ = [3, n0, _DFLAI,
|
|
1724
|
-
0,
|
|
1725
|
-
[_FI, _Lo, _Li, _NTe],
|
|
1726
|
-
[0, 64 | 0, 1, 0], 1
|
|
1727
|
-
];
|
|
1728
|
-
var DescribeFleetLocationAttributesOutput$ = [3, n0, _DFLAO,
|
|
1729
|
-
0,
|
|
1730
|
-
[_FI, _FA, _LA, _NTe],
|
|
1731
|
-
[0, 0, () => LocationAttributesList, 0]
|
|
1732
|
-
];
|
|
1733
|
-
var DescribeFleetLocationCapacityInput$ = [3, n0, _DFLCI,
|
|
1734
|
-
0,
|
|
1735
|
-
[_FI, _L],
|
|
1736
|
-
[0, 0], 2
|
|
1737
|
-
];
|
|
1738
|
-
var DescribeFleetLocationCapacityOutput$ = [3, n0, _DFLCO,
|
|
1739
|
-
0,
|
|
1740
|
-
[_FCl],
|
|
1741
|
-
[() => FleetCapacity$]
|
|
1742
|
-
];
|
|
1743
|
-
var DescribeFleetLocationUtilizationInput$ = [3, n0, _DFLUI,
|
|
1744
|
-
0,
|
|
1745
|
-
[_FI, _L],
|
|
1746
|
-
[0, 0], 2
|
|
1747
|
-
];
|
|
1748
|
-
var DescribeFleetLocationUtilizationOutput$ = [3, n0, _DFLUO,
|
|
1749
|
-
0,
|
|
1750
|
-
[_FU],
|
|
1751
|
-
[() => FleetUtilization$]
|
|
1752
|
-
];
|
|
1753
|
-
var DescribeFleetPortSettingsInput$ = [3, n0, _DFPSI,
|
|
1754
|
-
0,
|
|
1755
|
-
[_FI, _L],
|
|
1756
|
-
[0, 0], 1
|
|
1757
|
-
];
|
|
1758
|
-
var DescribeFleetPortSettingsOutput$ = [3, n0, _DFPSO,
|
|
1759
|
-
0,
|
|
1760
|
-
[_FI, _FA, _IPn, _US, _L],
|
|
1761
|
-
[0, 0, [() => IpPermissionsList, 0], 0, 0]
|
|
1762
|
-
];
|
|
1763
|
-
var DescribeFleetUtilizationInput$ = [3, n0, _DFUI,
|
|
1764
|
-
0,
|
|
1765
|
-
[_FIl, _Li, _NTe],
|
|
1766
|
-
[64 | 0, 1, 0]
|
|
1767
|
-
];
|
|
1768
|
-
var DescribeFleetUtilizationOutput$ = [3, n0, _DFUO,
|
|
1769
|
-
0,
|
|
1770
|
-
[_FU, _NTe],
|
|
1771
|
-
[() => FleetUtilizationList, 0]
|
|
1772
|
-
];
|
|
1773
|
-
var DescribeGameServerGroupInput$ = [3, n0, _DGSGIe,
|
|
1774
|
-
0,
|
|
1775
|
-
[_GSGN],
|
|
1776
|
-
[0], 1
|
|
1777
|
-
];
|
|
1778
|
-
var DescribeGameServerGroupOutput$ = [3, n0, _DGSGOe,
|
|
1779
|
-
0,
|
|
1780
|
-
[_GSG],
|
|
1781
|
-
[() => GameServerGroup$]
|
|
1782
|
-
];
|
|
1783
|
-
var DescribeGameServerInput$ = [3, n0, _DGSIe,
|
|
1784
|
-
0,
|
|
1785
|
-
[_GSGN, _GSI],
|
|
1786
|
-
[0, 0], 2
|
|
1787
|
-
];
|
|
1788
|
-
var DescribeGameServerInstancesInput$ = [3, n0, _DGSII,
|
|
1789
|
-
0,
|
|
1790
|
-
[_GSGN, _IIn, _Li, _NTe],
|
|
1791
|
-
[0, 64 | 0, 1, 0], 1
|
|
1792
|
-
];
|
|
1793
|
-
var DescribeGameServerInstancesOutput$ = [3, n0, _DGSIO,
|
|
1794
|
-
0,
|
|
1795
|
-
[_GSIam, _NTe],
|
|
1796
|
-
[() => GameServerInstances, 0]
|
|
1797
|
-
];
|
|
1798
|
-
var DescribeGameServerOutput$ = [3, n0, _DGSO,
|
|
1799
|
-
0,
|
|
1800
|
-
[_GS],
|
|
1801
|
-
[() => GameServer$]
|
|
1802
|
-
];
|
|
1803
|
-
var DescribeGameSessionDetailsInput$ = [3, n0, _DGSDI,
|
|
1804
|
-
0,
|
|
1805
|
-
[_FI, _GSIa, _AI, _L, _SF, _Li, _NTe],
|
|
1806
|
-
[0, 0, 0, 0, 0, 1, 0]
|
|
1807
|
-
];
|
|
1808
|
-
var DescribeGameSessionDetailsOutput$ = [3, n0, _DGSDO,
|
|
1809
|
-
0,
|
|
1810
|
-
[_GSDam, _NTe],
|
|
1811
|
-
[[() => GameSessionDetailList, 0], 0]
|
|
1812
|
-
];
|
|
1813
|
-
var DescribeGameSessionPlacementInput$ = [3, n0, _DGSPI,
|
|
1814
|
-
0,
|
|
1815
|
-
[_PIla],
|
|
1816
|
-
[0], 1
|
|
1817
|
-
];
|
|
1818
|
-
var DescribeGameSessionPlacementOutput$ = [3, n0, _DGSPO,
|
|
1819
|
-
0,
|
|
1820
|
-
[_GSP],
|
|
1821
|
-
[[() => GameSessionPlacement$, 0]]
|
|
1822
|
-
];
|
|
1823
|
-
var DescribeGameSessionQueuesInput$ = [3, n0, _DGSQIe,
|
|
1824
|
-
0,
|
|
1825
|
-
[_Na, _Li, _NTe],
|
|
1826
|
-
[64 | 0, 1, 0]
|
|
1827
|
-
];
|
|
1828
|
-
var DescribeGameSessionQueuesOutput$ = [3, n0, _DGSQOe,
|
|
1829
|
-
0,
|
|
1830
|
-
[_GSQa, _NTe],
|
|
1831
|
-
[() => GameSessionQueueList, 0]
|
|
1832
|
-
];
|
|
1833
|
-
var DescribeGameSessionsInput$ = [3, n0, _DGSIes,
|
|
1834
|
-
0,
|
|
1835
|
-
[_FI, _GSIa, _AI, _L, _SF, _Li, _NTe],
|
|
1836
|
-
[0, 0, 0, 0, 0, 1, 0]
|
|
1837
|
-
];
|
|
1838
|
-
var DescribeGameSessionsOutput$ = [3, n0, _DGSOe,
|
|
1839
|
-
0,
|
|
1840
|
-
[_GSam, _NTe],
|
|
1841
|
-
[[() => GameSessionList, 0], 0]
|
|
1842
|
-
];
|
|
1843
|
-
var DescribeInstancesInput$ = [3, n0, _DII,
|
|
1844
|
-
0,
|
|
1845
|
-
[_FI, _II, _Li, _NTe, _L],
|
|
1846
|
-
[0, 0, 1, 0, 0], 1
|
|
1847
|
-
];
|
|
1848
|
-
var DescribeInstancesOutput$ = [3, n0, _DIO,
|
|
1849
|
-
0,
|
|
1850
|
-
[_In, _NTe],
|
|
1851
|
-
[[() => InstanceList, 0], 0]
|
|
1852
|
-
];
|
|
1853
|
-
var DescribeMatchmakingConfigurationsInput$ = [3, n0, _DMCIe,
|
|
1854
|
-
0,
|
|
1855
|
-
[_Na, _RSN, _Li, _NTe],
|
|
1856
|
-
[64 | 0, 0, 1, 0]
|
|
1857
|
-
];
|
|
1858
|
-
var DescribeMatchmakingConfigurationsOutput$ = [3, n0, _DMCOe,
|
|
1859
|
-
0,
|
|
1860
|
-
[_Confi, _NTe],
|
|
1861
|
-
[() => MatchmakingConfigurationList, 0]
|
|
1862
|
-
];
|
|
1863
|
-
var DescribeMatchmakingInput$ = [3, n0, _DMI,
|
|
1864
|
-
0,
|
|
1865
|
-
[_TIi],
|
|
1866
|
-
[64 | 0], 1
|
|
1867
|
-
];
|
|
1868
|
-
var DescribeMatchmakingOutput$ = [3, n0, _DMO,
|
|
1869
|
-
0,
|
|
1870
|
-
[_TL],
|
|
1871
|
-
[[() => MatchmakingTicketList, 0]]
|
|
1872
|
-
];
|
|
1873
|
-
var DescribeMatchmakingRuleSetsInput$ = [3, n0, _DMRSIe,
|
|
1874
|
-
0,
|
|
1875
|
-
[_Na, _Li, _NTe],
|
|
1876
|
-
[64 | 0, 1, 0]
|
|
1877
|
-
];
|
|
1878
|
-
var DescribeMatchmakingRuleSetsOutput$ = [3, n0, _DMRSOe,
|
|
1879
|
-
0,
|
|
1880
|
-
[_RSul, _NTe],
|
|
1881
|
-
[() => MatchmakingRuleSetList, 0], 1
|
|
1882
|
-
];
|
|
1883
|
-
var DescribePlayerSessionsInput$ = [3, n0, _DPSI,
|
|
1884
|
-
0,
|
|
1885
|
-
[_GSIa, _PI, _PSI, _PSSF, _Li, _NTe],
|
|
1886
|
-
[0, [() => PlayerId, 0], 0, 0, 1, 0]
|
|
1887
|
-
];
|
|
1888
|
-
var DescribePlayerSessionsOutput$ = [3, n0, _DPSO,
|
|
1889
|
-
0,
|
|
1890
|
-
[_PSl, _NTe],
|
|
1891
|
-
[[() => PlayerSessionList, 0], 0]
|
|
1892
|
-
];
|
|
1893
|
-
var DescribeRuntimeConfigurationInput$ = [3, n0, _DRCI,
|
|
1894
|
-
0,
|
|
1895
|
-
[_FI],
|
|
1896
|
-
[0], 1
|
|
1897
|
-
];
|
|
1898
|
-
var DescribeRuntimeConfigurationOutput$ = [3, n0, _DRCO,
|
|
1899
|
-
0,
|
|
1900
|
-
[_RC],
|
|
1901
|
-
[() => RuntimeConfiguration$]
|
|
1902
|
-
];
|
|
1903
|
-
var DescribeScalingPoliciesInput$ = [3, n0, _DSPIe,
|
|
1904
|
-
0,
|
|
1905
|
-
[_FI, _SF, _Li, _NTe, _L],
|
|
1906
|
-
[0, 0, 1, 0, 0], 1
|
|
1907
|
-
];
|
|
1908
|
-
var DescribeScalingPoliciesOutput$ = [3, n0, _DSPO,
|
|
1909
|
-
0,
|
|
1910
|
-
[_SPc, _NTe],
|
|
1911
|
-
[() => ScalingPolicyList, 0]
|
|
1912
|
-
];
|
|
1913
|
-
var DescribeScriptInput$ = [3, n0, _DSIe,
|
|
1914
|
-
0,
|
|
1915
|
-
[_SI],
|
|
1916
|
-
[0], 1
|
|
1917
|
-
];
|
|
1918
|
-
var DescribeScriptOutput$ = [3, n0, _DSO,
|
|
1919
|
-
0,
|
|
1920
|
-
[_Sc],
|
|
1921
|
-
[() => Script$]
|
|
1922
|
-
];
|
|
1923
|
-
var DescribeVpcPeeringAuthorizationsInput$ = [3, n0, _DVPAIe,
|
|
1924
|
-
0,
|
|
1925
|
-
[],
|
|
1926
|
-
[]
|
|
1927
|
-
];
|
|
1928
|
-
var DescribeVpcPeeringAuthorizationsOutput$ = [3, n0, _DVPAOe,
|
|
1929
|
-
0,
|
|
1930
|
-
[_VPAp],
|
|
1931
|
-
[() => VpcPeeringAuthorizationList]
|
|
1932
|
-
];
|
|
1933
|
-
var DescribeVpcPeeringConnectionsInput$ = [3, n0, _DVPCIe,
|
|
1934
|
-
0,
|
|
1935
|
-
[_FI],
|
|
1936
|
-
[0]
|
|
1937
|
-
];
|
|
1938
|
-
var DescribeVpcPeeringConnectionsOutput$ = [3, n0, _DVPCOe,
|
|
1939
|
-
0,
|
|
1940
|
-
[_VPC],
|
|
1941
|
-
[() => VpcPeeringConnectionList]
|
|
1942
|
-
];
|
|
1943
|
-
var DesiredPlayerSession$ = [3, n0, _DPS,
|
|
1944
|
-
0,
|
|
1945
|
-
[_PI, _PD],
|
|
1946
|
-
[[() => PlayerId, 0], 0]
|
|
1947
|
-
];
|
|
1948
|
-
var EC2InstanceCounts$ = [3, n0, _ECIC,
|
|
1949
|
-
0,
|
|
1950
|
-
[_DESIRED, _MINIMUM, _MAXIMUM, _PENDING, _ACTIVE, _IDLE, _TERMINATING],
|
|
1951
|
-
[1, 1, 1, 1, 1, 1, 1]
|
|
1952
|
-
];
|
|
1953
|
-
var EC2InstanceLimit$ = [3, n0, _ECILn,
|
|
1954
|
-
0,
|
|
1955
|
-
[_ECIT, _CIu, _IL, _L],
|
|
1956
|
-
[0, 1, 1, 0]
|
|
1957
|
-
];
|
|
1958
|
-
var Event$ = [3, n0, _Ev,
|
|
1959
|
-
0,
|
|
1960
|
-
[_EI, _RI, _EC, _M, _ETv, _PSLU, _Cou],
|
|
1961
|
-
[0, 0, 0, 0, 4, 0, 1]
|
|
1962
|
-
];
|
|
1963
|
-
var FilterConfiguration$ = [3, n0, _FC,
|
|
1964
|
-
0,
|
|
1965
|
-
[_ALl],
|
|
1966
|
-
[64 | 0]
|
|
1967
|
-
];
|
|
1968
|
-
var FleetAttributes$ = [3, n0, _FAl,
|
|
1969
|
-
0,
|
|
1970
|
-
[_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],
|
|
1971
|
-
[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]
|
|
1972
|
-
];
|
|
1973
|
-
var FleetCapacity$ = [3, n0, _FCl,
|
|
1974
|
-
0,
|
|
1975
|
-
[_FI, _FA, _IT, _IC, _L, _GSCGC, _MCC],
|
|
1976
|
-
[0, 0, 0, () => EC2InstanceCounts$, 0, () => GameServerContainerGroupCounts$, () => ManagedCapacityConfiguration$]
|
|
1977
|
-
];
|
|
1978
|
-
var FleetCapacityExceededException$ = [-3, n0, _FCEE,
|
|
1979
|
-
{ [_e]: _c },
|
|
1980
|
-
[_M],
|
|
1981
|
-
[0]
|
|
1982
|
-
];
|
|
1983
|
-
schema.TypeRegistry.for(n0).registerError(FleetCapacityExceededException$, FleetCapacityExceededException);
|
|
1984
|
-
var FleetDeployment$ = [3, n0, _FD,
|
|
1985
|
-
0,
|
|
1986
|
-
[_DI, _FI, _GSBA, _RGSBA, _PIBA, _RPIBA, _DS, _DC, _CT],
|
|
1987
|
-
[0, 0, 0, 0, 0, 0, 0, () => DeploymentConfiguration$, 4]
|
|
1988
|
-
];
|
|
1989
|
-
var FleetUtilization$ = [3, n0, _FU,
|
|
1990
|
-
0,
|
|
1991
|
-
[_FI, _FA, _ASPC, _AGSC, _CPSC, _MPSC, _L],
|
|
1992
|
-
[0, 0, 1, 1, 1, 1, 0]
|
|
1993
|
-
];
|
|
1994
|
-
var GameProperty$ = [3, n0, _GPa,
|
|
1995
|
-
0,
|
|
1996
|
-
[_K, _Va],
|
|
1997
|
-
[0, 0], 2
|
|
1998
|
-
];
|
|
1999
|
-
var GameServer$ = [3, n0, _GS,
|
|
2000
|
-
0,
|
|
2001
|
-
[_GSGN, _GSGA, _GSI, _II, _CIo, _GSD, _CSl, _USt, _RT, _LCT, _LHCT],
|
|
2002
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4]
|
|
2003
|
-
];
|
|
2004
|
-
var GameServerContainerDefinition$ = [3, n0, _GSCD,
|
|
2005
|
-
0,
|
|
2006
|
-
[_CNo, _DOe, _MP, _EO, _IU, _PCo, _RID, _SSV],
|
|
2007
|
-
[0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 0, [() => ContainerPortConfiguration$, 0], 0, 0]
|
|
2008
|
-
];
|
|
2009
|
-
var GameServerContainerDefinitionInput$ = [3, n0, _GSCDI,
|
|
2010
|
-
0,
|
|
2011
|
-
[_CNo, _IU, _PCo, _SSV, _DOe, _MP, _EO],
|
|
2012
|
-
[0, 0, [() => ContainerPortConfiguration$, 0], 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList], 4
|
|
2013
|
-
];
|
|
2014
|
-
var GameServerContainerGroupCounts$ = [3, n0, _GSCGC,
|
|
2015
|
-
0,
|
|
2016
|
-
[_PENDING, _ACTIVE, _IDLE, _TERMINATING],
|
|
2017
|
-
[1, 1, 1, 1]
|
|
2018
|
-
];
|
|
2019
|
-
var GameServerGroup$ = [3, n0, _GSG,
|
|
2020
|
-
0,
|
|
2021
|
-
[_GSGN, _GSGA, _RA, _ID, _BS, _GSPP, _ASGA, _St, _SR, _SAu, _CT, _LUT],
|
|
2022
|
-
[0, 0, 0, () => InstanceDefinitions, 0, 0, 0, 0, 0, 64 | 0, 4, 4]
|
|
2023
|
-
];
|
|
2024
|
-
var GameServerGroupAutoScalingPolicy$ = [3, n0, _GSGASP,
|
|
2025
|
-
0,
|
|
2026
|
-
[_TTC, _EIW],
|
|
2027
|
-
[() => TargetTrackingConfiguration$, 1], 1
|
|
2028
|
-
];
|
|
2029
|
-
var GameServerInstance$ = [3, n0, _GSIame,
|
|
2030
|
-
0,
|
|
2031
|
-
[_GSGN, _GSGA, _II, _ISn],
|
|
2032
|
-
[0, 0, 0, 0]
|
|
2033
|
-
];
|
|
2034
|
-
var GameSession$ = [3, n0, _GSa,
|
|
2035
|
-
0,
|
|
2036
|
-
[_GSIa, _N, _FI, _FA, _CT, _TT, _CPSC, _MPSC, _St, _SR, _GP, _IA, _DN, _Po, _PSCP, _CIr, _GSDa, _MD, _L],
|
|
2037
|
-
[0, 0, 0, 0, 4, 4, 1, 1, 0, 0, () => GamePropertyList, [() => IpAddress, 0], 0, [() => PortNumber, 0], 0, 0, 0, 0, 0]
|
|
2038
|
-
];
|
|
2039
|
-
var GameSessionConnectionInfo$ = [3, n0, _GSCI,
|
|
2040
|
-
0,
|
|
2041
|
-
[_GSA, _IA, _DN, _Po, _MPS],
|
|
2042
|
-
[0, [() => IpAddress, 0], 0, 1, [() => MatchedPlayerSessionList, 0]]
|
|
2043
|
-
];
|
|
2044
|
-
var GameSessionCreationLimitPolicy$ = [3, n0, _GSCLP,
|
|
2045
|
-
0,
|
|
2046
|
-
[_NGSPC, _PPIM],
|
|
2047
|
-
[1, 1]
|
|
2048
|
-
];
|
|
2049
|
-
var GameSessionDetail$ = [3, n0, _GSDame,
|
|
2050
|
-
0,
|
|
2051
|
-
[_GSa, _PP],
|
|
2052
|
-
[[() => GameSession$, 0], 0]
|
|
2053
|
-
];
|
|
2054
|
-
var GameSessionFullException$ = [-3, n0, _GSFE,
|
|
2055
|
-
{ [_e]: _c },
|
|
2056
|
-
[_M],
|
|
2057
|
-
[0]
|
|
2058
|
-
];
|
|
2059
|
-
schema.TypeRegistry.for(n0).registerError(GameSessionFullException$, GameSessionFullException);
|
|
2060
|
-
var GameSessionPlacement$ = [3, n0, _GSP,
|
|
2061
|
-
0,
|
|
2062
|
-
[_PIla, _GSQN, _St, _GP, _MPSC, _GSN, _GSIa, _GSA, _GSR, _PL, _STt, _ET, _IA, _DN, _Po, _PPS, _GSDa, _MD, _PCO],
|
|
2063
|
-
[0, 0, 0, () => GamePropertyList, 1, 0, 0, 0, 0, [() => PlayerLatencyList, 0], 4, 4, [() => IpAddress, 0], 0, [() => PortNumber, 0], [() => PlacedPlayerSessionList, 0], 0, 0, () => PriorityConfigurationOverride$]
|
|
2064
|
-
];
|
|
2065
|
-
var GameSessionQueue$ = [3, n0, _GSQ,
|
|
2066
|
-
0,
|
|
2067
|
-
[_N, _GSQAa, _TIS, _PLP, _De, _FC, _PC, _CED, _NT],
|
|
2068
|
-
[0, 0, 1, () => PlayerLatencyPolicyList, () => GameSessionQueueDestinationList, () => FilterConfiguration$, () => PriorityConfiguration$, 0, 0]
|
|
2069
|
-
];
|
|
2070
|
-
var GameSessionQueueDestination$ = [3, n0, _GSQD,
|
|
2071
|
-
0,
|
|
2072
|
-
[_DA],
|
|
2073
|
-
[0]
|
|
2074
|
-
];
|
|
2075
|
-
var GetComputeAccessInput$ = [3, n0, _GCAI,
|
|
2076
|
-
0,
|
|
2077
|
-
[_FI, _CN],
|
|
2078
|
-
[0, 0], 2
|
|
2079
|
-
];
|
|
2080
|
-
var GetComputeAccessOutput$ = [3, n0, _GCAO,
|
|
2081
|
-
0,
|
|
2082
|
-
[_FI, _FA, _CN, _CA, _Cr, _Tar, _CIon],
|
|
2083
|
-
[0, 0, 0, 0, [() => AwsCredentials$, 0], 0, () => ContainerIdentifierList]
|
|
2084
|
-
];
|
|
2085
|
-
var GetComputeAuthTokenInput$ = [3, n0, _GCATI,
|
|
2086
|
-
0,
|
|
2087
|
-
[_FI, _CN],
|
|
2088
|
-
[0, 0], 2
|
|
2089
|
-
];
|
|
2090
|
-
var GetComputeAuthTokenOutput$ = [3, n0, _GCATO,
|
|
2091
|
-
0,
|
|
2092
|
-
[_FI, _FA, _CN, _CA, _ATu, _ETx],
|
|
2093
|
-
[0, 0, 0, 0, 0, 4]
|
|
2094
|
-
];
|
|
2095
|
-
var GetGameSessionLogUrlInput$ = [3, n0, _GGSLUI,
|
|
2096
|
-
0,
|
|
2097
|
-
[_GSIa],
|
|
2098
|
-
[0], 1
|
|
2099
|
-
];
|
|
2100
|
-
var GetGameSessionLogUrlOutput$ = [3, n0, _GGSLUO,
|
|
2101
|
-
0,
|
|
2102
|
-
[_PSU],
|
|
2103
|
-
[0]
|
|
2104
|
-
];
|
|
2105
|
-
var GetInstanceAccessInput$ = [3, n0, _GIAI,
|
|
2106
|
-
0,
|
|
2107
|
-
[_FI, _II],
|
|
2108
|
-
[0, 0], 2
|
|
2109
|
-
];
|
|
2110
|
-
var GetInstanceAccessOutput$ = [3, n0, _GIAO,
|
|
2111
|
-
0,
|
|
2112
|
-
[_IAn],
|
|
2113
|
-
[[() => InstanceAccess$, 0]]
|
|
2114
|
-
];
|
|
2115
|
-
var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
|
|
2116
|
-
{ [_e]: _c },
|
|
2117
|
-
[_M],
|
|
2118
|
-
[0]
|
|
2119
|
-
];
|
|
2120
|
-
schema.TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
|
|
2121
|
-
var Instance$ = [3, n0, _Ins,
|
|
2122
|
-
0,
|
|
2123
|
-
[_FI, _FA, _II, _IA, _DN, _OS, _T, _St, _CT, _L],
|
|
2124
|
-
[0, 0, 0, [() => IpAddress, 0], 0, 0, 0, 0, 4, 0]
|
|
2125
|
-
];
|
|
2126
|
-
var InstanceAccess$ = [3, n0, _IAn,
|
|
2127
|
-
0,
|
|
2128
|
-
[_FI, _II, _IA, _OS, _Cr],
|
|
2129
|
-
[0, 0, [() => IpAddress, 0], 0, [() => InstanceCredentials$, 0]]
|
|
2130
|
-
];
|
|
2131
|
-
var InstanceCredentials$ = [3, n0, _ICn,
|
|
2132
|
-
8,
|
|
2133
|
-
[_UN, _Se],
|
|
2134
|
-
[0, 0]
|
|
2135
|
-
];
|
|
2136
|
-
var InstanceDefinition$ = [3, n0, _IDn,
|
|
2137
|
-
0,
|
|
2138
|
-
[_IT, _WC],
|
|
2139
|
-
[0, 0], 1
|
|
2140
|
-
];
|
|
2141
|
-
var InternalServiceException$ = [-3, n0, _ISE,
|
|
2142
|
-
{ [_e]: _s },
|
|
2143
|
-
[_M],
|
|
2144
|
-
[0]
|
|
2145
|
-
];
|
|
2146
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
2147
|
-
var InvalidFleetStatusException$ = [-3, n0, _IFSE,
|
|
2148
|
-
{ [_e]: _c },
|
|
2149
|
-
[_M],
|
|
2150
|
-
[0]
|
|
2151
|
-
];
|
|
2152
|
-
schema.TypeRegistry.for(n0).registerError(InvalidFleetStatusException$, InvalidFleetStatusException);
|
|
2153
|
-
var InvalidGameSessionStatusException$ = [-3, n0, _IGSSE,
|
|
2154
|
-
{ [_e]: _c },
|
|
2155
|
-
[_M],
|
|
2156
|
-
[0]
|
|
2157
|
-
];
|
|
2158
|
-
schema.TypeRegistry.for(n0).registerError(InvalidGameSessionStatusException$, InvalidGameSessionStatusException);
|
|
2159
|
-
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
2160
|
-
{ [_e]: _c },
|
|
2161
|
-
[_M],
|
|
2162
|
-
[0]
|
|
2163
|
-
];
|
|
2164
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
2165
|
-
var IpPermission$ = [3, n0, _IPp,
|
|
2166
|
-
0,
|
|
2167
|
-
[_FP, _TP, _IR, _P],
|
|
2168
|
-
[[() => PortNumber, 0], [() => PortNumber, 0], [() => IpRange, 0], 0], 4
|
|
2169
|
-
];
|
|
2170
|
-
var LaunchTemplateSpecification$ = [3, n0, _LTS,
|
|
2171
|
-
0,
|
|
2172
|
-
[_LTI, _LTN, _V],
|
|
2173
|
-
[0, 0, 0]
|
|
2174
|
-
];
|
|
2175
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
2176
|
-
{ [_e]: _c },
|
|
2177
|
-
[_M],
|
|
2178
|
-
[0]
|
|
2179
|
-
];
|
|
2180
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
2181
|
-
var ListAliasesInput$ = [3, n0, _LAI,
|
|
2182
|
-
0,
|
|
2183
|
-
[_RST, _N, _Li, _NTe],
|
|
2184
|
-
[0, 0, 1, 0]
|
|
2185
|
-
];
|
|
2186
|
-
var ListAliasesOutput$ = [3, n0, _LAO,
|
|
2187
|
-
0,
|
|
2188
|
-
[_Al, _NTe],
|
|
2189
|
-
[() => AliasList, 0]
|
|
2190
|
-
];
|
|
2191
|
-
var ListBuildsInput$ = [3, n0, _LBI,
|
|
2192
|
-
0,
|
|
2193
|
-
[_St, _Li, _NTe],
|
|
2194
|
-
[0, 1, 0]
|
|
2195
|
-
];
|
|
2196
|
-
var ListBuildsOutput$ = [3, n0, _LBO,
|
|
2197
|
-
0,
|
|
2198
|
-
[_Bu, _NTe],
|
|
2199
|
-
[() => BuildList, 0]
|
|
2200
|
-
];
|
|
2201
|
-
var ListComputeInput$ = [3, n0, _LCI,
|
|
2202
|
-
0,
|
|
2203
|
-
[_FI, _L, _CGDN, _CS, _Li, _NTe],
|
|
2204
|
-
[0, 0, 0, 0, 1, 0], 1
|
|
2205
|
-
];
|
|
2206
|
-
var ListComputeOutput$ = [3, n0, _LCO,
|
|
2207
|
-
0,
|
|
2208
|
-
[_CL, _NTe],
|
|
2209
|
-
[[() => ComputeList, 0], 0]
|
|
2210
|
-
];
|
|
2211
|
-
var ListContainerFleetsInput$ = [3, n0, _LCFI,
|
|
2212
|
-
0,
|
|
2213
|
-
[_CGDN, _Li, _NTe],
|
|
2214
|
-
[0, 1, 0]
|
|
2215
|
-
];
|
|
2216
|
-
var ListContainerFleetsOutput$ = [3, n0, _LCFO,
|
|
2217
|
-
0,
|
|
2218
|
-
[_CFo, _NTe],
|
|
2219
|
-
[[() => ContainerFleetList, 0], 0]
|
|
2220
|
-
];
|
|
2221
|
-
var ListContainerGroupDefinitionsInput$ = [3, n0, _LCGDI,
|
|
2222
|
-
0,
|
|
2223
|
-
[_CGT, _Li, _NTe],
|
|
2224
|
-
[0, 1, 0]
|
|
2225
|
-
];
|
|
2226
|
-
var ListContainerGroupDefinitionsOutput$ = [3, n0, _LCGDO,
|
|
2227
|
-
0,
|
|
2228
|
-
[_CGDo, _NTe],
|
|
2229
|
-
[[() => ContainerGroupDefinitionList, 0], 0]
|
|
2230
|
-
];
|
|
2231
|
-
var ListContainerGroupDefinitionVersionsInput$ = [3, n0, _LCGDVI,
|
|
2232
|
-
0,
|
|
2233
|
-
[_N, _Li, _NTe],
|
|
2234
|
-
[0, 1, 0], 1
|
|
2235
|
-
];
|
|
2236
|
-
var ListContainerGroupDefinitionVersionsOutput$ = [3, n0, _LCGDVO,
|
|
2237
|
-
0,
|
|
2238
|
-
[_CGDo, _NTe],
|
|
2239
|
-
[[() => ContainerGroupDefinitionList, 0], 0]
|
|
2240
|
-
];
|
|
2241
|
-
var ListFleetDeploymentsInput$ = [3, n0, _LFDI,
|
|
2242
|
-
0,
|
|
2243
|
-
[_FI, _Li, _NTe],
|
|
2244
|
-
[0, 1, 0]
|
|
2245
|
-
];
|
|
2246
|
-
var ListFleetDeploymentsOutput$ = [3, n0, _LFDO,
|
|
2247
|
-
0,
|
|
2248
|
-
[_FDl, _NTe],
|
|
2249
|
-
[() => FleetDeployments, 0]
|
|
2250
|
-
];
|
|
2251
|
-
var ListFleetsInput$ = [3, n0, _LFI,
|
|
2252
|
-
0,
|
|
2253
|
-
[_BI, _SI, _Li, _NTe],
|
|
2254
|
-
[0, 0, 1, 0]
|
|
2255
|
-
];
|
|
2256
|
-
var ListFleetsOutput$ = [3, n0, _LFO,
|
|
2257
|
-
0,
|
|
2258
|
-
[_FIl, _NTe],
|
|
2259
|
-
[64 | 0, 0]
|
|
2260
|
-
];
|
|
2261
|
-
var ListGameServerGroupsInput$ = [3, n0, _LGSGI,
|
|
2262
|
-
0,
|
|
2263
|
-
[_Li, _NTe],
|
|
2264
|
-
[1, 0]
|
|
2265
|
-
];
|
|
2266
|
-
var ListGameServerGroupsOutput$ = [3, n0, _LGSGO,
|
|
2267
|
-
0,
|
|
2268
|
-
[_GSGa, _NTe],
|
|
2269
|
-
[() => GameServerGroups, 0]
|
|
2270
|
-
];
|
|
2271
|
-
var ListGameServersInput$ = [3, n0, _LGSI,
|
|
2272
|
-
0,
|
|
2273
|
-
[_GSGN, _SO, _Li, _NTe],
|
|
2274
|
-
[0, 0, 1, 0], 1
|
|
2275
|
-
];
|
|
2276
|
-
var ListGameServersOutput$ = [3, n0, _LGSO,
|
|
2277
|
-
0,
|
|
2278
|
-
[_GSame, _NTe],
|
|
2279
|
-
[() => GameServers, 0]
|
|
2280
|
-
];
|
|
2281
|
-
var ListLocationsInput$ = [3, n0, _LLI,
|
|
2282
|
-
0,
|
|
2283
|
-
[_F, _Li, _NTe],
|
|
2284
|
-
[64 | 0, 1, 0]
|
|
2285
|
-
];
|
|
2286
|
-
var ListLocationsOutput$ = [3, n0, _LLO,
|
|
2287
|
-
0,
|
|
2288
|
-
[_Lo, _NTe],
|
|
2289
|
-
[() => LocationModelList, 0]
|
|
2290
|
-
];
|
|
2291
|
-
var ListScriptsInput$ = [3, n0, _LSI,
|
|
2292
|
-
0,
|
|
2293
|
-
[_Li, _NTe],
|
|
2294
|
-
[1, 0]
|
|
2295
|
-
];
|
|
2296
|
-
var ListScriptsOutput$ = [3, n0, _LSO,
|
|
2297
|
-
0,
|
|
2298
|
-
[_Scr, _NTe],
|
|
2299
|
-
[() => ScriptList, 0]
|
|
2300
|
-
];
|
|
2301
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
2302
|
-
0,
|
|
2303
|
-
[_RARN],
|
|
2304
|
-
[0], 1
|
|
2305
|
-
];
|
|
2306
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
2307
|
-
0,
|
|
2308
|
-
[_Ta],
|
|
2309
|
-
[() => TagList]
|
|
2310
|
-
];
|
|
2311
|
-
var LocationalDeployment$ = [3, n0, _LDo,
|
|
2312
|
-
0,
|
|
2313
|
-
[_DS],
|
|
2314
|
-
[0]
|
|
2315
|
-
];
|
|
2316
|
-
var LocationAttributes$ = [3, n0, _LA,
|
|
2317
|
-
0,
|
|
2318
|
-
[_LSo, _SAt, _US],
|
|
2319
|
-
[() => LocationState$, 64 | 0, 0]
|
|
2320
|
-
];
|
|
2321
|
-
var LocationConfiguration$ = [3, n0, _LCo,
|
|
2322
|
-
0,
|
|
2323
|
-
[_L],
|
|
2324
|
-
[0], 1
|
|
2325
|
-
];
|
|
2326
|
-
var LocationModel$ = [3, n0, _LM,
|
|
2327
|
-
0,
|
|
2328
|
-
[_LN, _LAo, _PB],
|
|
2329
|
-
[0, 0, () => PingBeacon$]
|
|
2330
|
-
];
|
|
2331
|
-
var LocationState$ = [3, n0, _LSo,
|
|
2332
|
-
0,
|
|
2333
|
-
[_L, _St],
|
|
2334
|
-
[0, 0]
|
|
2335
|
-
];
|
|
2336
|
-
var LogConfiguration$ = [3, n0, _LC,
|
|
2337
|
-
0,
|
|
2338
|
-
[_LDog, _SBN, _LGA],
|
|
2339
|
-
[0, 0, 0]
|
|
2340
|
-
];
|
|
2341
|
-
var ManagedCapacityConfiguration$ = [3, n0, _MCC,
|
|
2342
|
-
0,
|
|
2343
|
-
[_ZCS, _SIAIM],
|
|
2344
|
-
[0, 1]
|
|
2345
|
-
];
|
|
2346
|
-
var MatchedPlayerSession$ = [3, n0, _MPSa,
|
|
2347
|
-
0,
|
|
2348
|
-
[_PI, _PSI],
|
|
2349
|
-
[[() => PlayerId, 0], 0]
|
|
2350
|
-
];
|
|
2351
|
-
var MatchmakingConfiguration$ = [3, n0, _MC,
|
|
2352
|
-
0,
|
|
2353
|
-
[_N, _CAonf, _D, _GSQA, _RTS, _ATS, _AR, _RSN, _RSA, _NT, _APC, _CED, _CT, _GP, _GSDa, _BM, _FMM],
|
|
2354
|
-
[0, 0, 0, 64 | 0, 1, 1, 2, 0, 0, 0, 1, 0, 4, () => GamePropertyList, 0, 0, 0]
|
|
2355
|
-
];
|
|
2356
|
-
var MatchmakingRuleSet$ = [3, n0, _MRS,
|
|
2357
|
-
0,
|
|
2358
|
-
[_RSB, _RSN, _RSA, _CT],
|
|
2359
|
-
[0, 0, 0, 4], 1
|
|
2360
|
-
];
|
|
2361
|
-
var MatchmakingTicket$ = [3, n0, _MT,
|
|
2362
|
-
0,
|
|
2363
|
-
[_TI, _CNon, _CAonf, _St, _SR, _SM, _STt, _ET, _Pl, _GSCI, _EWT],
|
|
2364
|
-
[0, 0, 0, 0, 0, 0, 4, 4, [() => PlayerList, 0], [() => GameSessionConnectionInfo$, 0], 1]
|
|
2365
|
-
];
|
|
2366
|
-
var NotFoundException$ = [-3, n0, _NFE,
|
|
2367
|
-
{ [_e]: _c },
|
|
2368
|
-
[_M],
|
|
2369
|
-
[0]
|
|
2370
|
-
];
|
|
2371
|
-
schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
2372
|
-
var NotReadyException$ = [-3, n0, _NRE,
|
|
2373
|
-
{ [_e]: _c },
|
|
2374
|
-
[_M],
|
|
2375
|
-
[0]
|
|
2376
|
-
];
|
|
2377
|
-
schema.TypeRegistry.for(n0).registerError(NotReadyException$, NotReadyException);
|
|
2378
|
-
var OutOfCapacityException$ = [-3, n0, _OOCE,
|
|
2379
|
-
{ [_e]: _c },
|
|
2380
|
-
[_M],
|
|
2381
|
-
[0]
|
|
2382
|
-
];
|
|
2383
|
-
schema.TypeRegistry.for(n0).registerError(OutOfCapacityException$, OutOfCapacityException);
|
|
2384
|
-
var PingBeacon$ = [3, n0, _PB,
|
|
2385
|
-
0,
|
|
2386
|
-
[_UDPE],
|
|
2387
|
-
[() => UDPEndpoint$]
|
|
2388
|
-
];
|
|
2389
|
-
var PlacedPlayerSession$ = [3, n0, _PPSl,
|
|
2390
|
-
0,
|
|
2391
|
-
[_PI, _PSI],
|
|
2392
|
-
[[() => PlayerId, 0], 0]
|
|
2393
|
-
];
|
|
2394
|
-
var Player$ = [3, n0, _Pla,
|
|
2395
|
-
0,
|
|
2396
|
-
[_PI, _PA, _Te, _LIM],
|
|
2397
|
-
[[() => PlayerId, 0], () => PlayerAttributeMap, 0, 128 | 1]
|
|
2398
|
-
];
|
|
2399
|
-
var PlayerLatency$ = [3, n0, _PLl,
|
|
2400
|
-
0,
|
|
2401
|
-
[_PI, _RIe, _LIMa],
|
|
2402
|
-
[[() => PlayerId, 0], 0, 1]
|
|
2403
|
-
];
|
|
2404
|
-
var PlayerLatencyPolicy$ = [3, n0, _PLPl,
|
|
2405
|
-
0,
|
|
2406
|
-
[_MIPLM, _PDS],
|
|
2407
|
-
[1, 1]
|
|
2408
|
-
];
|
|
2409
|
-
var PlayerSession$ = [3, n0, _PS,
|
|
2410
|
-
0,
|
|
2411
|
-
[_PSI, _PI, _GSIa, _FI, _FA, _CT, _TT, _St, _IA, _DN, _Po, _PD],
|
|
2412
|
-
[0, [() => PlayerId, 0], 0, 0, 0, 4, 4, 0, [() => IpAddress, 0], 0, [() => PortNumber, 0], 0]
|
|
2413
|
-
];
|
|
2414
|
-
var PriorityConfiguration$ = [3, n0, _PC,
|
|
2415
|
-
0,
|
|
2416
|
-
[_PO, _LO],
|
|
2417
|
-
[64 | 0, 64 | 0]
|
|
2418
|
-
];
|
|
2419
|
-
var PriorityConfigurationOverride$ = [3, n0, _PCO,
|
|
2420
|
-
0,
|
|
2421
|
-
[_LO, _PFS],
|
|
2422
|
-
[64 | 0, 0], 1
|
|
2423
|
-
];
|
|
2424
|
-
var PutScalingPolicyInput$ = [3, n0, _PSPI,
|
|
2425
|
-
0,
|
|
2426
|
-
[_N, _FI, _MN, _SAc, _SAT, _Th, _CO, _EP, _PT, _TC],
|
|
2427
|
-
[0, 0, 0, 1, 0, 1, 0, 1, 0, () => TargetConfiguration$], 3
|
|
2428
|
-
];
|
|
2429
|
-
var PutScalingPolicyOutput$ = [3, n0, _PSPO,
|
|
2430
|
-
0,
|
|
2431
|
-
[_N],
|
|
2432
|
-
[0]
|
|
2433
|
-
];
|
|
2434
|
-
var RegisterComputeInput$ = [3, n0, _RCI,
|
|
2435
|
-
0,
|
|
2436
|
-
[_FI, _CN, _CPe, _DN, _IA, _L],
|
|
2437
|
-
[0, 0, 0, 0, [() => IpAddress, 0], 0], 2
|
|
2438
|
-
];
|
|
2439
|
-
var RegisterComputeOutput$ = [3, n0, _RCO,
|
|
2440
|
-
0,
|
|
2441
|
-
[_Co],
|
|
2442
|
-
[[() => Compute$, 0]]
|
|
2443
|
-
];
|
|
2444
|
-
var RegisterGameServerInput$ = [3, n0, _RGSI,
|
|
2445
|
-
0,
|
|
2446
|
-
[_GSGN, _GSI, _II, _CIo, _GSD],
|
|
2447
|
-
[0, 0, 0, 0, 0], 3
|
|
2448
|
-
];
|
|
2449
|
-
var RegisterGameServerOutput$ = [3, n0, _RGSO,
|
|
2450
|
-
0,
|
|
2451
|
-
[_GS],
|
|
2452
|
-
[() => GameServer$]
|
|
2453
|
-
];
|
|
2454
|
-
var RequestUploadCredentialsInput$ = [3, n0, _RUCI,
|
|
2455
|
-
0,
|
|
2456
|
-
[_BI],
|
|
2457
|
-
[0], 1
|
|
2458
|
-
];
|
|
2459
|
-
var RequestUploadCredentialsOutput$ = [3, n0, _RUCO,
|
|
2460
|
-
0,
|
|
2461
|
-
[_UC, _SLt],
|
|
2462
|
-
[[() => AwsCredentials$, 0], () => S3Location$]
|
|
2463
|
-
];
|
|
2464
|
-
var ResolveAliasInput$ = [3, n0, _RAI,
|
|
2465
|
-
0,
|
|
2466
|
-
[_AI],
|
|
2467
|
-
[0], 1
|
|
2468
|
-
];
|
|
2469
|
-
var ResolveAliasOutput$ = [3, n0, _RAO,
|
|
2470
|
-
0,
|
|
2471
|
-
[_FI, _FA],
|
|
2472
|
-
[0, 0]
|
|
2473
|
-
];
|
|
2474
|
-
var ResourceCreationLimitPolicy$ = [3, n0, _RCLP,
|
|
2475
|
-
0,
|
|
2476
|
-
[_NGSPC, _PPIM],
|
|
2477
|
-
[1, 1]
|
|
2478
|
-
];
|
|
2479
|
-
var ResumeGameServerGroupInput$ = [3, n0, _RGSGI,
|
|
2480
|
-
0,
|
|
2481
|
-
[_GSGN, _RAe],
|
|
2482
|
-
[0, 64 | 0], 2
|
|
2483
|
-
];
|
|
2484
|
-
var ResumeGameServerGroupOutput$ = [3, n0, _RGSGO,
|
|
2485
|
-
0,
|
|
2486
|
-
[_GSG],
|
|
2487
|
-
[() => GameServerGroup$]
|
|
2488
|
-
];
|
|
2489
|
-
var RoutingStrategy$ = [3, n0, _RS,
|
|
2490
|
-
0,
|
|
2491
|
-
[_T, _FI, _M],
|
|
2492
|
-
[0, 0, 0]
|
|
2493
|
-
];
|
|
2494
|
-
var RuntimeConfiguration$ = [3, n0, _RC,
|
|
2495
|
-
0,
|
|
2496
|
-
[_SPe, _MCGSA, _GSATS],
|
|
2497
|
-
[() => ServerProcessList, 1, 1]
|
|
2498
|
-
];
|
|
2499
|
-
var S3Location$ = [3, n0, _SLo,
|
|
2500
|
-
0,
|
|
2501
|
-
[_Buc, _K, _RA, _OV],
|
|
2502
|
-
[0, 0, 0, 0]
|
|
2503
|
-
];
|
|
2504
|
-
var ScalingPolicy$ = [3, n0, _SPca,
|
|
2505
|
-
0,
|
|
2506
|
-
[_FI, _FA, _N, _St, _SAc, _SAT, _CO, _Th, _EP, _MN, _PT, _TC, _US, _L],
|
|
2507
|
-
[0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, () => TargetConfiguration$, 0, 0]
|
|
2508
|
-
];
|
|
2509
|
-
var Script$ = [3, n0, _Sc,
|
|
2510
|
-
0,
|
|
2511
|
-
[_SI, _SA, _N, _V, _SOD, _CT, _SLt, _NJV],
|
|
2512
|
-
[0, 0, 0, 0, 1, 4, () => S3Location$, 0]
|
|
2513
|
-
];
|
|
2514
|
-
var SearchGameSessionsInput$ = [3, n0, _SGSI,
|
|
2515
|
-
0,
|
|
2516
|
-
[_FI, _AI, _L, _FE, _SE, _Li, _NTe],
|
|
2517
|
-
[0, 0, 0, 0, 0, 1, 0]
|
|
2518
|
-
];
|
|
2519
|
-
var SearchGameSessionsOutput$ = [3, n0, _SGSO,
|
|
2520
|
-
0,
|
|
2521
|
-
[_GSam, _NTe],
|
|
2522
|
-
[[() => GameSessionList, 0], 0]
|
|
2523
|
-
];
|
|
2524
|
-
var ServerProcess$ = [3, n0, _SPer,
|
|
2525
|
-
0,
|
|
2526
|
-
[_LPa, _CEon, _Pa],
|
|
2527
|
-
[0, 1, 0], 2
|
|
2528
|
-
];
|
|
2529
|
-
var StartFleetActionsInput$ = [3, n0, _SFAI,
|
|
2530
|
-
0,
|
|
2531
|
-
[_FI, _Ac, _L],
|
|
2532
|
-
[0, 64 | 0, 0], 2
|
|
2533
|
-
];
|
|
2534
|
-
var StartFleetActionsOutput$ = [3, n0, _SFAO,
|
|
2535
|
-
0,
|
|
2536
|
-
[_FI, _FA],
|
|
2537
|
-
[0, 0]
|
|
2538
|
-
];
|
|
2539
|
-
var StartGameSessionPlacementInput$ = [3, n0, _SGSPI,
|
|
2540
|
-
0,
|
|
2541
|
-
[_PIla, _GSQN, _MPSC, _GP, _GSN, _PL, _DPSe, _GSDa, _PCO],
|
|
2542
|
-
[0, 0, 1, () => GamePropertyList, 0, [() => PlayerLatencyList, 0], [() => DesiredPlayerSessionList, 0], 0, () => PriorityConfigurationOverride$], 3
|
|
2543
|
-
];
|
|
2544
|
-
var StartGameSessionPlacementOutput$ = [3, n0, _SGSPO,
|
|
2545
|
-
0,
|
|
2546
|
-
[_GSP],
|
|
2547
|
-
[[() => GameSessionPlacement$, 0]]
|
|
2548
|
-
];
|
|
2549
|
-
var StartMatchBackfillInput$ = [3, n0, _SMBI,
|
|
2550
|
-
0,
|
|
2551
|
-
[_CNon, _Pl, _TI, _GSA],
|
|
2552
|
-
[0, [() => PlayerList, 0], 0, 0], 2
|
|
2553
|
-
];
|
|
2554
|
-
var StartMatchBackfillOutput$ = [3, n0, _SMBO,
|
|
2555
|
-
0,
|
|
2556
|
-
[_MT],
|
|
2557
|
-
[[() => MatchmakingTicket$, 0]]
|
|
2558
|
-
];
|
|
2559
|
-
var StartMatchmakingInput$ = [3, n0, _SMI,
|
|
2560
|
-
0,
|
|
2561
|
-
[_CNon, _Pl, _TI],
|
|
2562
|
-
[0, [() => PlayerList, 0], 0], 2
|
|
2563
|
-
];
|
|
2564
|
-
var StartMatchmakingOutput$ = [3, n0, _SMO,
|
|
2565
|
-
0,
|
|
2566
|
-
[_MT],
|
|
2567
|
-
[[() => MatchmakingTicket$, 0]]
|
|
2568
|
-
];
|
|
2569
|
-
var StopFleetActionsInput$ = [3, n0, _SFAIt,
|
|
2570
|
-
0,
|
|
2571
|
-
[_FI, _Ac, _L],
|
|
2572
|
-
[0, 64 | 0, 0], 2
|
|
2573
|
-
];
|
|
2574
|
-
var StopFleetActionsOutput$ = [3, n0, _SFAOt,
|
|
2575
|
-
0,
|
|
2576
|
-
[_FI, _FA],
|
|
2577
|
-
[0, 0]
|
|
2578
|
-
];
|
|
2579
|
-
var StopGameSessionPlacementInput$ = [3, n0, _SGSPIt,
|
|
2580
|
-
0,
|
|
2581
|
-
[_PIla],
|
|
2582
|
-
[0], 1
|
|
2583
|
-
];
|
|
2584
|
-
var StopGameSessionPlacementOutput$ = [3, n0, _SGSPOt,
|
|
2585
|
-
0,
|
|
2586
|
-
[_GSP],
|
|
2587
|
-
[[() => GameSessionPlacement$, 0]]
|
|
2588
|
-
];
|
|
2589
|
-
var StopMatchmakingInput$ = [3, n0, _SMIt,
|
|
2590
|
-
0,
|
|
2591
|
-
[_TI],
|
|
2592
|
-
[0], 1
|
|
2593
|
-
];
|
|
2594
|
-
var StopMatchmakingOutput$ = [3, n0, _SMOt,
|
|
2595
|
-
0,
|
|
2596
|
-
[],
|
|
2597
|
-
[]
|
|
2598
|
-
];
|
|
2599
|
-
var SupportContainerDefinition$ = [3, n0, _SCDu,
|
|
2600
|
-
0,
|
|
2601
|
-
[_CNo, _DOe, _MP, _EO, _Es, _HC, _IU, _MHLM, _PCo, _RID, _Vc],
|
|
2602
|
-
[0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 0, 1, [() => ContainerPortConfiguration$, 0], 0, 1]
|
|
2603
|
-
];
|
|
2604
|
-
var SupportContainerDefinitionInput$ = [3, n0, _SCDI,
|
|
2605
|
-
0,
|
|
2606
|
-
[_CNo, _IU, _DOe, _MP, _EO, _Es, _HC, _MHLM, _PCo, _Vc],
|
|
2607
|
-
[0, 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 1, [() => ContainerPortConfiguration$, 0], 1], 2
|
|
2608
|
-
];
|
|
2609
|
-
var SuspendGameServerGroupInput$ = [3, n0, _SGSGI,
|
|
2610
|
-
0,
|
|
2611
|
-
[_GSGN, _SAus],
|
|
2612
|
-
[0, 64 | 0], 2
|
|
2613
|
-
];
|
|
2614
|
-
var SuspendGameServerGroupOutput$ = [3, n0, _SGSGO,
|
|
2615
|
-
0,
|
|
2616
|
-
[_GSG],
|
|
2617
|
-
[() => GameServerGroup$]
|
|
2618
|
-
];
|
|
2619
|
-
var Tag$ = [3, n0, _Tag,
|
|
2620
|
-
0,
|
|
2621
|
-
[_K, _Va],
|
|
2622
|
-
[0, 0], 2
|
|
2623
|
-
];
|
|
2624
|
-
var TaggingFailedException$ = [-3, n0, _TFE,
|
|
2625
|
-
{ [_e]: _c },
|
|
2626
|
-
[_M],
|
|
2627
|
-
[0]
|
|
2628
|
-
];
|
|
2629
|
-
schema.TypeRegistry.for(n0).registerError(TaggingFailedException$, TaggingFailedException);
|
|
2630
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
2631
|
-
0,
|
|
2632
|
-
[_RARN, _Ta],
|
|
2633
|
-
[0, () => TagList], 2
|
|
2634
|
-
];
|
|
2635
|
-
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
2636
|
-
0,
|
|
2637
|
-
[],
|
|
2638
|
-
[]
|
|
2639
|
-
];
|
|
2640
|
-
var TargetConfiguration$ = [3, n0, _TC,
|
|
2641
|
-
0,
|
|
2642
|
-
[_TV],
|
|
2643
|
-
[1], 1
|
|
2644
|
-
];
|
|
2645
|
-
var TargetTrackingConfiguration$ = [3, n0, _TTC,
|
|
2646
|
-
0,
|
|
2647
|
-
[_TV],
|
|
2648
|
-
[1], 1
|
|
2649
|
-
];
|
|
2650
|
-
var TerminalRoutingStrategyException$ = [-3, n0, _TRSE,
|
|
2651
|
-
{ [_e]: _c },
|
|
2652
|
-
[_M],
|
|
2653
|
-
[0]
|
|
2654
|
-
];
|
|
2655
|
-
schema.TypeRegistry.for(n0).registerError(TerminalRoutingStrategyException$, TerminalRoutingStrategyException);
|
|
2656
|
-
var TerminateGameSessionInput$ = [3, n0, _TGSI,
|
|
2657
|
-
0,
|
|
2658
|
-
[_GSIa, _TM],
|
|
2659
|
-
[0, 0], 2
|
|
2660
|
-
];
|
|
2661
|
-
var TerminateGameSessionOutput$ = [3, n0, _TGSO,
|
|
2662
|
-
0,
|
|
2663
|
-
[_GSa],
|
|
2664
|
-
[[() => GameSession$, 0]]
|
|
2665
|
-
];
|
|
2666
|
-
var UDPEndpoint$ = [3, n0, _UDPE,
|
|
2667
|
-
0,
|
|
2668
|
-
[_Do, _Po],
|
|
2669
|
-
[0, 1]
|
|
2670
|
-
];
|
|
2671
|
-
var UnauthorizedException$ = [-3, n0, _UE,
|
|
2672
|
-
{ [_e]: _c },
|
|
2673
|
-
[_M],
|
|
2674
|
-
[0]
|
|
2675
|
-
];
|
|
2676
|
-
schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
2677
|
-
var UnsupportedRegionException$ = [-3, n0, _URE,
|
|
2678
|
-
{ [_e]: _c },
|
|
2679
|
-
[_M],
|
|
2680
|
-
[0]
|
|
2681
|
-
];
|
|
2682
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedRegionException$, UnsupportedRegionException);
|
|
2683
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
2684
|
-
0,
|
|
2685
|
-
[_RARN, _TK],
|
|
2686
|
-
[0, 64 | 0], 2
|
|
2687
|
-
];
|
|
2688
|
-
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
2689
|
-
0,
|
|
2690
|
-
[],
|
|
2691
|
-
[]
|
|
2692
|
-
];
|
|
2693
|
-
var UpdateAliasInput$ = [3, n0, _UAI,
|
|
2694
|
-
0,
|
|
2695
|
-
[_AI, _N, _D, _RS],
|
|
2696
|
-
[0, 0, 0, () => RoutingStrategy$], 1
|
|
2697
|
-
];
|
|
2698
|
-
var UpdateAliasOutput$ = [3, n0, _UAO,
|
|
2699
|
-
0,
|
|
2700
|
-
[_A],
|
|
2701
|
-
[() => Alias$]
|
|
2702
|
-
];
|
|
2703
|
-
var UpdateBuildInput$ = [3, n0, _UBI,
|
|
2704
|
-
0,
|
|
2705
|
-
[_BI, _N, _V],
|
|
2706
|
-
[0, 0, 0], 1
|
|
2707
|
-
];
|
|
2708
|
-
var UpdateBuildOutput$ = [3, n0, _UBO,
|
|
2709
|
-
0,
|
|
2710
|
-
[_B],
|
|
2711
|
-
[() => Build$]
|
|
2712
|
-
];
|
|
2713
|
-
var UpdateContainerFleetInput$ = [3, n0, _UCFI,
|
|
2714
|
-
0,
|
|
2715
|
-
[_FI, _GSCGDN, _PICGDN, _GSCGPI, _ICPR, _IIPA, _IIPR, _DC, _D, _MG, _NGSPP, _GSCLP, _LC, _RAem],
|
|
2716
|
-
[0, 0, 0, 1, [() => ConnectionPortRange$, 0], [() => IpPermissionsList, 0], [() => IpPermissionsList, 0], () => DeploymentConfiguration$, 0, 64 | 0, 0, () => GameSessionCreationLimitPolicy$, () => LogConfiguration$, 64 | 0], 1
|
|
2717
|
-
];
|
|
2718
|
-
var UpdateContainerFleetOutput$ = [3, n0, _UCFO,
|
|
2719
|
-
0,
|
|
2720
|
-
[_CF],
|
|
2721
|
-
[[() => ContainerFleet$, 0]]
|
|
2722
|
-
];
|
|
2723
|
-
var UpdateContainerGroupDefinitionInput$ = [3, n0, _UCGDI,
|
|
2724
|
-
0,
|
|
2725
|
-
[_N, _GSCD, _SCD, _TMLM, _TVL, _VD, _SVN, _OS],
|
|
2726
|
-
[0, [() => GameServerContainerDefinitionInput$, 0], [() => SupportContainerDefinitionInputList, 0], 1, 1, 0, 1, 0], 1
|
|
2727
|
-
];
|
|
2728
|
-
var UpdateContainerGroupDefinitionOutput$ = [3, n0, _UCGDO,
|
|
2729
|
-
0,
|
|
2730
|
-
[_CGD],
|
|
2731
|
-
[[() => ContainerGroupDefinition$, 0]]
|
|
2732
|
-
];
|
|
2733
|
-
var UpdateFleetAttributesInput$ = [3, n0, _UFAI,
|
|
2734
|
-
0,
|
|
2735
|
-
[_FI, _N, _D, _NGSPP, _RCLP, _MG, _AC],
|
|
2736
|
-
[0, 0, 0, 0, () => ResourceCreationLimitPolicy$, 64 | 0, () => AnywhereConfiguration$], 1
|
|
2737
|
-
];
|
|
2738
|
-
var UpdateFleetAttributesOutput$ = [3, n0, _UFAO,
|
|
2739
|
-
0,
|
|
2740
|
-
[_FI, _FA],
|
|
2741
|
-
[0, 0]
|
|
2742
|
-
];
|
|
2743
|
-
var UpdateFleetCapacityInput$ = [3, n0, _UFCI,
|
|
2744
|
-
0,
|
|
2745
|
-
[_FI, _DIe, _MS, _MSa, _L, _MCC],
|
|
2746
|
-
[0, 1, 1, 1, 0, () => ManagedCapacityConfiguration$], 1
|
|
2747
|
-
];
|
|
2748
|
-
var UpdateFleetCapacityOutput$ = [3, n0, _UFCO,
|
|
2749
|
-
0,
|
|
2750
|
-
[_FI, _FA, _L, _MCC],
|
|
2751
|
-
[0, 0, 0, () => ManagedCapacityConfiguration$]
|
|
2752
|
-
];
|
|
2753
|
-
var UpdateFleetPortSettingsInput$ = [3, n0, _UFPSI,
|
|
2754
|
-
0,
|
|
2755
|
-
[_FI, _IPA, _IPR],
|
|
2756
|
-
[0, [() => IpPermissionsList, 0], [() => IpPermissionsList, 0]], 1
|
|
2757
|
-
];
|
|
2758
|
-
var UpdateFleetPortSettingsOutput$ = [3, n0, _UFPSO,
|
|
2759
|
-
0,
|
|
2760
|
-
[_FI, _FA],
|
|
2761
|
-
[0, 0]
|
|
2762
|
-
];
|
|
2763
|
-
var UpdateGameServerGroupInput$ = [3, n0, _UGSGI,
|
|
2764
|
-
0,
|
|
2765
|
-
[_GSGN, _RA, _ID, _GSPP, _BS],
|
|
2766
|
-
[0, 0, () => InstanceDefinitions, 0, 0], 1
|
|
2767
|
-
];
|
|
2768
|
-
var UpdateGameServerGroupOutput$ = [3, n0, _UGSGO,
|
|
2769
|
-
0,
|
|
2770
|
-
[_GSG],
|
|
2771
|
-
[() => GameServerGroup$]
|
|
2772
|
-
];
|
|
2773
|
-
var UpdateGameServerInput$ = [3, n0, _UGSI,
|
|
2774
|
-
0,
|
|
2775
|
-
[_GSGN, _GSI, _GSD, _USt, _HC],
|
|
2776
|
-
[0, 0, 0, 0, 0], 2
|
|
2777
|
-
];
|
|
2778
|
-
var UpdateGameServerOutput$ = [3, n0, _UGSO,
|
|
2779
|
-
0,
|
|
2780
|
-
[_GS],
|
|
2781
|
-
[() => GameServer$]
|
|
2782
|
-
];
|
|
2783
|
-
var UpdateGameSessionInput$ = [3, n0, _UGSIp,
|
|
2784
|
-
0,
|
|
2785
|
-
[_GSIa, _MPSC, _N, _PSCP, _PP, _GP],
|
|
2786
|
-
[0, 1, 0, 0, 0, () => GamePropertyList], 1
|
|
2787
|
-
];
|
|
2788
|
-
var UpdateGameSessionOutput$ = [3, n0, _UGSOp,
|
|
2789
|
-
0,
|
|
2790
|
-
[_GSa],
|
|
2791
|
-
[[() => GameSession$, 0]]
|
|
2792
|
-
];
|
|
2793
|
-
var UpdateGameSessionQueueInput$ = [3, n0, _UGSQI,
|
|
2794
|
-
0,
|
|
2795
|
-
[_N, _TIS, _PLP, _De, _FC, _PC, _CED, _NT],
|
|
2796
|
-
[0, 1, () => PlayerLatencyPolicyList, () => GameSessionQueueDestinationList, () => FilterConfiguration$, () => PriorityConfiguration$, 0, 0], 1
|
|
2797
|
-
];
|
|
2798
|
-
var UpdateGameSessionQueueOutput$ = [3, n0, _UGSQO,
|
|
2799
|
-
0,
|
|
2800
|
-
[_GSQ],
|
|
2801
|
-
[() => GameSessionQueue$]
|
|
2802
|
-
];
|
|
2803
|
-
var UpdateMatchmakingConfigurationInput$ = [3, n0, _UMCI,
|
|
2804
|
-
0,
|
|
2805
|
-
[_N, _D, _GSQA, _RTS, _ATS, _AR, _RSN, _NT, _APC, _CED, _GP, _GSDa, _BM, _FMM],
|
|
2806
|
-
[0, 0, 64 | 0, 1, 1, 2, 0, 0, 1, 0, () => GamePropertyList, 0, 0, 0], 1
|
|
2807
|
-
];
|
|
2808
|
-
var UpdateMatchmakingConfigurationOutput$ = [3, n0, _UMCO,
|
|
2809
|
-
0,
|
|
2810
|
-
[_Conf],
|
|
2811
|
-
[() => MatchmakingConfiguration$]
|
|
2812
|
-
];
|
|
2813
|
-
var UpdateRuntimeConfigurationInput$ = [3, n0, _URCI,
|
|
2814
|
-
0,
|
|
2815
|
-
[_FI, _RC],
|
|
2816
|
-
[0, () => RuntimeConfiguration$], 2
|
|
2817
|
-
];
|
|
2818
|
-
var UpdateRuntimeConfigurationOutput$ = [3, n0, _URCO,
|
|
2819
|
-
0,
|
|
2820
|
-
[_RC],
|
|
2821
|
-
[() => RuntimeConfiguration$]
|
|
2822
|
-
];
|
|
2823
|
-
var UpdateScriptInput$ = [3, n0, _USI,
|
|
2824
|
-
0,
|
|
2825
|
-
[_SI, _N, _V, _SLt, _ZF],
|
|
2826
|
-
[0, 0, 0, () => S3Location$, 21], 1
|
|
2827
|
-
];
|
|
2828
|
-
var UpdateScriptOutput$ = [3, n0, _USO,
|
|
2829
|
-
0,
|
|
2830
|
-
[_Sc],
|
|
2831
|
-
[() => Script$]
|
|
2832
|
-
];
|
|
2833
|
-
var ValidateMatchmakingRuleSetInput$ = [3, n0, _VMRSI,
|
|
2834
|
-
0,
|
|
2835
|
-
[_RSB],
|
|
2836
|
-
[0], 1
|
|
2837
|
-
];
|
|
2838
|
-
var ValidateMatchmakingRuleSetOutput$ = [3, n0, _VMRSO,
|
|
2839
|
-
0,
|
|
2840
|
-
[_Val],
|
|
2841
|
-
[2]
|
|
2842
|
-
];
|
|
2843
|
-
var VpcPeeringAuthorization$ = [3, n0, _VPA,
|
|
2844
|
-
0,
|
|
2845
|
-
[_GLAAI, _PVAAI, _PVI, _CT, _ETxp],
|
|
2846
|
-
[0, 0, 0, 4, 4]
|
|
2847
|
-
];
|
|
2848
|
-
var VpcPeeringConnection$ = [3, n0, _VPCp,
|
|
2849
|
-
0,
|
|
2850
|
-
[_FI, _FA, _IVCB, _VPCI, _St, _PVI, _GLVI],
|
|
2851
|
-
[0, 0, 0, 0, () => VpcPeeringConnectionStatus$, 0, 0]
|
|
2852
|
-
];
|
|
2853
|
-
var VpcPeeringConnectionStatus$ = [3, n0, _VPCS,
|
|
2854
|
-
0,
|
|
2855
|
-
[_Cod, _M],
|
|
2856
|
-
[0, 0]
|
|
2857
|
-
];
|
|
2858
|
-
var __Unit = "unit";
|
|
2859
|
-
var GameLiftServiceException$ = [-3, _sm, "GameLiftServiceException", 0, [], []];
|
|
2860
|
-
schema.TypeRegistry.for(_sm).registerError(GameLiftServiceException$, GameLiftServiceException);
|
|
2861
|
-
var AliasList = [1, n0, _ALli,
|
|
2862
|
-
0, () => Alias$
|
|
2863
|
-
];
|
|
2864
|
-
var BuildList = [1, n0, _BL,
|
|
2865
|
-
0, () => Build$
|
|
2866
|
-
];
|
|
2867
|
-
var ComputeList = [1, n0, _CL,
|
|
2868
|
-
0, [() => Compute$,
|
|
2869
|
-
0]
|
|
2870
|
-
];
|
|
2871
|
-
var ContainerAttributes = [1, n0, _CAo,
|
|
2872
|
-
0, () => ContainerAttribute$
|
|
2873
|
-
];
|
|
2874
|
-
var ContainerDependencyList = [1, n0, _CDL,
|
|
2875
|
-
0, () => ContainerDependency$
|
|
2876
|
-
];
|
|
2877
|
-
var ContainerEnvironmentList = [1, n0, _CEL,
|
|
2878
|
-
0, () => ContainerEnvironment$
|
|
2879
|
-
];
|
|
2880
|
-
var ContainerFleetList = [1, n0, _CFL,
|
|
2881
|
-
0, [() => ContainerFleet$,
|
|
2882
|
-
0]
|
|
2883
|
-
];
|
|
2884
|
-
var ContainerFleetLocationAttributesList = [1, n0, _CFLAL,
|
|
2885
|
-
0, () => ContainerFleetLocationAttributes$
|
|
2886
|
-
];
|
|
2887
|
-
var ContainerGroupDefinitionList = [1, n0, _CGDL,
|
|
2888
|
-
0, [() => ContainerGroupDefinition$,
|
|
2889
|
-
0]
|
|
2890
|
-
];
|
|
2891
|
-
var ContainerIdentifierList = [1, n0, _CIL,
|
|
2892
|
-
0, () => ContainerIdentifier$
|
|
2893
|
-
];
|
|
2894
|
-
var ContainerMountPointList = [1, n0, _CMPL,
|
|
2895
|
-
0, () => ContainerMountPoint$
|
|
2896
|
-
];
|
|
2897
|
-
var ContainerPortRangeList = [1, n0, _CPRL,
|
|
2898
|
-
0, [() => ContainerPortRange$,
|
|
2899
|
-
0]
|
|
2900
|
-
];
|
|
2901
|
-
var DesiredPlayerSessionList = [1, n0, _DPSL,
|
|
2902
|
-
0, [() => DesiredPlayerSession$,
|
|
2903
|
-
0]
|
|
2904
|
-
];
|
|
2905
|
-
var EC2InstanceLimitList = [1, n0, _ECILL,
|
|
2906
|
-
0, () => EC2InstanceLimit$
|
|
2907
|
-
];
|
|
2908
|
-
var EventList = [1, n0, _EL,
|
|
2909
|
-
0, () => Event$
|
|
2910
|
-
];
|
|
2911
|
-
var FleetAttributesList = [1, n0, _FAL,
|
|
2912
|
-
0, () => FleetAttributes$
|
|
2913
|
-
];
|
|
2914
|
-
var FleetCapacityList = [1, n0, _FCL,
|
|
2915
|
-
0, () => FleetCapacity$
|
|
2916
|
-
];
|
|
2917
|
-
var FleetDeployments = [1, n0, _FDl,
|
|
2918
|
-
0, () => FleetDeployment$
|
|
2919
|
-
];
|
|
2920
|
-
var FleetUtilizationList = [1, n0, _FUL,
|
|
2921
|
-
0, () => FleetUtilization$
|
|
2922
|
-
];
|
|
2923
|
-
var GamePropertyList = [1, n0, _GPL,
|
|
2924
|
-
0, () => GameProperty$
|
|
2925
|
-
];
|
|
2926
|
-
var GameServerGroups = [1, n0, _GSGa,
|
|
2927
|
-
0, () => GameServerGroup$
|
|
2928
|
-
];
|
|
2929
|
-
var GameServerInstances = [1, n0, _GSIam,
|
|
2930
|
-
0, () => GameServerInstance$
|
|
2931
|
-
];
|
|
2932
|
-
var GameServers = [1, n0, _GSame,
|
|
2933
|
-
0, () => GameServer$
|
|
2934
|
-
];
|
|
2935
|
-
var GameSessionDetailList = [1, n0, _GSDL,
|
|
2936
|
-
0, [() => GameSessionDetail$,
|
|
2937
|
-
0]
|
|
2938
|
-
];
|
|
2939
|
-
var GameSessionList = [1, n0, _GSL,
|
|
2940
|
-
0, [() => GameSession$,
|
|
2941
|
-
0]
|
|
2942
|
-
];
|
|
2943
|
-
var GameSessionQueueDestinationList = [1, n0, _GSQDL,
|
|
2944
|
-
0, () => GameSessionQueueDestination$
|
|
2945
|
-
];
|
|
2946
|
-
var GameSessionQueueList = [1, n0, _GSQL,
|
|
2947
|
-
0, () => GameSessionQueue$
|
|
2948
|
-
];
|
|
2949
|
-
var InstanceDefinitions = [1, n0, _ID,
|
|
2950
|
-
0, () => InstanceDefinition$
|
|
2951
|
-
];
|
|
2952
|
-
var InstanceList = [1, n0, _ILn,
|
|
2953
|
-
0, [() => Instance$,
|
|
2954
|
-
0]
|
|
2955
|
-
];
|
|
2956
|
-
var IpPermissionsList = [1, n0, _IPL,
|
|
2957
|
-
0, [() => IpPermission$,
|
|
2958
|
-
0]
|
|
2959
|
-
];
|
|
2960
|
-
var LocationAttributesList = [1, n0, _LAL,
|
|
2961
|
-
0, () => LocationAttributes$
|
|
2962
|
-
];
|
|
2963
|
-
var LocationConfigurationList = [1, n0, _LCL,
|
|
2964
|
-
0, () => LocationConfiguration$
|
|
2965
|
-
];
|
|
2966
|
-
var LocationModelList = [1, n0, _LML,
|
|
2967
|
-
0, () => LocationModel$
|
|
2968
|
-
];
|
|
2969
|
-
var LocationStateList = [1, n0, _LSL,
|
|
2970
|
-
0, () => LocationState$
|
|
2971
|
-
];
|
|
2972
|
-
var MatchedPlayerSessionList = [1, n0, _MPSL,
|
|
2973
|
-
0, [() => MatchedPlayerSession$,
|
|
2974
|
-
0]
|
|
2975
|
-
];
|
|
2976
|
-
var MatchmakingConfigurationList = [1, n0, _MCL,
|
|
2977
|
-
0, () => MatchmakingConfiguration$
|
|
2978
|
-
];
|
|
2979
|
-
var MatchmakingRuleSetList = [1, n0, _MRSL,
|
|
2980
|
-
0, () => MatchmakingRuleSet$
|
|
2981
|
-
];
|
|
2982
|
-
var MatchmakingTicketList = [1, n0, _MTL,
|
|
2983
|
-
0, [() => MatchmakingTicket$,
|
|
2984
|
-
0]
|
|
2985
|
-
];
|
|
2986
|
-
var PlacedPlayerSessionList = [1, n0, _PPSL,
|
|
2987
|
-
0, [() => PlacedPlayerSession$,
|
|
2988
|
-
0]
|
|
2989
|
-
];
|
|
2990
|
-
var PlayerIdList = [1, n0, _PIL,
|
|
2991
|
-
8, [() => PlayerId,
|
|
2992
|
-
0]
|
|
2993
|
-
];
|
|
2994
|
-
var PlayerIdsForAcceptMatch = [1, n0, _PIFAM,
|
|
2995
|
-
8, [() => PlayerId,
|
|
2996
|
-
0]
|
|
2997
|
-
];
|
|
2998
|
-
var PlayerLatencyList = [1, n0, _PLL,
|
|
2999
|
-
0, [() => PlayerLatency$,
|
|
3000
|
-
0]
|
|
3001
|
-
];
|
|
3002
|
-
var PlayerLatencyPolicyList = [1, n0, _PLPL,
|
|
3003
|
-
0, () => PlayerLatencyPolicy$
|
|
3004
|
-
];
|
|
3005
|
-
var PlayerList = [1, n0, _PLla,
|
|
3006
|
-
0, [() => Player$,
|
|
3007
|
-
0]
|
|
3008
|
-
];
|
|
3009
|
-
var PlayerSessionList = [1, n0, _PSL,
|
|
3010
|
-
0, [() => PlayerSession$,
|
|
3011
|
-
0]
|
|
3012
|
-
];
|
|
3013
|
-
var ScalingPolicyList = [1, n0, _SPL,
|
|
3014
|
-
0, () => ScalingPolicy$
|
|
3015
|
-
];
|
|
3016
|
-
var ScriptList = [1, n0, _SLc,
|
|
3017
|
-
0, () => Script$
|
|
3018
|
-
];
|
|
3019
|
-
var ServerProcessList = [1, n0, _SPLe,
|
|
3020
|
-
0, () => ServerProcess$
|
|
3021
|
-
];
|
|
3022
|
-
var SupportContainerDefinitionInputList = [1, n0, _SCDIL,
|
|
3023
|
-
0, [() => SupportContainerDefinitionInput$,
|
|
3024
|
-
0]
|
|
3025
|
-
];
|
|
3026
|
-
var SupportContainerDefinitionList = [1, n0, _SCDL,
|
|
3027
|
-
0, [() => SupportContainerDefinition$,
|
|
3028
|
-
0]
|
|
3029
|
-
];
|
|
3030
|
-
var TagList = [1, n0, _TLa,
|
|
3031
|
-
0, () => Tag$
|
|
3032
|
-
];
|
|
3033
|
-
var VpcPeeringAuthorizationList = [1, n0, _VPAL,
|
|
3034
|
-
0, () => VpcPeeringAuthorization$
|
|
3035
|
-
];
|
|
3036
|
-
var VpcPeeringConnectionList = [1, n0, _VPCL,
|
|
3037
|
-
0, () => VpcPeeringConnection$
|
|
3038
|
-
];
|
|
3039
|
-
var LocationalDeployments = [2, n0, _LD,
|
|
3040
|
-
0, 0, () => LocationalDeployment$
|
|
3041
|
-
];
|
|
3042
|
-
var PlayerAttributeMap = [2, n0, _PAM,
|
|
3043
|
-
0, 0, () => AttributeValue$
|
|
3044
|
-
];
|
|
3045
|
-
var AcceptMatch$ = [9, n0, _AM,
|
|
3046
|
-
0, () => AcceptMatchInput$, () => AcceptMatchOutput$
|
|
3047
|
-
];
|
|
3048
|
-
var ClaimGameServer$ = [9, n0, _CGS,
|
|
3049
|
-
0, () => ClaimGameServerInput$, () => ClaimGameServerOutput$
|
|
3050
|
-
];
|
|
3051
|
-
var CreateAlias$ = [9, n0, _CAr,
|
|
3052
|
-
0, () => CreateAliasInput$, () => CreateAliasOutput$
|
|
3053
|
-
];
|
|
3054
|
-
var CreateBuild$ = [9, n0, _CB,
|
|
3055
|
-
0, () => CreateBuildInput$, () => CreateBuildOutput$
|
|
3056
|
-
];
|
|
3057
|
-
var CreateContainerFleet$ = [9, n0, _CCF,
|
|
3058
|
-
0, () => CreateContainerFleetInput$, () => CreateContainerFleetOutput$
|
|
3059
|
-
];
|
|
3060
|
-
var CreateContainerGroupDefinition$ = [9, n0, _CCGD,
|
|
3061
|
-
0, () => CreateContainerGroupDefinitionInput$, () => CreateContainerGroupDefinitionOutput$
|
|
3062
|
-
];
|
|
3063
|
-
var CreateFleet$ = [9, n0, _CFr,
|
|
3064
|
-
0, () => CreateFleetInput$, () => CreateFleetOutput$
|
|
3065
|
-
];
|
|
3066
|
-
var CreateFleetLocations$ = [9, n0, _CFLr,
|
|
3067
|
-
0, () => CreateFleetLocationsInput$, () => CreateFleetLocationsOutput$
|
|
3068
|
-
];
|
|
3069
|
-
var CreateGameServerGroup$ = [9, n0, _CGSG,
|
|
3070
|
-
0, () => CreateGameServerGroupInput$, () => CreateGameServerGroupOutput$
|
|
3071
|
-
];
|
|
3072
|
-
var CreateGameSession$ = [9, n0, _CGSr,
|
|
3073
|
-
0, () => CreateGameSessionInput$, () => CreateGameSessionOutput$
|
|
3074
|
-
];
|
|
3075
|
-
var CreateGameSessionQueue$ = [9, n0, _CGSQ,
|
|
3076
|
-
0, () => CreateGameSessionQueueInput$, () => CreateGameSessionQueueOutput$
|
|
3077
|
-
];
|
|
3078
|
-
var CreateLocation$ = [9, n0, _CLr,
|
|
3079
|
-
0, () => CreateLocationInput$, () => CreateLocationOutput$
|
|
3080
|
-
];
|
|
3081
|
-
var CreateMatchmakingConfiguration$ = [9, n0, _CMC,
|
|
3082
|
-
0, () => CreateMatchmakingConfigurationInput$, () => CreateMatchmakingConfigurationOutput$
|
|
3083
|
-
];
|
|
3084
|
-
var CreateMatchmakingRuleSet$ = [9, n0, _CMRS,
|
|
3085
|
-
0, () => CreateMatchmakingRuleSetInput$, () => CreateMatchmakingRuleSetOutput$
|
|
3086
|
-
];
|
|
3087
|
-
var CreatePlayerSession$ = [9, n0, _CPS,
|
|
3088
|
-
0, () => CreatePlayerSessionInput$, () => CreatePlayerSessionOutput$
|
|
3089
|
-
];
|
|
3090
|
-
var CreatePlayerSessions$ = [9, n0, _CPSr,
|
|
3091
|
-
0, () => CreatePlayerSessionsInput$, () => CreatePlayerSessionsOutput$
|
|
3092
|
-
];
|
|
3093
|
-
var CreateScript$ = [9, n0, _CSr,
|
|
3094
|
-
0, () => CreateScriptInput$, () => CreateScriptOutput$
|
|
3095
|
-
];
|
|
3096
|
-
var CreateVpcPeeringAuthorization$ = [9, n0, _CVPA,
|
|
3097
|
-
0, () => CreateVpcPeeringAuthorizationInput$, () => CreateVpcPeeringAuthorizationOutput$
|
|
3098
|
-
];
|
|
3099
|
-
var CreateVpcPeeringConnection$ = [9, n0, _CVPC,
|
|
3100
|
-
0, () => CreateVpcPeeringConnectionInput$, () => CreateVpcPeeringConnectionOutput$
|
|
3101
|
-
];
|
|
3102
|
-
var DeleteAlias$ = [9, n0, _DAe,
|
|
3103
|
-
0, () => DeleteAliasInput$, () => __Unit
|
|
3104
|
-
];
|
|
3105
|
-
var DeleteBuild$ = [9, n0, _DB,
|
|
3106
|
-
0, () => DeleteBuildInput$, () => __Unit
|
|
3107
|
-
];
|
|
3108
|
-
var DeleteContainerFleet$ = [9, n0, _DCF,
|
|
3109
|
-
0, () => DeleteContainerFleetInput$, () => DeleteContainerFleetOutput$
|
|
3110
|
-
];
|
|
3111
|
-
var DeleteContainerGroupDefinition$ = [9, n0, _DCGD,
|
|
3112
|
-
0, () => DeleteContainerGroupDefinitionInput$, () => DeleteContainerGroupDefinitionOutput$
|
|
3113
|
-
];
|
|
3114
|
-
var DeleteFleet$ = [9, n0, _DF,
|
|
3115
|
-
0, () => DeleteFleetInput$, () => __Unit
|
|
3116
|
-
];
|
|
3117
|
-
var DeleteFleetLocations$ = [9, n0, _DFL,
|
|
3118
|
-
0, () => DeleteFleetLocationsInput$, () => DeleteFleetLocationsOutput$
|
|
3119
|
-
];
|
|
3120
|
-
var DeleteGameServerGroup$ = [9, n0, _DGSG,
|
|
3121
|
-
0, () => DeleteGameServerGroupInput$, () => DeleteGameServerGroupOutput$
|
|
3122
|
-
];
|
|
3123
|
-
var DeleteGameSessionQueue$ = [9, n0, _DGSQ,
|
|
3124
|
-
0, () => DeleteGameSessionQueueInput$, () => DeleteGameSessionQueueOutput$
|
|
3125
|
-
];
|
|
3126
|
-
var DeleteLocation$ = [9, n0, _DL,
|
|
3127
|
-
0, () => DeleteLocationInput$, () => DeleteLocationOutput$
|
|
3128
|
-
];
|
|
3129
|
-
var DeleteMatchmakingConfiguration$ = [9, n0, _DMC,
|
|
3130
|
-
0, () => DeleteMatchmakingConfigurationInput$, () => DeleteMatchmakingConfigurationOutput$
|
|
3131
|
-
];
|
|
3132
|
-
var DeleteMatchmakingRuleSet$ = [9, n0, _DMRS,
|
|
3133
|
-
0, () => DeleteMatchmakingRuleSetInput$, () => DeleteMatchmakingRuleSetOutput$
|
|
3134
|
-
];
|
|
3135
|
-
var DeleteScalingPolicy$ = [9, n0, _DSP,
|
|
3136
|
-
0, () => DeleteScalingPolicyInput$, () => __Unit
|
|
3137
|
-
];
|
|
3138
|
-
var DeleteScript$ = [9, n0, _DSe,
|
|
3139
|
-
0, () => DeleteScriptInput$, () => __Unit
|
|
3140
|
-
];
|
|
3141
|
-
var DeleteVpcPeeringAuthorization$ = [9, n0, _DVPA,
|
|
3142
|
-
0, () => DeleteVpcPeeringAuthorizationInput$, () => DeleteVpcPeeringAuthorizationOutput$
|
|
3143
|
-
];
|
|
3144
|
-
var DeleteVpcPeeringConnection$ = [9, n0, _DVPC,
|
|
3145
|
-
0, () => DeleteVpcPeeringConnectionInput$, () => DeleteVpcPeeringConnectionOutput$
|
|
3146
|
-
];
|
|
3147
|
-
var DeregisterCompute$ = [9, n0, _DCe,
|
|
3148
|
-
0, () => DeregisterComputeInput$, () => DeregisterComputeOutput$
|
|
3149
|
-
];
|
|
3150
|
-
var DeregisterGameServer$ = [9, n0, _DGS,
|
|
3151
|
-
0, () => DeregisterGameServerInput$, () => __Unit
|
|
3152
|
-
];
|
|
3153
|
-
var DescribeAlias$ = [9, n0, _DAes,
|
|
3154
|
-
0, () => DescribeAliasInput$, () => DescribeAliasOutput$
|
|
3155
|
-
];
|
|
3156
|
-
var DescribeBuild$ = [9, n0, _DBe,
|
|
3157
|
-
0, () => DescribeBuildInput$, () => DescribeBuildOutput$
|
|
3158
|
-
];
|
|
3159
|
-
var DescribeCompute$ = [9, n0, _DCes,
|
|
3160
|
-
0, () => DescribeComputeInput$, () => DescribeComputeOutput$
|
|
3161
|
-
];
|
|
3162
|
-
var DescribeContainerFleet$ = [9, n0, _DCFe,
|
|
3163
|
-
0, () => DescribeContainerFleetInput$, () => DescribeContainerFleetOutput$
|
|
3164
|
-
];
|
|
3165
|
-
var DescribeContainerGroupDefinition$ = [9, n0, _DCGDe,
|
|
3166
|
-
0, () => DescribeContainerGroupDefinitionInput$, () => DescribeContainerGroupDefinitionOutput$
|
|
3167
|
-
];
|
|
3168
|
-
var DescribeEC2InstanceLimits$ = [9, n0, _DECIL,
|
|
3169
|
-
0, () => DescribeEC2InstanceLimitsInput$, () => DescribeEC2InstanceLimitsOutput$
|
|
3170
|
-
];
|
|
3171
|
-
var DescribeFleetAttributes$ = [9, n0, _DFA,
|
|
3172
|
-
0, () => DescribeFleetAttributesInput$, () => DescribeFleetAttributesOutput$
|
|
3173
|
-
];
|
|
3174
|
-
var DescribeFleetCapacity$ = [9, n0, _DFC,
|
|
3175
|
-
0, () => DescribeFleetCapacityInput$, () => DescribeFleetCapacityOutput$
|
|
3176
|
-
];
|
|
3177
|
-
var DescribeFleetDeployment$ = [9, n0, _DFD,
|
|
3178
|
-
0, () => DescribeFleetDeploymentInput$, () => DescribeFleetDeploymentOutput$
|
|
3179
|
-
];
|
|
3180
|
-
var DescribeFleetEvents$ = [9, n0, _DFE,
|
|
3181
|
-
0, () => DescribeFleetEventsInput$, () => DescribeFleetEventsOutput$
|
|
3182
|
-
];
|
|
3183
|
-
var DescribeFleetLocationAttributes$ = [9, n0, _DFLA,
|
|
3184
|
-
0, () => DescribeFleetLocationAttributesInput$, () => DescribeFleetLocationAttributesOutput$
|
|
3185
|
-
];
|
|
3186
|
-
var DescribeFleetLocationCapacity$ = [9, n0, _DFLC,
|
|
3187
|
-
0, () => DescribeFleetLocationCapacityInput$, () => DescribeFleetLocationCapacityOutput$
|
|
3188
|
-
];
|
|
3189
|
-
var DescribeFleetLocationUtilization$ = [9, n0, _DFLU,
|
|
3190
|
-
0, () => DescribeFleetLocationUtilizationInput$, () => DescribeFleetLocationUtilizationOutput$
|
|
3191
|
-
];
|
|
3192
|
-
var DescribeFleetPortSettings$ = [9, n0, _DFPS,
|
|
3193
|
-
0, () => DescribeFleetPortSettingsInput$, () => DescribeFleetPortSettingsOutput$
|
|
3194
|
-
];
|
|
3195
|
-
var DescribeFleetUtilization$ = [9, n0, _DFU,
|
|
3196
|
-
0, () => DescribeFleetUtilizationInput$, () => DescribeFleetUtilizationOutput$
|
|
3197
|
-
];
|
|
3198
|
-
var DescribeGameServer$ = [9, n0, _DGSe,
|
|
3199
|
-
0, () => DescribeGameServerInput$, () => DescribeGameServerOutput$
|
|
3200
|
-
];
|
|
3201
|
-
var DescribeGameServerGroup$ = [9, n0, _DGSGe,
|
|
3202
|
-
0, () => DescribeGameServerGroupInput$, () => DescribeGameServerGroupOutput$
|
|
3203
|
-
];
|
|
3204
|
-
var DescribeGameServerInstances$ = [9, n0, _DGSIesc,
|
|
3205
|
-
0, () => DescribeGameServerInstancesInput$, () => DescribeGameServerInstancesOutput$
|
|
3206
|
-
];
|
|
3207
|
-
var DescribeGameSessionDetails$ = [9, n0, _DGSD,
|
|
3208
|
-
0, () => DescribeGameSessionDetailsInput$, () => DescribeGameSessionDetailsOutput$
|
|
3209
|
-
];
|
|
3210
|
-
var DescribeGameSessionPlacement$ = [9, n0, _DGSP,
|
|
3211
|
-
0, () => DescribeGameSessionPlacementInput$, () => DescribeGameSessionPlacementOutput$
|
|
3212
|
-
];
|
|
3213
|
-
var DescribeGameSessionQueues$ = [9, n0, _DGSQe,
|
|
3214
|
-
0, () => DescribeGameSessionQueuesInput$, () => DescribeGameSessionQueuesOutput$
|
|
3215
|
-
];
|
|
3216
|
-
var DescribeGameSessions$ = [9, n0, _DGSes,
|
|
3217
|
-
0, () => DescribeGameSessionsInput$, () => DescribeGameSessionsOutput$
|
|
3218
|
-
];
|
|
3219
|
-
var DescribeInstances$ = [9, n0, _DIes,
|
|
3220
|
-
0, () => DescribeInstancesInput$, () => DescribeInstancesOutput$
|
|
3221
|
-
];
|
|
3222
|
-
var DescribeMatchmaking$ = [9, n0, _DM,
|
|
3223
|
-
0, () => DescribeMatchmakingInput$, () => DescribeMatchmakingOutput$
|
|
3224
|
-
];
|
|
3225
|
-
var DescribeMatchmakingConfigurations$ = [9, n0, _DMCe,
|
|
3226
|
-
0, () => DescribeMatchmakingConfigurationsInput$, () => DescribeMatchmakingConfigurationsOutput$
|
|
3227
|
-
];
|
|
3228
|
-
var DescribeMatchmakingRuleSets$ = [9, n0, _DMRSe,
|
|
3229
|
-
0, () => DescribeMatchmakingRuleSetsInput$, () => DescribeMatchmakingRuleSetsOutput$
|
|
3230
|
-
];
|
|
3231
|
-
var DescribePlayerSessions$ = [9, n0, _DPSes,
|
|
3232
|
-
0, () => DescribePlayerSessionsInput$, () => DescribePlayerSessionsOutput$
|
|
3233
|
-
];
|
|
3234
|
-
var DescribeRuntimeConfiguration$ = [9, n0, _DRC,
|
|
3235
|
-
0, () => DescribeRuntimeConfigurationInput$, () => DescribeRuntimeConfigurationOutput$
|
|
3236
|
-
];
|
|
3237
|
-
var DescribeScalingPolicies$ = [9, n0, _DSPe,
|
|
3238
|
-
0, () => DescribeScalingPoliciesInput$, () => DescribeScalingPoliciesOutput$
|
|
3239
|
-
];
|
|
3240
|
-
var DescribeScript$ = [9, n0, _DSes,
|
|
3241
|
-
0, () => DescribeScriptInput$, () => DescribeScriptOutput$
|
|
3242
|
-
];
|
|
3243
|
-
var DescribeVpcPeeringAuthorizations$ = [9, n0, _DVPAe,
|
|
3244
|
-
0, () => DescribeVpcPeeringAuthorizationsInput$, () => DescribeVpcPeeringAuthorizationsOutput$
|
|
3245
|
-
];
|
|
3246
|
-
var DescribeVpcPeeringConnections$ = [9, n0, _DVPCe,
|
|
3247
|
-
0, () => DescribeVpcPeeringConnectionsInput$, () => DescribeVpcPeeringConnectionsOutput$
|
|
3248
|
-
];
|
|
3249
|
-
var GetComputeAccess$ = [9, n0, _GCA,
|
|
3250
|
-
0, () => GetComputeAccessInput$, () => GetComputeAccessOutput$
|
|
3251
|
-
];
|
|
3252
|
-
var GetComputeAuthToken$ = [9, n0, _GCAT,
|
|
3253
|
-
0, () => GetComputeAuthTokenInput$, () => GetComputeAuthTokenOutput$
|
|
3254
|
-
];
|
|
3255
|
-
var GetGameSessionLogUrl$ = [9, n0, _GGSLU,
|
|
3256
|
-
0, () => GetGameSessionLogUrlInput$, () => GetGameSessionLogUrlOutput$
|
|
3257
|
-
];
|
|
3258
|
-
var GetInstanceAccess$ = [9, n0, _GIA,
|
|
3259
|
-
0, () => GetInstanceAccessInput$, () => GetInstanceAccessOutput$
|
|
3260
|
-
];
|
|
3261
|
-
var ListAliases$ = [9, n0, _LAi,
|
|
3262
|
-
0, () => ListAliasesInput$, () => ListAliasesOutput$
|
|
3263
|
-
];
|
|
3264
|
-
var ListBuilds$ = [9, n0, _LB,
|
|
3265
|
-
0, () => ListBuildsInput$, () => ListBuildsOutput$
|
|
3266
|
-
];
|
|
3267
|
-
var ListCompute$ = [9, n0, _LCi,
|
|
3268
|
-
0, () => ListComputeInput$, () => ListComputeOutput$
|
|
3269
|
-
];
|
|
3270
|
-
var ListContainerFleets$ = [9, n0, _LCF,
|
|
3271
|
-
0, () => ListContainerFleetsInput$, () => ListContainerFleetsOutput$
|
|
3272
|
-
];
|
|
3273
|
-
var ListContainerGroupDefinitions$ = [9, n0, _LCGD,
|
|
3274
|
-
0, () => ListContainerGroupDefinitionsInput$, () => ListContainerGroupDefinitionsOutput$
|
|
3275
|
-
];
|
|
3276
|
-
var ListContainerGroupDefinitionVersions$ = [9, n0, _LCGDV,
|
|
3277
|
-
0, () => ListContainerGroupDefinitionVersionsInput$, () => ListContainerGroupDefinitionVersionsOutput$
|
|
3278
|
-
];
|
|
3279
|
-
var ListFleetDeployments$ = [9, n0, _LFD,
|
|
3280
|
-
0, () => ListFleetDeploymentsInput$, () => ListFleetDeploymentsOutput$
|
|
3281
|
-
];
|
|
3282
|
-
var ListFleets$ = [9, n0, _LF,
|
|
3283
|
-
0, () => ListFleetsInput$, () => ListFleetsOutput$
|
|
3284
|
-
];
|
|
3285
|
-
var ListGameServerGroups$ = [9, n0, _LGSG,
|
|
3286
|
-
0, () => ListGameServerGroupsInput$, () => ListGameServerGroupsOutput$
|
|
3287
|
-
];
|
|
3288
|
-
var ListGameServers$ = [9, n0, _LGS,
|
|
3289
|
-
0, () => ListGameServersInput$, () => ListGameServersOutput$
|
|
3290
|
-
];
|
|
3291
|
-
var ListLocations$ = [9, n0, _LL,
|
|
3292
|
-
0, () => ListLocationsInput$, () => ListLocationsOutput$
|
|
3293
|
-
];
|
|
3294
|
-
var ListScripts$ = [9, n0, _LSi,
|
|
3295
|
-
0, () => ListScriptsInput$, () => ListScriptsOutput$
|
|
3296
|
-
];
|
|
3297
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
3298
|
-
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
3299
|
-
];
|
|
3300
|
-
var PutScalingPolicy$ = [9, n0, _PSP,
|
|
3301
|
-
0, () => PutScalingPolicyInput$, () => PutScalingPolicyOutput$
|
|
3302
|
-
];
|
|
3303
|
-
var RegisterCompute$ = [9, n0, _RCe,
|
|
3304
|
-
0, () => RegisterComputeInput$, () => RegisterComputeOutput$
|
|
3305
|
-
];
|
|
3306
|
-
var RegisterGameServer$ = [9, n0, _RGS,
|
|
3307
|
-
0, () => RegisterGameServerInput$, () => RegisterGameServerOutput$
|
|
3308
|
-
];
|
|
3309
|
-
var RequestUploadCredentials$ = [9, n0, _RUC,
|
|
3310
|
-
0, () => RequestUploadCredentialsInput$, () => RequestUploadCredentialsOutput$
|
|
3311
|
-
];
|
|
3312
|
-
var ResolveAlias$ = [9, n0, _RAes,
|
|
3313
|
-
0, () => ResolveAliasInput$, () => ResolveAliasOutput$
|
|
3314
|
-
];
|
|
3315
|
-
var ResumeGameServerGroup$ = [9, n0, _RGSG,
|
|
3316
|
-
0, () => ResumeGameServerGroupInput$, () => ResumeGameServerGroupOutput$
|
|
3317
|
-
];
|
|
3318
|
-
var SearchGameSessions$ = [9, n0, _SGS,
|
|
3319
|
-
0, () => SearchGameSessionsInput$, () => SearchGameSessionsOutput$
|
|
3320
|
-
];
|
|
3321
|
-
var StartFleetActions$ = [9, n0, _SFA,
|
|
3322
|
-
0, () => StartFleetActionsInput$, () => StartFleetActionsOutput$
|
|
3323
|
-
];
|
|
3324
|
-
var StartGameSessionPlacement$ = [9, n0, _SGSP,
|
|
3325
|
-
0, () => StartGameSessionPlacementInput$, () => StartGameSessionPlacementOutput$
|
|
3326
|
-
];
|
|
3327
|
-
var StartMatchBackfill$ = [9, n0, _SMB,
|
|
3328
|
-
0, () => StartMatchBackfillInput$, () => StartMatchBackfillOutput$
|
|
3329
|
-
];
|
|
3330
|
-
var StartMatchmaking$ = [9, n0, _SMt,
|
|
3331
|
-
0, () => StartMatchmakingInput$, () => StartMatchmakingOutput$
|
|
3332
|
-
];
|
|
3333
|
-
var StopFleetActions$ = [9, n0, _SFAt,
|
|
3334
|
-
0, () => StopFleetActionsInput$, () => StopFleetActionsOutput$
|
|
3335
|
-
];
|
|
3336
|
-
var StopGameSessionPlacement$ = [9, n0, _SGSPt,
|
|
3337
|
-
0, () => StopGameSessionPlacementInput$, () => StopGameSessionPlacementOutput$
|
|
3338
|
-
];
|
|
3339
|
-
var StopMatchmaking$ = [9, n0, _SMto,
|
|
3340
|
-
0, () => StopMatchmakingInput$, () => StopMatchmakingOutput$
|
|
3341
|
-
];
|
|
3342
|
-
var SuspendGameServerGroup$ = [9, n0, _SGSG,
|
|
3343
|
-
0, () => SuspendGameServerGroupInput$, () => SuspendGameServerGroupOutput$
|
|
3344
|
-
];
|
|
3345
|
-
var TagResource$ = [9, n0, _TR,
|
|
3346
|
-
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
3347
|
-
];
|
|
3348
|
-
var TerminateGameSession$ = [9, n0, _TGS,
|
|
3349
|
-
0, () => TerminateGameSessionInput$, () => TerminateGameSessionOutput$
|
|
3350
|
-
];
|
|
3351
|
-
var UntagResource$ = [9, n0, _UR,
|
|
3352
|
-
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
3353
|
-
];
|
|
3354
|
-
var UpdateAlias$ = [9, n0, _UA,
|
|
3355
|
-
0, () => UpdateAliasInput$, () => UpdateAliasOutput$
|
|
3356
|
-
];
|
|
3357
|
-
var UpdateBuild$ = [9, n0, _UB,
|
|
3358
|
-
0, () => UpdateBuildInput$, () => UpdateBuildOutput$
|
|
3359
|
-
];
|
|
3360
|
-
var UpdateContainerFleet$ = [9, n0, _UCF,
|
|
3361
|
-
0, () => UpdateContainerFleetInput$, () => UpdateContainerFleetOutput$
|
|
3362
|
-
];
|
|
3363
|
-
var UpdateContainerGroupDefinition$ = [9, n0, _UCGD,
|
|
3364
|
-
0, () => UpdateContainerGroupDefinitionInput$, () => UpdateContainerGroupDefinitionOutput$
|
|
3365
|
-
];
|
|
3366
|
-
var UpdateFleetAttributes$ = [9, n0, _UFA,
|
|
3367
|
-
0, () => UpdateFleetAttributesInput$, () => UpdateFleetAttributesOutput$
|
|
3368
|
-
];
|
|
3369
|
-
var UpdateFleetCapacity$ = [9, n0, _UFC,
|
|
3370
|
-
0, () => UpdateFleetCapacityInput$, () => UpdateFleetCapacityOutput$
|
|
3371
|
-
];
|
|
3372
|
-
var UpdateFleetPortSettings$ = [9, n0, _UFPS,
|
|
3373
|
-
0, () => UpdateFleetPortSettingsInput$, () => UpdateFleetPortSettingsOutput$
|
|
3374
|
-
];
|
|
3375
|
-
var UpdateGameServer$ = [9, n0, _UGS,
|
|
3376
|
-
0, () => UpdateGameServerInput$, () => UpdateGameServerOutput$
|
|
3377
|
-
];
|
|
3378
|
-
var UpdateGameServerGroup$ = [9, n0, _UGSG,
|
|
3379
|
-
0, () => UpdateGameServerGroupInput$, () => UpdateGameServerGroupOutput$
|
|
3380
|
-
];
|
|
3381
|
-
var UpdateGameSession$ = [9, n0, _UGSp,
|
|
3382
|
-
0, () => UpdateGameSessionInput$, () => UpdateGameSessionOutput$
|
|
3383
|
-
];
|
|
3384
|
-
var UpdateGameSessionQueue$ = [9, n0, _UGSQ,
|
|
3385
|
-
0, () => UpdateGameSessionQueueInput$, () => UpdateGameSessionQueueOutput$
|
|
3386
|
-
];
|
|
3387
|
-
var UpdateMatchmakingConfiguration$ = [9, n0, _UMC,
|
|
3388
|
-
0, () => UpdateMatchmakingConfigurationInput$, () => UpdateMatchmakingConfigurationOutput$
|
|
3389
|
-
];
|
|
3390
|
-
var UpdateRuntimeConfiguration$ = [9, n0, _URC,
|
|
3391
|
-
0, () => UpdateRuntimeConfigurationInput$, () => UpdateRuntimeConfigurationOutput$
|
|
3392
|
-
];
|
|
3393
|
-
var UpdateScript$ = [9, n0, _USp,
|
|
3394
|
-
0, () => UpdateScriptInput$, () => UpdateScriptOutput$
|
|
3395
|
-
];
|
|
3396
|
-
var ValidateMatchmakingRuleSet$ = [9, n0, _VMRS,
|
|
3397
|
-
0, () => ValidateMatchmakingRuleSetInput$, () => ValidateMatchmakingRuleSetOutput$
|
|
3398
|
-
];
|
|
3399
|
-
|
|
3400
116
|
class AcceptMatchCommand extends smithyClient.Command
|
|
3401
117
|
.classBuilder()
|
|
3402
118
|
.ep(commonParams)
|
|
@@ -3405,7 +121,7 @@ class AcceptMatchCommand extends smithyClient.Command
|
|
|
3405
121
|
})
|
|
3406
122
|
.s("GameLift", "AcceptMatch", {})
|
|
3407
123
|
.n("GameLiftClient", "AcceptMatchCommand")
|
|
3408
|
-
.sc(AcceptMatch$)
|
|
124
|
+
.sc(schemas_0.AcceptMatch$)
|
|
3409
125
|
.build() {
|
|
3410
126
|
}
|
|
3411
127
|
|
|
@@ -3417,7 +133,7 @@ class ClaimGameServerCommand extends smithyClient.Command
|
|
|
3417
133
|
})
|
|
3418
134
|
.s("GameLift", "ClaimGameServer", {})
|
|
3419
135
|
.n("GameLiftClient", "ClaimGameServerCommand")
|
|
3420
|
-
.sc(ClaimGameServer$)
|
|
136
|
+
.sc(schemas_0.ClaimGameServer$)
|
|
3421
137
|
.build() {
|
|
3422
138
|
}
|
|
3423
139
|
|
|
@@ -3429,7 +145,7 @@ class CreateAliasCommand extends smithyClient.Command
|
|
|
3429
145
|
})
|
|
3430
146
|
.s("GameLift", "CreateAlias", {})
|
|
3431
147
|
.n("GameLiftClient", "CreateAliasCommand")
|
|
3432
|
-
.sc(CreateAlias$)
|
|
148
|
+
.sc(schemas_0.CreateAlias$)
|
|
3433
149
|
.build() {
|
|
3434
150
|
}
|
|
3435
151
|
|
|
@@ -3441,7 +157,7 @@ class CreateBuildCommand extends smithyClient.Command
|
|
|
3441
157
|
})
|
|
3442
158
|
.s("GameLift", "CreateBuild", {})
|
|
3443
159
|
.n("GameLiftClient", "CreateBuildCommand")
|
|
3444
|
-
.sc(CreateBuild$)
|
|
160
|
+
.sc(schemas_0.CreateBuild$)
|
|
3445
161
|
.build() {
|
|
3446
162
|
}
|
|
3447
163
|
|
|
@@ -3453,7 +169,7 @@ class CreateContainerFleetCommand extends smithyClient.Command
|
|
|
3453
169
|
})
|
|
3454
170
|
.s("GameLift", "CreateContainerFleet", {})
|
|
3455
171
|
.n("GameLiftClient", "CreateContainerFleetCommand")
|
|
3456
|
-
.sc(CreateContainerFleet$)
|
|
172
|
+
.sc(schemas_0.CreateContainerFleet$)
|
|
3457
173
|
.build() {
|
|
3458
174
|
}
|
|
3459
175
|
|
|
@@ -3465,7 +181,7 @@ class CreateContainerGroupDefinitionCommand extends smithyClient.Command
|
|
|
3465
181
|
})
|
|
3466
182
|
.s("GameLift", "CreateContainerGroupDefinition", {})
|
|
3467
183
|
.n("GameLiftClient", "CreateContainerGroupDefinitionCommand")
|
|
3468
|
-
.sc(CreateContainerGroupDefinition$)
|
|
184
|
+
.sc(schemas_0.CreateContainerGroupDefinition$)
|
|
3469
185
|
.build() {
|
|
3470
186
|
}
|
|
3471
187
|
|
|
@@ -3477,7 +193,7 @@ class CreateFleetCommand extends smithyClient.Command
|
|
|
3477
193
|
})
|
|
3478
194
|
.s("GameLift", "CreateFleet", {})
|
|
3479
195
|
.n("GameLiftClient", "CreateFleetCommand")
|
|
3480
|
-
.sc(CreateFleet$)
|
|
196
|
+
.sc(schemas_0.CreateFleet$)
|
|
3481
197
|
.build() {
|
|
3482
198
|
}
|
|
3483
199
|
|
|
@@ -3489,7 +205,7 @@ class CreateFleetLocationsCommand extends smithyClient.Command
|
|
|
3489
205
|
})
|
|
3490
206
|
.s("GameLift", "CreateFleetLocations", {})
|
|
3491
207
|
.n("GameLiftClient", "CreateFleetLocationsCommand")
|
|
3492
|
-
.sc(CreateFleetLocations$)
|
|
208
|
+
.sc(schemas_0.CreateFleetLocations$)
|
|
3493
209
|
.build() {
|
|
3494
210
|
}
|
|
3495
211
|
|
|
@@ -3501,7 +217,7 @@ class CreateGameServerGroupCommand extends smithyClient.Command
|
|
|
3501
217
|
})
|
|
3502
218
|
.s("GameLift", "CreateGameServerGroup", {})
|
|
3503
219
|
.n("GameLiftClient", "CreateGameServerGroupCommand")
|
|
3504
|
-
.sc(CreateGameServerGroup$)
|
|
220
|
+
.sc(schemas_0.CreateGameServerGroup$)
|
|
3505
221
|
.build() {
|
|
3506
222
|
}
|
|
3507
223
|
|
|
@@ -3513,7 +229,7 @@ class CreateGameSessionCommand extends smithyClient.Command
|
|
|
3513
229
|
})
|
|
3514
230
|
.s("GameLift", "CreateGameSession", {})
|
|
3515
231
|
.n("GameLiftClient", "CreateGameSessionCommand")
|
|
3516
|
-
.sc(CreateGameSession$)
|
|
232
|
+
.sc(schemas_0.CreateGameSession$)
|
|
3517
233
|
.build() {
|
|
3518
234
|
}
|
|
3519
235
|
|
|
@@ -3525,7 +241,7 @@ class CreateGameSessionQueueCommand extends smithyClient.Command
|
|
|
3525
241
|
})
|
|
3526
242
|
.s("GameLift", "CreateGameSessionQueue", {})
|
|
3527
243
|
.n("GameLiftClient", "CreateGameSessionQueueCommand")
|
|
3528
|
-
.sc(CreateGameSessionQueue$)
|
|
244
|
+
.sc(schemas_0.CreateGameSessionQueue$)
|
|
3529
245
|
.build() {
|
|
3530
246
|
}
|
|
3531
247
|
|
|
@@ -3537,7 +253,7 @@ class CreateLocationCommand extends smithyClient.Command
|
|
|
3537
253
|
})
|
|
3538
254
|
.s("GameLift", "CreateLocation", {})
|
|
3539
255
|
.n("GameLiftClient", "CreateLocationCommand")
|
|
3540
|
-
.sc(CreateLocation$)
|
|
256
|
+
.sc(schemas_0.CreateLocation$)
|
|
3541
257
|
.build() {
|
|
3542
258
|
}
|
|
3543
259
|
|
|
@@ -3549,7 +265,7 @@ class CreateMatchmakingConfigurationCommand extends smithyClient.Command
|
|
|
3549
265
|
})
|
|
3550
266
|
.s("GameLift", "CreateMatchmakingConfiguration", {})
|
|
3551
267
|
.n("GameLiftClient", "CreateMatchmakingConfigurationCommand")
|
|
3552
|
-
.sc(CreateMatchmakingConfiguration$)
|
|
268
|
+
.sc(schemas_0.CreateMatchmakingConfiguration$)
|
|
3553
269
|
.build() {
|
|
3554
270
|
}
|
|
3555
271
|
|
|
@@ -3561,7 +277,7 @@ class CreateMatchmakingRuleSetCommand extends smithyClient.Command
|
|
|
3561
277
|
})
|
|
3562
278
|
.s("GameLift", "CreateMatchmakingRuleSet", {})
|
|
3563
279
|
.n("GameLiftClient", "CreateMatchmakingRuleSetCommand")
|
|
3564
|
-
.sc(CreateMatchmakingRuleSet$)
|
|
280
|
+
.sc(schemas_0.CreateMatchmakingRuleSet$)
|
|
3565
281
|
.build() {
|
|
3566
282
|
}
|
|
3567
283
|
|
|
@@ -3573,7 +289,7 @@ class CreatePlayerSessionCommand extends smithyClient.Command
|
|
|
3573
289
|
})
|
|
3574
290
|
.s("GameLift", "CreatePlayerSession", {})
|
|
3575
291
|
.n("GameLiftClient", "CreatePlayerSessionCommand")
|
|
3576
|
-
.sc(CreatePlayerSession$)
|
|
292
|
+
.sc(schemas_0.CreatePlayerSession$)
|
|
3577
293
|
.build() {
|
|
3578
294
|
}
|
|
3579
295
|
|
|
@@ -3585,7 +301,7 @@ class CreatePlayerSessionsCommand extends smithyClient.Command
|
|
|
3585
301
|
})
|
|
3586
302
|
.s("GameLift", "CreatePlayerSessions", {})
|
|
3587
303
|
.n("GameLiftClient", "CreatePlayerSessionsCommand")
|
|
3588
|
-
.sc(CreatePlayerSessions$)
|
|
304
|
+
.sc(schemas_0.CreatePlayerSessions$)
|
|
3589
305
|
.build() {
|
|
3590
306
|
}
|
|
3591
307
|
|
|
@@ -3597,7 +313,7 @@ class CreateScriptCommand extends smithyClient.Command
|
|
|
3597
313
|
})
|
|
3598
314
|
.s("GameLift", "CreateScript", {})
|
|
3599
315
|
.n("GameLiftClient", "CreateScriptCommand")
|
|
3600
|
-
.sc(CreateScript$)
|
|
316
|
+
.sc(schemas_0.CreateScript$)
|
|
3601
317
|
.build() {
|
|
3602
318
|
}
|
|
3603
319
|
|
|
@@ -3609,7 +325,7 @@ class CreateVpcPeeringAuthorizationCommand extends smithyClient.Command
|
|
|
3609
325
|
})
|
|
3610
326
|
.s("GameLift", "CreateVpcPeeringAuthorization", {})
|
|
3611
327
|
.n("GameLiftClient", "CreateVpcPeeringAuthorizationCommand")
|
|
3612
|
-
.sc(CreateVpcPeeringAuthorization$)
|
|
328
|
+
.sc(schemas_0.CreateVpcPeeringAuthorization$)
|
|
3613
329
|
.build() {
|
|
3614
330
|
}
|
|
3615
331
|
|
|
@@ -3621,7 +337,7 @@ class CreateVpcPeeringConnectionCommand extends smithyClient.Command
|
|
|
3621
337
|
})
|
|
3622
338
|
.s("GameLift", "CreateVpcPeeringConnection", {})
|
|
3623
339
|
.n("GameLiftClient", "CreateVpcPeeringConnectionCommand")
|
|
3624
|
-
.sc(CreateVpcPeeringConnection$)
|
|
340
|
+
.sc(schemas_0.CreateVpcPeeringConnection$)
|
|
3625
341
|
.build() {
|
|
3626
342
|
}
|
|
3627
343
|
|
|
@@ -3633,7 +349,7 @@ class DeleteAliasCommand extends smithyClient.Command
|
|
|
3633
349
|
})
|
|
3634
350
|
.s("GameLift", "DeleteAlias", {})
|
|
3635
351
|
.n("GameLiftClient", "DeleteAliasCommand")
|
|
3636
|
-
.sc(DeleteAlias$)
|
|
352
|
+
.sc(schemas_0.DeleteAlias$)
|
|
3637
353
|
.build() {
|
|
3638
354
|
}
|
|
3639
355
|
|
|
@@ -3645,7 +361,7 @@ class DeleteBuildCommand extends smithyClient.Command
|
|
|
3645
361
|
})
|
|
3646
362
|
.s("GameLift", "DeleteBuild", {})
|
|
3647
363
|
.n("GameLiftClient", "DeleteBuildCommand")
|
|
3648
|
-
.sc(DeleteBuild$)
|
|
364
|
+
.sc(schemas_0.DeleteBuild$)
|
|
3649
365
|
.build() {
|
|
3650
366
|
}
|
|
3651
367
|
|
|
@@ -3657,7 +373,7 @@ class DeleteContainerFleetCommand extends smithyClient.Command
|
|
|
3657
373
|
})
|
|
3658
374
|
.s("GameLift", "DeleteContainerFleet", {})
|
|
3659
375
|
.n("GameLiftClient", "DeleteContainerFleetCommand")
|
|
3660
|
-
.sc(DeleteContainerFleet$)
|
|
376
|
+
.sc(schemas_0.DeleteContainerFleet$)
|
|
3661
377
|
.build() {
|
|
3662
378
|
}
|
|
3663
379
|
|
|
@@ -3669,7 +385,7 @@ class DeleteContainerGroupDefinitionCommand extends smithyClient.Command
|
|
|
3669
385
|
})
|
|
3670
386
|
.s("GameLift", "DeleteContainerGroupDefinition", {})
|
|
3671
387
|
.n("GameLiftClient", "DeleteContainerGroupDefinitionCommand")
|
|
3672
|
-
.sc(DeleteContainerGroupDefinition$)
|
|
388
|
+
.sc(schemas_0.DeleteContainerGroupDefinition$)
|
|
3673
389
|
.build() {
|
|
3674
390
|
}
|
|
3675
391
|
|
|
@@ -3681,7 +397,7 @@ class DeleteFleetCommand extends smithyClient.Command
|
|
|
3681
397
|
})
|
|
3682
398
|
.s("GameLift", "DeleteFleet", {})
|
|
3683
399
|
.n("GameLiftClient", "DeleteFleetCommand")
|
|
3684
|
-
.sc(DeleteFleet$)
|
|
400
|
+
.sc(schemas_0.DeleteFleet$)
|
|
3685
401
|
.build() {
|
|
3686
402
|
}
|
|
3687
403
|
|
|
@@ -3693,7 +409,7 @@ class DeleteFleetLocationsCommand extends smithyClient.Command
|
|
|
3693
409
|
})
|
|
3694
410
|
.s("GameLift", "DeleteFleetLocations", {})
|
|
3695
411
|
.n("GameLiftClient", "DeleteFleetLocationsCommand")
|
|
3696
|
-
.sc(DeleteFleetLocations$)
|
|
412
|
+
.sc(schemas_0.DeleteFleetLocations$)
|
|
3697
413
|
.build() {
|
|
3698
414
|
}
|
|
3699
415
|
|
|
@@ -3705,7 +421,7 @@ class DeleteGameServerGroupCommand extends smithyClient.Command
|
|
|
3705
421
|
})
|
|
3706
422
|
.s("GameLift", "DeleteGameServerGroup", {})
|
|
3707
423
|
.n("GameLiftClient", "DeleteGameServerGroupCommand")
|
|
3708
|
-
.sc(DeleteGameServerGroup$)
|
|
424
|
+
.sc(schemas_0.DeleteGameServerGroup$)
|
|
3709
425
|
.build() {
|
|
3710
426
|
}
|
|
3711
427
|
|
|
@@ -3717,7 +433,7 @@ class DeleteGameSessionQueueCommand extends smithyClient.Command
|
|
|
3717
433
|
})
|
|
3718
434
|
.s("GameLift", "DeleteGameSessionQueue", {})
|
|
3719
435
|
.n("GameLiftClient", "DeleteGameSessionQueueCommand")
|
|
3720
|
-
.sc(DeleteGameSessionQueue$)
|
|
436
|
+
.sc(schemas_0.DeleteGameSessionQueue$)
|
|
3721
437
|
.build() {
|
|
3722
438
|
}
|
|
3723
439
|
|
|
@@ -3729,7 +445,7 @@ class DeleteLocationCommand extends smithyClient.Command
|
|
|
3729
445
|
})
|
|
3730
446
|
.s("GameLift", "DeleteLocation", {})
|
|
3731
447
|
.n("GameLiftClient", "DeleteLocationCommand")
|
|
3732
|
-
.sc(DeleteLocation$)
|
|
448
|
+
.sc(schemas_0.DeleteLocation$)
|
|
3733
449
|
.build() {
|
|
3734
450
|
}
|
|
3735
451
|
|
|
@@ -3741,7 +457,7 @@ class DeleteMatchmakingConfigurationCommand extends smithyClient.Command
|
|
|
3741
457
|
})
|
|
3742
458
|
.s("GameLift", "DeleteMatchmakingConfiguration", {})
|
|
3743
459
|
.n("GameLiftClient", "DeleteMatchmakingConfigurationCommand")
|
|
3744
|
-
.sc(DeleteMatchmakingConfiguration$)
|
|
460
|
+
.sc(schemas_0.DeleteMatchmakingConfiguration$)
|
|
3745
461
|
.build() {
|
|
3746
462
|
}
|
|
3747
463
|
|
|
@@ -3753,7 +469,7 @@ class DeleteMatchmakingRuleSetCommand extends smithyClient.Command
|
|
|
3753
469
|
})
|
|
3754
470
|
.s("GameLift", "DeleteMatchmakingRuleSet", {})
|
|
3755
471
|
.n("GameLiftClient", "DeleteMatchmakingRuleSetCommand")
|
|
3756
|
-
.sc(DeleteMatchmakingRuleSet$)
|
|
472
|
+
.sc(schemas_0.DeleteMatchmakingRuleSet$)
|
|
3757
473
|
.build() {
|
|
3758
474
|
}
|
|
3759
475
|
|
|
@@ -3765,7 +481,7 @@ class DeleteScalingPolicyCommand extends smithyClient.Command
|
|
|
3765
481
|
})
|
|
3766
482
|
.s("GameLift", "DeleteScalingPolicy", {})
|
|
3767
483
|
.n("GameLiftClient", "DeleteScalingPolicyCommand")
|
|
3768
|
-
.sc(DeleteScalingPolicy$)
|
|
484
|
+
.sc(schemas_0.DeleteScalingPolicy$)
|
|
3769
485
|
.build() {
|
|
3770
486
|
}
|
|
3771
487
|
|
|
@@ -3777,7 +493,7 @@ class DeleteScriptCommand extends smithyClient.Command
|
|
|
3777
493
|
})
|
|
3778
494
|
.s("GameLift", "DeleteScript", {})
|
|
3779
495
|
.n("GameLiftClient", "DeleteScriptCommand")
|
|
3780
|
-
.sc(DeleteScript$)
|
|
496
|
+
.sc(schemas_0.DeleteScript$)
|
|
3781
497
|
.build() {
|
|
3782
498
|
}
|
|
3783
499
|
|
|
@@ -3789,7 +505,7 @@ class DeleteVpcPeeringAuthorizationCommand extends smithyClient.Command
|
|
|
3789
505
|
})
|
|
3790
506
|
.s("GameLift", "DeleteVpcPeeringAuthorization", {})
|
|
3791
507
|
.n("GameLiftClient", "DeleteVpcPeeringAuthorizationCommand")
|
|
3792
|
-
.sc(DeleteVpcPeeringAuthorization$)
|
|
508
|
+
.sc(schemas_0.DeleteVpcPeeringAuthorization$)
|
|
3793
509
|
.build() {
|
|
3794
510
|
}
|
|
3795
511
|
|
|
@@ -3801,7 +517,7 @@ class DeleteVpcPeeringConnectionCommand extends smithyClient.Command
|
|
|
3801
517
|
})
|
|
3802
518
|
.s("GameLift", "DeleteVpcPeeringConnection", {})
|
|
3803
519
|
.n("GameLiftClient", "DeleteVpcPeeringConnectionCommand")
|
|
3804
|
-
.sc(DeleteVpcPeeringConnection$)
|
|
520
|
+
.sc(schemas_0.DeleteVpcPeeringConnection$)
|
|
3805
521
|
.build() {
|
|
3806
522
|
}
|
|
3807
523
|
|
|
@@ -3813,7 +529,7 @@ class DeregisterComputeCommand extends smithyClient.Command
|
|
|
3813
529
|
})
|
|
3814
530
|
.s("GameLift", "DeregisterCompute", {})
|
|
3815
531
|
.n("GameLiftClient", "DeregisterComputeCommand")
|
|
3816
|
-
.sc(DeregisterCompute$)
|
|
532
|
+
.sc(schemas_0.DeregisterCompute$)
|
|
3817
533
|
.build() {
|
|
3818
534
|
}
|
|
3819
535
|
|
|
@@ -3825,7 +541,7 @@ class DeregisterGameServerCommand extends smithyClient.Command
|
|
|
3825
541
|
})
|
|
3826
542
|
.s("GameLift", "DeregisterGameServer", {})
|
|
3827
543
|
.n("GameLiftClient", "DeregisterGameServerCommand")
|
|
3828
|
-
.sc(DeregisterGameServer$)
|
|
544
|
+
.sc(schemas_0.DeregisterGameServer$)
|
|
3829
545
|
.build() {
|
|
3830
546
|
}
|
|
3831
547
|
|
|
@@ -3837,7 +553,7 @@ class DescribeAliasCommand extends smithyClient.Command
|
|
|
3837
553
|
})
|
|
3838
554
|
.s("GameLift", "DescribeAlias", {})
|
|
3839
555
|
.n("GameLiftClient", "DescribeAliasCommand")
|
|
3840
|
-
.sc(DescribeAlias$)
|
|
556
|
+
.sc(schemas_0.DescribeAlias$)
|
|
3841
557
|
.build() {
|
|
3842
558
|
}
|
|
3843
559
|
|
|
@@ -3849,7 +565,7 @@ class DescribeBuildCommand extends smithyClient.Command
|
|
|
3849
565
|
})
|
|
3850
566
|
.s("GameLift", "DescribeBuild", {})
|
|
3851
567
|
.n("GameLiftClient", "DescribeBuildCommand")
|
|
3852
|
-
.sc(DescribeBuild$)
|
|
568
|
+
.sc(schemas_0.DescribeBuild$)
|
|
3853
569
|
.build() {
|
|
3854
570
|
}
|
|
3855
571
|
|
|
@@ -3861,7 +577,7 @@ class DescribeComputeCommand extends smithyClient.Command
|
|
|
3861
577
|
})
|
|
3862
578
|
.s("GameLift", "DescribeCompute", {})
|
|
3863
579
|
.n("GameLiftClient", "DescribeComputeCommand")
|
|
3864
|
-
.sc(DescribeCompute$)
|
|
580
|
+
.sc(schemas_0.DescribeCompute$)
|
|
3865
581
|
.build() {
|
|
3866
582
|
}
|
|
3867
583
|
|
|
@@ -3873,7 +589,7 @@ class DescribeContainerFleetCommand extends smithyClient.Command
|
|
|
3873
589
|
})
|
|
3874
590
|
.s("GameLift", "DescribeContainerFleet", {})
|
|
3875
591
|
.n("GameLiftClient", "DescribeContainerFleetCommand")
|
|
3876
|
-
.sc(DescribeContainerFleet$)
|
|
592
|
+
.sc(schemas_0.DescribeContainerFleet$)
|
|
3877
593
|
.build() {
|
|
3878
594
|
}
|
|
3879
595
|
|
|
@@ -3885,7 +601,7 @@ class DescribeContainerGroupDefinitionCommand extends smithyClient.Command
|
|
|
3885
601
|
})
|
|
3886
602
|
.s("GameLift", "DescribeContainerGroupDefinition", {})
|
|
3887
603
|
.n("GameLiftClient", "DescribeContainerGroupDefinitionCommand")
|
|
3888
|
-
.sc(DescribeContainerGroupDefinition$)
|
|
604
|
+
.sc(schemas_0.DescribeContainerGroupDefinition$)
|
|
3889
605
|
.build() {
|
|
3890
606
|
}
|
|
3891
607
|
|
|
@@ -3897,7 +613,7 @@ class DescribeEC2InstanceLimitsCommand extends smithyClient.Command
|
|
|
3897
613
|
})
|
|
3898
614
|
.s("GameLift", "DescribeEC2InstanceLimits", {})
|
|
3899
615
|
.n("GameLiftClient", "DescribeEC2InstanceLimitsCommand")
|
|
3900
|
-
.sc(DescribeEC2InstanceLimits$)
|
|
616
|
+
.sc(schemas_0.DescribeEC2InstanceLimits$)
|
|
3901
617
|
.build() {
|
|
3902
618
|
}
|
|
3903
619
|
|
|
@@ -3909,7 +625,7 @@ class DescribeFleetAttributesCommand extends smithyClient.Command
|
|
|
3909
625
|
})
|
|
3910
626
|
.s("GameLift", "DescribeFleetAttributes", {})
|
|
3911
627
|
.n("GameLiftClient", "DescribeFleetAttributesCommand")
|
|
3912
|
-
.sc(DescribeFleetAttributes$)
|
|
628
|
+
.sc(schemas_0.DescribeFleetAttributes$)
|
|
3913
629
|
.build() {
|
|
3914
630
|
}
|
|
3915
631
|
|
|
@@ -3921,7 +637,7 @@ class DescribeFleetCapacityCommand extends smithyClient.Command
|
|
|
3921
637
|
})
|
|
3922
638
|
.s("GameLift", "DescribeFleetCapacity", {})
|
|
3923
639
|
.n("GameLiftClient", "DescribeFleetCapacityCommand")
|
|
3924
|
-
.sc(DescribeFleetCapacity$)
|
|
640
|
+
.sc(schemas_0.DescribeFleetCapacity$)
|
|
3925
641
|
.build() {
|
|
3926
642
|
}
|
|
3927
643
|
|
|
@@ -3933,7 +649,7 @@ class DescribeFleetDeploymentCommand extends smithyClient.Command
|
|
|
3933
649
|
})
|
|
3934
650
|
.s("GameLift", "DescribeFleetDeployment", {})
|
|
3935
651
|
.n("GameLiftClient", "DescribeFleetDeploymentCommand")
|
|
3936
|
-
.sc(DescribeFleetDeployment$)
|
|
652
|
+
.sc(schemas_0.DescribeFleetDeployment$)
|
|
3937
653
|
.build() {
|
|
3938
654
|
}
|
|
3939
655
|
|
|
@@ -3945,7 +661,7 @@ class DescribeFleetEventsCommand extends smithyClient.Command
|
|
|
3945
661
|
})
|
|
3946
662
|
.s("GameLift", "DescribeFleetEvents", {})
|
|
3947
663
|
.n("GameLiftClient", "DescribeFleetEventsCommand")
|
|
3948
|
-
.sc(DescribeFleetEvents$)
|
|
664
|
+
.sc(schemas_0.DescribeFleetEvents$)
|
|
3949
665
|
.build() {
|
|
3950
666
|
}
|
|
3951
667
|
|
|
@@ -3957,7 +673,7 @@ class DescribeFleetLocationAttributesCommand extends smithyClient.Command
|
|
|
3957
673
|
})
|
|
3958
674
|
.s("GameLift", "DescribeFleetLocationAttributes", {})
|
|
3959
675
|
.n("GameLiftClient", "DescribeFleetLocationAttributesCommand")
|
|
3960
|
-
.sc(DescribeFleetLocationAttributes$)
|
|
676
|
+
.sc(schemas_0.DescribeFleetLocationAttributes$)
|
|
3961
677
|
.build() {
|
|
3962
678
|
}
|
|
3963
679
|
|
|
@@ -3969,7 +685,7 @@ class DescribeFleetLocationCapacityCommand extends smithyClient.Command
|
|
|
3969
685
|
})
|
|
3970
686
|
.s("GameLift", "DescribeFleetLocationCapacity", {})
|
|
3971
687
|
.n("GameLiftClient", "DescribeFleetLocationCapacityCommand")
|
|
3972
|
-
.sc(DescribeFleetLocationCapacity$)
|
|
688
|
+
.sc(schemas_0.DescribeFleetLocationCapacity$)
|
|
3973
689
|
.build() {
|
|
3974
690
|
}
|
|
3975
691
|
|
|
@@ -3981,7 +697,7 @@ class DescribeFleetLocationUtilizationCommand extends smithyClient.Command
|
|
|
3981
697
|
})
|
|
3982
698
|
.s("GameLift", "DescribeFleetLocationUtilization", {})
|
|
3983
699
|
.n("GameLiftClient", "DescribeFleetLocationUtilizationCommand")
|
|
3984
|
-
.sc(DescribeFleetLocationUtilization$)
|
|
700
|
+
.sc(schemas_0.DescribeFleetLocationUtilization$)
|
|
3985
701
|
.build() {
|
|
3986
702
|
}
|
|
3987
703
|
|
|
@@ -3993,7 +709,7 @@ class DescribeFleetPortSettingsCommand extends smithyClient.Command
|
|
|
3993
709
|
})
|
|
3994
710
|
.s("GameLift", "DescribeFleetPortSettings", {})
|
|
3995
711
|
.n("GameLiftClient", "DescribeFleetPortSettingsCommand")
|
|
3996
|
-
.sc(DescribeFleetPortSettings$)
|
|
712
|
+
.sc(schemas_0.DescribeFleetPortSettings$)
|
|
3997
713
|
.build() {
|
|
3998
714
|
}
|
|
3999
715
|
|
|
@@ -4005,7 +721,7 @@ class DescribeFleetUtilizationCommand extends smithyClient.Command
|
|
|
4005
721
|
})
|
|
4006
722
|
.s("GameLift", "DescribeFleetUtilization", {})
|
|
4007
723
|
.n("GameLiftClient", "DescribeFleetUtilizationCommand")
|
|
4008
|
-
.sc(DescribeFleetUtilization$)
|
|
724
|
+
.sc(schemas_0.DescribeFleetUtilization$)
|
|
4009
725
|
.build() {
|
|
4010
726
|
}
|
|
4011
727
|
|
|
@@ -4017,7 +733,7 @@ class DescribeGameServerCommand extends smithyClient.Command
|
|
|
4017
733
|
})
|
|
4018
734
|
.s("GameLift", "DescribeGameServer", {})
|
|
4019
735
|
.n("GameLiftClient", "DescribeGameServerCommand")
|
|
4020
|
-
.sc(DescribeGameServer$)
|
|
736
|
+
.sc(schemas_0.DescribeGameServer$)
|
|
4021
737
|
.build() {
|
|
4022
738
|
}
|
|
4023
739
|
|
|
@@ -4029,7 +745,7 @@ class DescribeGameServerGroupCommand extends smithyClient.Command
|
|
|
4029
745
|
})
|
|
4030
746
|
.s("GameLift", "DescribeGameServerGroup", {})
|
|
4031
747
|
.n("GameLiftClient", "DescribeGameServerGroupCommand")
|
|
4032
|
-
.sc(DescribeGameServerGroup$)
|
|
748
|
+
.sc(schemas_0.DescribeGameServerGroup$)
|
|
4033
749
|
.build() {
|
|
4034
750
|
}
|
|
4035
751
|
|
|
@@ -4041,7 +757,7 @@ class DescribeGameServerInstancesCommand extends smithyClient.Command
|
|
|
4041
757
|
})
|
|
4042
758
|
.s("GameLift", "DescribeGameServerInstances", {})
|
|
4043
759
|
.n("GameLiftClient", "DescribeGameServerInstancesCommand")
|
|
4044
|
-
.sc(DescribeGameServerInstances$)
|
|
760
|
+
.sc(schemas_0.DescribeGameServerInstances$)
|
|
4045
761
|
.build() {
|
|
4046
762
|
}
|
|
4047
763
|
|
|
@@ -4053,7 +769,7 @@ class DescribeGameSessionDetailsCommand extends smithyClient.Command
|
|
|
4053
769
|
})
|
|
4054
770
|
.s("GameLift", "DescribeGameSessionDetails", {})
|
|
4055
771
|
.n("GameLiftClient", "DescribeGameSessionDetailsCommand")
|
|
4056
|
-
.sc(DescribeGameSessionDetails$)
|
|
772
|
+
.sc(schemas_0.DescribeGameSessionDetails$)
|
|
4057
773
|
.build() {
|
|
4058
774
|
}
|
|
4059
775
|
|
|
@@ -4065,7 +781,7 @@ class DescribeGameSessionPlacementCommand extends smithyClient.Command
|
|
|
4065
781
|
})
|
|
4066
782
|
.s("GameLift", "DescribeGameSessionPlacement", {})
|
|
4067
783
|
.n("GameLiftClient", "DescribeGameSessionPlacementCommand")
|
|
4068
|
-
.sc(DescribeGameSessionPlacement$)
|
|
784
|
+
.sc(schemas_0.DescribeGameSessionPlacement$)
|
|
4069
785
|
.build() {
|
|
4070
786
|
}
|
|
4071
787
|
|
|
@@ -4077,7 +793,7 @@ class DescribeGameSessionQueuesCommand extends smithyClient.Command
|
|
|
4077
793
|
})
|
|
4078
794
|
.s("GameLift", "DescribeGameSessionQueues", {})
|
|
4079
795
|
.n("GameLiftClient", "DescribeGameSessionQueuesCommand")
|
|
4080
|
-
.sc(DescribeGameSessionQueues$)
|
|
796
|
+
.sc(schemas_0.DescribeGameSessionQueues$)
|
|
4081
797
|
.build() {
|
|
4082
798
|
}
|
|
4083
799
|
|
|
@@ -4089,7 +805,7 @@ class DescribeGameSessionsCommand extends smithyClient.Command
|
|
|
4089
805
|
})
|
|
4090
806
|
.s("GameLift", "DescribeGameSessions", {})
|
|
4091
807
|
.n("GameLiftClient", "DescribeGameSessionsCommand")
|
|
4092
|
-
.sc(DescribeGameSessions$)
|
|
808
|
+
.sc(schemas_0.DescribeGameSessions$)
|
|
4093
809
|
.build() {
|
|
4094
810
|
}
|
|
4095
811
|
|
|
@@ -4101,7 +817,7 @@ class DescribeInstancesCommand extends smithyClient.Command
|
|
|
4101
817
|
})
|
|
4102
818
|
.s("GameLift", "DescribeInstances", {})
|
|
4103
819
|
.n("GameLiftClient", "DescribeInstancesCommand")
|
|
4104
|
-
.sc(DescribeInstances$)
|
|
820
|
+
.sc(schemas_0.DescribeInstances$)
|
|
4105
821
|
.build() {
|
|
4106
822
|
}
|
|
4107
823
|
|
|
@@ -4113,7 +829,7 @@ class DescribeMatchmakingCommand extends smithyClient.Command
|
|
|
4113
829
|
})
|
|
4114
830
|
.s("GameLift", "DescribeMatchmaking", {})
|
|
4115
831
|
.n("GameLiftClient", "DescribeMatchmakingCommand")
|
|
4116
|
-
.sc(DescribeMatchmaking$)
|
|
832
|
+
.sc(schemas_0.DescribeMatchmaking$)
|
|
4117
833
|
.build() {
|
|
4118
834
|
}
|
|
4119
835
|
|
|
@@ -4125,7 +841,7 @@ class DescribeMatchmakingConfigurationsCommand extends smithyClient.Command
|
|
|
4125
841
|
})
|
|
4126
842
|
.s("GameLift", "DescribeMatchmakingConfigurations", {})
|
|
4127
843
|
.n("GameLiftClient", "DescribeMatchmakingConfigurationsCommand")
|
|
4128
|
-
.sc(DescribeMatchmakingConfigurations$)
|
|
844
|
+
.sc(schemas_0.DescribeMatchmakingConfigurations$)
|
|
4129
845
|
.build() {
|
|
4130
846
|
}
|
|
4131
847
|
|
|
@@ -4137,7 +853,7 @@ class DescribeMatchmakingRuleSetsCommand extends smithyClient.Command
|
|
|
4137
853
|
})
|
|
4138
854
|
.s("GameLift", "DescribeMatchmakingRuleSets", {})
|
|
4139
855
|
.n("GameLiftClient", "DescribeMatchmakingRuleSetsCommand")
|
|
4140
|
-
.sc(DescribeMatchmakingRuleSets$)
|
|
856
|
+
.sc(schemas_0.DescribeMatchmakingRuleSets$)
|
|
4141
857
|
.build() {
|
|
4142
858
|
}
|
|
4143
859
|
|
|
@@ -4149,7 +865,7 @@ class DescribePlayerSessionsCommand extends smithyClient.Command
|
|
|
4149
865
|
})
|
|
4150
866
|
.s("GameLift", "DescribePlayerSessions", {})
|
|
4151
867
|
.n("GameLiftClient", "DescribePlayerSessionsCommand")
|
|
4152
|
-
.sc(DescribePlayerSessions$)
|
|
868
|
+
.sc(schemas_0.DescribePlayerSessions$)
|
|
4153
869
|
.build() {
|
|
4154
870
|
}
|
|
4155
871
|
|
|
@@ -4161,7 +877,7 @@ class DescribeRuntimeConfigurationCommand extends smithyClient.Command
|
|
|
4161
877
|
})
|
|
4162
878
|
.s("GameLift", "DescribeRuntimeConfiguration", {})
|
|
4163
879
|
.n("GameLiftClient", "DescribeRuntimeConfigurationCommand")
|
|
4164
|
-
.sc(DescribeRuntimeConfiguration$)
|
|
880
|
+
.sc(schemas_0.DescribeRuntimeConfiguration$)
|
|
4165
881
|
.build() {
|
|
4166
882
|
}
|
|
4167
883
|
|
|
@@ -4173,7 +889,7 @@ class DescribeScalingPoliciesCommand extends smithyClient.Command
|
|
|
4173
889
|
})
|
|
4174
890
|
.s("GameLift", "DescribeScalingPolicies", {})
|
|
4175
891
|
.n("GameLiftClient", "DescribeScalingPoliciesCommand")
|
|
4176
|
-
.sc(DescribeScalingPolicies$)
|
|
892
|
+
.sc(schemas_0.DescribeScalingPolicies$)
|
|
4177
893
|
.build() {
|
|
4178
894
|
}
|
|
4179
895
|
|
|
@@ -4185,7 +901,7 @@ class DescribeScriptCommand extends smithyClient.Command
|
|
|
4185
901
|
})
|
|
4186
902
|
.s("GameLift", "DescribeScript", {})
|
|
4187
903
|
.n("GameLiftClient", "DescribeScriptCommand")
|
|
4188
|
-
.sc(DescribeScript$)
|
|
904
|
+
.sc(schemas_0.DescribeScript$)
|
|
4189
905
|
.build() {
|
|
4190
906
|
}
|
|
4191
907
|
|
|
@@ -4197,7 +913,7 @@ class DescribeVpcPeeringAuthorizationsCommand extends smithyClient.Command
|
|
|
4197
913
|
})
|
|
4198
914
|
.s("GameLift", "DescribeVpcPeeringAuthorizations", {})
|
|
4199
915
|
.n("GameLiftClient", "DescribeVpcPeeringAuthorizationsCommand")
|
|
4200
|
-
.sc(DescribeVpcPeeringAuthorizations$)
|
|
916
|
+
.sc(schemas_0.DescribeVpcPeeringAuthorizations$)
|
|
4201
917
|
.build() {
|
|
4202
918
|
}
|
|
4203
919
|
|
|
@@ -4209,7 +925,7 @@ class DescribeVpcPeeringConnectionsCommand extends smithyClient.Command
|
|
|
4209
925
|
})
|
|
4210
926
|
.s("GameLift", "DescribeVpcPeeringConnections", {})
|
|
4211
927
|
.n("GameLiftClient", "DescribeVpcPeeringConnectionsCommand")
|
|
4212
|
-
.sc(DescribeVpcPeeringConnections$)
|
|
928
|
+
.sc(schemas_0.DescribeVpcPeeringConnections$)
|
|
4213
929
|
.build() {
|
|
4214
930
|
}
|
|
4215
931
|
|
|
@@ -4221,7 +937,7 @@ class GetComputeAccessCommand extends smithyClient.Command
|
|
|
4221
937
|
})
|
|
4222
938
|
.s("GameLift", "GetComputeAccess", {})
|
|
4223
939
|
.n("GameLiftClient", "GetComputeAccessCommand")
|
|
4224
|
-
.sc(GetComputeAccess$)
|
|
940
|
+
.sc(schemas_0.GetComputeAccess$)
|
|
4225
941
|
.build() {
|
|
4226
942
|
}
|
|
4227
943
|
|
|
@@ -4233,7 +949,7 @@ class GetComputeAuthTokenCommand extends smithyClient.Command
|
|
|
4233
949
|
})
|
|
4234
950
|
.s("GameLift", "GetComputeAuthToken", {})
|
|
4235
951
|
.n("GameLiftClient", "GetComputeAuthTokenCommand")
|
|
4236
|
-
.sc(GetComputeAuthToken$)
|
|
952
|
+
.sc(schemas_0.GetComputeAuthToken$)
|
|
4237
953
|
.build() {
|
|
4238
954
|
}
|
|
4239
955
|
|
|
@@ -4245,7 +961,7 @@ class GetGameSessionLogUrlCommand extends smithyClient.Command
|
|
|
4245
961
|
})
|
|
4246
962
|
.s("GameLift", "GetGameSessionLogUrl", {})
|
|
4247
963
|
.n("GameLiftClient", "GetGameSessionLogUrlCommand")
|
|
4248
|
-
.sc(GetGameSessionLogUrl$)
|
|
964
|
+
.sc(schemas_0.GetGameSessionLogUrl$)
|
|
4249
965
|
.build() {
|
|
4250
966
|
}
|
|
4251
967
|
|
|
@@ -4257,7 +973,7 @@ class GetInstanceAccessCommand extends smithyClient.Command
|
|
|
4257
973
|
})
|
|
4258
974
|
.s("GameLift", "GetInstanceAccess", {})
|
|
4259
975
|
.n("GameLiftClient", "GetInstanceAccessCommand")
|
|
4260
|
-
.sc(GetInstanceAccess$)
|
|
976
|
+
.sc(schemas_0.GetInstanceAccess$)
|
|
4261
977
|
.build() {
|
|
4262
978
|
}
|
|
4263
979
|
|
|
@@ -4269,7 +985,7 @@ class ListAliasesCommand extends smithyClient.Command
|
|
|
4269
985
|
})
|
|
4270
986
|
.s("GameLift", "ListAliases", {})
|
|
4271
987
|
.n("GameLiftClient", "ListAliasesCommand")
|
|
4272
|
-
.sc(ListAliases$)
|
|
988
|
+
.sc(schemas_0.ListAliases$)
|
|
4273
989
|
.build() {
|
|
4274
990
|
}
|
|
4275
991
|
|
|
@@ -4281,7 +997,7 @@ class ListBuildsCommand extends smithyClient.Command
|
|
|
4281
997
|
})
|
|
4282
998
|
.s("GameLift", "ListBuilds", {})
|
|
4283
999
|
.n("GameLiftClient", "ListBuildsCommand")
|
|
4284
|
-
.sc(ListBuilds$)
|
|
1000
|
+
.sc(schemas_0.ListBuilds$)
|
|
4285
1001
|
.build() {
|
|
4286
1002
|
}
|
|
4287
1003
|
|
|
@@ -4293,7 +1009,7 @@ class ListComputeCommand extends smithyClient.Command
|
|
|
4293
1009
|
})
|
|
4294
1010
|
.s("GameLift", "ListCompute", {})
|
|
4295
1011
|
.n("GameLiftClient", "ListComputeCommand")
|
|
4296
|
-
.sc(ListCompute$)
|
|
1012
|
+
.sc(schemas_0.ListCompute$)
|
|
4297
1013
|
.build() {
|
|
4298
1014
|
}
|
|
4299
1015
|
|
|
@@ -4305,7 +1021,7 @@ class ListContainerFleetsCommand extends smithyClient.Command
|
|
|
4305
1021
|
})
|
|
4306
1022
|
.s("GameLift", "ListContainerFleets", {})
|
|
4307
1023
|
.n("GameLiftClient", "ListContainerFleetsCommand")
|
|
4308
|
-
.sc(ListContainerFleets$)
|
|
1024
|
+
.sc(schemas_0.ListContainerFleets$)
|
|
4309
1025
|
.build() {
|
|
4310
1026
|
}
|
|
4311
1027
|
|
|
@@ -4317,7 +1033,7 @@ class ListContainerGroupDefinitionsCommand extends smithyClient.Command
|
|
|
4317
1033
|
})
|
|
4318
1034
|
.s("GameLift", "ListContainerGroupDefinitions", {})
|
|
4319
1035
|
.n("GameLiftClient", "ListContainerGroupDefinitionsCommand")
|
|
4320
|
-
.sc(ListContainerGroupDefinitions$)
|
|
1036
|
+
.sc(schemas_0.ListContainerGroupDefinitions$)
|
|
4321
1037
|
.build() {
|
|
4322
1038
|
}
|
|
4323
1039
|
|
|
@@ -4329,7 +1045,7 @@ class ListContainerGroupDefinitionVersionsCommand extends smithyClient.Command
|
|
|
4329
1045
|
})
|
|
4330
1046
|
.s("GameLift", "ListContainerGroupDefinitionVersions", {})
|
|
4331
1047
|
.n("GameLiftClient", "ListContainerGroupDefinitionVersionsCommand")
|
|
4332
|
-
.sc(ListContainerGroupDefinitionVersions$)
|
|
1048
|
+
.sc(schemas_0.ListContainerGroupDefinitionVersions$)
|
|
4333
1049
|
.build() {
|
|
4334
1050
|
}
|
|
4335
1051
|
|
|
@@ -4341,7 +1057,7 @@ class ListFleetDeploymentsCommand extends smithyClient.Command
|
|
|
4341
1057
|
})
|
|
4342
1058
|
.s("GameLift", "ListFleetDeployments", {})
|
|
4343
1059
|
.n("GameLiftClient", "ListFleetDeploymentsCommand")
|
|
4344
|
-
.sc(ListFleetDeployments$)
|
|
1060
|
+
.sc(schemas_0.ListFleetDeployments$)
|
|
4345
1061
|
.build() {
|
|
4346
1062
|
}
|
|
4347
1063
|
|
|
@@ -4353,7 +1069,7 @@ class ListFleetsCommand extends smithyClient.Command
|
|
|
4353
1069
|
})
|
|
4354
1070
|
.s("GameLift", "ListFleets", {})
|
|
4355
1071
|
.n("GameLiftClient", "ListFleetsCommand")
|
|
4356
|
-
.sc(ListFleets$)
|
|
1072
|
+
.sc(schemas_0.ListFleets$)
|
|
4357
1073
|
.build() {
|
|
4358
1074
|
}
|
|
4359
1075
|
|
|
@@ -4365,7 +1081,7 @@ class ListGameServerGroupsCommand extends smithyClient.Command
|
|
|
4365
1081
|
})
|
|
4366
1082
|
.s("GameLift", "ListGameServerGroups", {})
|
|
4367
1083
|
.n("GameLiftClient", "ListGameServerGroupsCommand")
|
|
4368
|
-
.sc(ListGameServerGroups$)
|
|
1084
|
+
.sc(schemas_0.ListGameServerGroups$)
|
|
4369
1085
|
.build() {
|
|
4370
1086
|
}
|
|
4371
1087
|
|
|
@@ -4377,7 +1093,7 @@ class ListGameServersCommand extends smithyClient.Command
|
|
|
4377
1093
|
})
|
|
4378
1094
|
.s("GameLift", "ListGameServers", {})
|
|
4379
1095
|
.n("GameLiftClient", "ListGameServersCommand")
|
|
4380
|
-
.sc(ListGameServers$)
|
|
1096
|
+
.sc(schemas_0.ListGameServers$)
|
|
4381
1097
|
.build() {
|
|
4382
1098
|
}
|
|
4383
1099
|
|
|
@@ -4389,7 +1105,7 @@ class ListLocationsCommand extends smithyClient.Command
|
|
|
4389
1105
|
})
|
|
4390
1106
|
.s("GameLift", "ListLocations", {})
|
|
4391
1107
|
.n("GameLiftClient", "ListLocationsCommand")
|
|
4392
|
-
.sc(ListLocations$)
|
|
1108
|
+
.sc(schemas_0.ListLocations$)
|
|
4393
1109
|
.build() {
|
|
4394
1110
|
}
|
|
4395
1111
|
|
|
@@ -4401,7 +1117,7 @@ class ListScriptsCommand extends smithyClient.Command
|
|
|
4401
1117
|
})
|
|
4402
1118
|
.s("GameLift", "ListScripts", {})
|
|
4403
1119
|
.n("GameLiftClient", "ListScriptsCommand")
|
|
4404
|
-
.sc(ListScripts$)
|
|
1120
|
+
.sc(schemas_0.ListScripts$)
|
|
4405
1121
|
.build() {
|
|
4406
1122
|
}
|
|
4407
1123
|
|
|
@@ -4413,7 +1129,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
4413
1129
|
})
|
|
4414
1130
|
.s("GameLift", "ListTagsForResource", {})
|
|
4415
1131
|
.n("GameLiftClient", "ListTagsForResourceCommand")
|
|
4416
|
-
.sc(ListTagsForResource$)
|
|
1132
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
4417
1133
|
.build() {
|
|
4418
1134
|
}
|
|
4419
1135
|
|
|
@@ -4425,7 +1141,7 @@ class PutScalingPolicyCommand extends smithyClient.Command
|
|
|
4425
1141
|
})
|
|
4426
1142
|
.s("GameLift", "PutScalingPolicy", {})
|
|
4427
1143
|
.n("GameLiftClient", "PutScalingPolicyCommand")
|
|
4428
|
-
.sc(PutScalingPolicy$)
|
|
1144
|
+
.sc(schemas_0.PutScalingPolicy$)
|
|
4429
1145
|
.build() {
|
|
4430
1146
|
}
|
|
4431
1147
|
|
|
@@ -4437,7 +1153,7 @@ class RegisterComputeCommand extends smithyClient.Command
|
|
|
4437
1153
|
})
|
|
4438
1154
|
.s("GameLift", "RegisterCompute", {})
|
|
4439
1155
|
.n("GameLiftClient", "RegisterComputeCommand")
|
|
4440
|
-
.sc(RegisterCompute$)
|
|
1156
|
+
.sc(schemas_0.RegisterCompute$)
|
|
4441
1157
|
.build() {
|
|
4442
1158
|
}
|
|
4443
1159
|
|
|
@@ -4449,7 +1165,7 @@ class RegisterGameServerCommand extends smithyClient.Command
|
|
|
4449
1165
|
})
|
|
4450
1166
|
.s("GameLift", "RegisterGameServer", {})
|
|
4451
1167
|
.n("GameLiftClient", "RegisterGameServerCommand")
|
|
4452
|
-
.sc(RegisterGameServer$)
|
|
1168
|
+
.sc(schemas_0.RegisterGameServer$)
|
|
4453
1169
|
.build() {
|
|
4454
1170
|
}
|
|
4455
1171
|
|
|
@@ -4461,7 +1177,7 @@ class RequestUploadCredentialsCommand extends smithyClient.Command
|
|
|
4461
1177
|
})
|
|
4462
1178
|
.s("GameLift", "RequestUploadCredentials", {})
|
|
4463
1179
|
.n("GameLiftClient", "RequestUploadCredentialsCommand")
|
|
4464
|
-
.sc(RequestUploadCredentials$)
|
|
1180
|
+
.sc(schemas_0.RequestUploadCredentials$)
|
|
4465
1181
|
.build() {
|
|
4466
1182
|
}
|
|
4467
1183
|
|
|
@@ -4473,7 +1189,7 @@ class ResolveAliasCommand extends smithyClient.Command
|
|
|
4473
1189
|
})
|
|
4474
1190
|
.s("GameLift", "ResolveAlias", {})
|
|
4475
1191
|
.n("GameLiftClient", "ResolveAliasCommand")
|
|
4476
|
-
.sc(ResolveAlias$)
|
|
1192
|
+
.sc(schemas_0.ResolveAlias$)
|
|
4477
1193
|
.build() {
|
|
4478
1194
|
}
|
|
4479
1195
|
|
|
@@ -4485,7 +1201,7 @@ class ResumeGameServerGroupCommand extends smithyClient.Command
|
|
|
4485
1201
|
})
|
|
4486
1202
|
.s("GameLift", "ResumeGameServerGroup", {})
|
|
4487
1203
|
.n("GameLiftClient", "ResumeGameServerGroupCommand")
|
|
4488
|
-
.sc(ResumeGameServerGroup$)
|
|
1204
|
+
.sc(schemas_0.ResumeGameServerGroup$)
|
|
4489
1205
|
.build() {
|
|
4490
1206
|
}
|
|
4491
1207
|
|
|
@@ -4497,7 +1213,7 @@ class SearchGameSessionsCommand extends smithyClient.Command
|
|
|
4497
1213
|
})
|
|
4498
1214
|
.s("GameLift", "SearchGameSessions", {})
|
|
4499
1215
|
.n("GameLiftClient", "SearchGameSessionsCommand")
|
|
4500
|
-
.sc(SearchGameSessions$)
|
|
1216
|
+
.sc(schemas_0.SearchGameSessions$)
|
|
4501
1217
|
.build() {
|
|
4502
1218
|
}
|
|
4503
1219
|
|
|
@@ -4509,7 +1225,7 @@ class StartFleetActionsCommand extends smithyClient.Command
|
|
|
4509
1225
|
})
|
|
4510
1226
|
.s("GameLift", "StartFleetActions", {})
|
|
4511
1227
|
.n("GameLiftClient", "StartFleetActionsCommand")
|
|
4512
|
-
.sc(StartFleetActions$)
|
|
1228
|
+
.sc(schemas_0.StartFleetActions$)
|
|
4513
1229
|
.build() {
|
|
4514
1230
|
}
|
|
4515
1231
|
|
|
@@ -4521,7 +1237,7 @@ class StartGameSessionPlacementCommand extends smithyClient.Command
|
|
|
4521
1237
|
})
|
|
4522
1238
|
.s("GameLift", "StartGameSessionPlacement", {})
|
|
4523
1239
|
.n("GameLiftClient", "StartGameSessionPlacementCommand")
|
|
4524
|
-
.sc(StartGameSessionPlacement$)
|
|
1240
|
+
.sc(schemas_0.StartGameSessionPlacement$)
|
|
4525
1241
|
.build() {
|
|
4526
1242
|
}
|
|
4527
1243
|
|
|
@@ -4533,7 +1249,7 @@ class StartMatchBackfillCommand extends smithyClient.Command
|
|
|
4533
1249
|
})
|
|
4534
1250
|
.s("GameLift", "StartMatchBackfill", {})
|
|
4535
1251
|
.n("GameLiftClient", "StartMatchBackfillCommand")
|
|
4536
|
-
.sc(StartMatchBackfill$)
|
|
1252
|
+
.sc(schemas_0.StartMatchBackfill$)
|
|
4537
1253
|
.build() {
|
|
4538
1254
|
}
|
|
4539
1255
|
|
|
@@ -4545,7 +1261,7 @@ class StartMatchmakingCommand extends smithyClient.Command
|
|
|
4545
1261
|
})
|
|
4546
1262
|
.s("GameLift", "StartMatchmaking", {})
|
|
4547
1263
|
.n("GameLiftClient", "StartMatchmakingCommand")
|
|
4548
|
-
.sc(StartMatchmaking$)
|
|
1264
|
+
.sc(schemas_0.StartMatchmaking$)
|
|
4549
1265
|
.build() {
|
|
4550
1266
|
}
|
|
4551
1267
|
|
|
@@ -4557,7 +1273,7 @@ class StopFleetActionsCommand extends smithyClient.Command
|
|
|
4557
1273
|
})
|
|
4558
1274
|
.s("GameLift", "StopFleetActions", {})
|
|
4559
1275
|
.n("GameLiftClient", "StopFleetActionsCommand")
|
|
4560
|
-
.sc(StopFleetActions$)
|
|
1276
|
+
.sc(schemas_0.StopFleetActions$)
|
|
4561
1277
|
.build() {
|
|
4562
1278
|
}
|
|
4563
1279
|
|
|
@@ -4569,7 +1285,7 @@ class StopGameSessionPlacementCommand extends smithyClient.Command
|
|
|
4569
1285
|
})
|
|
4570
1286
|
.s("GameLift", "StopGameSessionPlacement", {})
|
|
4571
1287
|
.n("GameLiftClient", "StopGameSessionPlacementCommand")
|
|
4572
|
-
.sc(StopGameSessionPlacement$)
|
|
1288
|
+
.sc(schemas_0.StopGameSessionPlacement$)
|
|
4573
1289
|
.build() {
|
|
4574
1290
|
}
|
|
4575
1291
|
|
|
@@ -4581,7 +1297,7 @@ class StopMatchmakingCommand extends smithyClient.Command
|
|
|
4581
1297
|
})
|
|
4582
1298
|
.s("GameLift", "StopMatchmaking", {})
|
|
4583
1299
|
.n("GameLiftClient", "StopMatchmakingCommand")
|
|
4584
|
-
.sc(StopMatchmaking$)
|
|
1300
|
+
.sc(schemas_0.StopMatchmaking$)
|
|
4585
1301
|
.build() {
|
|
4586
1302
|
}
|
|
4587
1303
|
|
|
@@ -4593,7 +1309,7 @@ class SuspendGameServerGroupCommand extends smithyClient.Command
|
|
|
4593
1309
|
})
|
|
4594
1310
|
.s("GameLift", "SuspendGameServerGroup", {})
|
|
4595
1311
|
.n("GameLiftClient", "SuspendGameServerGroupCommand")
|
|
4596
|
-
.sc(SuspendGameServerGroup$)
|
|
1312
|
+
.sc(schemas_0.SuspendGameServerGroup$)
|
|
4597
1313
|
.build() {
|
|
4598
1314
|
}
|
|
4599
1315
|
|
|
@@ -4605,7 +1321,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
4605
1321
|
})
|
|
4606
1322
|
.s("GameLift", "TagResource", {})
|
|
4607
1323
|
.n("GameLiftClient", "TagResourceCommand")
|
|
4608
|
-
.sc(TagResource$)
|
|
1324
|
+
.sc(schemas_0.TagResource$)
|
|
4609
1325
|
.build() {
|
|
4610
1326
|
}
|
|
4611
1327
|
|
|
@@ -4617,7 +1333,7 @@ class TerminateGameSessionCommand extends smithyClient.Command
|
|
|
4617
1333
|
})
|
|
4618
1334
|
.s("GameLift", "TerminateGameSession", {})
|
|
4619
1335
|
.n("GameLiftClient", "TerminateGameSessionCommand")
|
|
4620
|
-
.sc(TerminateGameSession$)
|
|
1336
|
+
.sc(schemas_0.TerminateGameSession$)
|
|
4621
1337
|
.build() {
|
|
4622
1338
|
}
|
|
4623
1339
|
|
|
@@ -4629,7 +1345,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
4629
1345
|
})
|
|
4630
1346
|
.s("GameLift", "UntagResource", {})
|
|
4631
1347
|
.n("GameLiftClient", "UntagResourceCommand")
|
|
4632
|
-
.sc(UntagResource$)
|
|
1348
|
+
.sc(schemas_0.UntagResource$)
|
|
4633
1349
|
.build() {
|
|
4634
1350
|
}
|
|
4635
1351
|
|
|
@@ -4641,7 +1357,7 @@ class UpdateAliasCommand extends smithyClient.Command
|
|
|
4641
1357
|
})
|
|
4642
1358
|
.s("GameLift", "UpdateAlias", {})
|
|
4643
1359
|
.n("GameLiftClient", "UpdateAliasCommand")
|
|
4644
|
-
.sc(UpdateAlias$)
|
|
1360
|
+
.sc(schemas_0.UpdateAlias$)
|
|
4645
1361
|
.build() {
|
|
4646
1362
|
}
|
|
4647
1363
|
|
|
@@ -4653,7 +1369,7 @@ class UpdateBuildCommand extends smithyClient.Command
|
|
|
4653
1369
|
})
|
|
4654
1370
|
.s("GameLift", "UpdateBuild", {})
|
|
4655
1371
|
.n("GameLiftClient", "UpdateBuildCommand")
|
|
4656
|
-
.sc(UpdateBuild$)
|
|
1372
|
+
.sc(schemas_0.UpdateBuild$)
|
|
4657
1373
|
.build() {
|
|
4658
1374
|
}
|
|
4659
1375
|
|
|
@@ -4665,7 +1381,7 @@ class UpdateContainerFleetCommand extends smithyClient.Command
|
|
|
4665
1381
|
})
|
|
4666
1382
|
.s("GameLift", "UpdateContainerFleet", {})
|
|
4667
1383
|
.n("GameLiftClient", "UpdateContainerFleetCommand")
|
|
4668
|
-
.sc(UpdateContainerFleet$)
|
|
1384
|
+
.sc(schemas_0.UpdateContainerFleet$)
|
|
4669
1385
|
.build() {
|
|
4670
1386
|
}
|
|
4671
1387
|
|
|
@@ -4677,7 +1393,7 @@ class UpdateContainerGroupDefinitionCommand extends smithyClient.Command
|
|
|
4677
1393
|
})
|
|
4678
1394
|
.s("GameLift", "UpdateContainerGroupDefinition", {})
|
|
4679
1395
|
.n("GameLiftClient", "UpdateContainerGroupDefinitionCommand")
|
|
4680
|
-
.sc(UpdateContainerGroupDefinition$)
|
|
1396
|
+
.sc(schemas_0.UpdateContainerGroupDefinition$)
|
|
4681
1397
|
.build() {
|
|
4682
1398
|
}
|
|
4683
1399
|
|
|
@@ -4689,7 +1405,7 @@ class UpdateFleetAttributesCommand extends smithyClient.Command
|
|
|
4689
1405
|
})
|
|
4690
1406
|
.s("GameLift", "UpdateFleetAttributes", {})
|
|
4691
1407
|
.n("GameLiftClient", "UpdateFleetAttributesCommand")
|
|
4692
|
-
.sc(UpdateFleetAttributes$)
|
|
1408
|
+
.sc(schemas_0.UpdateFleetAttributes$)
|
|
4693
1409
|
.build() {
|
|
4694
1410
|
}
|
|
4695
1411
|
|
|
@@ -4701,7 +1417,7 @@ class UpdateFleetCapacityCommand extends smithyClient.Command
|
|
|
4701
1417
|
})
|
|
4702
1418
|
.s("GameLift", "UpdateFleetCapacity", {})
|
|
4703
1419
|
.n("GameLiftClient", "UpdateFleetCapacityCommand")
|
|
4704
|
-
.sc(UpdateFleetCapacity$)
|
|
1420
|
+
.sc(schemas_0.UpdateFleetCapacity$)
|
|
4705
1421
|
.build() {
|
|
4706
1422
|
}
|
|
4707
1423
|
|
|
@@ -4713,7 +1429,7 @@ class UpdateFleetPortSettingsCommand extends smithyClient.Command
|
|
|
4713
1429
|
})
|
|
4714
1430
|
.s("GameLift", "UpdateFleetPortSettings", {})
|
|
4715
1431
|
.n("GameLiftClient", "UpdateFleetPortSettingsCommand")
|
|
4716
|
-
.sc(UpdateFleetPortSettings$)
|
|
1432
|
+
.sc(schemas_0.UpdateFleetPortSettings$)
|
|
4717
1433
|
.build() {
|
|
4718
1434
|
}
|
|
4719
1435
|
|
|
@@ -4725,7 +1441,7 @@ class UpdateGameServerCommand extends smithyClient.Command
|
|
|
4725
1441
|
})
|
|
4726
1442
|
.s("GameLift", "UpdateGameServer", {})
|
|
4727
1443
|
.n("GameLiftClient", "UpdateGameServerCommand")
|
|
4728
|
-
.sc(UpdateGameServer$)
|
|
1444
|
+
.sc(schemas_0.UpdateGameServer$)
|
|
4729
1445
|
.build() {
|
|
4730
1446
|
}
|
|
4731
1447
|
|
|
@@ -4737,7 +1453,7 @@ class UpdateGameServerGroupCommand extends smithyClient.Command
|
|
|
4737
1453
|
})
|
|
4738
1454
|
.s("GameLift", "UpdateGameServerGroup", {})
|
|
4739
1455
|
.n("GameLiftClient", "UpdateGameServerGroupCommand")
|
|
4740
|
-
.sc(UpdateGameServerGroup$)
|
|
1456
|
+
.sc(schemas_0.UpdateGameServerGroup$)
|
|
4741
1457
|
.build() {
|
|
4742
1458
|
}
|
|
4743
1459
|
|
|
@@ -4749,7 +1465,7 @@ class UpdateGameSessionCommand extends smithyClient.Command
|
|
|
4749
1465
|
})
|
|
4750
1466
|
.s("GameLift", "UpdateGameSession", {})
|
|
4751
1467
|
.n("GameLiftClient", "UpdateGameSessionCommand")
|
|
4752
|
-
.sc(UpdateGameSession$)
|
|
1468
|
+
.sc(schemas_0.UpdateGameSession$)
|
|
4753
1469
|
.build() {
|
|
4754
1470
|
}
|
|
4755
1471
|
|
|
@@ -4761,7 +1477,7 @@ class UpdateGameSessionQueueCommand extends smithyClient.Command
|
|
|
4761
1477
|
})
|
|
4762
1478
|
.s("GameLift", "UpdateGameSessionQueue", {})
|
|
4763
1479
|
.n("GameLiftClient", "UpdateGameSessionQueueCommand")
|
|
4764
|
-
.sc(UpdateGameSessionQueue$)
|
|
1480
|
+
.sc(schemas_0.UpdateGameSessionQueue$)
|
|
4765
1481
|
.build() {
|
|
4766
1482
|
}
|
|
4767
1483
|
|
|
@@ -4773,7 +1489,7 @@ class UpdateMatchmakingConfigurationCommand extends smithyClient.Command
|
|
|
4773
1489
|
})
|
|
4774
1490
|
.s("GameLift", "UpdateMatchmakingConfiguration", {})
|
|
4775
1491
|
.n("GameLiftClient", "UpdateMatchmakingConfigurationCommand")
|
|
4776
|
-
.sc(UpdateMatchmakingConfiguration$)
|
|
1492
|
+
.sc(schemas_0.UpdateMatchmakingConfiguration$)
|
|
4777
1493
|
.build() {
|
|
4778
1494
|
}
|
|
4779
1495
|
|
|
@@ -4785,7 +1501,7 @@ class UpdateRuntimeConfigurationCommand extends smithyClient.Command
|
|
|
4785
1501
|
})
|
|
4786
1502
|
.s("GameLift", "UpdateRuntimeConfiguration", {})
|
|
4787
1503
|
.n("GameLiftClient", "UpdateRuntimeConfigurationCommand")
|
|
4788
|
-
.sc(UpdateRuntimeConfiguration$)
|
|
1504
|
+
.sc(schemas_0.UpdateRuntimeConfiguration$)
|
|
4789
1505
|
.build() {
|
|
4790
1506
|
}
|
|
4791
1507
|
|
|
@@ -4797,7 +1513,7 @@ class UpdateScriptCommand extends smithyClient.Command
|
|
|
4797
1513
|
})
|
|
4798
1514
|
.s("GameLift", "UpdateScript", {})
|
|
4799
1515
|
.n("GameLiftClient", "UpdateScriptCommand")
|
|
4800
|
-
.sc(UpdateScript$)
|
|
1516
|
+
.sc(schemas_0.UpdateScript$)
|
|
4801
1517
|
.build() {
|
|
4802
1518
|
}
|
|
4803
1519
|
|
|
@@ -4809,7 +1525,7 @@ class ValidateMatchmakingRuleSetCommand extends smithyClient.Command
|
|
|
4809
1525
|
})
|
|
4810
1526
|
.s("GameLift", "ValidateMatchmakingRuleSet", {})
|
|
4811
1527
|
.n("GameLiftClient", "ValidateMatchmakingRuleSetCommand")
|
|
4812
|
-
.sc(ValidateMatchmakingRuleSet$)
|
|
1528
|
+
.sc(schemas_0.ValidateMatchmakingRuleSet$)
|
|
4813
1529
|
.build() {
|
|
4814
1530
|
}
|
|
4815
1531
|
|
|
@@ -5986,655 +2702,190 @@ Object.defineProperty(exports, "__Client", {
|
|
|
5986
2702
|
enumerable: true,
|
|
5987
2703
|
get: function () { return smithyClient.Client; }
|
|
5988
2704
|
});
|
|
5989
|
-
exports
|
|
2705
|
+
Object.defineProperty(exports, "GameLiftServiceException", {
|
|
2706
|
+
enumerable: true,
|
|
2707
|
+
get: function () { return GameLiftServiceException.GameLiftServiceException; }
|
|
2708
|
+
});
|
|
5990
2709
|
exports.AcceptMatchCommand = AcceptMatchCommand;
|
|
5991
|
-
exports.AcceptMatchInput$ = AcceptMatchInput$;
|
|
5992
|
-
exports.AcceptMatchOutput$ = AcceptMatchOutput$;
|
|
5993
2710
|
exports.AcceptanceType = AcceptanceType;
|
|
5994
|
-
exports.Alias$ = Alias$;
|
|
5995
|
-
exports.AnywhereConfiguration$ = AnywhereConfiguration$;
|
|
5996
|
-
exports.AttributeValue$ = AttributeValue$;
|
|
5997
|
-
exports.AwsCredentials$ = AwsCredentials$;
|
|
5998
2711
|
exports.BackfillMode = BackfillMode;
|
|
5999
2712
|
exports.BalancingStrategy = BalancingStrategy;
|
|
6000
|
-
exports.Build$ = Build$;
|
|
6001
2713
|
exports.BuildStatus = BuildStatus;
|
|
6002
|
-
exports.CertificateConfiguration$ = CertificateConfiguration$;
|
|
6003
2714
|
exports.CertificateType = CertificateType;
|
|
6004
|
-
exports.ClaimFilterOption$ = ClaimFilterOption$;
|
|
6005
|
-
exports.ClaimGameServer$ = ClaimGameServer$;
|
|
6006
2715
|
exports.ClaimGameServerCommand = ClaimGameServerCommand;
|
|
6007
|
-
exports.ClaimGameServerInput$ = ClaimGameServerInput$;
|
|
6008
|
-
exports.ClaimGameServerOutput$ = ClaimGameServerOutput$;
|
|
6009
2716
|
exports.ComparisonOperatorType = ComparisonOperatorType;
|
|
6010
|
-
exports.Compute$ = Compute$;
|
|
6011
2717
|
exports.ComputeStatus = ComputeStatus;
|
|
6012
2718
|
exports.ComputeType = ComputeType;
|
|
6013
|
-
exports.ConflictException = ConflictException;
|
|
6014
|
-
exports.ConflictException$ = ConflictException$;
|
|
6015
|
-
exports.ConnectionPortRange$ = ConnectionPortRange$;
|
|
6016
|
-
exports.ContainerAttribute$ = ContainerAttribute$;
|
|
6017
|
-
exports.ContainerDependency$ = ContainerDependency$;
|
|
6018
2719
|
exports.ContainerDependencyCondition = ContainerDependencyCondition;
|
|
6019
|
-
exports.ContainerEnvironment$ = ContainerEnvironment$;
|
|
6020
|
-
exports.ContainerFleet$ = ContainerFleet$;
|
|
6021
2720
|
exports.ContainerFleetBillingType = ContainerFleetBillingType;
|
|
6022
|
-
exports.ContainerFleetLocationAttributes$ = ContainerFleetLocationAttributes$;
|
|
6023
2721
|
exports.ContainerFleetLocationStatus = ContainerFleetLocationStatus;
|
|
6024
2722
|
exports.ContainerFleetRemoveAttribute = ContainerFleetRemoveAttribute;
|
|
6025
2723
|
exports.ContainerFleetStatus = ContainerFleetStatus;
|
|
6026
|
-
exports.ContainerGroupDefinition$ = ContainerGroupDefinition$;
|
|
6027
2724
|
exports.ContainerGroupDefinitionStatus = ContainerGroupDefinitionStatus;
|
|
6028
2725
|
exports.ContainerGroupType = ContainerGroupType;
|
|
6029
|
-
exports.ContainerHealthCheck$ = ContainerHealthCheck$;
|
|
6030
|
-
exports.ContainerIdentifier$ = ContainerIdentifier$;
|
|
6031
|
-
exports.ContainerMountPoint$ = ContainerMountPoint$;
|
|
6032
2726
|
exports.ContainerMountPointAccessLevel = ContainerMountPointAccessLevel;
|
|
6033
2727
|
exports.ContainerOperatingSystem = ContainerOperatingSystem;
|
|
6034
|
-
exports.ContainerPortConfiguration$ = ContainerPortConfiguration$;
|
|
6035
|
-
exports.ContainerPortRange$ = ContainerPortRange$;
|
|
6036
|
-
exports.CreateAlias$ = CreateAlias$;
|
|
6037
2728
|
exports.CreateAliasCommand = CreateAliasCommand;
|
|
6038
|
-
exports.CreateAliasInput$ = CreateAliasInput$;
|
|
6039
|
-
exports.CreateAliasOutput$ = CreateAliasOutput$;
|
|
6040
|
-
exports.CreateBuild$ = CreateBuild$;
|
|
6041
2729
|
exports.CreateBuildCommand = CreateBuildCommand;
|
|
6042
|
-
exports.CreateBuildInput$ = CreateBuildInput$;
|
|
6043
|
-
exports.CreateBuildOutput$ = CreateBuildOutput$;
|
|
6044
|
-
exports.CreateContainerFleet$ = CreateContainerFleet$;
|
|
6045
2730
|
exports.CreateContainerFleetCommand = CreateContainerFleetCommand;
|
|
6046
|
-
exports.CreateContainerFleetInput$ = CreateContainerFleetInput$;
|
|
6047
|
-
exports.CreateContainerFleetOutput$ = CreateContainerFleetOutput$;
|
|
6048
|
-
exports.CreateContainerGroupDefinition$ = CreateContainerGroupDefinition$;
|
|
6049
2731
|
exports.CreateContainerGroupDefinitionCommand = CreateContainerGroupDefinitionCommand;
|
|
6050
|
-
exports.CreateContainerGroupDefinitionInput$ = CreateContainerGroupDefinitionInput$;
|
|
6051
|
-
exports.CreateContainerGroupDefinitionOutput$ = CreateContainerGroupDefinitionOutput$;
|
|
6052
|
-
exports.CreateFleet$ = CreateFleet$;
|
|
6053
2732
|
exports.CreateFleetCommand = CreateFleetCommand;
|
|
6054
|
-
exports.CreateFleetInput$ = CreateFleetInput$;
|
|
6055
|
-
exports.CreateFleetLocations$ = CreateFleetLocations$;
|
|
6056
2733
|
exports.CreateFleetLocationsCommand = CreateFleetLocationsCommand;
|
|
6057
|
-
exports.CreateFleetLocationsInput$ = CreateFleetLocationsInput$;
|
|
6058
|
-
exports.CreateFleetLocationsOutput$ = CreateFleetLocationsOutput$;
|
|
6059
|
-
exports.CreateFleetOutput$ = CreateFleetOutput$;
|
|
6060
|
-
exports.CreateGameServerGroup$ = CreateGameServerGroup$;
|
|
6061
2734
|
exports.CreateGameServerGroupCommand = CreateGameServerGroupCommand;
|
|
6062
|
-
exports.CreateGameServerGroupInput$ = CreateGameServerGroupInput$;
|
|
6063
|
-
exports.CreateGameServerGroupOutput$ = CreateGameServerGroupOutput$;
|
|
6064
|
-
exports.CreateGameSession$ = CreateGameSession$;
|
|
6065
2735
|
exports.CreateGameSessionCommand = CreateGameSessionCommand;
|
|
6066
|
-
exports.CreateGameSessionInput$ = CreateGameSessionInput$;
|
|
6067
|
-
exports.CreateGameSessionOutput$ = CreateGameSessionOutput$;
|
|
6068
|
-
exports.CreateGameSessionQueue$ = CreateGameSessionQueue$;
|
|
6069
2736
|
exports.CreateGameSessionQueueCommand = CreateGameSessionQueueCommand;
|
|
6070
|
-
exports.CreateGameSessionQueueInput$ = CreateGameSessionQueueInput$;
|
|
6071
|
-
exports.CreateGameSessionQueueOutput$ = CreateGameSessionQueueOutput$;
|
|
6072
|
-
exports.CreateLocation$ = CreateLocation$;
|
|
6073
2737
|
exports.CreateLocationCommand = CreateLocationCommand;
|
|
6074
|
-
exports.CreateLocationInput$ = CreateLocationInput$;
|
|
6075
|
-
exports.CreateLocationOutput$ = CreateLocationOutput$;
|
|
6076
|
-
exports.CreateMatchmakingConfiguration$ = CreateMatchmakingConfiguration$;
|
|
6077
2738
|
exports.CreateMatchmakingConfigurationCommand = CreateMatchmakingConfigurationCommand;
|
|
6078
|
-
exports.CreateMatchmakingConfigurationInput$ = CreateMatchmakingConfigurationInput$;
|
|
6079
|
-
exports.CreateMatchmakingConfigurationOutput$ = CreateMatchmakingConfigurationOutput$;
|
|
6080
|
-
exports.CreateMatchmakingRuleSet$ = CreateMatchmakingRuleSet$;
|
|
6081
2739
|
exports.CreateMatchmakingRuleSetCommand = CreateMatchmakingRuleSetCommand;
|
|
6082
|
-
exports.CreateMatchmakingRuleSetInput$ = CreateMatchmakingRuleSetInput$;
|
|
6083
|
-
exports.CreateMatchmakingRuleSetOutput$ = CreateMatchmakingRuleSetOutput$;
|
|
6084
|
-
exports.CreatePlayerSession$ = CreatePlayerSession$;
|
|
6085
2740
|
exports.CreatePlayerSessionCommand = CreatePlayerSessionCommand;
|
|
6086
|
-
exports.CreatePlayerSessionInput$ = CreatePlayerSessionInput$;
|
|
6087
|
-
exports.CreatePlayerSessionOutput$ = CreatePlayerSessionOutput$;
|
|
6088
|
-
exports.CreatePlayerSessions$ = CreatePlayerSessions$;
|
|
6089
2741
|
exports.CreatePlayerSessionsCommand = CreatePlayerSessionsCommand;
|
|
6090
|
-
exports.CreatePlayerSessionsInput$ = CreatePlayerSessionsInput$;
|
|
6091
|
-
exports.CreatePlayerSessionsOutput$ = CreatePlayerSessionsOutput$;
|
|
6092
|
-
exports.CreateScript$ = CreateScript$;
|
|
6093
2742
|
exports.CreateScriptCommand = CreateScriptCommand;
|
|
6094
|
-
exports.CreateScriptInput$ = CreateScriptInput$;
|
|
6095
|
-
exports.CreateScriptOutput$ = CreateScriptOutput$;
|
|
6096
|
-
exports.CreateVpcPeeringAuthorization$ = CreateVpcPeeringAuthorization$;
|
|
6097
2743
|
exports.CreateVpcPeeringAuthorizationCommand = CreateVpcPeeringAuthorizationCommand;
|
|
6098
|
-
exports.CreateVpcPeeringAuthorizationInput$ = CreateVpcPeeringAuthorizationInput$;
|
|
6099
|
-
exports.CreateVpcPeeringAuthorizationOutput$ = CreateVpcPeeringAuthorizationOutput$;
|
|
6100
|
-
exports.CreateVpcPeeringConnection$ = CreateVpcPeeringConnection$;
|
|
6101
2744
|
exports.CreateVpcPeeringConnectionCommand = CreateVpcPeeringConnectionCommand;
|
|
6102
|
-
exports.CreateVpcPeeringConnectionInput$ = CreateVpcPeeringConnectionInput$;
|
|
6103
|
-
exports.CreateVpcPeeringConnectionOutput$ = CreateVpcPeeringConnectionOutput$;
|
|
6104
|
-
exports.DeleteAlias$ = DeleteAlias$;
|
|
6105
2745
|
exports.DeleteAliasCommand = DeleteAliasCommand;
|
|
6106
|
-
exports.DeleteAliasInput$ = DeleteAliasInput$;
|
|
6107
|
-
exports.DeleteBuild$ = DeleteBuild$;
|
|
6108
2746
|
exports.DeleteBuildCommand = DeleteBuildCommand;
|
|
6109
|
-
exports.DeleteBuildInput$ = DeleteBuildInput$;
|
|
6110
|
-
exports.DeleteContainerFleet$ = DeleteContainerFleet$;
|
|
6111
2747
|
exports.DeleteContainerFleetCommand = DeleteContainerFleetCommand;
|
|
6112
|
-
exports.DeleteContainerFleetInput$ = DeleteContainerFleetInput$;
|
|
6113
|
-
exports.DeleteContainerFleetOutput$ = DeleteContainerFleetOutput$;
|
|
6114
|
-
exports.DeleteContainerGroupDefinition$ = DeleteContainerGroupDefinition$;
|
|
6115
2748
|
exports.DeleteContainerGroupDefinitionCommand = DeleteContainerGroupDefinitionCommand;
|
|
6116
|
-
exports.DeleteContainerGroupDefinitionInput$ = DeleteContainerGroupDefinitionInput$;
|
|
6117
|
-
exports.DeleteContainerGroupDefinitionOutput$ = DeleteContainerGroupDefinitionOutput$;
|
|
6118
|
-
exports.DeleteFleet$ = DeleteFleet$;
|
|
6119
2749
|
exports.DeleteFleetCommand = DeleteFleetCommand;
|
|
6120
|
-
exports.DeleteFleetInput$ = DeleteFleetInput$;
|
|
6121
|
-
exports.DeleteFleetLocations$ = DeleteFleetLocations$;
|
|
6122
2750
|
exports.DeleteFleetLocationsCommand = DeleteFleetLocationsCommand;
|
|
6123
|
-
exports.DeleteFleetLocationsInput$ = DeleteFleetLocationsInput$;
|
|
6124
|
-
exports.DeleteFleetLocationsOutput$ = DeleteFleetLocationsOutput$;
|
|
6125
|
-
exports.DeleteGameServerGroup$ = DeleteGameServerGroup$;
|
|
6126
2751
|
exports.DeleteGameServerGroupCommand = DeleteGameServerGroupCommand;
|
|
6127
|
-
exports.DeleteGameServerGroupInput$ = DeleteGameServerGroupInput$;
|
|
6128
|
-
exports.DeleteGameServerGroupOutput$ = DeleteGameServerGroupOutput$;
|
|
6129
|
-
exports.DeleteGameSessionQueue$ = DeleteGameSessionQueue$;
|
|
6130
2752
|
exports.DeleteGameSessionQueueCommand = DeleteGameSessionQueueCommand;
|
|
6131
|
-
exports.DeleteGameSessionQueueInput$ = DeleteGameSessionQueueInput$;
|
|
6132
|
-
exports.DeleteGameSessionQueueOutput$ = DeleteGameSessionQueueOutput$;
|
|
6133
|
-
exports.DeleteLocation$ = DeleteLocation$;
|
|
6134
2753
|
exports.DeleteLocationCommand = DeleteLocationCommand;
|
|
6135
|
-
exports.DeleteLocationInput$ = DeleteLocationInput$;
|
|
6136
|
-
exports.DeleteLocationOutput$ = DeleteLocationOutput$;
|
|
6137
|
-
exports.DeleteMatchmakingConfiguration$ = DeleteMatchmakingConfiguration$;
|
|
6138
2754
|
exports.DeleteMatchmakingConfigurationCommand = DeleteMatchmakingConfigurationCommand;
|
|
6139
|
-
exports.DeleteMatchmakingConfigurationInput$ = DeleteMatchmakingConfigurationInput$;
|
|
6140
|
-
exports.DeleteMatchmakingConfigurationOutput$ = DeleteMatchmakingConfigurationOutput$;
|
|
6141
|
-
exports.DeleteMatchmakingRuleSet$ = DeleteMatchmakingRuleSet$;
|
|
6142
2755
|
exports.DeleteMatchmakingRuleSetCommand = DeleteMatchmakingRuleSetCommand;
|
|
6143
|
-
exports.DeleteMatchmakingRuleSetInput$ = DeleteMatchmakingRuleSetInput$;
|
|
6144
|
-
exports.DeleteMatchmakingRuleSetOutput$ = DeleteMatchmakingRuleSetOutput$;
|
|
6145
|
-
exports.DeleteScalingPolicy$ = DeleteScalingPolicy$;
|
|
6146
2756
|
exports.DeleteScalingPolicyCommand = DeleteScalingPolicyCommand;
|
|
6147
|
-
exports.DeleteScalingPolicyInput$ = DeleteScalingPolicyInput$;
|
|
6148
|
-
exports.DeleteScript$ = DeleteScript$;
|
|
6149
2757
|
exports.DeleteScriptCommand = DeleteScriptCommand;
|
|
6150
|
-
exports.DeleteScriptInput$ = DeleteScriptInput$;
|
|
6151
|
-
exports.DeleteVpcPeeringAuthorization$ = DeleteVpcPeeringAuthorization$;
|
|
6152
2758
|
exports.DeleteVpcPeeringAuthorizationCommand = DeleteVpcPeeringAuthorizationCommand;
|
|
6153
|
-
exports.DeleteVpcPeeringAuthorizationInput$ = DeleteVpcPeeringAuthorizationInput$;
|
|
6154
|
-
exports.DeleteVpcPeeringAuthorizationOutput$ = DeleteVpcPeeringAuthorizationOutput$;
|
|
6155
|
-
exports.DeleteVpcPeeringConnection$ = DeleteVpcPeeringConnection$;
|
|
6156
2759
|
exports.DeleteVpcPeeringConnectionCommand = DeleteVpcPeeringConnectionCommand;
|
|
6157
|
-
exports.DeleteVpcPeeringConnectionInput$ = DeleteVpcPeeringConnectionInput$;
|
|
6158
|
-
exports.DeleteVpcPeeringConnectionOutput$ = DeleteVpcPeeringConnectionOutput$;
|
|
6159
|
-
exports.DeploymentConfiguration$ = DeploymentConfiguration$;
|
|
6160
|
-
exports.DeploymentDetails$ = DeploymentDetails$;
|
|
6161
2760
|
exports.DeploymentImpairmentStrategy = DeploymentImpairmentStrategy;
|
|
6162
2761
|
exports.DeploymentProtectionStrategy = DeploymentProtectionStrategy;
|
|
6163
2762
|
exports.DeploymentStatus = DeploymentStatus;
|
|
6164
|
-
exports.DeregisterCompute$ = DeregisterCompute$;
|
|
6165
2763
|
exports.DeregisterComputeCommand = DeregisterComputeCommand;
|
|
6166
|
-
exports.DeregisterComputeInput$ = DeregisterComputeInput$;
|
|
6167
|
-
exports.DeregisterComputeOutput$ = DeregisterComputeOutput$;
|
|
6168
|
-
exports.DeregisterGameServer$ = DeregisterGameServer$;
|
|
6169
2764
|
exports.DeregisterGameServerCommand = DeregisterGameServerCommand;
|
|
6170
|
-
exports.DeregisterGameServerInput$ = DeregisterGameServerInput$;
|
|
6171
|
-
exports.DescribeAlias$ = DescribeAlias$;
|
|
6172
2765
|
exports.DescribeAliasCommand = DescribeAliasCommand;
|
|
6173
|
-
exports.DescribeAliasInput$ = DescribeAliasInput$;
|
|
6174
|
-
exports.DescribeAliasOutput$ = DescribeAliasOutput$;
|
|
6175
|
-
exports.DescribeBuild$ = DescribeBuild$;
|
|
6176
2766
|
exports.DescribeBuildCommand = DescribeBuildCommand;
|
|
6177
|
-
exports.DescribeBuildInput$ = DescribeBuildInput$;
|
|
6178
|
-
exports.DescribeBuildOutput$ = DescribeBuildOutput$;
|
|
6179
|
-
exports.DescribeCompute$ = DescribeCompute$;
|
|
6180
2767
|
exports.DescribeComputeCommand = DescribeComputeCommand;
|
|
6181
|
-
exports.DescribeComputeInput$ = DescribeComputeInput$;
|
|
6182
|
-
exports.DescribeComputeOutput$ = DescribeComputeOutput$;
|
|
6183
|
-
exports.DescribeContainerFleet$ = DescribeContainerFleet$;
|
|
6184
2768
|
exports.DescribeContainerFleetCommand = DescribeContainerFleetCommand;
|
|
6185
|
-
exports.DescribeContainerFleetInput$ = DescribeContainerFleetInput$;
|
|
6186
|
-
exports.DescribeContainerFleetOutput$ = DescribeContainerFleetOutput$;
|
|
6187
|
-
exports.DescribeContainerGroupDefinition$ = DescribeContainerGroupDefinition$;
|
|
6188
2769
|
exports.DescribeContainerGroupDefinitionCommand = DescribeContainerGroupDefinitionCommand;
|
|
6189
|
-
exports.DescribeContainerGroupDefinitionInput$ = DescribeContainerGroupDefinitionInput$;
|
|
6190
|
-
exports.DescribeContainerGroupDefinitionOutput$ = DescribeContainerGroupDefinitionOutput$;
|
|
6191
|
-
exports.DescribeEC2InstanceLimits$ = DescribeEC2InstanceLimits$;
|
|
6192
2770
|
exports.DescribeEC2InstanceLimitsCommand = DescribeEC2InstanceLimitsCommand;
|
|
6193
|
-
exports.DescribeEC2InstanceLimitsInput$ = DescribeEC2InstanceLimitsInput$;
|
|
6194
|
-
exports.DescribeEC2InstanceLimitsOutput$ = DescribeEC2InstanceLimitsOutput$;
|
|
6195
|
-
exports.DescribeFleetAttributes$ = DescribeFleetAttributes$;
|
|
6196
2771
|
exports.DescribeFleetAttributesCommand = DescribeFleetAttributesCommand;
|
|
6197
|
-
exports.DescribeFleetAttributesInput$ = DescribeFleetAttributesInput$;
|
|
6198
|
-
exports.DescribeFleetAttributesOutput$ = DescribeFleetAttributesOutput$;
|
|
6199
|
-
exports.DescribeFleetCapacity$ = DescribeFleetCapacity$;
|
|
6200
2772
|
exports.DescribeFleetCapacityCommand = DescribeFleetCapacityCommand;
|
|
6201
|
-
exports.DescribeFleetCapacityInput$ = DescribeFleetCapacityInput$;
|
|
6202
|
-
exports.DescribeFleetCapacityOutput$ = DescribeFleetCapacityOutput$;
|
|
6203
|
-
exports.DescribeFleetDeployment$ = DescribeFleetDeployment$;
|
|
6204
2773
|
exports.DescribeFleetDeploymentCommand = DescribeFleetDeploymentCommand;
|
|
6205
|
-
exports.DescribeFleetDeploymentInput$ = DescribeFleetDeploymentInput$;
|
|
6206
|
-
exports.DescribeFleetDeploymentOutput$ = DescribeFleetDeploymentOutput$;
|
|
6207
|
-
exports.DescribeFleetEvents$ = DescribeFleetEvents$;
|
|
6208
2774
|
exports.DescribeFleetEventsCommand = DescribeFleetEventsCommand;
|
|
6209
|
-
exports.DescribeFleetEventsInput$ = DescribeFleetEventsInput$;
|
|
6210
|
-
exports.DescribeFleetEventsOutput$ = DescribeFleetEventsOutput$;
|
|
6211
|
-
exports.DescribeFleetLocationAttributes$ = DescribeFleetLocationAttributes$;
|
|
6212
2775
|
exports.DescribeFleetLocationAttributesCommand = DescribeFleetLocationAttributesCommand;
|
|
6213
|
-
exports.DescribeFleetLocationAttributesInput$ = DescribeFleetLocationAttributesInput$;
|
|
6214
|
-
exports.DescribeFleetLocationAttributesOutput$ = DescribeFleetLocationAttributesOutput$;
|
|
6215
|
-
exports.DescribeFleetLocationCapacity$ = DescribeFleetLocationCapacity$;
|
|
6216
2776
|
exports.DescribeFleetLocationCapacityCommand = DescribeFleetLocationCapacityCommand;
|
|
6217
|
-
exports.DescribeFleetLocationCapacityInput$ = DescribeFleetLocationCapacityInput$;
|
|
6218
|
-
exports.DescribeFleetLocationCapacityOutput$ = DescribeFleetLocationCapacityOutput$;
|
|
6219
|
-
exports.DescribeFleetLocationUtilization$ = DescribeFleetLocationUtilization$;
|
|
6220
2777
|
exports.DescribeFleetLocationUtilizationCommand = DescribeFleetLocationUtilizationCommand;
|
|
6221
|
-
exports.DescribeFleetLocationUtilizationInput$ = DescribeFleetLocationUtilizationInput$;
|
|
6222
|
-
exports.DescribeFleetLocationUtilizationOutput$ = DescribeFleetLocationUtilizationOutput$;
|
|
6223
|
-
exports.DescribeFleetPortSettings$ = DescribeFleetPortSettings$;
|
|
6224
2778
|
exports.DescribeFleetPortSettingsCommand = DescribeFleetPortSettingsCommand;
|
|
6225
|
-
exports.DescribeFleetPortSettingsInput$ = DescribeFleetPortSettingsInput$;
|
|
6226
|
-
exports.DescribeFleetPortSettingsOutput$ = DescribeFleetPortSettingsOutput$;
|
|
6227
|
-
exports.DescribeFleetUtilization$ = DescribeFleetUtilization$;
|
|
6228
2779
|
exports.DescribeFleetUtilizationCommand = DescribeFleetUtilizationCommand;
|
|
6229
|
-
exports.DescribeFleetUtilizationInput$ = DescribeFleetUtilizationInput$;
|
|
6230
|
-
exports.DescribeFleetUtilizationOutput$ = DescribeFleetUtilizationOutput$;
|
|
6231
|
-
exports.DescribeGameServer$ = DescribeGameServer$;
|
|
6232
2780
|
exports.DescribeGameServerCommand = DescribeGameServerCommand;
|
|
6233
|
-
exports.DescribeGameServerGroup$ = DescribeGameServerGroup$;
|
|
6234
2781
|
exports.DescribeGameServerGroupCommand = DescribeGameServerGroupCommand;
|
|
6235
|
-
exports.DescribeGameServerGroupInput$ = DescribeGameServerGroupInput$;
|
|
6236
|
-
exports.DescribeGameServerGroupOutput$ = DescribeGameServerGroupOutput$;
|
|
6237
|
-
exports.DescribeGameServerInput$ = DescribeGameServerInput$;
|
|
6238
|
-
exports.DescribeGameServerInstances$ = DescribeGameServerInstances$;
|
|
6239
2782
|
exports.DescribeGameServerInstancesCommand = DescribeGameServerInstancesCommand;
|
|
6240
|
-
exports.DescribeGameServerInstancesInput$ = DescribeGameServerInstancesInput$;
|
|
6241
|
-
exports.DescribeGameServerInstancesOutput$ = DescribeGameServerInstancesOutput$;
|
|
6242
|
-
exports.DescribeGameServerOutput$ = DescribeGameServerOutput$;
|
|
6243
|
-
exports.DescribeGameSessionDetails$ = DescribeGameSessionDetails$;
|
|
6244
2783
|
exports.DescribeGameSessionDetailsCommand = DescribeGameSessionDetailsCommand;
|
|
6245
|
-
exports.DescribeGameSessionDetailsInput$ = DescribeGameSessionDetailsInput$;
|
|
6246
|
-
exports.DescribeGameSessionDetailsOutput$ = DescribeGameSessionDetailsOutput$;
|
|
6247
|
-
exports.DescribeGameSessionPlacement$ = DescribeGameSessionPlacement$;
|
|
6248
2784
|
exports.DescribeGameSessionPlacementCommand = DescribeGameSessionPlacementCommand;
|
|
6249
|
-
exports.DescribeGameSessionPlacementInput$ = DescribeGameSessionPlacementInput$;
|
|
6250
|
-
exports.DescribeGameSessionPlacementOutput$ = DescribeGameSessionPlacementOutput$;
|
|
6251
|
-
exports.DescribeGameSessionQueues$ = DescribeGameSessionQueues$;
|
|
6252
2785
|
exports.DescribeGameSessionQueuesCommand = DescribeGameSessionQueuesCommand;
|
|
6253
|
-
exports.DescribeGameSessionQueuesInput$ = DescribeGameSessionQueuesInput$;
|
|
6254
|
-
exports.DescribeGameSessionQueuesOutput$ = DescribeGameSessionQueuesOutput$;
|
|
6255
|
-
exports.DescribeGameSessions$ = DescribeGameSessions$;
|
|
6256
2786
|
exports.DescribeGameSessionsCommand = DescribeGameSessionsCommand;
|
|
6257
|
-
exports.DescribeGameSessionsInput$ = DescribeGameSessionsInput$;
|
|
6258
|
-
exports.DescribeGameSessionsOutput$ = DescribeGameSessionsOutput$;
|
|
6259
|
-
exports.DescribeInstances$ = DescribeInstances$;
|
|
6260
2787
|
exports.DescribeInstancesCommand = DescribeInstancesCommand;
|
|
6261
|
-
exports.DescribeInstancesInput$ = DescribeInstancesInput$;
|
|
6262
|
-
exports.DescribeInstancesOutput$ = DescribeInstancesOutput$;
|
|
6263
|
-
exports.DescribeMatchmaking$ = DescribeMatchmaking$;
|
|
6264
2788
|
exports.DescribeMatchmakingCommand = DescribeMatchmakingCommand;
|
|
6265
|
-
exports.DescribeMatchmakingConfigurations$ = DescribeMatchmakingConfigurations$;
|
|
6266
2789
|
exports.DescribeMatchmakingConfigurationsCommand = DescribeMatchmakingConfigurationsCommand;
|
|
6267
|
-
exports.DescribeMatchmakingConfigurationsInput$ = DescribeMatchmakingConfigurationsInput$;
|
|
6268
|
-
exports.DescribeMatchmakingConfigurationsOutput$ = DescribeMatchmakingConfigurationsOutput$;
|
|
6269
|
-
exports.DescribeMatchmakingInput$ = DescribeMatchmakingInput$;
|
|
6270
|
-
exports.DescribeMatchmakingOutput$ = DescribeMatchmakingOutput$;
|
|
6271
|
-
exports.DescribeMatchmakingRuleSets$ = DescribeMatchmakingRuleSets$;
|
|
6272
2790
|
exports.DescribeMatchmakingRuleSetsCommand = DescribeMatchmakingRuleSetsCommand;
|
|
6273
|
-
exports.DescribeMatchmakingRuleSetsInput$ = DescribeMatchmakingRuleSetsInput$;
|
|
6274
|
-
exports.DescribeMatchmakingRuleSetsOutput$ = DescribeMatchmakingRuleSetsOutput$;
|
|
6275
|
-
exports.DescribePlayerSessions$ = DescribePlayerSessions$;
|
|
6276
2791
|
exports.DescribePlayerSessionsCommand = DescribePlayerSessionsCommand;
|
|
6277
|
-
exports.DescribePlayerSessionsInput$ = DescribePlayerSessionsInput$;
|
|
6278
|
-
exports.DescribePlayerSessionsOutput$ = DescribePlayerSessionsOutput$;
|
|
6279
|
-
exports.DescribeRuntimeConfiguration$ = DescribeRuntimeConfiguration$;
|
|
6280
2792
|
exports.DescribeRuntimeConfigurationCommand = DescribeRuntimeConfigurationCommand;
|
|
6281
|
-
exports.DescribeRuntimeConfigurationInput$ = DescribeRuntimeConfigurationInput$;
|
|
6282
|
-
exports.DescribeRuntimeConfigurationOutput$ = DescribeRuntimeConfigurationOutput$;
|
|
6283
|
-
exports.DescribeScalingPolicies$ = DescribeScalingPolicies$;
|
|
6284
2793
|
exports.DescribeScalingPoliciesCommand = DescribeScalingPoliciesCommand;
|
|
6285
|
-
exports.DescribeScalingPoliciesInput$ = DescribeScalingPoliciesInput$;
|
|
6286
|
-
exports.DescribeScalingPoliciesOutput$ = DescribeScalingPoliciesOutput$;
|
|
6287
|
-
exports.DescribeScript$ = DescribeScript$;
|
|
6288
2794
|
exports.DescribeScriptCommand = DescribeScriptCommand;
|
|
6289
|
-
exports.DescribeScriptInput$ = DescribeScriptInput$;
|
|
6290
|
-
exports.DescribeScriptOutput$ = DescribeScriptOutput$;
|
|
6291
|
-
exports.DescribeVpcPeeringAuthorizations$ = DescribeVpcPeeringAuthorizations$;
|
|
6292
2795
|
exports.DescribeVpcPeeringAuthorizationsCommand = DescribeVpcPeeringAuthorizationsCommand;
|
|
6293
|
-
exports.DescribeVpcPeeringAuthorizationsInput$ = DescribeVpcPeeringAuthorizationsInput$;
|
|
6294
|
-
exports.DescribeVpcPeeringAuthorizationsOutput$ = DescribeVpcPeeringAuthorizationsOutput$;
|
|
6295
|
-
exports.DescribeVpcPeeringConnections$ = DescribeVpcPeeringConnections$;
|
|
6296
2796
|
exports.DescribeVpcPeeringConnectionsCommand = DescribeVpcPeeringConnectionsCommand;
|
|
6297
|
-
exports.DescribeVpcPeeringConnectionsInput$ = DescribeVpcPeeringConnectionsInput$;
|
|
6298
|
-
exports.DescribeVpcPeeringConnectionsOutput$ = DescribeVpcPeeringConnectionsOutput$;
|
|
6299
|
-
exports.DesiredPlayerSession$ = DesiredPlayerSession$;
|
|
6300
|
-
exports.EC2InstanceCounts$ = EC2InstanceCounts$;
|
|
6301
|
-
exports.EC2InstanceLimit$ = EC2InstanceLimit$;
|
|
6302
2797
|
exports.EC2InstanceType = EC2InstanceType;
|
|
6303
|
-
exports.Event$ = Event$;
|
|
6304
2798
|
exports.EventCode = EventCode;
|
|
6305
|
-
exports.FilterConfiguration$ = FilterConfiguration$;
|
|
6306
2799
|
exports.FilterInstanceStatus = FilterInstanceStatus;
|
|
6307
2800
|
exports.FleetAction = FleetAction;
|
|
6308
|
-
exports.FleetAttributes$ = FleetAttributes$;
|
|
6309
|
-
exports.FleetCapacity$ = FleetCapacity$;
|
|
6310
|
-
exports.FleetCapacityExceededException = FleetCapacityExceededException;
|
|
6311
|
-
exports.FleetCapacityExceededException$ = FleetCapacityExceededException$;
|
|
6312
|
-
exports.FleetDeployment$ = FleetDeployment$;
|
|
6313
2801
|
exports.FleetStatus = FleetStatus;
|
|
6314
2802
|
exports.FleetType = FleetType;
|
|
6315
|
-
exports.FleetUtilization$ = FleetUtilization$;
|
|
6316
2803
|
exports.FlexMatchMode = FlexMatchMode;
|
|
6317
2804
|
exports.GameLift = GameLift;
|
|
6318
2805
|
exports.GameLiftClient = GameLiftClient;
|
|
6319
|
-
exports.GameLiftServiceException = GameLiftServiceException;
|
|
6320
|
-
exports.GameLiftServiceException$ = GameLiftServiceException$;
|
|
6321
|
-
exports.GameProperty$ = GameProperty$;
|
|
6322
|
-
exports.GameServer$ = GameServer$;
|
|
6323
2806
|
exports.GameServerClaimStatus = GameServerClaimStatus;
|
|
6324
|
-
exports.GameServerContainerDefinition$ = GameServerContainerDefinition$;
|
|
6325
|
-
exports.GameServerContainerDefinitionInput$ = GameServerContainerDefinitionInput$;
|
|
6326
|
-
exports.GameServerContainerGroupCounts$ = GameServerContainerGroupCounts$;
|
|
6327
|
-
exports.GameServerGroup$ = GameServerGroup$;
|
|
6328
2807
|
exports.GameServerGroupAction = GameServerGroupAction;
|
|
6329
|
-
exports.GameServerGroupAutoScalingPolicy$ = GameServerGroupAutoScalingPolicy$;
|
|
6330
2808
|
exports.GameServerGroupDeleteOption = GameServerGroupDeleteOption;
|
|
6331
2809
|
exports.GameServerGroupInstanceType = GameServerGroupInstanceType;
|
|
6332
2810
|
exports.GameServerGroupStatus = GameServerGroupStatus;
|
|
6333
2811
|
exports.GameServerHealthCheck = GameServerHealthCheck;
|
|
6334
|
-
exports.GameServerInstance$ = GameServerInstance$;
|
|
6335
2812
|
exports.GameServerInstanceStatus = GameServerInstanceStatus;
|
|
6336
2813
|
exports.GameServerProtectionPolicy = GameServerProtectionPolicy;
|
|
6337
2814
|
exports.GameServerUtilizationStatus = GameServerUtilizationStatus;
|
|
6338
|
-
exports.GameSession$ = GameSession$;
|
|
6339
|
-
exports.GameSessionConnectionInfo$ = GameSessionConnectionInfo$;
|
|
6340
|
-
exports.GameSessionCreationLimitPolicy$ = GameSessionCreationLimitPolicy$;
|
|
6341
|
-
exports.GameSessionDetail$ = GameSessionDetail$;
|
|
6342
|
-
exports.GameSessionFullException = GameSessionFullException;
|
|
6343
|
-
exports.GameSessionFullException$ = GameSessionFullException$;
|
|
6344
|
-
exports.GameSessionPlacement$ = GameSessionPlacement$;
|
|
6345
2815
|
exports.GameSessionPlacementState = GameSessionPlacementState;
|
|
6346
|
-
exports.GameSessionQueue$ = GameSessionQueue$;
|
|
6347
|
-
exports.GameSessionQueueDestination$ = GameSessionQueueDestination$;
|
|
6348
2816
|
exports.GameSessionStatus = GameSessionStatus;
|
|
6349
2817
|
exports.GameSessionStatusReason = GameSessionStatusReason;
|
|
6350
|
-
exports.GetComputeAccess$ = GetComputeAccess$;
|
|
6351
2818
|
exports.GetComputeAccessCommand = GetComputeAccessCommand;
|
|
6352
|
-
exports.GetComputeAccessInput$ = GetComputeAccessInput$;
|
|
6353
|
-
exports.GetComputeAccessOutput$ = GetComputeAccessOutput$;
|
|
6354
|
-
exports.GetComputeAuthToken$ = GetComputeAuthToken$;
|
|
6355
2819
|
exports.GetComputeAuthTokenCommand = GetComputeAuthTokenCommand;
|
|
6356
|
-
exports.GetComputeAuthTokenInput$ = GetComputeAuthTokenInput$;
|
|
6357
|
-
exports.GetComputeAuthTokenOutput$ = GetComputeAuthTokenOutput$;
|
|
6358
|
-
exports.GetGameSessionLogUrl$ = GetGameSessionLogUrl$;
|
|
6359
2820
|
exports.GetGameSessionLogUrlCommand = GetGameSessionLogUrlCommand;
|
|
6360
|
-
exports.GetGameSessionLogUrlInput$ = GetGameSessionLogUrlInput$;
|
|
6361
|
-
exports.GetGameSessionLogUrlOutput$ = GetGameSessionLogUrlOutput$;
|
|
6362
|
-
exports.GetInstanceAccess$ = GetInstanceAccess$;
|
|
6363
2821
|
exports.GetInstanceAccessCommand = GetInstanceAccessCommand;
|
|
6364
|
-
exports.GetInstanceAccessInput$ = GetInstanceAccessInput$;
|
|
6365
|
-
exports.GetInstanceAccessOutput$ = GetInstanceAccessOutput$;
|
|
6366
|
-
exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;
|
|
6367
|
-
exports.IdempotentParameterMismatchException$ = IdempotentParameterMismatchException$;
|
|
6368
|
-
exports.Instance$ = Instance$;
|
|
6369
|
-
exports.InstanceAccess$ = InstanceAccess$;
|
|
6370
|
-
exports.InstanceCredentials$ = InstanceCredentials$;
|
|
6371
|
-
exports.InstanceDefinition$ = InstanceDefinition$;
|
|
6372
2822
|
exports.InstanceRoleCredentialsProvider = InstanceRoleCredentialsProvider;
|
|
6373
2823
|
exports.InstanceStatus = InstanceStatus;
|
|
6374
|
-
exports.InternalServiceException = InternalServiceException;
|
|
6375
|
-
exports.InternalServiceException$ = InternalServiceException$;
|
|
6376
|
-
exports.InvalidFleetStatusException = InvalidFleetStatusException;
|
|
6377
|
-
exports.InvalidFleetStatusException$ = InvalidFleetStatusException$;
|
|
6378
|
-
exports.InvalidGameSessionStatusException = InvalidGameSessionStatusException;
|
|
6379
|
-
exports.InvalidGameSessionStatusException$ = InvalidGameSessionStatusException$;
|
|
6380
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
6381
|
-
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
6382
|
-
exports.IpPermission$ = IpPermission$;
|
|
6383
2824
|
exports.IpProtocol = IpProtocol;
|
|
6384
|
-
exports.LaunchTemplateSpecification$ = LaunchTemplateSpecification$;
|
|
6385
|
-
exports.LimitExceededException = LimitExceededException;
|
|
6386
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
6387
|
-
exports.ListAliases$ = ListAliases$;
|
|
6388
2825
|
exports.ListAliasesCommand = ListAliasesCommand;
|
|
6389
|
-
exports.ListAliasesInput$ = ListAliasesInput$;
|
|
6390
|
-
exports.ListAliasesOutput$ = ListAliasesOutput$;
|
|
6391
|
-
exports.ListBuilds$ = ListBuilds$;
|
|
6392
2826
|
exports.ListBuildsCommand = ListBuildsCommand;
|
|
6393
|
-
exports.ListBuildsInput$ = ListBuildsInput$;
|
|
6394
|
-
exports.ListBuildsOutput$ = ListBuildsOutput$;
|
|
6395
|
-
exports.ListCompute$ = ListCompute$;
|
|
6396
2827
|
exports.ListComputeCommand = ListComputeCommand;
|
|
6397
|
-
exports.ListComputeInput$ = ListComputeInput$;
|
|
6398
2828
|
exports.ListComputeInputStatus = ListComputeInputStatus;
|
|
6399
|
-
exports.ListComputeOutput$ = ListComputeOutput$;
|
|
6400
|
-
exports.ListContainerFleets$ = ListContainerFleets$;
|
|
6401
2829
|
exports.ListContainerFleetsCommand = ListContainerFleetsCommand;
|
|
6402
|
-
exports.ListContainerFleetsInput$ = ListContainerFleetsInput$;
|
|
6403
|
-
exports.ListContainerFleetsOutput$ = ListContainerFleetsOutput$;
|
|
6404
|
-
exports.ListContainerGroupDefinitionVersions$ = ListContainerGroupDefinitionVersions$;
|
|
6405
2830
|
exports.ListContainerGroupDefinitionVersionsCommand = ListContainerGroupDefinitionVersionsCommand;
|
|
6406
|
-
exports.ListContainerGroupDefinitionVersionsInput$ = ListContainerGroupDefinitionVersionsInput$;
|
|
6407
|
-
exports.ListContainerGroupDefinitionVersionsOutput$ = ListContainerGroupDefinitionVersionsOutput$;
|
|
6408
|
-
exports.ListContainerGroupDefinitions$ = ListContainerGroupDefinitions$;
|
|
6409
2831
|
exports.ListContainerGroupDefinitionsCommand = ListContainerGroupDefinitionsCommand;
|
|
6410
|
-
exports.ListContainerGroupDefinitionsInput$ = ListContainerGroupDefinitionsInput$;
|
|
6411
|
-
exports.ListContainerGroupDefinitionsOutput$ = ListContainerGroupDefinitionsOutput$;
|
|
6412
|
-
exports.ListFleetDeployments$ = ListFleetDeployments$;
|
|
6413
2832
|
exports.ListFleetDeploymentsCommand = ListFleetDeploymentsCommand;
|
|
6414
|
-
exports.ListFleetDeploymentsInput$ = ListFleetDeploymentsInput$;
|
|
6415
|
-
exports.ListFleetDeploymentsOutput$ = ListFleetDeploymentsOutput$;
|
|
6416
|
-
exports.ListFleets$ = ListFleets$;
|
|
6417
2833
|
exports.ListFleetsCommand = ListFleetsCommand;
|
|
6418
|
-
exports.ListFleetsInput$ = ListFleetsInput$;
|
|
6419
|
-
exports.ListFleetsOutput$ = ListFleetsOutput$;
|
|
6420
|
-
exports.ListGameServerGroups$ = ListGameServerGroups$;
|
|
6421
2834
|
exports.ListGameServerGroupsCommand = ListGameServerGroupsCommand;
|
|
6422
|
-
exports.ListGameServerGroupsInput$ = ListGameServerGroupsInput$;
|
|
6423
|
-
exports.ListGameServerGroupsOutput$ = ListGameServerGroupsOutput$;
|
|
6424
|
-
exports.ListGameServers$ = ListGameServers$;
|
|
6425
2835
|
exports.ListGameServersCommand = ListGameServersCommand;
|
|
6426
|
-
exports.ListGameServersInput$ = ListGameServersInput$;
|
|
6427
|
-
exports.ListGameServersOutput$ = ListGameServersOutput$;
|
|
6428
|
-
exports.ListLocations$ = ListLocations$;
|
|
6429
2836
|
exports.ListLocationsCommand = ListLocationsCommand;
|
|
6430
|
-
exports.ListLocationsInput$ = ListLocationsInput$;
|
|
6431
|
-
exports.ListLocationsOutput$ = ListLocationsOutput$;
|
|
6432
|
-
exports.ListScripts$ = ListScripts$;
|
|
6433
2837
|
exports.ListScriptsCommand = ListScriptsCommand;
|
|
6434
|
-
exports.ListScriptsInput$ = ListScriptsInput$;
|
|
6435
|
-
exports.ListScriptsOutput$ = ListScriptsOutput$;
|
|
6436
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
6437
2838
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
6438
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
6439
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
6440
|
-
exports.LocationAttributes$ = LocationAttributes$;
|
|
6441
|
-
exports.LocationConfiguration$ = LocationConfiguration$;
|
|
6442
2839
|
exports.LocationFilter = LocationFilter;
|
|
6443
|
-
exports.LocationModel$ = LocationModel$;
|
|
6444
|
-
exports.LocationState$ = LocationState$;
|
|
6445
2840
|
exports.LocationUpdateStatus = LocationUpdateStatus;
|
|
6446
|
-
exports.LocationalDeployment$ = LocationalDeployment$;
|
|
6447
|
-
exports.LogConfiguration$ = LogConfiguration$;
|
|
6448
2841
|
exports.LogDestination = LogDestination;
|
|
6449
|
-
exports.ManagedCapacityConfiguration$ = ManagedCapacityConfiguration$;
|
|
6450
|
-
exports.MatchedPlayerSession$ = MatchedPlayerSession$;
|
|
6451
|
-
exports.MatchmakingConfiguration$ = MatchmakingConfiguration$;
|
|
6452
2842
|
exports.MatchmakingConfigurationStatus = MatchmakingConfigurationStatus;
|
|
6453
|
-
exports.MatchmakingRuleSet$ = MatchmakingRuleSet$;
|
|
6454
|
-
exports.MatchmakingTicket$ = MatchmakingTicket$;
|
|
6455
2843
|
exports.MetricName = MetricName;
|
|
6456
|
-
exports.NotFoundException = NotFoundException;
|
|
6457
|
-
exports.NotFoundException$ = NotFoundException$;
|
|
6458
|
-
exports.NotReadyException = NotReadyException;
|
|
6459
|
-
exports.NotReadyException$ = NotReadyException$;
|
|
6460
2844
|
exports.OperatingSystem = OperatingSystem;
|
|
6461
|
-
exports.OutOfCapacityException = OutOfCapacityException;
|
|
6462
|
-
exports.OutOfCapacityException$ = OutOfCapacityException$;
|
|
6463
|
-
exports.PingBeacon$ = PingBeacon$;
|
|
6464
|
-
exports.PlacedPlayerSession$ = PlacedPlayerSession$;
|
|
6465
2845
|
exports.PlacementFallbackStrategy = PlacementFallbackStrategy;
|
|
6466
|
-
exports.Player$ = Player$;
|
|
6467
|
-
exports.PlayerLatency$ = PlayerLatency$;
|
|
6468
|
-
exports.PlayerLatencyPolicy$ = PlayerLatencyPolicy$;
|
|
6469
|
-
exports.PlayerSession$ = PlayerSession$;
|
|
6470
2846
|
exports.PlayerSessionCreationPolicy = PlayerSessionCreationPolicy;
|
|
6471
2847
|
exports.PlayerSessionStatus = PlayerSessionStatus;
|
|
6472
2848
|
exports.PolicyType = PolicyType;
|
|
6473
|
-
exports.PriorityConfiguration$ = PriorityConfiguration$;
|
|
6474
|
-
exports.PriorityConfigurationOverride$ = PriorityConfigurationOverride$;
|
|
6475
2849
|
exports.PriorityType = PriorityType;
|
|
6476
2850
|
exports.ProtectionPolicy = ProtectionPolicy;
|
|
6477
|
-
exports.PutScalingPolicy$ = PutScalingPolicy$;
|
|
6478
2851
|
exports.PutScalingPolicyCommand = PutScalingPolicyCommand;
|
|
6479
|
-
exports.PutScalingPolicyInput$ = PutScalingPolicyInput$;
|
|
6480
|
-
exports.PutScalingPolicyOutput$ = PutScalingPolicyOutput$;
|
|
6481
|
-
exports.RegisterCompute$ = RegisterCompute$;
|
|
6482
2852
|
exports.RegisterComputeCommand = RegisterComputeCommand;
|
|
6483
|
-
exports.RegisterComputeInput$ = RegisterComputeInput$;
|
|
6484
|
-
exports.RegisterComputeOutput$ = RegisterComputeOutput$;
|
|
6485
|
-
exports.RegisterGameServer$ = RegisterGameServer$;
|
|
6486
2853
|
exports.RegisterGameServerCommand = RegisterGameServerCommand;
|
|
6487
|
-
exports.RegisterGameServerInput$ = RegisterGameServerInput$;
|
|
6488
|
-
exports.RegisterGameServerOutput$ = RegisterGameServerOutput$;
|
|
6489
|
-
exports.RequestUploadCredentials$ = RequestUploadCredentials$;
|
|
6490
2854
|
exports.RequestUploadCredentialsCommand = RequestUploadCredentialsCommand;
|
|
6491
|
-
exports.RequestUploadCredentialsInput$ = RequestUploadCredentialsInput$;
|
|
6492
|
-
exports.RequestUploadCredentialsOutput$ = RequestUploadCredentialsOutput$;
|
|
6493
|
-
exports.ResolveAlias$ = ResolveAlias$;
|
|
6494
2855
|
exports.ResolveAliasCommand = ResolveAliasCommand;
|
|
6495
|
-
exports.ResolveAliasInput$ = ResolveAliasInput$;
|
|
6496
|
-
exports.ResolveAliasOutput$ = ResolveAliasOutput$;
|
|
6497
|
-
exports.ResourceCreationLimitPolicy$ = ResourceCreationLimitPolicy$;
|
|
6498
|
-
exports.ResumeGameServerGroup$ = ResumeGameServerGroup$;
|
|
6499
2856
|
exports.ResumeGameServerGroupCommand = ResumeGameServerGroupCommand;
|
|
6500
|
-
exports.ResumeGameServerGroupInput$ = ResumeGameServerGroupInput$;
|
|
6501
|
-
exports.ResumeGameServerGroupOutput$ = ResumeGameServerGroupOutput$;
|
|
6502
|
-
exports.RoutingStrategy$ = RoutingStrategy$;
|
|
6503
2857
|
exports.RoutingStrategyType = RoutingStrategyType;
|
|
6504
|
-
exports.RuntimeConfiguration$ = RuntimeConfiguration$;
|
|
6505
|
-
exports.S3Location$ = S3Location$;
|
|
6506
2858
|
exports.ScalingAdjustmentType = ScalingAdjustmentType;
|
|
6507
|
-
exports.ScalingPolicy$ = ScalingPolicy$;
|
|
6508
2859
|
exports.ScalingStatusType = ScalingStatusType;
|
|
6509
|
-
exports.Script$ = Script$;
|
|
6510
|
-
exports.SearchGameSessions$ = SearchGameSessions$;
|
|
6511
2860
|
exports.SearchGameSessionsCommand = SearchGameSessionsCommand;
|
|
6512
|
-
exports.SearchGameSessionsInput$ = SearchGameSessionsInput$;
|
|
6513
|
-
exports.SearchGameSessionsOutput$ = SearchGameSessionsOutput$;
|
|
6514
|
-
exports.ServerProcess$ = ServerProcess$;
|
|
6515
2861
|
exports.SortOrder = SortOrder;
|
|
6516
|
-
exports.StartFleetActions$ = StartFleetActions$;
|
|
6517
2862
|
exports.StartFleetActionsCommand = StartFleetActionsCommand;
|
|
6518
|
-
exports.StartFleetActionsInput$ = StartFleetActionsInput$;
|
|
6519
|
-
exports.StartFleetActionsOutput$ = StartFleetActionsOutput$;
|
|
6520
|
-
exports.StartGameSessionPlacement$ = StartGameSessionPlacement$;
|
|
6521
2863
|
exports.StartGameSessionPlacementCommand = StartGameSessionPlacementCommand;
|
|
6522
|
-
exports.StartGameSessionPlacementInput$ = StartGameSessionPlacementInput$;
|
|
6523
|
-
exports.StartGameSessionPlacementOutput$ = StartGameSessionPlacementOutput$;
|
|
6524
|
-
exports.StartMatchBackfill$ = StartMatchBackfill$;
|
|
6525
2864
|
exports.StartMatchBackfillCommand = StartMatchBackfillCommand;
|
|
6526
|
-
exports.StartMatchBackfillInput$ = StartMatchBackfillInput$;
|
|
6527
|
-
exports.StartMatchBackfillOutput$ = StartMatchBackfillOutput$;
|
|
6528
|
-
exports.StartMatchmaking$ = StartMatchmaking$;
|
|
6529
2865
|
exports.StartMatchmakingCommand = StartMatchmakingCommand;
|
|
6530
|
-
exports.StartMatchmakingInput$ = StartMatchmakingInput$;
|
|
6531
|
-
exports.StartMatchmakingOutput$ = StartMatchmakingOutput$;
|
|
6532
|
-
exports.StopFleetActions$ = StopFleetActions$;
|
|
6533
2866
|
exports.StopFleetActionsCommand = StopFleetActionsCommand;
|
|
6534
|
-
exports.StopFleetActionsInput$ = StopFleetActionsInput$;
|
|
6535
|
-
exports.StopFleetActionsOutput$ = StopFleetActionsOutput$;
|
|
6536
|
-
exports.StopGameSessionPlacement$ = StopGameSessionPlacement$;
|
|
6537
2867
|
exports.StopGameSessionPlacementCommand = StopGameSessionPlacementCommand;
|
|
6538
|
-
exports.StopGameSessionPlacementInput$ = StopGameSessionPlacementInput$;
|
|
6539
|
-
exports.StopGameSessionPlacementOutput$ = StopGameSessionPlacementOutput$;
|
|
6540
|
-
exports.StopMatchmaking$ = StopMatchmaking$;
|
|
6541
2868
|
exports.StopMatchmakingCommand = StopMatchmakingCommand;
|
|
6542
|
-
exports.StopMatchmakingInput$ = StopMatchmakingInput$;
|
|
6543
|
-
exports.StopMatchmakingOutput$ = StopMatchmakingOutput$;
|
|
6544
|
-
exports.SupportContainerDefinition$ = SupportContainerDefinition$;
|
|
6545
|
-
exports.SupportContainerDefinitionInput$ = SupportContainerDefinitionInput$;
|
|
6546
|
-
exports.SuspendGameServerGroup$ = SuspendGameServerGroup$;
|
|
6547
2869
|
exports.SuspendGameServerGroupCommand = SuspendGameServerGroupCommand;
|
|
6548
|
-
exports.SuspendGameServerGroupInput$ = SuspendGameServerGroupInput$;
|
|
6549
|
-
exports.SuspendGameServerGroupOutput$ = SuspendGameServerGroupOutput$;
|
|
6550
|
-
exports.Tag$ = Tag$;
|
|
6551
|
-
exports.TagResource$ = TagResource$;
|
|
6552
2870
|
exports.TagResourceCommand = TagResourceCommand;
|
|
6553
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
6554
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
6555
|
-
exports.TaggingFailedException = TaggingFailedException;
|
|
6556
|
-
exports.TaggingFailedException$ = TaggingFailedException$;
|
|
6557
|
-
exports.TargetConfiguration$ = TargetConfiguration$;
|
|
6558
|
-
exports.TargetTrackingConfiguration$ = TargetTrackingConfiguration$;
|
|
6559
|
-
exports.TerminalRoutingStrategyException = TerminalRoutingStrategyException;
|
|
6560
|
-
exports.TerminalRoutingStrategyException$ = TerminalRoutingStrategyException$;
|
|
6561
|
-
exports.TerminateGameSession$ = TerminateGameSession$;
|
|
6562
2871
|
exports.TerminateGameSessionCommand = TerminateGameSessionCommand;
|
|
6563
|
-
exports.TerminateGameSessionInput$ = TerminateGameSessionInput$;
|
|
6564
|
-
exports.TerminateGameSessionOutput$ = TerminateGameSessionOutput$;
|
|
6565
2872
|
exports.TerminationMode = TerminationMode;
|
|
6566
|
-
exports.UDPEndpoint$ = UDPEndpoint$;
|
|
6567
|
-
exports.UnauthorizedException = UnauthorizedException;
|
|
6568
|
-
exports.UnauthorizedException$ = UnauthorizedException$;
|
|
6569
|
-
exports.UnsupportedRegionException = UnsupportedRegionException;
|
|
6570
|
-
exports.UnsupportedRegionException$ = UnsupportedRegionException$;
|
|
6571
|
-
exports.UntagResource$ = UntagResource$;
|
|
6572
2873
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
6573
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
6574
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
6575
|
-
exports.UpdateAlias$ = UpdateAlias$;
|
|
6576
2874
|
exports.UpdateAliasCommand = UpdateAliasCommand;
|
|
6577
|
-
exports.UpdateAliasInput$ = UpdateAliasInput$;
|
|
6578
|
-
exports.UpdateAliasOutput$ = UpdateAliasOutput$;
|
|
6579
|
-
exports.UpdateBuild$ = UpdateBuild$;
|
|
6580
2875
|
exports.UpdateBuildCommand = UpdateBuildCommand;
|
|
6581
|
-
exports.UpdateBuildInput$ = UpdateBuildInput$;
|
|
6582
|
-
exports.UpdateBuildOutput$ = UpdateBuildOutput$;
|
|
6583
|
-
exports.UpdateContainerFleet$ = UpdateContainerFleet$;
|
|
6584
2876
|
exports.UpdateContainerFleetCommand = UpdateContainerFleetCommand;
|
|
6585
|
-
exports.UpdateContainerFleetInput$ = UpdateContainerFleetInput$;
|
|
6586
|
-
exports.UpdateContainerFleetOutput$ = UpdateContainerFleetOutput$;
|
|
6587
|
-
exports.UpdateContainerGroupDefinition$ = UpdateContainerGroupDefinition$;
|
|
6588
2877
|
exports.UpdateContainerGroupDefinitionCommand = UpdateContainerGroupDefinitionCommand;
|
|
6589
|
-
exports.UpdateContainerGroupDefinitionInput$ = UpdateContainerGroupDefinitionInput$;
|
|
6590
|
-
exports.UpdateContainerGroupDefinitionOutput$ = UpdateContainerGroupDefinitionOutput$;
|
|
6591
|
-
exports.UpdateFleetAttributes$ = UpdateFleetAttributes$;
|
|
6592
2878
|
exports.UpdateFleetAttributesCommand = UpdateFleetAttributesCommand;
|
|
6593
|
-
exports.UpdateFleetAttributesInput$ = UpdateFleetAttributesInput$;
|
|
6594
|
-
exports.UpdateFleetAttributesOutput$ = UpdateFleetAttributesOutput$;
|
|
6595
|
-
exports.UpdateFleetCapacity$ = UpdateFleetCapacity$;
|
|
6596
2879
|
exports.UpdateFleetCapacityCommand = UpdateFleetCapacityCommand;
|
|
6597
|
-
exports.UpdateFleetCapacityInput$ = UpdateFleetCapacityInput$;
|
|
6598
|
-
exports.UpdateFleetCapacityOutput$ = UpdateFleetCapacityOutput$;
|
|
6599
|
-
exports.UpdateFleetPortSettings$ = UpdateFleetPortSettings$;
|
|
6600
2880
|
exports.UpdateFleetPortSettingsCommand = UpdateFleetPortSettingsCommand;
|
|
6601
|
-
exports.UpdateFleetPortSettingsInput$ = UpdateFleetPortSettingsInput$;
|
|
6602
|
-
exports.UpdateFleetPortSettingsOutput$ = UpdateFleetPortSettingsOutput$;
|
|
6603
|
-
exports.UpdateGameServer$ = UpdateGameServer$;
|
|
6604
2881
|
exports.UpdateGameServerCommand = UpdateGameServerCommand;
|
|
6605
|
-
exports.UpdateGameServerGroup$ = UpdateGameServerGroup$;
|
|
6606
2882
|
exports.UpdateGameServerGroupCommand = UpdateGameServerGroupCommand;
|
|
6607
|
-
exports.UpdateGameServerGroupInput$ = UpdateGameServerGroupInput$;
|
|
6608
|
-
exports.UpdateGameServerGroupOutput$ = UpdateGameServerGroupOutput$;
|
|
6609
|
-
exports.UpdateGameServerInput$ = UpdateGameServerInput$;
|
|
6610
|
-
exports.UpdateGameServerOutput$ = UpdateGameServerOutput$;
|
|
6611
|
-
exports.UpdateGameSession$ = UpdateGameSession$;
|
|
6612
2883
|
exports.UpdateGameSessionCommand = UpdateGameSessionCommand;
|
|
6613
|
-
exports.UpdateGameSessionInput$ = UpdateGameSessionInput$;
|
|
6614
|
-
exports.UpdateGameSessionOutput$ = UpdateGameSessionOutput$;
|
|
6615
|
-
exports.UpdateGameSessionQueue$ = UpdateGameSessionQueue$;
|
|
6616
2884
|
exports.UpdateGameSessionQueueCommand = UpdateGameSessionQueueCommand;
|
|
6617
|
-
exports.UpdateGameSessionQueueInput$ = UpdateGameSessionQueueInput$;
|
|
6618
|
-
exports.UpdateGameSessionQueueOutput$ = UpdateGameSessionQueueOutput$;
|
|
6619
|
-
exports.UpdateMatchmakingConfiguration$ = UpdateMatchmakingConfiguration$;
|
|
6620
2885
|
exports.UpdateMatchmakingConfigurationCommand = UpdateMatchmakingConfigurationCommand;
|
|
6621
|
-
exports.UpdateMatchmakingConfigurationInput$ = UpdateMatchmakingConfigurationInput$;
|
|
6622
|
-
exports.UpdateMatchmakingConfigurationOutput$ = UpdateMatchmakingConfigurationOutput$;
|
|
6623
|
-
exports.UpdateRuntimeConfiguration$ = UpdateRuntimeConfiguration$;
|
|
6624
2886
|
exports.UpdateRuntimeConfigurationCommand = UpdateRuntimeConfigurationCommand;
|
|
6625
|
-
exports.UpdateRuntimeConfigurationInput$ = UpdateRuntimeConfigurationInput$;
|
|
6626
|
-
exports.UpdateRuntimeConfigurationOutput$ = UpdateRuntimeConfigurationOutput$;
|
|
6627
|
-
exports.UpdateScript$ = UpdateScript$;
|
|
6628
2887
|
exports.UpdateScriptCommand = UpdateScriptCommand;
|
|
6629
|
-
exports.UpdateScriptInput$ = UpdateScriptInput$;
|
|
6630
|
-
exports.UpdateScriptOutput$ = UpdateScriptOutput$;
|
|
6631
|
-
exports.ValidateMatchmakingRuleSet$ = ValidateMatchmakingRuleSet$;
|
|
6632
2888
|
exports.ValidateMatchmakingRuleSetCommand = ValidateMatchmakingRuleSetCommand;
|
|
6633
|
-
exports.ValidateMatchmakingRuleSetInput$ = ValidateMatchmakingRuleSetInput$;
|
|
6634
|
-
exports.ValidateMatchmakingRuleSetOutput$ = ValidateMatchmakingRuleSetOutput$;
|
|
6635
|
-
exports.VpcPeeringAuthorization$ = VpcPeeringAuthorization$;
|
|
6636
|
-
exports.VpcPeeringConnection$ = VpcPeeringConnection$;
|
|
6637
|
-
exports.VpcPeeringConnectionStatus$ = VpcPeeringConnectionStatus$;
|
|
6638
2889
|
exports.ZeroCapacityStrategy = ZeroCapacityStrategy;
|
|
6639
2890
|
exports.paginateDescribeFleetAttributes = paginateDescribeFleetAttributes;
|
|
6640
2891
|
exports.paginateDescribeFleetCapacity = paginateDescribeFleetCapacity;
|
|
@@ -6663,3 +2914,15 @@ exports.paginateListGameServers = paginateListGameServers;
|
|
|
6663
2914
|
exports.paginateListLocations = paginateListLocations;
|
|
6664
2915
|
exports.paginateListScripts = paginateListScripts;
|
|
6665
2916
|
exports.paginateSearchGameSessions = paginateSearchGameSessions;
|
|
2917
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
2918
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
2919
|
+
enumerable: true,
|
|
2920
|
+
get: function () { return schemas_0[k]; }
|
|
2921
|
+
});
|
|
2922
|
+
});
|
|
2923
|
+
Object.keys(errors).forEach(function (k) {
|
|
2924
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
2925
|
+
enumerable: true,
|
|
2926
|
+
get: function () { return errors[k]; }
|
|
2927
|
+
});
|
|
2928
|
+
});
|