@aws-sdk/client-gamelift 3.51.0 → 3.52.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 (51) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +5 -5
  3. package/dist-types/GameLift.d.ts +182 -125
  4. package/dist-types/GameLiftClient.d.ts +5 -5
  5. package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateBuildCommand.d.ts +4 -4
  7. package/dist-types/commands/CreateFleetCommand.d.ts +6 -3
  8. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateGameServerGroupCommand.d.ts +6 -6
  10. package/dist-types/commands/CreateGameSessionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +13 -6
  12. package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +1 -1
  13. package/dist-types/commands/CreatePlayerSessionCommand.d.ts +3 -1
  14. package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +3 -1
  15. package/dist-types/commands/CreateScriptCommand.d.ts +6 -6
  16. package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +12 -12
  17. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +8 -8
  18. package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +10 -5
  19. package/dist-types/commands/DeleteScriptCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -2
  21. package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +6 -6
  22. package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +10 -2
  24. package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +8 -4
  25. package/dist-types/commands/DescribeGameSessionsCommand.d.ts +16 -2
  26. package/dist-types/commands/DescribeMatchmakingCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeScriptCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -2
  31. package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +1 -1
  32. package/dist-types/commands/GetInstanceAccessCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListBuildsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListFleetsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListGameServerGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListScriptsCommand.d.ts +2 -2
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
  39. package/dist-types/commands/PutScalingPolicyCommand.d.ts +4 -4
  40. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
  41. package/dist-types/commands/SearchGameSessionsCommand.d.ts +7 -0
  42. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +5 -5
  43. package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -0
  44. package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
  45. package/dist-types/commands/TagResourceCommand.d.ts +5 -5
  46. package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
  47. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +2 -2
  48. package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +8 -4
  49. package/dist-types/commands/UpdateScriptCommand.d.ts +2 -2
  50. package/dist-types/models/models_0.d.ts +302 -259
  51. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2022/02/18 ([#3335](https://github.com/aws/aws-sdk-js-v3/issues/3335)) ([717b06f](https://github.com/aws/aws-sdk-js-v3/commit/717b06fc43e9876a6f8040147b75ad5da38b1e0f))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-gamelift
package/README.md CHANGED
@@ -7,10 +7,10 @@
7
7
 
8
8
  AWS SDK for JavaScript GameLift Client for Node.js, Browser and React Native.
9
9
 
10
- <fullname>Amazon GameLift Service</fullname>
10
+ <fullname>GameLift Service</fullname>
11
11
 
12
- <p>GameLift provides solutions for hosting session-based multiplayer game servers in the
13
- cloud, including tools for deploying, operating, and scaling game servers. Built on AWS
12
+ <p>Amazon Web Services provides solutions for hosting session-based multiplayer game servers in the
13
+ cloud, including tools for deploying, operating, and scaling game servers. Built on Amazon Web Services
14
14
  global computing infrastructure, GameLift helps you deliver high-performance,
15
15
  high-reliability, low-cost game servers while dynamically scaling your resource usage to
16
16
  meet player demand. </p>
@@ -49,8 +49,8 @@ service into your own hosting solution.</p>
49
49
  <p>
50
50
  <b>About this API Reference</b>
51
51
  </p>
52
- <p>This reference guide describes the low-level service API for Amazon GameLift. With each topic
53
- in this guide, you can find links to language-specific SDK guides and the AWS CLI
52
+ <p>This reference guide describes the low-level service API for Amazon Web Services. With each topic
53
+ in this guide, you can find links to language-specific SDK guides and the Amazon Web Services CLI
54
54
  reference. Useful links:</p>
55
55
  <ul>
56
56
  <li>