@aws-sdk/client-gamelift 3.556.0 → 3.563.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 (96) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +453 -72
  3. package/dist-es/GameLift.js +8 -0
  4. package/dist-es/commands/CreateContainerGroupDefinitionCommand.js +25 -0
  5. package/dist-es/commands/CreateFleetCommand.js +2 -2
  6. package/dist-es/commands/DeleteContainerGroupDefinitionCommand.js +24 -0
  7. package/dist-es/commands/DescribeContainerGroupDefinitionCommand.js +25 -0
  8. package/dist-es/commands/DescribeFleetAttributesCommand.js +2 -1
  9. package/dist-es/commands/ListContainerGroupDefinitionsCommand.js +25 -0
  10. package/dist-es/commands/SearchGameSessionsCommand.js +1 -1
  11. package/dist-es/commands/StartGameSessionPlacementCommand.js +1 -1
  12. package/dist-es/commands/StartMatchBackfillCommand.js +1 -1
  13. package/dist-es/commands/StartMatchmakingCommand.js +1 -1
  14. package/dist-es/commands/StopGameSessionPlacementCommand.js +1 -1
  15. package/dist-es/commands/index.js +4 -0
  16. package/dist-es/models/models_0.js +124 -45
  17. package/dist-es/models/models_1.js +42 -1
  18. package/dist-es/pagination/ListContainerGroupDefinitionsPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +1 -0
  20. package/dist-es/protocols/Aws_json1_1.js +129 -1
  21. package/dist-types/GameLift.d.ts +29 -0
  22. package/dist-types/GameLiftClient.d.ts +6 -2
  23. package/dist-types/commands/CreateContainerGroupDefinitionCommand.d.ts +262 -0
  24. package/dist-types/commands/CreateFleetCommand.d.ts +169 -29
  25. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +14 -6
  26. package/dist-types/commands/DeleteContainerGroupDefinitionCommand.d.ts +94 -0
  27. package/dist-types/commands/DeleteFleetCommand.d.ts +5 -6
  28. package/dist-types/commands/DeregisterComputeCommand.d.ts +10 -2
  29. package/dist-types/commands/DescribeComputeCommand.d.ts +35 -6
  30. package/dist-types/commands/DescribeContainerGroupDefinitionCommand.d.ts +152 -0
  31. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +25 -7
  32. package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +17 -7
  33. package/dist-types/commands/DescribeFleetEventsCommand.d.ts +1 -0
  34. package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +11 -3
  35. package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +10 -9
  36. package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +7 -4
  37. package/dist-types/commands/GetComputeAccessCommand.d.ts +39 -14
  38. package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +20 -6
  39. package/dist-types/commands/ListComputeCommand.d.ts +38 -8
  40. package/dist-types/commands/ListContainerGroupDefinitionsCommand.d.ts +156 -0
  41. package/dist-types/commands/ListFleetsCommand.d.ts +20 -19
  42. package/dist-types/commands/RegisterComputeCommand.d.ts +31 -8
  43. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
  44. package/dist-types/commands/ResolveAliasCommand.d.ts +5 -1
  45. package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +2 -1
  46. package/dist-types/commands/SearchGameSessionsCommand.d.ts +2 -2
  47. package/dist-types/commands/StartFleetActionsCommand.d.ts +1 -1
  48. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +1 -1
  49. package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -1
  50. package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
  51. package/dist-types/commands/StopFleetActionsCommand.d.ts +3 -2
  52. package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +1 -1
  53. package/dist-types/commands/StopMatchmakingCommand.d.ts +1 -1
  54. package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +1 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateAliasCommand.d.ts +4 -5
  58. package/dist-types/commands/UpdateBuildCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +3 -4
  60. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +27 -30
  61. package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +4 -2
  62. package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +16 -9
  63. package/dist-types/commands/index.d.ts +4 -0
  64. package/dist-types/models/models_0.d.ts +5561 -4910
  65. package/dist-types/models/models_1.d.ts +685 -7
  66. package/dist-types/pagination/ListContainerGroupDefinitionsPaginator.d.ts +7 -0
  67. package/dist-types/pagination/index.d.ts +1 -0
  68. package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  69. package/dist-types/ts3.4/GameLift.d.ts +69 -0
  70. package/dist-types/ts3.4/GameLiftClient.d.ts +24 -0
  71. package/dist-types/ts3.4/commands/CreateContainerGroupDefinitionCommand.d.ts +39 -0
  72. package/dist-types/ts3.4/commands/DeleteContainerGroupDefinitionCommand.d.ts +35 -0
  73. package/dist-types/ts3.4/commands/DescribeContainerGroupDefinitionCommand.d.ts +39 -0
  74. package/dist-types/ts3.4/commands/ListContainerGroupDefinitionsCommand.d.ts +39 -0
  75. package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  91. package/dist-types/ts3.4/models/models_0.d.ts +232 -150
  92. package/dist-types/ts3.4/models/models_1.d.ts +158 -0
  93. package/dist-types/ts3.4/pagination/ListContainerGroupDefinitionsPaginator.d.ts +11 -0
  94. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  96. package/package.json +2 -2
package/README.md CHANGED
@@ -291,6 +291,14 @@ CreateBuild
291
291
 
292
292
  [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
293
 
294
+ </details>
295
+ <details>
296
+ <summary>
297
+ CreateContainerGroupDefinition
298
+ </summary>
299
+
300
+ [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/)
301
+
294
302
  </details>
295
303
  <details>
296
304
  <summary>
@@ -411,6 +419,14 @@ DeleteBuild
411
419
 
412
420
  [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/)
413
421
 
422
+ </details>
423
+ <details>
424
+ <summary>
425
+ DeleteContainerGroupDefinition
426
+ </summary>
427
+
428
+ [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/)
429
+
414
430
  </details>
415
431
  <details>
416
432
  <summary>
@@ -539,6 +555,14 @@ DescribeCompute
539
555
 
540
556
  [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/)
541
557
 
558
+ </details>
559
+ <details>
560
+ <summary>
561
+ DescribeContainerGroupDefinition
562
+ </summary>
563
+
564
+ [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/)
565
+
542
566
  </details>
543
567
  <details>
544
568
  <summary>
@@ -803,6 +827,14 @@ ListCompute
803
827
 
804
828
  [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/)
805
829
 
830
+ </details>
831
+ <details>
832
+ <summary>
833
+ ListContainerGroupDefinitions
834
+ </summary>
835
+
836
+ [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/)
837
+
806
838
  </details>
807
839
  <details>
808
840
  <summary>