aws-sdk-iam 1.36.0 → 1.37.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: a2ea9f2ae6d9d5db55f1b2aeeecbad422294d2231b01cb5ae7cffe6688a44ac4
4
- data.tar.gz: 8b815fe8b0bf12b454ad310156d9b349af86440152328e51f140d2e6ac29ccac
3
+ metadata.gz: 7a2d92dc98b771daa775708cc80abbe6d360ac239e923af2195bc9ec1a5495db
4
+ data.tar.gz: 13ca6081ee86abc2dad50ab88badd6949908b6d8f1494f5acb805cc737ddf3ed
5
5
  SHA512:
6
- metadata.gz: 46c2e4c82cfe6403732a015dff2be19778db25a99ad5d14fd4501fa8924c49fd6cd96e2022bf51be4d2dc101e26a49f251ab32030dd1321ff3ecfaa9189d0e9d
7
- data.tar.gz: 0fa8b932baf27b80837b240974d879462f3a44cf22fa869c0fda7300085bf6acd21efcba1c21dd58a5cb619ff5baa8075336ac9cdc71442628f80d873c83ac3e
6
+ metadata.gz: 8bdb22e80fb8e360ac888091df5a2a28d2789d8925be1f939b2893b3b5abcc8fb48b529b65341896d106ba04a8c5a0428faf8acab0a9ab3da557288eab3ebd8c
7
+ data.tar.gz: 1dcd1d22820cfe7a48ab2cc87d3dee2eb84116b4a5433e1f8692739b559c86e710876a13a979ecda40d047edd7f16d89dbc65f98c74252dad7c622165ac80f64
@@ -67,6 +67,6 @@ require_relative 'aws-sdk-iam/customizations'
67
67
  # @service
68
68
  module Aws::IAM
69
69
 
70
- GEM_VERSION = '1.36.0'
70
+ GEM_VERSION = '1.37.0'
71
71
 
72
72
  end
@@ -105,7 +105,7 @@ module Aws::IAM
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::IAM
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -11533,7 +11533,7 @@ module Aws::IAM
11533
11533
  params: params,
11534
11534
  config: config)
11535
11535
  context[:gem_name] = 'aws-sdk-iam'
11536
- context[:gem_version] = '1.36.0'
11536
+ context[:gem_version] = '1.37.0'
11537
11537
  Seahorse::Client::Request.new(handlers, context)
11538
11538
  end
11539
11539
 
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.36.0
4
+ version: 1.37.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-04-20 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core