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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iam/client.rb +3 -1
- data/lib/aws-sdk-iam/types.rb +2 -1
- 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: b6ce94b2ea301bdc2df69a02f4190203b9f88ea9279a8598289a42ff81277711
|
4
|
+
data.tar.gz: 15ad7eb027c1c421741a3f8dbbbda7527bcfc67d3698bd3aa8a173b1262c0c06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c6f1ac932a388b2a80c7bfe54b16d3a86bf331b507f58339a3c70fcc78784c6f774c7156ac600e4b75c99725f880ae4ff6f93733db230483aac1049f31f389c
|
7
|
+
data.tar.gz: c73b9bfbfe2b57b4a01da06c8d3a010da444885b929993d1e7268fb824c053ed0488f4e6956048efab0258bec452cec3fec775054e577a7ccefaa356cf667cca
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.77.0
|
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -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.
|
13351
|
+
context[:gem_version] = '1.77.0'
|
13350
13352
|
Seahorse::Client::Request.new(handlers, context)
|
13351
13353
|
end
|
13352
13354
|
|
data/lib/aws-sdk-iam/types.rb
CHANGED
@@ -10398,7 +10398,8 @@ module Aws::IAM
|
|
10398
10398
|
include Aws::Structure
|
10399
10399
|
end
|
10400
10400
|
|
10401
|
-
# The request was rejected because
|
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
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.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-
|
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
|