aws-sdk-glue 1.57.0 → 1.58.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: 8089a559fb60c829c8699299fee0d4617d17cff80769a4aa948e728d1612636e
4
- data.tar.gz: cc6166fea0ae6dfc2a4798ed6f4281be597505df12c6c804931dddd4eb75c6ce
3
+ metadata.gz: ff2050c7e192a47095e51958eb13a77a0e4f3baec6b99c82d0aa41f77d570515
4
+ data.tar.gz: 7f0add5718351af021a8786fca53581568ed278d70d144759a4016aa199d7227
5
5
  SHA512:
6
- metadata.gz: 8411332085a8fe5291ee3260b43d6ee7e5d4e89ead26e9cef3de1def8a22e9a32c6644ff66d4bac43b5531f1c004a86747002d260f546a9e896c5ec4ab6a1445
7
- data.tar.gz: 870cb6ec1afa3005f326e33f61d135c124f2e96e63d8b3361b7a5260b98c3402ef498ac95fe24a2e1557e2a3cf8217ebc73bf5abd0734b87a8425e260521f821
6
+ metadata.gz: be526e8164a4b19822e759bd4f1a2d031137cbdf724f1f8359c25619ae30b02cdf013b0d5e60b63ee9667f9edc43500b04572602ac8b79ea9c0e4bcefe578802
7
+ data.tar.gz: 7751c4e02eccba3fe869fed4bbc3a1d04cb95b31435419daa343d76ebe55f4894a823ce7fb2e2a316b2801546e6d5ddc2637a6e2fa3271064ec61a7ec796b973
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-glue/customizations'
45
45
  # @service
46
46
  module Aws::Glue
47
47
 
48
- GEM_VERSION = '1.57.0'
48
+ GEM_VERSION = '1.58.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::Glue
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::Glue
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
@@ -8157,7 +8159,7 @@ module Aws::Glue
8157
8159
  params: params,
8158
8160
  config: config)
8159
8161
  context[:gem_name] = 'aws-sdk-glue'
8160
- context[:gem_version] = '1.57.0'
8162
+ context[:gem_version] = '1.58.1'
8161
8163
  Seahorse::Client::Request.new(handlers, context)
8162
8164
  end
8163
8165
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.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-06-03 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