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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae3c6177df3645f0f694d639ebaf2c8dab32d9ca200c4a85baa3bbfb41d57440
4
- data.tar.gz: 69f0ae778506169771a0147e479d3cf341ae961113dee17e2dd49094ac0df869
3
+ metadata.gz: f4f732a8004f8e7451133269c49eaa73fdd56eeda1c71a698dbb535547deee18
4
+ data.tar.gz: 7e2d0905d37d48a5f8a7f0eaefa2521ce1779e5e7e210c5aba6735db08e5dff2
5
5
  SHA512:
6
- metadata.gz: f2903953e9dccb3f0f4a055661b7d88c6fcb2f3ab434f3d9f94cc13cc3d0e0273e442f2e421a4649e38eb38ed3877e6c9e5df2991040f26aa0e8be66d5092e19
7
- data.tar.gz: e05f4fc372f3e4b35b260b417f76707783e08711893e14a9a6ebbefef09ea828f311d1189765d64030096a9e48fa3b79fb9c1a084dfce916f4a6747b00a7019d
6
+ metadata.gz: 1cbe116b19f94490ff25d77ccf4b51c159651554b8884f124ac4cff3542d3c00dcc089a2fe837e495ac8d9e8cce8152c8606f2f80412ba9df2c12175cc2361c7
7
+ data.tar.gz: e39401c8c84277f4f9f336d79607fa321c78a6a34c285be1f1b3126cab43e1b33041022d265fe1d364f587346e960f558901cc2b7f780eadb25a6a1384d668fe
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-sso/customizations'
45
45
  # @service
46
46
  module Aws::SSO
47
47
 
48
- GEM_VERSION = '1.3.0'
48
+ GEM_VERSION = '1.4.0'
49
49
 
50
50
  end
@@ -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. Defaults to `false`.
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.3.0'
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.3.0
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-07 00:00:00.000000000 Z
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