aws-sdk-gamelift 1.31.0 → 1.32.1

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: 716ae6dcfe092cbdc810d7eeec5a3c8d70e7aecee8920506d35b5de23b5e4911
4
- data.tar.gz: 45e7d46de8ba1e3962b7901306332c541cde538c267e7a1f299f1f9887153cb5
3
+ metadata.gz: 61b45f81b1dc47300f8ad1b7e5eb9303dcf6ed1ed3e2fe58839b42c72d9e2923
4
+ data.tar.gz: 7ce7f68844772afa503caaaad65dae6d35176d9b1c285df3399b9be32fa748e8
5
5
  SHA512:
6
- metadata.gz: 00effc8d4cc90fc18e2f04322a65a223ac72995ece142363d35edf3deb0f1d5caaa161a6ad1e5cbe3086a54c3fdd05999472b1ec6ddf8e30b3d2761db48d0228
7
- data.tar.gz: f78563a63d2660f3642db4990c84873cd6c5e22a135beaca0f6eed9c2448bb21b0eb656d318affb4bf7380f0b05c07cfc7f45408e45e8406ebdb5deaebd8ce5a
6
+ metadata.gz: eb3c926be3e44a82d78bfb7ed16e006bc9dd784371a077bd80ee6f66987ea8af9e79f573fbd9d49f444271024ecf2b85e683026881986c8eb52847c19e8f3cd6
7
+ data.tar.gz: 797bf813186a2d4ba4130ce5c14a2151e90d2f13bbb016b2c1280bf568d22fb2af55347c72d6da1c4c07d9ef0aba2b6bd2d9dd7ac6392ae4c48d02aa9e694bc7
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-gamelift/customizations'
45
45
  # @service
46
46
  module Aws::GameLift
47
47
 
48
- GEM_VERSION = '1.31.0'
48
+ GEM_VERSION = '1.32.1'
49
49
 
50
50
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
30
 
@@ -69,6 +70,7 @@ module Aws::GameLift
69
70
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
71
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
72
  add_plugin(Aws::Plugins::TransferEncoding)
73
+ add_plugin(Aws::Plugins::HttpChecksum)
72
74
  add_plugin(Aws::Plugins::SignatureV4)
73
75
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
76
 
@@ -161,7 +163,7 @@ module Aws::GameLift
161
163
  # @option options [String] :endpoint
162
164
  # The client endpoint is normally constructed from the `:region`
163
165
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
166
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
167
  #
166
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -8961,7 +8963,7 @@ module Aws::GameLift
8961
8963
  params: params,
8962
8964
  config: config)
8963
8965
  context[:gem_name] = 'aws-sdk-gamelift'
8964
- context[:gem_version] = '1.31.0'
8966
+ context[:gem_version] = '1.32.1'
8965
8967
  Seahorse::Client::Request.new(handlers, context)
8966
8968
  end
8967
8969
 
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.31.0
4
+ version: 1.32.1
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-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement