@aws-sdk/client-gamelift 3.1001.0 → 3.1002.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 (53) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +30 -0
  3. package/dist-cjs/schemas/schemas_0.js +75 -24
  4. package/dist-es/GameLift.js +2 -0
  5. package/dist-es/commands/GetPlayerConnectionDetailsCommand.js +16 -0
  6. package/dist-es/commands/index.js +1 -0
  7. package/dist-es/models/enums.js +13 -0
  8. package/dist-es/schemas/schemas_0.js +69 -18
  9. package/dist-types/GameLift.d.ts +7 -0
  10. package/dist-types/GameLiftClient.d.ts +3 -2
  11. package/dist-types/commands/CreateContainerFleetCommand.d.ts +3 -0
  12. package/dist-types/commands/CreateFleetCommand.d.ts +9 -0
  13. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateGameSessionCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +1 -0
  16. package/dist-types/commands/DescribeContainerFleetCommand.d.ts +2 -0
  17. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +5 -1
  18. package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +1 -0
  19. package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +1 -0
  20. package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +4 -1
  21. package/dist-types/commands/DescribeGameSessionsCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeMatchmakingCommand.d.ts +1 -0
  24. package/dist-types/commands/GetPlayerConnectionDetailsCommand.d.ts +126 -0
  25. package/dist-types/commands/ListContainerFleetsCommand.d.ts +2 -0
  26. package/dist-types/commands/SearchGameSessionsCommand.d.ts +9 -1
  27. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +1 -0
  28. package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -0
  29. package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -0
  30. package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +1 -0
  31. package/dist-types/commands/TerminateGameSessionCommand.d.ts +1 -0
  32. package/dist-types/commands/UpdateContainerFleetCommand.d.ts +2 -0
  33. package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +1 -2
  36. package/dist-types/commands/UpdateGameSessionCommand.d.ts +1 -0
  37. package/dist-types/commands/index.d.ts +1 -0
  38. package/dist-types/models/enums.d.ts +37 -0
  39. package/dist-types/models/models_0.d.ts +293 -173
  40. package/dist-types/models/models_1.d.ts +182 -3
  41. package/dist-types/schemas/schemas_0.d.ts +6 -0
  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/GetPlayerConnectionDetailsCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +4 -2
  48. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  49. package/dist-types/ts3.4/models/enums.d.ts +19 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +35 -32
  51. package/dist-types/ts3.4/models/models_1.d.ts +36 -0
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  53. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-gamelift",
3
3
  "description": "AWS SDK for JavaScript Gamelift Client for Node.js, Browser and React Native",
4
- "version": "3.1001.0",
4
+ "version": "3.1002.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-gamelift",
@@ -23,17 +23,17 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.16",
27
- "@aws-sdk/credential-provider-node": "^3.972.15",
26
+ "@aws-sdk/core": "^3.973.17",
27
+ "@aws-sdk/credential-provider-node": "^3.972.16",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.6",
29
29
  "@aws-sdk/middleware-logger": "^3.972.6",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.6",
31
- "@aws-sdk/middleware-user-agent": "^3.972.16",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.17",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.6",
33
33
  "@aws-sdk/types": "^3.973.4",
34
34
  "@aws-sdk/util-endpoints": "^3.996.3",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.6",
36
- "@aws-sdk/util-user-agent-node": "^3.973.1",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.2",
37
37
  "@smithy/config-resolver": "^4.4.9",
38
38
  "@smithy/core": "^3.23.7",
39
39
  "@smithy/fetch-http-handler": "^5.3.12",