aws-sdk-gamelift 1.55.0 → 1.56.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef1145e55c208833b05b733a4d3dfbdd04dbeb142d131ae10bb264eb1eef9c7b
4
- data.tar.gz: 0c333bbefdbe464a1c84263edf4bb5691b92daeeefe6005f336c8738154b8118
3
+ metadata.gz: 50d8d8ac6dc572798768742011b1b8ff230989d4b46a3d1566349af2f9933985
4
+ data.tar.gz: 853d88f0a3dd402972fbcb4af38b2336d6fc9601ad294c2426bad4072de85ab2
5
5
  SHA512:
6
- metadata.gz: 2c189fdc293575c49545e0cf92ee385e8012c6fde55baef9df661f9f975202e4487bede45c2150383d899fb941d5f38286742bbdf1cbbaf49f18696040a869eb
7
- data.tar.gz: 4dbf203bd6bb02dcfd3af85a810f923e1cd641309811dae3cfd0dce1c54661cdc482f8025ab50b00a19e0640f865a2be75d7c89772bd499e340afc2ebd7a886a
6
+ metadata.gz: 6e9cf7efe3d0fd71374bcd07f7ff26de8b2e2d905f76470f97dd4fb1e8a260e0cfc657d05fc12c1ba4a43395b9c7d7e46570aa140a3cde4c1cd7f7c55d2519b9
7
+ data.tar.gz: 23b5d3f025382a310592021f46b92045d01a227b2fbb64320c40ae74d5e87e8b2bad737f7bd37044f303a6fbe812679d77e2cf90af160160c7cdf8f23b789f1a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2022-03-02)
5
+ ------------------
6
+
7
+ * Feature - Minor updates to address errors.
8
+
4
9
  1.55.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -3437,8 +3437,8 @@ module Aws::GameLift
3437
3437
  req.send_request(options)
3438
3438
  end
3439
3439
 
3440
- # The GameLift service limits and current utilization for an Amazon Web
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
- # poling ticket status with DescribeMatchmaking should only be used for
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.55.0'
9498
+ context[:gem_version] = '1.56.0'
9499
9499
  Seahorse::Client::Request.new(handlers, context)
9500
9500
  end
9501
9501
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-gamelift/customizations'
48
48
  # @!group service
49
49
  module Aws::GameLift
50
50
 
51
- GEM_VERSION = '1.55.0'
51
+ GEM_VERSION = '1.56.0'
52
52
 
53
53
  end
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.55.0
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-24 00:00:00.000000000 Z
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