aws-sdk-gamelift 1.59.0 → 1.61.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-gamelift/client.rb +920 -1066
- data/lib/aws-sdk-gamelift/client_api.rb +291 -11
- data/lib/aws-sdk-gamelift/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-gamelift/endpoint_provider.rb +35 -95
- data/lib/aws-sdk-gamelift/endpoints.rb +126 -0
- data/lib/aws-sdk-gamelift/plugins/endpoints.rb +18 -0
- data/lib/aws-sdk-gamelift/types.rb +1006 -2122
- data/lib/aws-sdk-gamelift.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 320f09d65105889ba8e1154070af039058d6fde2c9953b79e92c1973544ccdbc
|
4
|
+
data.tar.gz: 2420f3f6452c62181b19e97ef6d07945cd52bf32abcbfafd7b9fd89091438065
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95fe07f42478e4a4dd7b6bbf5c52a0a1289f3c32604d75340983a98e372e023f379fb5c7f143aa963776c5799c26574570986fb0e3774627ecde72e1202ec505
|
7
|
+
data.tar.gz: 5786c15be7906449ca1b6534ae80020d2b6ad1bf6a29a4aa68098125a0f7dbf4f0fc7493b9c29d9313073ba5574d0aef6f62dc605e72027627ea693720518f51
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.61.0 (2023-01-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
10
|
+
|
11
|
+
1.60.0 (2022-12-01)
|
12
|
+
------------------
|
13
|
+
|
14
|
+
* Feature - GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.
|
15
|
+
|
4
16
|
1.59.0 (2022-10-25)
|
5
17
|
------------------
|
6
18
|
|
@@ -375,4 +387,4 @@ Unreleased Changes
|
|
375
387
|
1.0.0.rc1 (2016-12-05)
|
376
388
|
------------------
|
377
389
|
|
378
|
-
* Feature - Initial preview release of the `aws-sdk-gamelift` gem.
|
390
|
+
* Feature - Initial preview release of the `aws-sdk-gamelift` gem.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.61.0
|