aws-sdk-iam 1.80.0 → 1.81.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52c378dd65591fd1e59bd0273e7193935ba63a6775b5f8c0b32c63e59ebc8682
4
- data.tar.gz: b6445454f309cb83478255c07566b881027ed02214e0c22a26e97e2dd1de186c
3
+ metadata.gz: 64cf5ffa4db82c66dac407b651fdf13d05e86dda4d4c4cc555d5260fdf7ea418
4
+ data.tar.gz: 95b423e32afa9392023bda91a295a75c6427e5c608f4b5732e62536b45ada33a
5
5
  SHA512:
6
- metadata.gz: 0af33d31f462b2f6bdd0c1059ed347532b8cc16741dfe304bf62b691311b92800f40c56935e829c8f3ed253b4bc236e1b8a137631691c4e60d64149ec3374cce
7
- data.tar.gz: 336518c2a6e5ec589b2d8f6a7e0476cb95a8a24ea7b905dba705ba14141ae4ea13dc4ff454c6dcb2e9641e4cec7f6ded2ef29fe232c638be067391aba5477eb2
6
+ metadata.gz: 5d797952149d97290f186a50f9add6d6a408437d9c7d0b6a8312c19f2c8ccfcb8f6de97ae1c76aeea4e0fe0c44f11719ad6b8c69f85c7e2f7283e955a833e64e
7
+ data.tar.gz: 0b402f5da609bb49f3962de8ad456c5b2721cbf8d1736523a4cbe313febabb84a5b4c7ca660a973ff09f9c27df3212e4aa7075c3df542fa9ca64fb01e744c035
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.80.0 (2023-06-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -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. For example, this operation does not
8276
- # return tags, even though they are an attribute of the returned object.
8277
- # To view all of the information for a role, see GetRole.
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. For example, this operation does not
9073
- # return tags, even though they are an attribute of the returned object.
9074
- # To view all of the information for a user, see GetUser.
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.80.0'
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
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-iam/customizations'
74
74
  # @!group service
75
75
  module Aws::IAM
76
76
 
77
- GEM_VERSION = '1.80.0'
77
+ GEM_VERSION = '1.81.0'
78
78
 
79
79
  end
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.80.0
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-15 00:00:00.000000000 Z
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