@aws-sdk/client-gamelift 3.957.0 → 3.962.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/README.md +1 -123
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1756 -2072
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1780 -2096
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -66,10 +66,8 @@ and resources</a>
|
|
|
66
66
|
</ul>
|
|
67
67
|
|
|
68
68
|
## Installing
|
|
69
|
-
|
|
70
69
|
To install this package, simply type add or install @aws-sdk/client-gamelift
|
|
71
70
|
using your favorite package manager:
|
|
72
|
-
|
|
73
71
|
- `npm install @aws-sdk/client-gamelift`
|
|
74
72
|
- `yarn add @aws-sdk/client-gamelift`
|
|
75
73
|
- `pnpm add @aws-sdk/client-gamelift`
|
|
@@ -105,9 +103,7 @@ To send a request, you:
|
|
|
105
103
|
// a client can be shared by different commands.
|
|
106
104
|
const client = new GameLiftClient({ region: "REGION" });
|
|
107
105
|
|
|
108
|
-
const params = {
|
|
109
|
-
/** input parameters */
|
|
110
|
-
};
|
|
106
|
+
const params = { /** input parameters */ };
|
|
111
107
|
const command = new ListAliasesCommand(params);
|
|
112
108
|
```
|
|
113
109
|
|
|
@@ -266,7 +262,6 @@ AcceptMatch
|
|
|
266
262
|
</summary>
|
|
267
263
|
|
|
268
264
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/AcceptMatchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/AcceptMatchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/AcceptMatchCommandOutput/)
|
|
269
|
-
|
|
270
265
|
</details>
|
|
271
266
|
<details>
|
|
272
267
|
<summary>
|
|
@@ -274,7 +269,6 @@ ClaimGameServer
|
|
|
274
269
|
</summary>
|
|
275
270
|
|
|
276
271
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ClaimGameServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ClaimGameServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ClaimGameServerCommandOutput/)
|
|
277
|
-
|
|
278
272
|
</details>
|
|
279
273
|
<details>
|
|
280
274
|
<summary>
|
|
@@ -282,7 +276,6 @@ CreateAlias
|
|
|
282
276
|
</summary>
|
|
283
277
|
|
|
284
278
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateAliasCommandOutput/)
|
|
285
|
-
|
|
286
279
|
</details>
|
|
287
280
|
<details>
|
|
288
281
|
<summary>
|
|
@@ -290,7 +283,6 @@ CreateBuild
|
|
|
290
283
|
</summary>
|
|
291
284
|
|
|
292
285
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateBuildCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateBuildCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateBuildCommandOutput/)
|
|
293
|
-
|
|
294
286
|
</details>
|
|
295
287
|
<details>
|
|
296
288
|
<summary>
|
|
@@ -298,7 +290,6 @@ CreateContainerFleet
|
|
|
298
290
|
</summary>
|
|
299
291
|
|
|
300
292
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateContainerFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateContainerFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateContainerFleetCommandOutput/)
|
|
301
|
-
|
|
302
293
|
</details>
|
|
303
294
|
<details>
|
|
304
295
|
<summary>
|
|
@@ -306,7 +297,6 @@ CreateContainerGroupDefinition
|
|
|
306
297
|
</summary>
|
|
307
298
|
|
|
308
299
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateContainerGroupDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateContainerGroupDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateContainerGroupDefinitionCommandOutput/)
|
|
309
|
-
|
|
310
300
|
</details>
|
|
311
301
|
<details>
|
|
312
302
|
<summary>
|
|
@@ -314,7 +304,6 @@ CreateFleet
|
|
|
314
304
|
</summary>
|
|
315
305
|
|
|
316
306
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateFleetCommandOutput/)
|
|
317
|
-
|
|
318
307
|
</details>
|
|
319
308
|
<details>
|
|
320
309
|
<summary>
|
|
@@ -322,7 +311,6 @@ CreateFleetLocations
|
|
|
322
311
|
</summary>
|
|
323
312
|
|
|
324
313
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateFleetLocationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateFleetLocationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateFleetLocationsCommandOutput/)
|
|
325
|
-
|
|
326
314
|
</details>
|
|
327
315
|
<details>
|
|
328
316
|
<summary>
|
|
@@ -330,7 +318,6 @@ CreateGameServerGroup
|
|
|
330
318
|
</summary>
|
|
331
319
|
|
|
332
320
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateGameServerGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateGameServerGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateGameServerGroupCommandOutput/)
|
|
333
|
-
|
|
334
321
|
</details>
|
|
335
322
|
<details>
|
|
336
323
|
<summary>
|
|
@@ -338,7 +325,6 @@ CreateGameSession
|
|
|
338
325
|
</summary>
|
|
339
326
|
|
|
340
327
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateGameSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateGameSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateGameSessionCommandOutput/)
|
|
341
|
-
|
|
342
328
|
</details>
|
|
343
329
|
<details>
|
|
344
330
|
<summary>
|
|
@@ -346,7 +332,6 @@ CreateGameSessionQueue
|
|
|
346
332
|
</summary>
|
|
347
333
|
|
|
348
334
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateGameSessionQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateGameSessionQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateGameSessionQueueCommandOutput/)
|
|
349
|
-
|
|
350
335
|
</details>
|
|
351
336
|
<details>
|
|
352
337
|
<summary>
|
|
@@ -354,7 +339,6 @@ CreateLocation
|
|
|
354
339
|
</summary>
|
|
355
340
|
|
|
356
341
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateLocationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateLocationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateLocationCommandOutput/)
|
|
357
|
-
|
|
358
342
|
</details>
|
|
359
343
|
<details>
|
|
360
344
|
<summary>
|
|
@@ -362,7 +346,6 @@ CreateMatchmakingConfiguration
|
|
|
362
346
|
</summary>
|
|
363
347
|
|
|
364
348
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateMatchmakingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateMatchmakingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateMatchmakingConfigurationCommandOutput/)
|
|
365
|
-
|
|
366
349
|
</details>
|
|
367
350
|
<details>
|
|
368
351
|
<summary>
|
|
@@ -370,7 +353,6 @@ CreateMatchmakingRuleSet
|
|
|
370
353
|
</summary>
|
|
371
354
|
|
|
372
355
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateMatchmakingRuleSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateMatchmakingRuleSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateMatchmakingRuleSetCommandOutput/)
|
|
373
|
-
|
|
374
356
|
</details>
|
|
375
357
|
<details>
|
|
376
358
|
<summary>
|
|
@@ -378,7 +360,6 @@ CreatePlayerSession
|
|
|
378
360
|
</summary>
|
|
379
361
|
|
|
380
362
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreatePlayerSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreatePlayerSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreatePlayerSessionCommandOutput/)
|
|
381
|
-
|
|
382
363
|
</details>
|
|
383
364
|
<details>
|
|
384
365
|
<summary>
|
|
@@ -386,7 +367,6 @@ CreatePlayerSessions
|
|
|
386
367
|
</summary>
|
|
387
368
|
|
|
388
369
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreatePlayerSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreatePlayerSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreatePlayerSessionsCommandOutput/)
|
|
389
|
-
|
|
390
370
|
</details>
|
|
391
371
|
<details>
|
|
392
372
|
<summary>
|
|
@@ -394,7 +374,6 @@ CreateScript
|
|
|
394
374
|
</summary>
|
|
395
375
|
|
|
396
376
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateScriptCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateScriptCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateScriptCommandOutput/)
|
|
397
|
-
|
|
398
377
|
</details>
|
|
399
378
|
<details>
|
|
400
379
|
<summary>
|
|
@@ -402,7 +381,6 @@ CreateVpcPeeringAuthorization
|
|
|
402
381
|
</summary>
|
|
403
382
|
|
|
404
383
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateVpcPeeringAuthorizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateVpcPeeringAuthorizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateVpcPeeringAuthorizationCommandOutput/)
|
|
405
|
-
|
|
406
384
|
</details>
|
|
407
385
|
<details>
|
|
408
386
|
<summary>
|
|
@@ -410,7 +388,6 @@ CreateVpcPeeringConnection
|
|
|
410
388
|
</summary>
|
|
411
389
|
|
|
412
390
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/CreateVpcPeeringConnectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateVpcPeeringConnectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/CreateVpcPeeringConnectionCommandOutput/)
|
|
413
|
-
|
|
414
391
|
</details>
|
|
415
392
|
<details>
|
|
416
393
|
<summary>
|
|
@@ -418,7 +395,6 @@ DeleteAlias
|
|
|
418
395
|
</summary>
|
|
419
396
|
|
|
420
397
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteAliasCommandOutput/)
|
|
421
|
-
|
|
422
398
|
</details>
|
|
423
399
|
<details>
|
|
424
400
|
<summary>
|
|
@@ -426,7 +402,6 @@ DeleteBuild
|
|
|
426
402
|
</summary>
|
|
427
403
|
|
|
428
404
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteBuildCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteBuildCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteBuildCommandOutput/)
|
|
429
|
-
|
|
430
405
|
</details>
|
|
431
406
|
<details>
|
|
432
407
|
<summary>
|
|
@@ -434,7 +409,6 @@ DeleteContainerFleet
|
|
|
434
409
|
</summary>
|
|
435
410
|
|
|
436
411
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteContainerFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteContainerFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteContainerFleetCommandOutput/)
|
|
437
|
-
|
|
438
412
|
</details>
|
|
439
413
|
<details>
|
|
440
414
|
<summary>
|
|
@@ -442,7 +416,6 @@ DeleteContainerGroupDefinition
|
|
|
442
416
|
</summary>
|
|
443
417
|
|
|
444
418
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteContainerGroupDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteContainerGroupDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteContainerGroupDefinitionCommandOutput/)
|
|
445
|
-
|
|
446
419
|
</details>
|
|
447
420
|
<details>
|
|
448
421
|
<summary>
|
|
@@ -450,7 +423,6 @@ DeleteFleet
|
|
|
450
423
|
</summary>
|
|
451
424
|
|
|
452
425
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteFleetCommandOutput/)
|
|
453
|
-
|
|
454
426
|
</details>
|
|
455
427
|
<details>
|
|
456
428
|
<summary>
|
|
@@ -458,7 +430,6 @@ DeleteFleetLocations
|
|
|
458
430
|
</summary>
|
|
459
431
|
|
|
460
432
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteFleetLocationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteFleetLocationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteFleetLocationsCommandOutput/)
|
|
461
|
-
|
|
462
433
|
</details>
|
|
463
434
|
<details>
|
|
464
435
|
<summary>
|
|
@@ -466,7 +437,6 @@ DeleteGameServerGroup
|
|
|
466
437
|
</summary>
|
|
467
438
|
|
|
468
439
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteGameServerGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteGameServerGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteGameServerGroupCommandOutput/)
|
|
469
|
-
|
|
470
440
|
</details>
|
|
471
441
|
<details>
|
|
472
442
|
<summary>
|
|
@@ -474,7 +444,6 @@ DeleteGameSessionQueue
|
|
|
474
444
|
</summary>
|
|
475
445
|
|
|
476
446
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteGameSessionQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteGameSessionQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteGameSessionQueueCommandOutput/)
|
|
477
|
-
|
|
478
447
|
</details>
|
|
479
448
|
<details>
|
|
480
449
|
<summary>
|
|
@@ -482,7 +451,6 @@ DeleteLocation
|
|
|
482
451
|
</summary>
|
|
483
452
|
|
|
484
453
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteLocationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteLocationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteLocationCommandOutput/)
|
|
485
|
-
|
|
486
454
|
</details>
|
|
487
455
|
<details>
|
|
488
456
|
<summary>
|
|
@@ -490,7 +458,6 @@ DeleteMatchmakingConfiguration
|
|
|
490
458
|
</summary>
|
|
491
459
|
|
|
492
460
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteMatchmakingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteMatchmakingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteMatchmakingConfigurationCommandOutput/)
|
|
493
|
-
|
|
494
461
|
</details>
|
|
495
462
|
<details>
|
|
496
463
|
<summary>
|
|
@@ -498,7 +465,6 @@ DeleteMatchmakingRuleSet
|
|
|
498
465
|
</summary>
|
|
499
466
|
|
|
500
467
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteMatchmakingRuleSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteMatchmakingRuleSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteMatchmakingRuleSetCommandOutput/)
|
|
501
|
-
|
|
502
468
|
</details>
|
|
503
469
|
<details>
|
|
504
470
|
<summary>
|
|
@@ -506,7 +472,6 @@ DeleteScalingPolicy
|
|
|
506
472
|
</summary>
|
|
507
473
|
|
|
508
474
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteScalingPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteScalingPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteScalingPolicyCommandOutput/)
|
|
509
|
-
|
|
510
475
|
</details>
|
|
511
476
|
<details>
|
|
512
477
|
<summary>
|
|
@@ -514,7 +479,6 @@ DeleteScript
|
|
|
514
479
|
</summary>
|
|
515
480
|
|
|
516
481
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteScriptCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteScriptCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteScriptCommandOutput/)
|
|
517
|
-
|
|
518
482
|
</details>
|
|
519
483
|
<details>
|
|
520
484
|
<summary>
|
|
@@ -522,7 +486,6 @@ DeleteVpcPeeringAuthorization
|
|
|
522
486
|
</summary>
|
|
523
487
|
|
|
524
488
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteVpcPeeringAuthorizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteVpcPeeringAuthorizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteVpcPeeringAuthorizationCommandOutput/)
|
|
525
|
-
|
|
526
489
|
</details>
|
|
527
490
|
<details>
|
|
528
491
|
<summary>
|
|
@@ -530,7 +493,6 @@ DeleteVpcPeeringConnection
|
|
|
530
493
|
</summary>
|
|
531
494
|
|
|
532
495
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeleteVpcPeeringConnectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteVpcPeeringConnectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeleteVpcPeeringConnectionCommandOutput/)
|
|
533
|
-
|
|
534
496
|
</details>
|
|
535
497
|
<details>
|
|
536
498
|
<summary>
|
|
@@ -538,7 +500,6 @@ DeregisterCompute
|
|
|
538
500
|
</summary>
|
|
539
501
|
|
|
540
502
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeregisterComputeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeregisterComputeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeregisterComputeCommandOutput/)
|
|
541
|
-
|
|
542
503
|
</details>
|
|
543
504
|
<details>
|
|
544
505
|
<summary>
|
|
@@ -546,7 +507,6 @@ DeregisterGameServer
|
|
|
546
507
|
</summary>
|
|
547
508
|
|
|
548
509
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DeregisterGameServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeregisterGameServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DeregisterGameServerCommandOutput/)
|
|
549
|
-
|
|
550
510
|
</details>
|
|
551
511
|
<details>
|
|
552
512
|
<summary>
|
|
@@ -554,7 +514,6 @@ DescribeAlias
|
|
|
554
514
|
</summary>
|
|
555
515
|
|
|
556
516
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeAliasCommandOutput/)
|
|
557
|
-
|
|
558
517
|
</details>
|
|
559
518
|
<details>
|
|
560
519
|
<summary>
|
|
@@ -562,7 +521,6 @@ DescribeBuild
|
|
|
562
521
|
</summary>
|
|
563
522
|
|
|
564
523
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeBuildCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeBuildCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeBuildCommandOutput/)
|
|
565
|
-
|
|
566
524
|
</details>
|
|
567
525
|
<details>
|
|
568
526
|
<summary>
|
|
@@ -570,7 +528,6 @@ DescribeCompute
|
|
|
570
528
|
</summary>
|
|
571
529
|
|
|
572
530
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeComputeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeComputeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeComputeCommandOutput/)
|
|
573
|
-
|
|
574
531
|
</details>
|
|
575
532
|
<details>
|
|
576
533
|
<summary>
|
|
@@ -578,7 +535,6 @@ DescribeContainerFleet
|
|
|
578
535
|
</summary>
|
|
579
536
|
|
|
580
537
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeContainerFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeContainerFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeContainerFleetCommandOutput/)
|
|
581
|
-
|
|
582
538
|
</details>
|
|
583
539
|
<details>
|
|
584
540
|
<summary>
|
|
@@ -586,7 +542,6 @@ DescribeContainerGroupDefinition
|
|
|
586
542
|
</summary>
|
|
587
543
|
|
|
588
544
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeContainerGroupDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeContainerGroupDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeContainerGroupDefinitionCommandOutput/)
|
|
589
|
-
|
|
590
545
|
</details>
|
|
591
546
|
<details>
|
|
592
547
|
<summary>
|
|
@@ -594,7 +549,6 @@ DescribeEC2InstanceLimits
|
|
|
594
549
|
</summary>
|
|
595
550
|
|
|
596
551
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeEC2InstanceLimitsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeEC2InstanceLimitsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeEC2InstanceLimitsCommandOutput/)
|
|
597
|
-
|
|
598
552
|
</details>
|
|
599
553
|
<details>
|
|
600
554
|
<summary>
|
|
@@ -602,7 +556,6 @@ DescribeFleetAttributes
|
|
|
602
556
|
</summary>
|
|
603
557
|
|
|
604
558
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeFleetAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetAttributesCommandOutput/)
|
|
605
|
-
|
|
606
559
|
</details>
|
|
607
560
|
<details>
|
|
608
561
|
<summary>
|
|
@@ -610,7 +563,6 @@ DescribeFleetCapacity
|
|
|
610
563
|
</summary>
|
|
611
564
|
|
|
612
565
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeFleetCapacityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetCapacityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetCapacityCommandOutput/)
|
|
613
|
-
|
|
614
566
|
</details>
|
|
615
567
|
<details>
|
|
616
568
|
<summary>
|
|
@@ -618,7 +570,6 @@ DescribeFleetDeployment
|
|
|
618
570
|
</summary>
|
|
619
571
|
|
|
620
572
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeFleetDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetDeploymentCommandOutput/)
|
|
621
|
-
|
|
622
573
|
</details>
|
|
623
574
|
<details>
|
|
624
575
|
<summary>
|
|
@@ -626,7 +577,6 @@ DescribeFleetEvents
|
|
|
626
577
|
</summary>
|
|
627
578
|
|
|
628
579
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeFleetEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetEventsCommandOutput/)
|
|
629
|
-
|
|
630
580
|
</details>
|
|
631
581
|
<details>
|
|
632
582
|
<summary>
|
|
@@ -634,7 +584,6 @@ DescribeFleetLocationAttributes
|
|
|
634
584
|
</summary>
|
|
635
585
|
|
|
636
586
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeFleetLocationAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetLocationAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetLocationAttributesCommandOutput/)
|
|
637
|
-
|
|
638
587
|
</details>
|
|
639
588
|
<details>
|
|
640
589
|
<summary>
|
|
@@ -642,7 +591,6 @@ DescribeFleetLocationCapacity
|
|
|
642
591
|
</summary>
|
|
643
592
|
|
|
644
593
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeFleetLocationCapacityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetLocationCapacityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetLocationCapacityCommandOutput/)
|
|
645
|
-
|
|
646
594
|
</details>
|
|
647
595
|
<details>
|
|
648
596
|
<summary>
|
|
@@ -650,7 +598,6 @@ DescribeFleetLocationUtilization
|
|
|
650
598
|
</summary>
|
|
651
599
|
|
|
652
600
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeFleetLocationUtilizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetLocationUtilizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetLocationUtilizationCommandOutput/)
|
|
653
|
-
|
|
654
601
|
</details>
|
|
655
602
|
<details>
|
|
656
603
|
<summary>
|
|
@@ -658,7 +605,6 @@ DescribeFleetPortSettings
|
|
|
658
605
|
</summary>
|
|
659
606
|
|
|
660
607
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeFleetPortSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetPortSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetPortSettingsCommandOutput/)
|
|
661
|
-
|
|
662
608
|
</details>
|
|
663
609
|
<details>
|
|
664
610
|
<summary>
|
|
@@ -666,7 +612,6 @@ DescribeFleetUtilization
|
|
|
666
612
|
</summary>
|
|
667
613
|
|
|
668
614
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeFleetUtilizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetUtilizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeFleetUtilizationCommandOutput/)
|
|
669
|
-
|
|
670
615
|
</details>
|
|
671
616
|
<details>
|
|
672
617
|
<summary>
|
|
@@ -674,7 +619,6 @@ DescribeGameServer
|
|
|
674
619
|
</summary>
|
|
675
620
|
|
|
676
621
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeGameServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameServerCommandOutput/)
|
|
677
|
-
|
|
678
622
|
</details>
|
|
679
623
|
<details>
|
|
680
624
|
<summary>
|
|
@@ -682,7 +626,6 @@ DescribeGameServerGroup
|
|
|
682
626
|
</summary>
|
|
683
627
|
|
|
684
628
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeGameServerGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameServerGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameServerGroupCommandOutput/)
|
|
685
|
-
|
|
686
629
|
</details>
|
|
687
630
|
<details>
|
|
688
631
|
<summary>
|
|
@@ -690,7 +633,6 @@ DescribeGameServerInstances
|
|
|
690
633
|
</summary>
|
|
691
634
|
|
|
692
635
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeGameServerInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameServerInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameServerInstancesCommandOutput/)
|
|
693
|
-
|
|
694
636
|
</details>
|
|
695
637
|
<details>
|
|
696
638
|
<summary>
|
|
@@ -698,7 +640,6 @@ DescribeGameSessionDetails
|
|
|
698
640
|
</summary>
|
|
699
641
|
|
|
700
642
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeGameSessionDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameSessionDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameSessionDetailsCommandOutput/)
|
|
701
|
-
|
|
702
643
|
</details>
|
|
703
644
|
<details>
|
|
704
645
|
<summary>
|
|
@@ -706,7 +647,6 @@ DescribeGameSessionPlacement
|
|
|
706
647
|
</summary>
|
|
707
648
|
|
|
708
649
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeGameSessionPlacementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameSessionPlacementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameSessionPlacementCommandOutput/)
|
|
709
|
-
|
|
710
650
|
</details>
|
|
711
651
|
<details>
|
|
712
652
|
<summary>
|
|
@@ -714,7 +654,6 @@ DescribeGameSessionQueues
|
|
|
714
654
|
</summary>
|
|
715
655
|
|
|
716
656
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeGameSessionQueuesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameSessionQueuesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameSessionQueuesCommandOutput/)
|
|
717
|
-
|
|
718
657
|
</details>
|
|
719
658
|
<details>
|
|
720
659
|
<summary>
|
|
@@ -722,7 +661,6 @@ DescribeGameSessions
|
|
|
722
661
|
</summary>
|
|
723
662
|
|
|
724
663
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeGameSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeGameSessionsCommandOutput/)
|
|
725
|
-
|
|
726
664
|
</details>
|
|
727
665
|
<details>
|
|
728
666
|
<summary>
|
|
@@ -730,7 +668,6 @@ DescribeInstances
|
|
|
730
668
|
</summary>
|
|
731
669
|
|
|
732
670
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeInstancesCommandOutput/)
|
|
733
|
-
|
|
734
671
|
</details>
|
|
735
672
|
<details>
|
|
736
673
|
<summary>
|
|
@@ -738,7 +675,6 @@ DescribeMatchmaking
|
|
|
738
675
|
</summary>
|
|
739
676
|
|
|
740
677
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeMatchmakingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeMatchmakingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeMatchmakingCommandOutput/)
|
|
741
|
-
|
|
742
678
|
</details>
|
|
743
679
|
<details>
|
|
744
680
|
<summary>
|
|
@@ -746,7 +682,6 @@ DescribeMatchmakingConfigurations
|
|
|
746
682
|
</summary>
|
|
747
683
|
|
|
748
684
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeMatchmakingConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeMatchmakingConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeMatchmakingConfigurationsCommandOutput/)
|
|
749
|
-
|
|
750
685
|
</details>
|
|
751
686
|
<details>
|
|
752
687
|
<summary>
|
|
@@ -754,7 +689,6 @@ DescribeMatchmakingRuleSets
|
|
|
754
689
|
</summary>
|
|
755
690
|
|
|
756
691
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeMatchmakingRuleSetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeMatchmakingRuleSetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeMatchmakingRuleSetsCommandOutput/)
|
|
757
|
-
|
|
758
692
|
</details>
|
|
759
693
|
<details>
|
|
760
694
|
<summary>
|
|
@@ -762,7 +696,6 @@ DescribePlayerSessions
|
|
|
762
696
|
</summary>
|
|
763
697
|
|
|
764
698
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribePlayerSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribePlayerSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribePlayerSessionsCommandOutput/)
|
|
765
|
-
|
|
766
699
|
</details>
|
|
767
700
|
<details>
|
|
768
701
|
<summary>
|
|
@@ -770,7 +703,6 @@ DescribeRuntimeConfiguration
|
|
|
770
703
|
</summary>
|
|
771
704
|
|
|
772
705
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeRuntimeConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeRuntimeConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeRuntimeConfigurationCommandOutput/)
|
|
773
|
-
|
|
774
706
|
</details>
|
|
775
707
|
<details>
|
|
776
708
|
<summary>
|
|
@@ -778,7 +710,6 @@ DescribeScalingPolicies
|
|
|
778
710
|
</summary>
|
|
779
711
|
|
|
780
712
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeScalingPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeScalingPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeScalingPoliciesCommandOutput/)
|
|
781
|
-
|
|
782
713
|
</details>
|
|
783
714
|
<details>
|
|
784
715
|
<summary>
|
|
@@ -786,7 +717,6 @@ DescribeScript
|
|
|
786
717
|
</summary>
|
|
787
718
|
|
|
788
719
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeScriptCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeScriptCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeScriptCommandOutput/)
|
|
789
|
-
|
|
790
720
|
</details>
|
|
791
721
|
<details>
|
|
792
722
|
<summary>
|
|
@@ -794,7 +724,6 @@ DescribeVpcPeeringAuthorizations
|
|
|
794
724
|
</summary>
|
|
795
725
|
|
|
796
726
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeVpcPeeringAuthorizationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeVpcPeeringAuthorizationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeVpcPeeringAuthorizationsCommandOutput/)
|
|
797
|
-
|
|
798
727
|
</details>
|
|
799
728
|
<details>
|
|
800
729
|
<summary>
|
|
@@ -802,7 +731,6 @@ DescribeVpcPeeringConnections
|
|
|
802
731
|
</summary>
|
|
803
732
|
|
|
804
733
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/DescribeVpcPeeringConnectionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeVpcPeeringConnectionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/DescribeVpcPeeringConnectionsCommandOutput/)
|
|
805
|
-
|
|
806
734
|
</details>
|
|
807
735
|
<details>
|
|
808
736
|
<summary>
|
|
@@ -810,7 +738,6 @@ GetComputeAccess
|
|
|
810
738
|
</summary>
|
|
811
739
|
|
|
812
740
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/GetComputeAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/GetComputeAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/GetComputeAccessCommandOutput/)
|
|
813
|
-
|
|
814
741
|
</details>
|
|
815
742
|
<details>
|
|
816
743
|
<summary>
|
|
@@ -818,7 +745,6 @@ GetComputeAuthToken
|
|
|
818
745
|
</summary>
|
|
819
746
|
|
|
820
747
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/GetComputeAuthTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/GetComputeAuthTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/GetComputeAuthTokenCommandOutput/)
|
|
821
|
-
|
|
822
748
|
</details>
|
|
823
749
|
<details>
|
|
824
750
|
<summary>
|
|
@@ -826,7 +752,6 @@ GetGameSessionLogUrl
|
|
|
826
752
|
</summary>
|
|
827
753
|
|
|
828
754
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/GetGameSessionLogUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/GetGameSessionLogUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/GetGameSessionLogUrlCommandOutput/)
|
|
829
|
-
|
|
830
755
|
</details>
|
|
831
756
|
<details>
|
|
832
757
|
<summary>
|
|
@@ -834,7 +759,6 @@ GetInstanceAccess
|
|
|
834
759
|
</summary>
|
|
835
760
|
|
|
836
761
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/GetInstanceAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/GetInstanceAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/GetInstanceAccessCommandOutput/)
|
|
837
|
-
|
|
838
762
|
</details>
|
|
839
763
|
<details>
|
|
840
764
|
<summary>
|
|
@@ -842,7 +766,6 @@ ListAliases
|
|
|
842
766
|
</summary>
|
|
843
767
|
|
|
844
768
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListAliasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListAliasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListAliasesCommandOutput/)
|
|
845
|
-
|
|
846
769
|
</details>
|
|
847
770
|
<details>
|
|
848
771
|
<summary>
|
|
@@ -850,7 +773,6 @@ ListBuilds
|
|
|
850
773
|
</summary>
|
|
851
774
|
|
|
852
775
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListBuildsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListBuildsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListBuildsCommandOutput/)
|
|
853
|
-
|
|
854
776
|
</details>
|
|
855
777
|
<details>
|
|
856
778
|
<summary>
|
|
@@ -858,7 +780,6 @@ ListCompute
|
|
|
858
780
|
</summary>
|
|
859
781
|
|
|
860
782
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListComputeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListComputeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListComputeCommandOutput/)
|
|
861
|
-
|
|
862
783
|
</details>
|
|
863
784
|
<details>
|
|
864
785
|
<summary>
|
|
@@ -866,7 +787,6 @@ ListContainerFleets
|
|
|
866
787
|
</summary>
|
|
867
788
|
|
|
868
789
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListContainerFleetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListContainerFleetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListContainerFleetsCommandOutput/)
|
|
869
|
-
|
|
870
790
|
</details>
|
|
871
791
|
<details>
|
|
872
792
|
<summary>
|
|
@@ -874,7 +794,6 @@ ListContainerGroupDefinitions
|
|
|
874
794
|
</summary>
|
|
875
795
|
|
|
876
796
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListContainerGroupDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListContainerGroupDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListContainerGroupDefinitionsCommandOutput/)
|
|
877
|
-
|
|
878
797
|
</details>
|
|
879
798
|
<details>
|
|
880
799
|
<summary>
|
|
@@ -882,7 +801,6 @@ ListContainerGroupDefinitionVersions
|
|
|
882
801
|
</summary>
|
|
883
802
|
|
|
884
803
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListContainerGroupDefinitionVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListContainerGroupDefinitionVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListContainerGroupDefinitionVersionsCommandOutput/)
|
|
885
|
-
|
|
886
804
|
</details>
|
|
887
805
|
<details>
|
|
888
806
|
<summary>
|
|
@@ -890,7 +808,6 @@ ListFleetDeployments
|
|
|
890
808
|
</summary>
|
|
891
809
|
|
|
892
810
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListFleetDeploymentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListFleetDeploymentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListFleetDeploymentsCommandOutput/)
|
|
893
|
-
|
|
894
811
|
</details>
|
|
895
812
|
<details>
|
|
896
813
|
<summary>
|
|
@@ -898,7 +815,6 @@ ListFleets
|
|
|
898
815
|
</summary>
|
|
899
816
|
|
|
900
817
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListFleetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListFleetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListFleetsCommandOutput/)
|
|
901
|
-
|
|
902
818
|
</details>
|
|
903
819
|
<details>
|
|
904
820
|
<summary>
|
|
@@ -906,7 +822,6 @@ ListGameServerGroups
|
|
|
906
822
|
</summary>
|
|
907
823
|
|
|
908
824
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListGameServerGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListGameServerGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListGameServerGroupsCommandOutput/)
|
|
909
|
-
|
|
910
825
|
</details>
|
|
911
826
|
<details>
|
|
912
827
|
<summary>
|
|
@@ -914,7 +829,6 @@ ListGameServers
|
|
|
914
829
|
</summary>
|
|
915
830
|
|
|
916
831
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListGameServersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListGameServersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListGameServersCommandOutput/)
|
|
917
|
-
|
|
918
832
|
</details>
|
|
919
833
|
<details>
|
|
920
834
|
<summary>
|
|
@@ -922,7 +836,6 @@ ListLocations
|
|
|
922
836
|
</summary>
|
|
923
837
|
|
|
924
838
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListLocationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListLocationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListLocationsCommandOutput/)
|
|
925
|
-
|
|
926
839
|
</details>
|
|
927
840
|
<details>
|
|
928
841
|
<summary>
|
|
@@ -930,7 +843,6 @@ ListScripts
|
|
|
930
843
|
</summary>
|
|
931
844
|
|
|
932
845
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListScriptsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListScriptsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListScriptsCommandOutput/)
|
|
933
|
-
|
|
934
846
|
</details>
|
|
935
847
|
<details>
|
|
936
848
|
<summary>
|
|
@@ -938,7 +850,6 @@ ListTagsForResource
|
|
|
938
850
|
</summary>
|
|
939
851
|
|
|
940
852
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ListTagsForResourceCommandOutput/)
|
|
941
|
-
|
|
942
853
|
</details>
|
|
943
854
|
<details>
|
|
944
855
|
<summary>
|
|
@@ -946,7 +857,6 @@ PutScalingPolicy
|
|
|
946
857
|
</summary>
|
|
947
858
|
|
|
948
859
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/PutScalingPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/PutScalingPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/PutScalingPolicyCommandOutput/)
|
|
949
|
-
|
|
950
860
|
</details>
|
|
951
861
|
<details>
|
|
952
862
|
<summary>
|
|
@@ -954,7 +864,6 @@ RegisterCompute
|
|
|
954
864
|
</summary>
|
|
955
865
|
|
|
956
866
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/RegisterComputeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/RegisterComputeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/RegisterComputeCommandOutput/)
|
|
957
|
-
|
|
958
867
|
</details>
|
|
959
868
|
<details>
|
|
960
869
|
<summary>
|
|
@@ -962,7 +871,6 @@ RegisterGameServer
|
|
|
962
871
|
</summary>
|
|
963
872
|
|
|
964
873
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/RegisterGameServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/RegisterGameServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/RegisterGameServerCommandOutput/)
|
|
965
|
-
|
|
966
874
|
</details>
|
|
967
875
|
<details>
|
|
968
876
|
<summary>
|
|
@@ -970,7 +878,6 @@ RequestUploadCredentials
|
|
|
970
878
|
</summary>
|
|
971
879
|
|
|
972
880
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/RequestUploadCredentialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/RequestUploadCredentialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/RequestUploadCredentialsCommandOutput/)
|
|
973
|
-
|
|
974
881
|
</details>
|
|
975
882
|
<details>
|
|
976
883
|
<summary>
|
|
@@ -978,7 +885,6 @@ ResolveAlias
|
|
|
978
885
|
</summary>
|
|
979
886
|
|
|
980
887
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ResolveAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ResolveAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ResolveAliasCommandOutput/)
|
|
981
|
-
|
|
982
888
|
</details>
|
|
983
889
|
<details>
|
|
984
890
|
<summary>
|
|
@@ -986,7 +892,6 @@ ResumeGameServerGroup
|
|
|
986
892
|
</summary>
|
|
987
893
|
|
|
988
894
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ResumeGameServerGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ResumeGameServerGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ResumeGameServerGroupCommandOutput/)
|
|
989
|
-
|
|
990
895
|
</details>
|
|
991
896
|
<details>
|
|
992
897
|
<summary>
|
|
@@ -994,7 +899,6 @@ SearchGameSessions
|
|
|
994
899
|
</summary>
|
|
995
900
|
|
|
996
901
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/SearchGameSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/SearchGameSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/SearchGameSessionsCommandOutput/)
|
|
997
|
-
|
|
998
902
|
</details>
|
|
999
903
|
<details>
|
|
1000
904
|
<summary>
|
|
@@ -1002,7 +906,6 @@ StartFleetActions
|
|
|
1002
906
|
</summary>
|
|
1003
907
|
|
|
1004
908
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/StartFleetActionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StartFleetActionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StartFleetActionsCommandOutput/)
|
|
1005
|
-
|
|
1006
909
|
</details>
|
|
1007
910
|
<details>
|
|
1008
911
|
<summary>
|
|
@@ -1010,7 +913,6 @@ StartGameSessionPlacement
|
|
|
1010
913
|
</summary>
|
|
1011
914
|
|
|
1012
915
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/StartGameSessionPlacementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StartGameSessionPlacementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StartGameSessionPlacementCommandOutput/)
|
|
1013
|
-
|
|
1014
916
|
</details>
|
|
1015
917
|
<details>
|
|
1016
918
|
<summary>
|
|
@@ -1018,7 +920,6 @@ StartMatchBackfill
|
|
|
1018
920
|
</summary>
|
|
1019
921
|
|
|
1020
922
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/StartMatchBackfillCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StartMatchBackfillCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StartMatchBackfillCommandOutput/)
|
|
1021
|
-
|
|
1022
923
|
</details>
|
|
1023
924
|
<details>
|
|
1024
925
|
<summary>
|
|
@@ -1026,7 +927,6 @@ StartMatchmaking
|
|
|
1026
927
|
</summary>
|
|
1027
928
|
|
|
1028
929
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/StartMatchmakingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StartMatchmakingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StartMatchmakingCommandOutput/)
|
|
1029
|
-
|
|
1030
930
|
</details>
|
|
1031
931
|
<details>
|
|
1032
932
|
<summary>
|
|
@@ -1034,7 +934,6 @@ StopFleetActions
|
|
|
1034
934
|
</summary>
|
|
1035
935
|
|
|
1036
936
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/StopFleetActionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StopFleetActionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StopFleetActionsCommandOutput/)
|
|
1037
|
-
|
|
1038
937
|
</details>
|
|
1039
938
|
<details>
|
|
1040
939
|
<summary>
|
|
@@ -1042,7 +941,6 @@ StopGameSessionPlacement
|
|
|
1042
941
|
</summary>
|
|
1043
942
|
|
|
1044
943
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/StopGameSessionPlacementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StopGameSessionPlacementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StopGameSessionPlacementCommandOutput/)
|
|
1045
|
-
|
|
1046
944
|
</details>
|
|
1047
945
|
<details>
|
|
1048
946
|
<summary>
|
|
@@ -1050,7 +948,6 @@ StopMatchmaking
|
|
|
1050
948
|
</summary>
|
|
1051
949
|
|
|
1052
950
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/StopMatchmakingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StopMatchmakingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/StopMatchmakingCommandOutput/)
|
|
1053
|
-
|
|
1054
951
|
</details>
|
|
1055
952
|
<details>
|
|
1056
953
|
<summary>
|
|
@@ -1058,7 +955,6 @@ SuspendGameServerGroup
|
|
|
1058
955
|
</summary>
|
|
1059
956
|
|
|
1060
957
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/SuspendGameServerGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/SuspendGameServerGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/SuspendGameServerGroupCommandOutput/)
|
|
1061
|
-
|
|
1062
958
|
</details>
|
|
1063
959
|
<details>
|
|
1064
960
|
<summary>
|
|
@@ -1066,7 +962,6 @@ TagResource
|
|
|
1066
962
|
</summary>
|
|
1067
963
|
|
|
1068
964
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/TagResourceCommandOutput/)
|
|
1069
|
-
|
|
1070
965
|
</details>
|
|
1071
966
|
<details>
|
|
1072
967
|
<summary>
|
|
@@ -1074,7 +969,6 @@ TerminateGameSession
|
|
|
1074
969
|
</summary>
|
|
1075
970
|
|
|
1076
971
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/TerminateGameSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/TerminateGameSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/TerminateGameSessionCommandOutput/)
|
|
1077
|
-
|
|
1078
972
|
</details>
|
|
1079
973
|
<details>
|
|
1080
974
|
<summary>
|
|
@@ -1082,7 +976,6 @@ UntagResource
|
|
|
1082
976
|
</summary>
|
|
1083
977
|
|
|
1084
978
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UntagResourceCommandOutput/)
|
|
1085
|
-
|
|
1086
979
|
</details>
|
|
1087
980
|
<details>
|
|
1088
981
|
<summary>
|
|
@@ -1090,7 +983,6 @@ UpdateAlias
|
|
|
1090
983
|
</summary>
|
|
1091
984
|
|
|
1092
985
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateAliasCommandOutput/)
|
|
1093
|
-
|
|
1094
986
|
</details>
|
|
1095
987
|
<details>
|
|
1096
988
|
<summary>
|
|
@@ -1098,7 +990,6 @@ UpdateBuild
|
|
|
1098
990
|
</summary>
|
|
1099
991
|
|
|
1100
992
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateBuildCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateBuildCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateBuildCommandOutput/)
|
|
1101
|
-
|
|
1102
993
|
</details>
|
|
1103
994
|
<details>
|
|
1104
995
|
<summary>
|
|
@@ -1106,7 +997,6 @@ UpdateContainerFleet
|
|
|
1106
997
|
</summary>
|
|
1107
998
|
|
|
1108
999
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateContainerFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateContainerFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateContainerFleetCommandOutput/)
|
|
1109
|
-
|
|
1110
1000
|
</details>
|
|
1111
1001
|
<details>
|
|
1112
1002
|
<summary>
|
|
@@ -1114,7 +1004,6 @@ UpdateContainerGroupDefinition
|
|
|
1114
1004
|
</summary>
|
|
1115
1005
|
|
|
1116
1006
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateContainerGroupDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateContainerGroupDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateContainerGroupDefinitionCommandOutput/)
|
|
1117
|
-
|
|
1118
1007
|
</details>
|
|
1119
1008
|
<details>
|
|
1120
1009
|
<summary>
|
|
@@ -1122,7 +1011,6 @@ UpdateFleetAttributes
|
|
|
1122
1011
|
</summary>
|
|
1123
1012
|
|
|
1124
1013
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateFleetAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateFleetAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateFleetAttributesCommandOutput/)
|
|
1125
|
-
|
|
1126
1014
|
</details>
|
|
1127
1015
|
<details>
|
|
1128
1016
|
<summary>
|
|
@@ -1130,7 +1018,6 @@ UpdateFleetCapacity
|
|
|
1130
1018
|
</summary>
|
|
1131
1019
|
|
|
1132
1020
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateFleetCapacityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateFleetCapacityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateFleetCapacityCommandOutput/)
|
|
1133
|
-
|
|
1134
1021
|
</details>
|
|
1135
1022
|
<details>
|
|
1136
1023
|
<summary>
|
|
@@ -1138,7 +1025,6 @@ UpdateFleetPortSettings
|
|
|
1138
1025
|
</summary>
|
|
1139
1026
|
|
|
1140
1027
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateFleetPortSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateFleetPortSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateFleetPortSettingsCommandOutput/)
|
|
1141
|
-
|
|
1142
1028
|
</details>
|
|
1143
1029
|
<details>
|
|
1144
1030
|
<summary>
|
|
@@ -1146,7 +1032,6 @@ UpdateGameServer
|
|
|
1146
1032
|
</summary>
|
|
1147
1033
|
|
|
1148
1034
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateGameServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateGameServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateGameServerCommandOutput/)
|
|
1149
|
-
|
|
1150
1035
|
</details>
|
|
1151
1036
|
<details>
|
|
1152
1037
|
<summary>
|
|
@@ -1154,7 +1039,6 @@ UpdateGameServerGroup
|
|
|
1154
1039
|
</summary>
|
|
1155
1040
|
|
|
1156
1041
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateGameServerGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateGameServerGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateGameServerGroupCommandOutput/)
|
|
1157
|
-
|
|
1158
1042
|
</details>
|
|
1159
1043
|
<details>
|
|
1160
1044
|
<summary>
|
|
@@ -1162,7 +1046,6 @@ UpdateGameSession
|
|
|
1162
1046
|
</summary>
|
|
1163
1047
|
|
|
1164
1048
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateGameSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateGameSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateGameSessionCommandOutput/)
|
|
1165
|
-
|
|
1166
1049
|
</details>
|
|
1167
1050
|
<details>
|
|
1168
1051
|
<summary>
|
|
@@ -1170,7 +1053,6 @@ UpdateGameSessionQueue
|
|
|
1170
1053
|
</summary>
|
|
1171
1054
|
|
|
1172
1055
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateGameSessionQueueCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateGameSessionQueueCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateGameSessionQueueCommandOutput/)
|
|
1173
|
-
|
|
1174
1056
|
</details>
|
|
1175
1057
|
<details>
|
|
1176
1058
|
<summary>
|
|
@@ -1178,7 +1060,6 @@ UpdateMatchmakingConfiguration
|
|
|
1178
1060
|
</summary>
|
|
1179
1061
|
|
|
1180
1062
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateMatchmakingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateMatchmakingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateMatchmakingConfigurationCommandOutput/)
|
|
1181
|
-
|
|
1182
1063
|
</details>
|
|
1183
1064
|
<details>
|
|
1184
1065
|
<summary>
|
|
@@ -1186,7 +1067,6 @@ UpdateRuntimeConfiguration
|
|
|
1186
1067
|
</summary>
|
|
1187
1068
|
|
|
1188
1069
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateRuntimeConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateRuntimeConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateRuntimeConfigurationCommandOutput/)
|
|
1189
|
-
|
|
1190
1070
|
</details>
|
|
1191
1071
|
<details>
|
|
1192
1072
|
<summary>
|
|
@@ -1194,7 +1074,6 @@ UpdateScript
|
|
|
1194
1074
|
</summary>
|
|
1195
1075
|
|
|
1196
1076
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/UpdateScriptCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateScriptCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/UpdateScriptCommandOutput/)
|
|
1197
|
-
|
|
1198
1077
|
</details>
|
|
1199
1078
|
<details>
|
|
1200
1079
|
<summary>
|
|
@@ -1202,5 +1081,4 @@ ValidateMatchmakingRuleSet
|
|
|
1202
1081
|
</summary>
|
|
1203
1082
|
|
|
1204
1083
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gamelift/command/ValidateMatchmakingRuleSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ValidateMatchmakingRuleSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gamelift/Interface/ValidateMatchmakingRuleSetCommandOutput/)
|
|
1205
|
-
|
|
1206
1084
|
</details>
|