aws-sdk-iam 1.36.0 → 1.37.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-iam.rb +1 -1
- data/lib/aws-sdk-iam/client.rb +3 -3
- 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: 7a2d92dc98b771daa775708cc80abbe6d360ac239e923af2195bc9ec1a5495db
|
4
|
+
data.tar.gz: 13ca6081ee86abc2dad50ab88badd6949908b6d8f1494f5acb805cc737ddf3ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bdb22e80fb8e360ac888091df5a2a28d2789d8925be1f939b2893b3b5abcc8fb48b529b65341896d106ba04a8c5a0428faf8acab0a9ab3da557288eab3ebd8c
|
7
|
+
data.tar.gz: 1dcd1d22820cfe7a48ab2cc87d3dee2eb84116b4a5433e1f8692739b559c86e710876a13a979ecda40d047edd7f16d89dbc65f98c74252dad7c622165ac80f64
|
data/lib/aws-sdk-iam.rb
CHANGED
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -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
|
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
|
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.
|
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.
|
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-
|
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
|