aws-sdk-iam 1.79.0 → 1.81.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iam/client.rb +21 -7
- data/lib/aws-sdk-iam/endpoints.rb +1 -0
- data/lib/aws-sdk-iam.rb +1 -1
- 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: 64cf5ffa4db82c66dac407b651fdf13d05e86dda4d4c4cc555d5260fdf7ea418
|
4
|
+
data.tar.gz: 95b423e32afa9392023bda91a295a75c6427e5c608f4b5732e62536b45ada33a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d797952149d97290f186a50f9add6d6a408437d9c7d0b6a8312c19f2c8ccfcb8f6de97ae1c76aeea4e0fe0c44f11719ad6b8c69f85c7e2f7283e955a833e64e
|
7
|
+
data.tar.gz: 0b402f5da609bb49f3962de8ad456c5b2721cbf8d1736523a4cbe313febabb84a5b4c7ca660a973ff09f9c27df3212e4aa7075c3df542fa9ca64fb01e744c035
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.81.0 (2023-06-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation updates for AWS Identity and Access Management (IAM).
|
8
|
+
|
9
|
+
1.80.0 (2023-06-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.79.0 (2023-06-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.81.0
|
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -8272,9 +8272,17 @@ module Aws::IAM
|
|
8272
8272
|
# roles, see [Working with roles][1].
|
8273
8273
|
#
|
8274
8274
|
# <note markdown="1"> IAM resource-listing operations return a subset of the available
|
8275
|
-
# attributes for the resource.
|
8276
|
-
#
|
8277
|
-
#
|
8275
|
+
# attributes for the resource. This operation does not return the
|
8276
|
+
# following attributes, even though they are an attribute of the
|
8277
|
+
# returned object:
|
8278
|
+
#
|
8279
|
+
# * PermissionsBoundary
|
8280
|
+
#
|
8281
|
+
# * RoleLastUsed
|
8282
|
+
#
|
8283
|
+
# * Tags
|
8284
|
+
#
|
8285
|
+
# To view all of the information for a role, see GetRole.
|
8278
8286
|
#
|
8279
8287
|
# </note>
|
8280
8288
|
#
|
@@ -9069,9 +9077,15 @@ module Aws::IAM
|
|
9069
9077
|
# list.
|
9070
9078
|
#
|
9071
9079
|
# <note markdown="1"> IAM resource-listing operations return a subset of the available
|
9072
|
-
# attributes for the resource.
|
9073
|
-
#
|
9074
|
-
#
|
9080
|
+
# attributes for the resource. This operation does not return the
|
9081
|
+
# following attributes, even though they are an attribute of the
|
9082
|
+
# returned object:
|
9083
|
+
#
|
9084
|
+
# * PermissionsBoundary
|
9085
|
+
#
|
9086
|
+
# * Tags
|
9087
|
+
#
|
9088
|
+
# To view all of the information for a user, see GetUser.
|
9075
9089
|
#
|
9076
9090
|
# </note>
|
9077
9091
|
#
|
@@ -13355,7 +13369,7 @@ module Aws::IAM
|
|
13355
13369
|
params: params,
|
13356
13370
|
config: config)
|
13357
13371
|
context[:gem_name] = 'aws-sdk-iam'
|
13358
|
-
context[:gem_version] = '1.
|
13372
|
+
context[:gem_version] = '1.81.0'
|
13359
13373
|
Seahorse::Client::Request.new(handlers, context)
|
13360
13374
|
end
|
13361
13375
|
|
data/lib/aws-sdk-iam.rb
CHANGED
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.81.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: 2023-06-
|
11
|
+
date: 2023-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|