aws-sdk-iam 1.20.0 → 1.21.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
  SHA1:
3
- metadata.gz: f825e78ca9a7bb59f21fc966fa15d313f0af0a15
4
- data.tar.gz: ad33e62ad4330f199dcad4798f24cafd103c22b3
3
+ metadata.gz: 912f28df6eed8451075e07cde662ad0c17bb44da
4
+ data.tar.gz: 19896fe1d478ca4e0ac001b85dbc8a711119f818
5
5
  SHA512:
6
- metadata.gz: 1c288ce29fffcba07936782ef24d1c4d2bf80aab8806db789ac33d62d77b16b0edde8b18fa12758ee8cf87ae4e9644636d35fccf400b36504a023763686904c6
7
- data.tar.gz: 2a79c4de554a0975ab0ff6bd428e8c09d76b4fb67ae0279fd47dc809a50e2c52879bd726d677554be4723fdd691af2cdb78ca957ccce86902a4fd0d663e0f6a8
6
+ metadata.gz: 1b8b7cbf3efe0819e885d5e0ce6f91ea1965baf6eab9d1d6ec7b1f33eef777822ed082e5298c55f060edede66e3b51b3b9d6acffcc8139526a5db821d2fff28e
7
+ data.tar.gz: 508bb7a1cabb05d4cb4b6177b4e35d752f3295702c2412623be2d06a64837faba2906d910881d52c201317aaf30ee891e301cc28acdcf94c72d875fbf849a240
data/lib/aws-sdk-iam.rb CHANGED
@@ -64,6 +64,6 @@ require_relative 'aws-sdk-iam/customizations'
64
64
  # @service
65
65
  module Aws::IAM
66
66
 
67
- GEM_VERSION = '1.20.0'
67
+ GEM_VERSION = '1.21.0'
68
68
 
69
69
  end
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
23
23
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
+ require 'aws-sdk-core/plugins/transfer_encoding.rb'
26
27
  require 'aws-sdk-core/plugins/signature_v4.rb'
27
28
  require 'aws-sdk-core/plugins/protocols/query.rb'
28
29
 
@@ -55,6 +56,7 @@ module Aws::IAM
55
56
  add_plugin(Aws::Plugins::JsonvalueConverter)
56
57
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
57
58
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
59
+ add_plugin(Aws::Plugins::TransferEncoding)
58
60
  add_plugin(Aws::Plugins::SignatureV4)
59
61
  add_plugin(Aws::Plugins::Protocols::Query)
60
62
 
@@ -10960,7 +10962,7 @@ module Aws::IAM
10960
10962
  params: params,
10961
10963
  config: config)
10962
10964
  context[:gem_name] = 'aws-sdk-iam'
10963
- context[:gem_version] = '1.20.0'
10965
+ context[:gem_version] = '1.21.0'
10964
10966
  Seahorse::Client::Request.new(handlers, context)
10965
10967
  end
10966
10968
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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: 2019-05-06 00:00:00.000000000 Z
11
+ date: 2019-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core