aws-sdk-gamelift 1.55.0 → 1.56.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gamelift/client.rb +4 -4
- 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: 50d8d8ac6dc572798768742011b1b8ff230989d4b46a3d1566349af2f9933985
|
|
4
|
+
data.tar.gz: 853d88f0a3dd402972fbcb4af38b2336d6fc9601ad294c2426bad4072de85ab2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e9cf7efe3d0fd71374bcd07f7ff26de8b2e2d905f76470f97dd4fb1e8a260e0cfc657d05fc12c1ba4a43395b9c7d7e46570aa140a3cde4c1cd7f7c55d2519b9
|
|
7
|
+
data.tar.gz: 23b5d3f025382a310592021f46b92045d01a227b2fbb64320c40ae74d5e87e8b2bad737f7bd37044f303a6fbe812679d77e2cf90af160160c7cdf8f23b789f1a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.56.0
|
|
@@ -3437,8 +3437,8 @@ module Aws::GameLift
|
|
|
3437
3437
|
req.send_request(options)
|
|
3438
3438
|
end
|
|
3439
3439
|
|
|
3440
|
-
#
|
|
3441
|
-
# Services Region or location. Instance limits control the number of
|
|
3440
|
+
# Retrieves the instance limits and current utilization for an Amazon
|
|
3441
|
+
# Web Services Region or location. Instance limits control the number of
|
|
3442
3442
|
# instances, per instance type, per location, that your Amazon Web
|
|
3443
3443
|
# Services account can use. Learn more at [Amazon EC2 Instance
|
|
3444
3444
|
# Types][1]. The information returned includes the maximum number of
|
|
@@ -5075,7 +5075,7 @@ module Aws::GameLift
|
|
|
5075
5075
|
# API limit, which results in errors. Instead, as a best practice, set
|
|
5076
5076
|
# up an Amazon Simple Notification Service to receive notifications, and
|
|
5077
5077
|
# provide the topic ARN in the matchmaking configuration. Continuously
|
|
5078
|
-
#
|
|
5078
|
+
# polling ticket status with DescribeMatchmaking should only be used for
|
|
5079
5079
|
# games in development with low matchmaking usage.
|
|
5080
5080
|
#
|
|
5081
5081
|
#
|
|
@@ -9495,7 +9495,7 @@ module Aws::GameLift
|
|
|
9495
9495
|
params: params,
|
|
9496
9496
|
config: config)
|
|
9497
9497
|
context[:gem_name] = 'aws-sdk-gamelift'
|
|
9498
|
-
context[:gem_version] = '1.
|
|
9498
|
+
context[:gem_version] = '1.56.0'
|
|
9499
9499
|
Seahorse::Client::Request.new(handlers, context)
|
|
9500
9500
|
end
|
|
9501
9501
|
|
data/lib/aws-sdk-gamelift.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-gamelift
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.56.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-02
|
|
11
|
+
date: 2022-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|