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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 277e503c518515b6302d90ff175f2b55f941f1914e0a143cffea1109d900e0c7
4
- data.tar.gz: fb4f5d0488eca761e987182e153b9a33e9d84f2b5de9949ed8c11650d33db637
3
+ metadata.gz: 64cf5ffa4db82c66dac407b651fdf13d05e86dda4d4c4cc555d5260fdf7ea418
4
+ data.tar.gz: 95b423e32afa9392023bda91a295a75c6427e5c608f4b5732e62536b45ada33a
5
5
  SHA512:
6
- metadata.gz: 17ae19639349cdfbda4d87289bc868376db482a89e8610b3f4241c7270df44757c5a21a9640d4b26efc3bcfbc9c94a46ff3a291e9f495ad1509d16e6d2bbdd6b
7
- data.tar.gz: 6b11711cf6a6d79d62d334ed7ad342bc012be3aa95ca02c0072194265277cbedbd22db87752839ad3fde526b1f6ee467dea982561f9eb66c44f050654be6b3ee
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.79.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.79.0'
13372
+ context[:gem_version] = '1.81.0'
13359
13373
  Seahorse::Client::Request.new(handlers, context)
13360
13374
  end
13361
13375
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::IAM
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class AddClientIDToOpenIDConnectProvider
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.79.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.79.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-06 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