aws-sdk-core 3.104.0 → 3.104.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 +4 -4
- data/VERSION +1 -1
- data/lib/aws-sdk-sts.rb +1 -1
- data/lib/aws-sdk-sts/client.rb +1 -1
- data/lib/seahorse/client/request_context.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70a6905bf06dee70851564691ecbfd4df7e750c087d302c2c32c711c6d628c2e
|
|
4
|
+
data.tar.gz: 7a895028e693d8ec2b65930b212e2e83ff3edccce7f3cd594df31208d00e9796
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a3c29b11ac10b61679545cb7c133b272f25f7717d8cbb935e85272ad588c77b8db61483e24f6d9624676704fc04db8c4c280e6d89f6399bd38816d3184a4172
|
|
7
|
+
data.tar.gz: 673a1eb3b3a33e181426f5585117834c9c69ee4226adcae4b5c9c05e9d8e59d8311d26befcadc0d6acba21de01d762557862ac88bc5124a67e763000e1abd40d
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.104.
|
|
1
|
+
3.104.1
|
data/lib/aws-sdk-sts.rb
CHANGED
data/lib/aws-sdk-sts/client.rb
CHANGED
|
@@ -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.104.
|
|
2192
|
+
context[:gem_version] = '3.104.1'
|
|
2193
2193
|
Seahorse::Client::Request.new(handlers, context)
|
|
2194
2194
|
end
|
|
2195
2195
|
|
|
@@ -19,7 +19,7 @@ module Seahorse
|
|
|
19
19
|
@operation = options[:operation]
|
|
20
20
|
@authorizer = options[:authorizer]
|
|
21
21
|
@client = options[:client]
|
|
22
|
-
@params = options[:params]
|
|
22
|
+
@params = options[:params] ? options[:params].dup : {}
|
|
23
23
|
@config = options[:config]
|
|
24
24
|
@http_request = options[:http_request] || Http::Request.new
|
|
25
25
|
@http_response = options[:http_response] || Http::Response.new
|
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.104.
|
|
4
|
+
version: 3.104.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-07-
|
|
11
|
+
date: 2020-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|