aws-sdk-core 3.109.3 → 3.110.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8343548d8f2f52d44dfff78d0cb4352f4772da218b63504253a7728e7f4c98e6
4
- data.tar.gz: ebfa775cd61e2010dadac50769b8008f5efa4a3d77e55169700ffdf1efb98479
3
+ metadata.gz: 5d99d0d99ddc550900a970a6dc9732b2f4c3590bbf080941251f74dd1ca81f14
4
+ data.tar.gz: c99d3231552426bf0a12abf73a06296199918d20eadec98600968454bef4a9f8
5
5
  SHA512:
6
- metadata.gz: 6c3b21518f83c3b1428e3fc7d92a734de29375cd817bf67b9778ed31f71471e3945a74bfcad5d990873c61d83f025071b92c625fdd29fed60f3f58e4d320fc1a
7
- data.tar.gz: a6bc1af014df7e22e151693ccc17de0d04655b9d49c50728c912c1c4c9f04453384158152012cebe71aeab8502f65b4304103aef6ef8f97b1c802ab211e6aabc
6
+ metadata.gz: 8142f6e7ae0220d035dfc20af20553a3c2581acc729e939c52588434740ed71e0e28c0424aed8cd128d8621456fe53bc6cb903b6f21b4371dd737467da9bf8aa
7
+ data.tar.gz: 791e39ed9ad2e35b632b3493c28b3d5795235aea711b6fff5d7cd8c666cca5a1b196502cdaa0845e1c4dc5403d937479bc9c8849e018696e03217193bda95275
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.109.3
1
+ 3.110.0
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-sso/customizations'
50
50
  # @!group service
51
51
  module Aws::SSO
52
52
 
53
- GEM_VERSION = '3.109.3'
53
+ GEM_VERSION = '3.110.0'
54
54
 
55
55
  end
@@ -523,7 +523,7 @@ module Aws::SSO
523
523
  params: params,
524
524
  config: config)
525
525
  context[:gem_name] = 'aws-sdk-core'
526
- context[:gem_version] = '3.109.3'
526
+ context[:gem_version] = '3.110.0'
527
527
  Seahorse::Client::Request.new(handlers, context)
528
528
  end
529
529
 
@@ -8,6 +8,10 @@
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
10
 
11
+ unless Module.const_defined?(:Aws)
12
+ require 'aws-sdk-core'
13
+ require 'aws-sigv4'
14
+ end
11
15
 
12
16
  require_relative 'aws-sdk-sts/types'
13
17
  require_relative 'aws-sdk-sts/client_api'
@@ -46,6 +50,6 @@ require_relative 'aws-sdk-sts/customizations'
46
50
  # @!group service
47
51
  module Aws::STS
48
52
 
49
- GEM_VERSION = '3.109.3'
53
+ GEM_VERSION = '3.110.0'
50
54
 
51
55
  end
@@ -2204,7 +2204,7 @@ module Aws::STS
2204
2204
  params: params,
2205
2205
  config: config)
2206
2206
  context[:gem_name] = 'aws-sdk-core'
2207
- context[:gem_version] = '3.109.3'
2207
+ context[:gem_version] = '3.110.0'
2208
2208
  Seahorse::Client::Request.new(handlers, context)
2209
2209
  end
2210
2210
 
@@ -25,7 +25,8 @@ module Seahorse
25
25
  SocketError, EOFError, IOError, Timeout::Error,
26
26
  Errno::ECONNABORTED, Errno::ECONNRESET, Errno::EPIPE,
27
27
  Errno::EINVAL, Errno::ETIMEDOUT, OpenSSL::SSL::SSLError,
28
- Errno::EHOSTUNREACH, Errno::ECONNREFUSED
28
+ Errno::EHOSTUNREACH, Errno::ECONNREFUSED,
29
+ Net::HTTPFatalError # for proxy connection failures
29
30
  ]
30
31
 
31
32
  # does not exist in Ruby 1.9.3
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.109.3
4
+ version: 3.110.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-11-17 00:00:00.000000000 Z
11
+ date: 2020-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath