@aws-sdk/client-gamelift 3.716.0 → 3.723.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 (52) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +654 -442
  3. package/dist-es/GameLift.js +2 -0
  4. package/dist-es/GameLiftClient.js +1 -0
  5. package/dist-es/commands/TerminateGameSessionCommand.js +23 -0
  6. package/dist-es/commands/index.js +1 -0
  7. package/dist-es/models/models_0.js +50 -32
  8. package/dist-es/models/models_1.js +8 -0
  9. package/dist-es/protocols/Aws_json1_1.js +24 -0
  10. package/dist-types/GameLift.d.ts +7 -0
  11. package/dist-types/GameLiftClient.d.ts +3 -2
  12. package/dist-types/commands/CreateBuildCommand.d.ts +21 -27
  13. package/dist-types/commands/CreateContainerGroupDefinitionCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateGameSessionCommand.d.ts +2 -2
  16. package/dist-types/commands/CreateScriptCommand.d.ts +12 -9
  17. package/dist-types/commands/DeleteContainerGroupDefinitionCommand.d.ts +17 -2
  18. package/dist-types/commands/DescribeComputeCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +2 -3
  21. package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeGameSessionsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +5 -3
  25. package/dist-types/commands/GetInstanceAccessCommand.d.ts +1 -1
  26. package/dist-types/commands/ListContainerGroupDefinitionsCommand.d.ts +1 -11
  27. package/dist-types/commands/ListFleetDeploymentsCommand.d.ts +3 -7
  28. package/dist-types/commands/SearchGameSessionsCommand.d.ts +3 -3
  29. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +2 -2
  30. package/dist-types/commands/TerminateGameSessionCommand.d.ts +160 -0
  31. package/dist-types/commands/UpdateContainerFleetCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateContainerGroupDefinitionCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +0 -2
  34. package/dist-types/commands/UpdateGameSessionCommand.d.ts +1 -1
  35. package/dist-types/commands/index.d.ts +1 -0
  36. package/dist-types/models/models_0.d.ts +147 -115
  37. package/dist-types/models/models_1.d.ts +88 -6
  38. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  39. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  40. package/dist-types/runtimeConfig.d.ts +1 -1
  41. package/dist-types/runtimeConfig.native.d.ts +2 -2
  42. package/dist-types/ts3.4/GameLift.d.ts +17 -0
  43. package/dist-types/ts3.4/GameLiftClient.d.ts +6 -0
  44. package/dist-types/ts3.4/commands/TerminateGameSessionCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  47. package/dist-types/ts3.4/models/models_1.d.ts +16 -0
  48. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  52. package/package.json +43 -43
package/README.md CHANGED
@@ -1067,6 +1067,14 @@ TagResource
1067
1067
 
1068
1068
  [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
1069
 
1070
+ </details>
1071
+ <details>
1072
+ <summary>
1073
+ TerminateGameSession
1074
+ </summary>
1075
+
1076
+ [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
+
1070
1078
  </details>
1071
1079
  <details>
1072
1080
  <summary>