aws-sdk-gamelift 1.29.0 → 1.30.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: 3c247aea2a3ad4bd7cd7d473b46a7333a5101ad32f84cb8d37e212e16b9a8075
4
- data.tar.gz: b42f53605e7000910b3c0914a87c7d4afe1718f8601760c7bdc4c90746d4b43f
3
+ metadata.gz: e9a6c4e80b068e0942bb3906136a51f64b0c4356494330aba983607689c2b7e8
4
+ data.tar.gz: 39def15bc577295b2b24f2c9a4429b040f1289e2587f43f2d87a39e1b21fe1de
5
5
  SHA512:
6
- metadata.gz: 04406d5ac82eca81b3f10935f708cc7b09e689810debea0ec227d32859352d7657a3428d0136145656617fee767bf4db5fc5b9312c3b8d9690b86a6795c45793
7
- data.tar.gz: 7bb9de9ecb78fd585fbda7fdbaf608631a299c88218f7ae30b0e16ffd7734ffc5684752be0e3db36845701d3e09d46299774430b4c18eae4b98c2b69a4a32670
6
+ metadata.gz: e4cd98314e82f8b96a210148e08c81e92a326308ec67ad26d9fe6506be25c03283affc14e0626e90d36078aa67a5ccb321d566de87da58eb2800ee3a30dd65e3
7
+ data.tar.gz: 8f9a6a66c15758c89dd2288224811a68a2bb61d4d27511af94558094c9053f05dca78c01766d59f04009164764bdcde046fd18e8d1e30cd78fc2deae21430bb7
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-gamelift/customizations'
45
45
  # @service
46
46
  module Aws::GameLift
47
47
 
48
- GEM_VERSION = '1.29.0'
48
+ GEM_VERSION = '1.30.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::GameLift
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::GameLift
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -8961,7 +8961,7 @@ module Aws::GameLift
8961
8961
  params: params,
8962
8962
  config: config)
8963
8963
  context[:gem_name] = 'aws-sdk-gamelift'
8964
- context[:gem_version] = '1.29.0'
8964
+ context[:gem_version] = '1.30.0'
8965
8965
  Seahorse::Client::Request.new(handlers, context)
8966
8966
  end
8967
8967
 
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.29.0
4
+ version: 1.30.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: 2020-04-09 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core