aws-sdk-sso 1.3.0 → 1.4.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 +4 -4
- data/lib/aws-sdk-sso.rb +1 -1
- data/lib/aws-sdk-sso/client.rb +2 -2
- 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: f4f732a8004f8e7451133269c49eaa73fdd56eeda1c71a698dbb535547deee18
|
|
4
|
+
data.tar.gz: 7e2d0905d37d48a5f8a7f0eaefa2521ce1779e5e7e210c5aba6735db08e5dff2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1cbe116b19f94490ff25d77ccf4b51c159651554b8884f124ac4cff3542d3c00dcc089a2fe837e495ac8d9e8cce8152c8606f2f80412ba9df2c12175cc2361c7
|
|
7
|
+
data.tar.gz: e39401c8c84277f4f9f336d79607fa321c78a6a34c285be1f1b3126cab43e1b33041022d265fe1d364f587346e960f558901cc2b7f780eadb25a6a1384d668fe
|
data/lib/aws-sdk-sso.rb
CHANGED
data/lib/aws-sdk-sso/client.rb
CHANGED
|
@@ -178,7 +178,7 @@ module Aws::SSO
|
|
|
178
178
|
# requests fetching endpoints information. Defaults to 60 sec.
|
|
179
179
|
#
|
|
180
180
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
181
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
181
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
182
182
|
#
|
|
183
183
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
184
184
|
# The log formatter.
|
|
@@ -504,7 +504,7 @@ module Aws::SSO
|
|
|
504
504
|
params: params,
|
|
505
505
|
config: config)
|
|
506
506
|
context[:gem_name] = 'aws-sdk-sso'
|
|
507
|
-
context[:gem_version] = '1.
|
|
507
|
+
context[:gem_version] = '1.4.0'
|
|
508
508
|
Seahorse::Client::Request.new(handlers, context)
|
|
509
509
|
end
|
|
510
510
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-sso
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.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-05-
|
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|