aws-sdk-core 3.102.0 → 3.102.1

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: 7fc179e3e488a2fd1bd6f0db5ad586d094778cf9a21c1e382b62151118225df6
4
- data.tar.gz: cc9d9832e1151e79ccb81c70351e80afd7def92f78e8296e9cd9f8555b9a66a0
3
+ metadata.gz: 43b48314641e07e1c8d17537972bd1178d7851ffc7a60f3b9c7fa86ecc33be6b
4
+ data.tar.gz: 36fd057632f75e6cff2096fcf10da6b9c1d8d5fc00f23282bbc1ad3e6f7dead8
5
5
  SHA512:
6
- metadata.gz: d86af36d1803a57aa45edd30786568b6ed0976b348e02fb2012e726016d5b6d15c1143425aea1b1af0c85b2e11ac943f01cc3596c6c6969b38b6085eb68f7d02
7
- data.tar.gz: 14c968ab6c605de0fa58ab06268c07abae32642c54ef7742a6ebd0db1006f44226f072276bcb119bbc16e19f10e551d72141d7214400769d42264c65bafc45c9
6
+ metadata.gz: a3c31d85b96159bd3ab68c23263e8bbb864f0ce4ae4365c8fa7300bd5aa0ffec8d361e4b933f5e2f93a9235af3a2094ee0de96de3a359038c06e71735a7d3c22
7
+ data.tar.gz: fe40d202c4a8eca29230892b597ac481af2fdc74d1f20e66180157afd92ac41245c5c1b0abb41dd25e2f6f2037da9e4a373af56058dd80f1c9670b5edd2aad2d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.102.0
1
+ 3.102.1
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-sts/customizations'
45
45
  # @service
46
46
  module Aws::STS
47
47
 
48
- GEM_VERSION = '3.102.0'
48
+ GEM_VERSION = '3.102.1'
49
49
 
50
50
  end
@@ -2189,7 +2189,7 @@ module Aws::STS
2189
2189
  params: params,
2190
2190
  config: config)
2191
2191
  context[:gem_name] = 'aws-sdk-core'
2192
- context[:gem_version] = '3.102.0'
2192
+ context[:gem_version] = '3.102.1'
2193
2193
  Seahorse::Client::Request.new(handlers, context)
2194
2194
  end
2195
2195
 
@@ -17,10 +17,9 @@ module Seahorse
17
17
 
18
18
  def call(context)
19
19
  if context.params.is_a?(Hash) && context.params[:response_target]
20
- target = context.params.delete(:response_target)
21
- else
22
- target = context[:response_target]
20
+ context[:response_target] = context.params.delete(:response_target)
23
21
  end
22
+ target = context[:response_target]
24
23
  add_event_listeners(context, target) if target
25
24
  @handler.call(context)
26
25
  end
@@ -41,7 +40,7 @@ module Seahorse
41
40
 
42
41
  context.http_response.on_success(200..299) do
43
42
  body = context.http_response.body
44
- if ManagedFile === body && body.open?
43
+ if body.is_a?(ManagedFile) && body.open?
45
44
  body.close
46
45
  end
47
46
  end
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.102.0
4
+ version: 3.102.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-24 00:00:00.000000000 Z
11
+ date: 2020-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath