aws-sdk-gamelift 1.96.0 → 1.98.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gamelift/client.rb +443 -208
- data/lib/aws-sdk-gamelift/client_api.rb +38 -2
- data/lib/aws-sdk-gamelift/types.rb +500 -168
- data/lib/aws-sdk-gamelift.rb +1 -1
- data/sig/client.rbs +16 -1
- data/sig/types.rbs +20 -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: 24e268796d25bf08c2b521f8c4edc0ace29f0a24742addf10b7809087d043122
|
4
|
+
data.tar.gz: 431399c6e95a708ad5dba69a884cc235880ec3a1d66c81fc305d6fd30fde5647
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d8b58d78ac33ffcc9efbbf8615d9026f1473f59a93bf0b778fd3b15b91f39f4c469abbf60d7c16a5758fca3d483963063f4e53fec82e88f17ff10a3f0885c8f
|
7
|
+
data.tar.gz: 418e9a6576cd99a2d58cdf73c30a11fcc3f823b8e93ae902e6215bcdac1244d1b46717d721a1a71301e80e6bfec92837c6e98a327f543704679a303c27512edb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.98.0 (2025-01-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon GameLift releases a new game session placement feature: PriorityConfigurationOverride. You can now override how a game session queue prioritizes placement locations for a single StartGameSessionPlacement request.
|
8
|
+
|
9
|
+
1.97.0 (2025-01-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon GameLift releases a new game session shutdown feature. Use the Amazon GameLift console or AWS CLI to terminate an in-progress game session that's entered a bad state or is no longer needed.
|
13
|
+
|
4
14
|
1.96.0 (2024-11-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.98.0
|