aws-sdk-sso 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa3ade5957cdb033a4628bea0ef1cb946af1bef3
4
- data.tar.gz: 94d3d77eecc5272dad8adb3a341df65351f8cbdb
3
+ metadata.gz: fd628c39fbee98bad02ffeb8889374c0e7ea4a66
4
+ data.tar.gz: f0d04954c20c25b8b5c4bfc48b99d3bae40a3a53
5
5
  SHA512:
6
- metadata.gz: 4a00b201ce35f420c7123c7497e89b1759ad639674c9b1f07a755685d6051223343aa2be1ecc927e466c55dc676bda71f064baebd2ad42b2d4e5b46f0cd0597c
7
- data.tar.gz: e66455cbeed06dd03fdeb5da9a9ac8e507d1a0399b6ec4f39050a8a8f8813cf3a2ca0b1b87669dcb7849867c2fd12db3f6a0068364bd5bfe235378c0df79df05
6
+ metadata.gz: bcd1fa02f659c89733e25dc479a2e6b597bfcc12fbe98cd6213bf8bf22d000fd30116fa0d9e0d9ac6c778ebabadb3fc3630bb9cbea7d229112bf4da12e9deb89
7
+ data.tar.gz: 8ac1b10982689e708b038550e096a8a87b6c1640080b0b3e7c6e3692d51eb1d91e640081816b7f2da5dd030add61b7fba36346d28bf9d2c54bc3426552e4cb9b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-sso/customizations'
42
42
  # @service
43
43
  module Aws::SSO
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.1.1'
46
46
 
47
47
  end
@@ -446,7 +446,7 @@ module Aws::SSO
446
446
  params: params,
447
447
  config: config)
448
448
  context[:gem_name] = 'aws-sdk-sso'
449
- context[:gem_version] = '1.1.0'
449
+ context[:gem_version] = '1.1.1'
450
450
  Seahorse::Client::Request.new(handlers, context)
451
451
  end
452
452
 
@@ -4,13 +4,13 @@ module Aws
4
4
  class ContentType < Seahorse::Client::Plugin
5
5
 
6
6
  def add_handlers(handlers, config)
7
- handlers.add(Handler, operations: [:get_role_credentials])
7
+ handlers.add(Handler)
8
8
  end
9
9
 
10
10
  class Handler < Seahorse::Client::Handler
11
11
  def call(context)
12
- # SSO GetRoleCredentials operation breaks when given an empty
13
- # content-type header. The SDK adds this blank content-type header
12
+ # Some SSO operations break when given an empty content-type header.
13
+ # The SDK adds this blank content-type header
14
14
  # since Net::HTTP provides a default that can break services.
15
15
  # We're setting one here even though it's not used or necessary.
16
16
  context.http_request.headers['content-type'] = 'application/json'
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.1.0
4
+ version: 1.1.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-01-10 00:00:00.000000000 Z
11
+ date: 2020-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core