aws-sdk-gamelift 1.16.0 → 1.17.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
  SHA1:
3
- metadata.gz: e48c62250e666e53c0f491df9ae2375ccdf9e0aa
4
- data.tar.gz: 617527e55b0c21872aa602dd2dd683c63a5b4249
3
+ metadata.gz: ca92500279670af1d34600173ccf1e730af9ca8f
4
+ data.tar.gz: 363d992ea540be70e456f5c3d94560d1feee24d0
5
5
  SHA512:
6
- metadata.gz: d50cda69f5befe6bbb7648a52c458a7e94104b8ec2dea24263b2b7511fbedef2b796ee2b5a370ecd9e9e531fca027eb98915b1e5526deb1a4b65aa4a1c913aec
7
- data.tar.gz: 667fecf7462b9b12561473032daeca25bf321b6d898635c2acd21b7e58f101d53aa77a8a336f72517a63a93e86b7f2731a770ed2fda4a2464f5b7e36364f26e0
6
+ metadata.gz: 3f3e939d97bc45e6ac9b24ada5c8f5d9c87c1c4d72c18e789663d32aa39edf6f07f43b9fc4639c0d33be2aac996891cba7b5cfa3a3d7120aad21634413d30e91
7
+ data.tar.gz: b622a716ee8891986307a8760295ed19ea1be5a77bbcf83b3686295a1792b53f6e6610709508f27a0f3d9a252b652badcb50c53df47522f68dd8870143feacb7
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-gamelift/customizations'
42
42
  # @service
43
43
  module Aws::GameLift
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.0'
46
46
 
47
47
  end
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
23
23
  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
+ require 'aws-sdk-core/plugins/transfer_encoding.rb'
26
27
  require 'aws-sdk-core/plugins/signature_v4.rb'
27
28
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
28
29
 
@@ -55,6 +56,7 @@ module Aws::GameLift
55
56
  add_plugin(Aws::Plugins::JsonvalueConverter)
56
57
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
57
58
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
59
+ add_plugin(Aws::Plugins::TransferEncoding)
58
60
  add_plugin(Aws::Plugins::SignatureV4)
59
61
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
60
62
 
@@ -7071,7 +7073,7 @@ module Aws::GameLift
7071
7073
  params: params,
7072
7074
  config: config)
7073
7075
  context[:gem_name] = 'aws-sdk-gamelift'
7074
- context[:gem_version] = '1.16.0'
7076
+ context[:gem_version] = '1.17.0'
7075
7077
  Seahorse::Client::Request.new(handlers, context)
7076
7078
  end
7077
7079
 
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.16.0
4
+ version: 1.17.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: 2019-04-25 00:00:00.000000000 Z
11
+ date: 2019-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core