@aws-sdk/client-gamelift 3.279.0 → 3.281.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.
Files changed (106) hide show
  1. package/README.md +835 -0
  2. package/dist-types/commands/AcceptMatchCommand.d.ts +6 -0
  3. package/dist-types/commands/ClaimGameServerCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateAliasCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateBuildCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateFleetCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateGameServerGroupCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateGameSessionCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateLocationCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +6 -0
  14. package/dist-types/commands/CreatePlayerSessionCommand.d.ts +6 -0
  15. package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateScriptCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteBuildCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteFleetCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteLocationCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteScriptCommand.d.ts +6 -0
  30. package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +6 -0
  31. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +6 -0
  32. package/dist-types/commands/DeregisterComputeCommand.d.ts +6 -0
  33. package/dist-types/commands/DeregisterGameServerCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeAliasCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeBuildCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeComputeCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +6 -0
  40. package/dist-types/commands/DescribeFleetEventsCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +6 -0
  42. package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +6 -0
  43. package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +6 -0
  44. package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +6 -0
  45. package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +6 -0
  46. package/dist-types/commands/DescribeGameServerCommand.d.ts +6 -0
  47. package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +6 -0
  48. package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +6 -0
  49. package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +6 -0
  50. package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +6 -0
  51. package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +6 -0
  52. package/dist-types/commands/DescribeGameSessionsCommand.d.ts +6 -0
  53. package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
  54. package/dist-types/commands/DescribeMatchmakingCommand.d.ts +6 -0
  55. package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +6 -0
  56. package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +6 -0
  57. package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +6 -0
  58. package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +6 -0
  59. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +6 -0
  60. package/dist-types/commands/DescribeScriptCommand.d.ts +6 -0
  61. package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +6 -0
  62. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -0
  63. package/dist-types/commands/GetComputeAccessCommand.d.ts +6 -0
  64. package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +6 -0
  65. package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +6 -0
  66. package/dist-types/commands/GetInstanceAccessCommand.d.ts +6 -0
  67. package/dist-types/commands/ListAliasesCommand.d.ts +6 -0
  68. package/dist-types/commands/ListBuildsCommand.d.ts +6 -0
  69. package/dist-types/commands/ListComputeCommand.d.ts +6 -0
  70. package/dist-types/commands/ListFleetsCommand.d.ts +6 -0
  71. package/dist-types/commands/ListGameServerGroupsCommand.d.ts +6 -0
  72. package/dist-types/commands/ListGameServersCommand.d.ts +6 -0
  73. package/dist-types/commands/ListLocationsCommand.d.ts +6 -0
  74. package/dist-types/commands/ListScriptsCommand.d.ts +6 -0
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  76. package/dist-types/commands/PutScalingPolicyCommand.d.ts +6 -0
  77. package/dist-types/commands/RegisterComputeCommand.d.ts +6 -0
  78. package/dist-types/commands/RegisterGameServerCommand.d.ts +6 -0
  79. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +6 -0
  80. package/dist-types/commands/ResolveAliasCommand.d.ts +6 -0
  81. package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +6 -0
  82. package/dist-types/commands/SearchGameSessionsCommand.d.ts +6 -0
  83. package/dist-types/commands/StartFleetActionsCommand.d.ts +6 -0
  84. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +6 -0
  85. package/dist-types/commands/StartMatchBackfillCommand.d.ts +6 -0
  86. package/dist-types/commands/StartMatchmakingCommand.d.ts +6 -0
  87. package/dist-types/commands/StopFleetActionsCommand.d.ts +6 -0
  88. package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +6 -0
  89. package/dist-types/commands/StopMatchmakingCommand.d.ts +6 -0
  90. package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +6 -0
  91. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  92. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  93. package/dist-types/commands/UpdateAliasCommand.d.ts +6 -0
  94. package/dist-types/commands/UpdateBuildCommand.d.ts +6 -0
  95. package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +6 -0
  96. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +6 -0
  97. package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +6 -0
  98. package/dist-types/commands/UpdateGameServerCommand.d.ts +6 -0
  99. package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +6 -0
  100. package/dist-types/commands/UpdateGameSessionCommand.d.ts +6 -0
  101. package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +6 -0
  102. package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +6 -0
  103. package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +6 -0
  104. package/dist-types/commands/UpdateScriptCommand.d.ts +6 -0
  105. package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +6 -0
  106. package/package.json +3 -3
package/README.md CHANGED
@@ -260,3 +260,838 @@ To contribute to client you can check our [generate clients scripts](https://git
260
260
  This SDK is distributed under the
261
261
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
262
262
  see LICENSE for more information.
263
+
264
+ ## Client Commands (Operations List)
265
+
266
+ <details>
267
+ <summary>
268
+ AcceptMatch
269
+ </summary>
270
+
271
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/acceptmatchcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/acceptmatchcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/acceptmatchcommandoutput.html)
272
+
273
+ </details>
274
+ <details>
275
+ <summary>
276
+ ClaimGameServer
277
+ </summary>
278
+
279
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/claimgameservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/claimgameservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/claimgameservercommandoutput.html)
280
+
281
+ </details>
282
+ <details>
283
+ <summary>
284
+ CreateAlias
285
+ </summary>
286
+
287
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/createaliascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createaliascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createaliascommandoutput.html)
288
+
289
+ </details>
290
+ <details>
291
+ <summary>
292
+ CreateBuild
293
+ </summary>
294
+
295
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/createbuildcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createbuildcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createbuildcommandoutput.html)
296
+
297
+ </details>
298
+ <details>
299
+ <summary>
300
+ CreateFleet
301
+ </summary>
302
+
303
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/createfleetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createfleetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createfleetcommandoutput.html)
304
+
305
+ </details>
306
+ <details>
307
+ <summary>
308
+ CreateFleetLocations
309
+ </summary>
310
+
311
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/createfleetlocationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createfleetlocationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createfleetlocationscommandoutput.html)
312
+
313
+ </details>
314
+ <details>
315
+ <summary>
316
+ CreateGameServerGroup
317
+ </summary>
318
+
319
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/creategameservergroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/creategameservergroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/creategameservergroupcommandoutput.html)
320
+
321
+ </details>
322
+ <details>
323
+ <summary>
324
+ CreateGameSession
325
+ </summary>
326
+
327
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/creategamesessioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/creategamesessioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/creategamesessioncommandoutput.html)
328
+
329
+ </details>
330
+ <details>
331
+ <summary>
332
+ CreateGameSessionQueue
333
+ </summary>
334
+
335
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/creategamesessionqueuecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/creategamesessionqueuecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/creategamesessionqueuecommandoutput.html)
336
+
337
+ </details>
338
+ <details>
339
+ <summary>
340
+ CreateLocation
341
+ </summary>
342
+
343
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/createlocationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createlocationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createlocationcommandoutput.html)
344
+
345
+ </details>
346
+ <details>
347
+ <summary>
348
+ CreateMatchmakingConfiguration
349
+ </summary>
350
+
351
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/creatematchmakingconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/creatematchmakingconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/creatematchmakingconfigurationcommandoutput.html)
352
+
353
+ </details>
354
+ <details>
355
+ <summary>
356
+ CreateMatchmakingRuleSet
357
+ </summary>
358
+
359
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/creatematchmakingrulesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/creatematchmakingrulesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/creatematchmakingrulesetcommandoutput.html)
360
+
361
+ </details>
362
+ <details>
363
+ <summary>
364
+ CreatePlayerSession
365
+ </summary>
366
+
367
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/createplayersessioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createplayersessioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createplayersessioncommandoutput.html)
368
+
369
+ </details>
370
+ <details>
371
+ <summary>
372
+ CreatePlayerSessions
373
+ </summary>
374
+
375
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/createplayersessionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createplayersessionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createplayersessionscommandoutput.html)
376
+
377
+ </details>
378
+ <details>
379
+ <summary>
380
+ CreateScript
381
+ </summary>
382
+
383
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/createscriptcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createscriptcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createscriptcommandoutput.html)
384
+
385
+ </details>
386
+ <details>
387
+ <summary>
388
+ CreateVpcPeeringAuthorization
389
+ </summary>
390
+
391
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/createvpcpeeringauthorizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createvpcpeeringauthorizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createvpcpeeringauthorizationcommandoutput.html)
392
+
393
+ </details>
394
+ <details>
395
+ <summary>
396
+ CreateVpcPeeringConnection
397
+ </summary>
398
+
399
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/createvpcpeeringconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createvpcpeeringconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/createvpcpeeringconnectioncommandoutput.html)
400
+
401
+ </details>
402
+ <details>
403
+ <summary>
404
+ DeleteAlias
405
+ </summary>
406
+
407
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletealiascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletealiascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletealiascommandoutput.html)
408
+
409
+ </details>
410
+ <details>
411
+ <summary>
412
+ DeleteBuild
413
+ </summary>
414
+
415
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletebuildcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletebuildcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletebuildcommandoutput.html)
416
+
417
+ </details>
418
+ <details>
419
+ <summary>
420
+ DeleteFleet
421
+ </summary>
422
+
423
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletefleetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletefleetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletefleetcommandoutput.html)
424
+
425
+ </details>
426
+ <details>
427
+ <summary>
428
+ DeleteFleetLocations
429
+ </summary>
430
+
431
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletefleetlocationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletefleetlocationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletefleetlocationscommandoutput.html)
432
+
433
+ </details>
434
+ <details>
435
+ <summary>
436
+ DeleteGameServerGroup
437
+ </summary>
438
+
439
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletegameservergroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletegameservergroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletegameservergroupcommandoutput.html)
440
+
441
+ </details>
442
+ <details>
443
+ <summary>
444
+ DeleteGameSessionQueue
445
+ </summary>
446
+
447
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletegamesessionqueuecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletegamesessionqueuecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletegamesessionqueuecommandoutput.html)
448
+
449
+ </details>
450
+ <details>
451
+ <summary>
452
+ DeleteLocation
453
+ </summary>
454
+
455
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletelocationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletelocationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletelocationcommandoutput.html)
456
+
457
+ </details>
458
+ <details>
459
+ <summary>
460
+ DeleteMatchmakingConfiguration
461
+ </summary>
462
+
463
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletematchmakingconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletematchmakingconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletematchmakingconfigurationcommandoutput.html)
464
+
465
+ </details>
466
+ <details>
467
+ <summary>
468
+ DeleteMatchmakingRuleSet
469
+ </summary>
470
+
471
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletematchmakingrulesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletematchmakingrulesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletematchmakingrulesetcommandoutput.html)
472
+
473
+ </details>
474
+ <details>
475
+ <summary>
476
+ DeleteScalingPolicy
477
+ </summary>
478
+
479
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletescalingpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletescalingpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletescalingpolicycommandoutput.html)
480
+
481
+ </details>
482
+ <details>
483
+ <summary>
484
+ DeleteScript
485
+ </summary>
486
+
487
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletescriptcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletescriptcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletescriptcommandoutput.html)
488
+
489
+ </details>
490
+ <details>
491
+ <summary>
492
+ DeleteVpcPeeringAuthorization
493
+ </summary>
494
+
495
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletevpcpeeringauthorizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletevpcpeeringauthorizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletevpcpeeringauthorizationcommandoutput.html)
496
+
497
+ </details>
498
+ <details>
499
+ <summary>
500
+ DeleteVpcPeeringConnection
501
+ </summary>
502
+
503
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deletevpcpeeringconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletevpcpeeringconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deletevpcpeeringconnectioncommandoutput.html)
504
+
505
+ </details>
506
+ <details>
507
+ <summary>
508
+ DeregisterCompute
509
+ </summary>
510
+
511
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deregistercomputecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deregistercomputecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deregistercomputecommandoutput.html)
512
+
513
+ </details>
514
+ <details>
515
+ <summary>
516
+ DeregisterGameServer
517
+ </summary>
518
+
519
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/deregistergameservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deregistergameservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/deregistergameservercommandoutput.html)
520
+
521
+ </details>
522
+ <details>
523
+ <summary>
524
+ DescribeAlias
525
+ </summary>
526
+
527
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describealiascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describealiascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describealiascommandoutput.html)
528
+
529
+ </details>
530
+ <details>
531
+ <summary>
532
+ DescribeBuild
533
+ </summary>
534
+
535
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describebuildcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describebuildcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describebuildcommandoutput.html)
536
+
537
+ </details>
538
+ <details>
539
+ <summary>
540
+ DescribeCompute
541
+ </summary>
542
+
543
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describecomputecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describecomputecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describecomputecommandoutput.html)
544
+
545
+ </details>
546
+ <details>
547
+ <summary>
548
+ DescribeEC2InstanceLimits
549
+ </summary>
550
+
551
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describeec2instancelimitscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describeec2instancelimitscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describeec2instancelimitscommandoutput.html)
552
+
553
+ </details>
554
+ <details>
555
+ <summary>
556
+ DescribeFleetAttributes
557
+ </summary>
558
+
559
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describefleetattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetattributescommandoutput.html)
560
+
561
+ </details>
562
+ <details>
563
+ <summary>
564
+ DescribeFleetCapacity
565
+ </summary>
566
+
567
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describefleetcapacitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetcapacitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetcapacitycommandoutput.html)
568
+
569
+ </details>
570
+ <details>
571
+ <summary>
572
+ DescribeFleetEvents
573
+ </summary>
574
+
575
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describefleeteventscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleeteventscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleeteventscommandoutput.html)
576
+
577
+ </details>
578
+ <details>
579
+ <summary>
580
+ DescribeFleetLocationAttributes
581
+ </summary>
582
+
583
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describefleetlocationattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetlocationattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetlocationattributescommandoutput.html)
584
+
585
+ </details>
586
+ <details>
587
+ <summary>
588
+ DescribeFleetLocationCapacity
589
+ </summary>
590
+
591
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describefleetlocationcapacitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetlocationcapacitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetlocationcapacitycommandoutput.html)
592
+
593
+ </details>
594
+ <details>
595
+ <summary>
596
+ DescribeFleetLocationUtilization
597
+ </summary>
598
+
599
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describefleetlocationutilizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetlocationutilizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetlocationutilizationcommandoutput.html)
600
+
601
+ </details>
602
+ <details>
603
+ <summary>
604
+ DescribeFleetPortSettings
605
+ </summary>
606
+
607
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describefleetportsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetportsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetportsettingscommandoutput.html)
608
+
609
+ </details>
610
+ <details>
611
+ <summary>
612
+ DescribeFleetUtilization
613
+ </summary>
614
+
615
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describefleetutilizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetutilizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describefleetutilizationcommandoutput.html)
616
+
617
+ </details>
618
+ <details>
619
+ <summary>
620
+ DescribeGameServer
621
+ </summary>
622
+
623
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describegameservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegameservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegameservercommandoutput.html)
624
+
625
+ </details>
626
+ <details>
627
+ <summary>
628
+ DescribeGameServerGroup
629
+ </summary>
630
+
631
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describegameservergroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegameservergroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegameservergroupcommandoutput.html)
632
+
633
+ </details>
634
+ <details>
635
+ <summary>
636
+ DescribeGameServerInstances
637
+ </summary>
638
+
639
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describegameserverinstancescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegameserverinstancescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegameserverinstancescommandoutput.html)
640
+
641
+ </details>
642
+ <details>
643
+ <summary>
644
+ DescribeGameSessionDetails
645
+ </summary>
646
+
647
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describegamesessiondetailscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegamesessiondetailscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegamesessiondetailscommandoutput.html)
648
+
649
+ </details>
650
+ <details>
651
+ <summary>
652
+ DescribeGameSessionPlacement
653
+ </summary>
654
+
655
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describegamesessionplacementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegamesessionplacementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegamesessionplacementcommandoutput.html)
656
+
657
+ </details>
658
+ <details>
659
+ <summary>
660
+ DescribeGameSessionQueues
661
+ </summary>
662
+
663
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describegamesessionqueuescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegamesessionqueuescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegamesessionqueuescommandoutput.html)
664
+
665
+ </details>
666
+ <details>
667
+ <summary>
668
+ DescribeGameSessions
669
+ </summary>
670
+
671
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describegamesessionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegamesessionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describegamesessionscommandoutput.html)
672
+
673
+ </details>
674
+ <details>
675
+ <summary>
676
+ DescribeInstances
677
+ </summary>
678
+
679
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describeinstancescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describeinstancescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describeinstancescommandoutput.html)
680
+
681
+ </details>
682
+ <details>
683
+ <summary>
684
+ DescribeMatchmaking
685
+ </summary>
686
+
687
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describematchmakingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describematchmakingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describematchmakingcommandoutput.html)
688
+
689
+ </details>
690
+ <details>
691
+ <summary>
692
+ DescribeMatchmakingConfigurations
693
+ </summary>
694
+
695
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describematchmakingconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describematchmakingconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describematchmakingconfigurationscommandoutput.html)
696
+
697
+ </details>
698
+ <details>
699
+ <summary>
700
+ DescribeMatchmakingRuleSets
701
+ </summary>
702
+
703
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describematchmakingrulesetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describematchmakingrulesetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describematchmakingrulesetscommandoutput.html)
704
+
705
+ </details>
706
+ <details>
707
+ <summary>
708
+ DescribePlayerSessions
709
+ </summary>
710
+
711
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describeplayersessionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describeplayersessionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describeplayersessionscommandoutput.html)
712
+
713
+ </details>
714
+ <details>
715
+ <summary>
716
+ DescribeRuntimeConfiguration
717
+ </summary>
718
+
719
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describeruntimeconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describeruntimeconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describeruntimeconfigurationcommandoutput.html)
720
+
721
+ </details>
722
+ <details>
723
+ <summary>
724
+ DescribeScalingPolicies
725
+ </summary>
726
+
727
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describescalingpoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describescalingpoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describescalingpoliciescommandoutput.html)
728
+
729
+ </details>
730
+ <details>
731
+ <summary>
732
+ DescribeScript
733
+ </summary>
734
+
735
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describescriptcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describescriptcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describescriptcommandoutput.html)
736
+
737
+ </details>
738
+ <details>
739
+ <summary>
740
+ DescribeVpcPeeringAuthorizations
741
+ </summary>
742
+
743
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describevpcpeeringauthorizationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describevpcpeeringauthorizationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describevpcpeeringauthorizationscommandoutput.html)
744
+
745
+ </details>
746
+ <details>
747
+ <summary>
748
+ DescribeVpcPeeringConnections
749
+ </summary>
750
+
751
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/describevpcpeeringconnectionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describevpcpeeringconnectionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/describevpcpeeringconnectionscommandoutput.html)
752
+
753
+ </details>
754
+ <details>
755
+ <summary>
756
+ GetComputeAccess
757
+ </summary>
758
+
759
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/getcomputeaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/getcomputeaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/getcomputeaccesscommandoutput.html)
760
+
761
+ </details>
762
+ <details>
763
+ <summary>
764
+ GetComputeAuthToken
765
+ </summary>
766
+
767
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/getcomputeauthtokencommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/getcomputeauthtokencommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/getcomputeauthtokencommandoutput.html)
768
+
769
+ </details>
770
+ <details>
771
+ <summary>
772
+ GetGameSessionLogUrl
773
+ </summary>
774
+
775
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/getgamesessionlogurlcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/getgamesessionlogurlcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/getgamesessionlogurlcommandoutput.html)
776
+
777
+ </details>
778
+ <details>
779
+ <summary>
780
+ GetInstanceAccess
781
+ </summary>
782
+
783
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/getinstanceaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/getinstanceaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/getinstanceaccesscommandoutput.html)
784
+
785
+ </details>
786
+ <details>
787
+ <summary>
788
+ ListAliases
789
+ </summary>
790
+
791
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/listaliasescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listaliasescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listaliasescommandoutput.html)
792
+
793
+ </details>
794
+ <details>
795
+ <summary>
796
+ ListBuilds
797
+ </summary>
798
+
799
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/listbuildscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listbuildscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listbuildscommandoutput.html)
800
+
801
+ </details>
802
+ <details>
803
+ <summary>
804
+ ListCompute
805
+ </summary>
806
+
807
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/listcomputecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listcomputecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listcomputecommandoutput.html)
808
+
809
+ </details>
810
+ <details>
811
+ <summary>
812
+ ListFleets
813
+ </summary>
814
+
815
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/listfleetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listfleetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listfleetscommandoutput.html)
816
+
817
+ </details>
818
+ <details>
819
+ <summary>
820
+ ListGameServerGroups
821
+ </summary>
822
+
823
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/listgameservergroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listgameservergroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listgameservergroupscommandoutput.html)
824
+
825
+ </details>
826
+ <details>
827
+ <summary>
828
+ ListGameServers
829
+ </summary>
830
+
831
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/listgameserverscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listgameserverscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listgameserverscommandoutput.html)
832
+
833
+ </details>
834
+ <details>
835
+ <summary>
836
+ ListLocations
837
+ </summary>
838
+
839
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/listlocationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listlocationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listlocationscommandoutput.html)
840
+
841
+ </details>
842
+ <details>
843
+ <summary>
844
+ ListScripts
845
+ </summary>
846
+
847
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/listscriptscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listscriptscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listscriptscommandoutput.html)
848
+
849
+ </details>
850
+ <details>
851
+ <summary>
852
+ ListTagsForResource
853
+ </summary>
854
+
855
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/listtagsforresourcecommandoutput.html)
856
+
857
+ </details>
858
+ <details>
859
+ <summary>
860
+ PutScalingPolicy
861
+ </summary>
862
+
863
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/putscalingpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/putscalingpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/putscalingpolicycommandoutput.html)
864
+
865
+ </details>
866
+ <details>
867
+ <summary>
868
+ RegisterCompute
869
+ </summary>
870
+
871
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/registercomputecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/registercomputecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/registercomputecommandoutput.html)
872
+
873
+ </details>
874
+ <details>
875
+ <summary>
876
+ RegisterGameServer
877
+ </summary>
878
+
879
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/registergameservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/registergameservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/registergameservercommandoutput.html)
880
+
881
+ </details>
882
+ <details>
883
+ <summary>
884
+ RequestUploadCredentials
885
+ </summary>
886
+
887
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/requestuploadcredentialscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/requestuploadcredentialscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/requestuploadcredentialscommandoutput.html)
888
+
889
+ </details>
890
+ <details>
891
+ <summary>
892
+ ResolveAlias
893
+ </summary>
894
+
895
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/resolvealiascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/resolvealiascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/resolvealiascommandoutput.html)
896
+
897
+ </details>
898
+ <details>
899
+ <summary>
900
+ ResumeGameServerGroup
901
+ </summary>
902
+
903
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/resumegameservergroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/resumegameservergroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/resumegameservergroupcommandoutput.html)
904
+
905
+ </details>
906
+ <details>
907
+ <summary>
908
+ SearchGameSessions
909
+ </summary>
910
+
911
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/searchgamesessionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/searchgamesessionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/searchgamesessionscommandoutput.html)
912
+
913
+ </details>
914
+ <details>
915
+ <summary>
916
+ StartFleetActions
917
+ </summary>
918
+
919
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/startfleetactionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/startfleetactionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/startfleetactionscommandoutput.html)
920
+
921
+ </details>
922
+ <details>
923
+ <summary>
924
+ StartGameSessionPlacement
925
+ </summary>
926
+
927
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/startgamesessionplacementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/startgamesessionplacementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/startgamesessionplacementcommandoutput.html)
928
+
929
+ </details>
930
+ <details>
931
+ <summary>
932
+ StartMatchBackfill
933
+ </summary>
934
+
935
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/startmatchbackfillcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/startmatchbackfillcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/startmatchbackfillcommandoutput.html)
936
+
937
+ </details>
938
+ <details>
939
+ <summary>
940
+ StartMatchmaking
941
+ </summary>
942
+
943
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/startmatchmakingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/startmatchmakingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/startmatchmakingcommandoutput.html)
944
+
945
+ </details>
946
+ <details>
947
+ <summary>
948
+ StopFleetActions
949
+ </summary>
950
+
951
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/stopfleetactionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/stopfleetactionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/stopfleetactionscommandoutput.html)
952
+
953
+ </details>
954
+ <details>
955
+ <summary>
956
+ StopGameSessionPlacement
957
+ </summary>
958
+
959
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/stopgamesessionplacementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/stopgamesessionplacementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/stopgamesessionplacementcommandoutput.html)
960
+
961
+ </details>
962
+ <details>
963
+ <summary>
964
+ StopMatchmaking
965
+ </summary>
966
+
967
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/stopmatchmakingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/stopmatchmakingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/stopmatchmakingcommandoutput.html)
968
+
969
+ </details>
970
+ <details>
971
+ <summary>
972
+ SuspendGameServerGroup
973
+ </summary>
974
+
975
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/suspendgameservergroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/suspendgameservergroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/suspendgameservergroupcommandoutput.html)
976
+
977
+ </details>
978
+ <details>
979
+ <summary>
980
+ TagResource
981
+ </summary>
982
+
983
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/tagresourcecommandoutput.html)
984
+
985
+ </details>
986
+ <details>
987
+ <summary>
988
+ UntagResource
989
+ </summary>
990
+
991
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/untagresourcecommandoutput.html)
992
+
993
+ </details>
994
+ <details>
995
+ <summary>
996
+ UpdateAlias
997
+ </summary>
998
+
999
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updatealiascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatealiascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatealiascommandoutput.html)
1000
+
1001
+ </details>
1002
+ <details>
1003
+ <summary>
1004
+ UpdateBuild
1005
+ </summary>
1006
+
1007
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updatebuildcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatebuildcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatebuildcommandoutput.html)
1008
+
1009
+ </details>
1010
+ <details>
1011
+ <summary>
1012
+ UpdateFleetAttributes
1013
+ </summary>
1014
+
1015
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updatefleetattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatefleetattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatefleetattributescommandoutput.html)
1016
+
1017
+ </details>
1018
+ <details>
1019
+ <summary>
1020
+ UpdateFleetCapacity
1021
+ </summary>
1022
+
1023
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updatefleetcapacitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatefleetcapacitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatefleetcapacitycommandoutput.html)
1024
+
1025
+ </details>
1026
+ <details>
1027
+ <summary>
1028
+ UpdateFleetPortSettings
1029
+ </summary>
1030
+
1031
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updatefleetportsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatefleetportsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatefleetportsettingscommandoutput.html)
1032
+
1033
+ </details>
1034
+ <details>
1035
+ <summary>
1036
+ UpdateGameServer
1037
+ </summary>
1038
+
1039
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updategameservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updategameservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updategameservercommandoutput.html)
1040
+
1041
+ </details>
1042
+ <details>
1043
+ <summary>
1044
+ UpdateGameServerGroup
1045
+ </summary>
1046
+
1047
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updategameservergroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updategameservergroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updategameservergroupcommandoutput.html)
1048
+
1049
+ </details>
1050
+ <details>
1051
+ <summary>
1052
+ UpdateGameSession
1053
+ </summary>
1054
+
1055
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updategamesessioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updategamesessioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updategamesessioncommandoutput.html)
1056
+
1057
+ </details>
1058
+ <details>
1059
+ <summary>
1060
+ UpdateGameSessionQueue
1061
+ </summary>
1062
+
1063
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updategamesessionqueuecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updategamesessionqueuecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updategamesessionqueuecommandoutput.html)
1064
+
1065
+ </details>
1066
+ <details>
1067
+ <summary>
1068
+ UpdateMatchmakingConfiguration
1069
+ </summary>
1070
+
1071
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updatematchmakingconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatematchmakingconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatematchmakingconfigurationcommandoutput.html)
1072
+
1073
+ </details>
1074
+ <details>
1075
+ <summary>
1076
+ UpdateRuntimeConfiguration
1077
+ </summary>
1078
+
1079
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updateruntimeconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updateruntimeconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updateruntimeconfigurationcommandoutput.html)
1080
+
1081
+ </details>
1082
+ <details>
1083
+ <summary>
1084
+ UpdateScript
1085
+ </summary>
1086
+
1087
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/updatescriptcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatescriptcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/updatescriptcommandoutput.html)
1088
+
1089
+ </details>
1090
+ <details>
1091
+ <summary>
1092
+ ValidateMatchmakingRuleSet
1093
+ </summary>
1094
+
1095
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/classes/validatematchmakingrulesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/validatematchmakingrulesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-gamelift/interfaces/validatematchmakingrulesetcommandoutput.html)
1096
+
1097
+ </details>