aws-sdk-iam 1.76.0 → 1.77.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: 4a338135d35d293d96f6adaaff90cc637e1622164c670c215e3ea294f7918abd
4
- data.tar.gz: 76d331e00da6de881cfcd70d00f2cc404952d7a3ef98043020f93bcce88cd2bc
3
+ metadata.gz: b6ce94b2ea301bdc2df69a02f4190203b9f88ea9279a8598289a42ff81277711
4
+ data.tar.gz: 15ad7eb027c1c421741a3f8dbbbda7527bcfc67d3698bd3aa8a173b1262c0c06
5
5
  SHA512:
6
- metadata.gz: 181b0658ff859256eb96c0ff80f54a07ba8bf26bfd15569b0e1c7d9deb269138c0fa504e1ba672e04243733a60cfe7ddcf0374aaf5d6439675ba8b7d9ff5832d
7
- data.tar.gz: 7a17eb50ab3b44f866011af847ce088b652cc1105a45f8f6cd4ee934b274a6807f5b7201bb33448c140a614739c2b543bf37f0dececc37cc386f856b59787e8a
6
+ metadata.gz: 0c6f1ac932a388b2a80c7bfe54b16d3a86bf331b507f58339a3c70fcc78784c6f774c7156ac600e4b75c99725f880ae4ff6f93733db230483aac1049f31f389c
7
+ data.tar.gz: c73b9bfbfe2b57b4a01da06c8d3a010da444885b929993d1e7268fb824c053ed0488f4e6956048efab0258bec452cec3fec775054e577a7ccefaa356cf667cca
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2023-03-22)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Identity and Access Management (IAM).
8
+
4
9
  1.76.0 (2023-03-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -3021,6 +3021,8 @@ module Aws::IAM
3021
3021
 
3022
3022
  # Deletes the permissions boundary for the specified IAM role.
3023
3023
  #
3024
+ # You cannot set the boundary for a service-linked role.
3025
+ #
3024
3026
  # Deleting the permissions boundary for a role might increase its
3025
3027
  # permissions. For example, it might allow anyone who assumes the role
3026
3028
  # to perform all the actions granted in its permissions policies.
@@ -13346,7 +13348,7 @@ module Aws::IAM
13346
13348
  params: params,
13347
13349
  config: config)
13348
13350
  context[:gem_name] = 'aws-sdk-iam'
13349
- context[:gem_version] = '1.76.0'
13351
+ context[:gem_version] = '1.77.0'
13350
13352
  Seahorse::Client::Request.new(handlers, context)
13351
13353
  end
13352
13354
 
@@ -10398,7 +10398,8 @@ module Aws::IAM
10398
10398
  include Aws::Structure
10399
10399
  end
10400
10400
 
10401
- # The request was rejected because only the service that depends on the
10401
+ # The request was rejected because service-linked roles are protected
10402
+ # Amazon Web Services resources. Only the service that depends on the
10402
10403
  # service-linked role can modify or delete the role on your behalf. The
10403
10404
  # error message includes the name of the service that depends on this
10404
10405
  # service-linked role. You must request the change through that service.
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.76.0'
77
+ GEM_VERSION = '1.77.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.76.0
4
+ version: 1.77.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-03-14 00:00:00.000000000 Z
11
+ date: 2023-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core