aws-sdk-iam 1.52.0 → 1.53.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iam.rb +1 -1
- data/lib/aws-sdk-iam/client.rb +3 -1
- data/lib/aws-sdk-iam/client_api.rb +7 -0
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 722e2b9f7154b9800c969c107df528c1b5c76f4a66538831dd029a7386285c92
|
|
4
|
+
data.tar.gz: e421c2cf41df4c1f4b50a8ca67ad207411ee12c43a9a9c83e3e4735bc4b2d7bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a827795f8899bd57776a3cbd1de6045a2f1fd3eaae4f780c0ca170303d7e1c314d8977d600c11f068833ba728e5870d0efc8d2c0c315a16c1a875f01121301ce
|
|
7
|
+
data.tar.gz: 00d6ed484a45e5f87f47eb9738ca4174d7cf0b51cb8f26539c3973476e437b4c8880da8392232370df5c79ed864641df648257927481b3b34d353fa31b73761a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.53.0
|
data/lib/aws-sdk-iam.rb
CHANGED
data/lib/aws-sdk-iam/client.rb
CHANGED
|
@@ -8841,6 +8841,8 @@ module Aws::IAM
|
|
|
8841
8841
|
# * {Types::ListUserTagsResponse#is_truncated #is_truncated} => Boolean
|
|
8842
8842
|
# * {Types::ListUserTagsResponse#marker #marker} => String
|
|
8843
8843
|
#
|
|
8844
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
8845
|
+
#
|
|
8844
8846
|
#
|
|
8845
8847
|
# @example Example: To list the tags attached to an IAM user
|
|
8846
8848
|
#
|
|
@@ -13056,7 +13058,7 @@ module Aws::IAM
|
|
|
13056
13058
|
params: params,
|
|
13057
13059
|
config: config)
|
|
13058
13060
|
context[:gem_name] = 'aws-sdk-iam'
|
|
13059
|
-
context[:gem_version] = '1.
|
|
13061
|
+
context[:gem_version] = '1.53.0'
|
|
13060
13062
|
Seahorse::Client::Request.new(handlers, context)
|
|
13061
13063
|
end
|
|
13062
13064
|
|
|
@@ -3457,6 +3457,13 @@ module Aws::IAM
|
|
|
3457
3457
|
o.output = Shapes::ShapeRef.new(shape: ListUserTagsResponse)
|
|
3458
3458
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
|
3459
3459
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
|
3460
|
+
o[:pager] = Aws::Pager.new(
|
|
3461
|
+
more_results: "is_truncated",
|
|
3462
|
+
limit_key: "max_items",
|
|
3463
|
+
tokens: {
|
|
3464
|
+
"marker" => "marker"
|
|
3465
|
+
}
|
|
3466
|
+
)
|
|
3460
3467
|
end)
|
|
3461
3468
|
|
|
3462
3469
|
api.add_operation(:list_users, Seahorse::Model::Operation.new.tap do |o|
|
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.53.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: 2021-
|
|
11
|
+
date: 2021-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -106,8 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
107
|
version: '0'
|
|
108
108
|
requirements: []
|
|
109
|
-
|
|
110
|
-
rubygems_version: 2.7.6.2
|
|
109
|
+
rubygems_version: 3.1.6
|
|
111
110
|
signing_key:
|
|
112
111
|
specification_version: 4
|
|
113
112
|
summary: AWS SDK for Ruby - IAM
|