aws-sdk-iam 1.54.0 → 1.55.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.rb +1 -1
- data/lib/aws-sdk-iam/client.rb +7 -3
- data/lib/aws-sdk-iam/resource.rb +6 -2
- data/lib/aws-sdk-iam/types.rb +6 -2
- 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: dadc73fbe7c30cca34f990084326e01e4a4a498895c81d8ea08b87f58f661667
|
4
|
+
data.tar.gz: a93f3731f19626e42c785d3f86c17895b5ef7235676d80f8ee690e87596d0854
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c2ffa24bc71daa8e623befcfbb345daf662f512763ee110b362903d138f0cc9081f7cd3af7636ee45fce10140b2bc45c5d826024151c6b8e868592fa93875c3
|
7
|
+
data.tar.gz: 9a4056d98ae14c10a2c76e4bdc54abe7c16068d5194e975a25eeae8368e1b49b351103e81212a26405769eacf1f39323b79e42b851729844814ae351f5ba91c4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|
data/lib/aws-sdk-iam.rb
CHANGED
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -1440,7 +1440,10 @@ module Aws::IAM
|
|
1440
1440
|
# in JSON or YAML format. AWS CloudFormation always converts a YAML
|
1441
1441
|
# policy to JSON format before submitting it to IAM.
|
1442
1442
|
#
|
1443
|
-
#
|
1443
|
+
# To learn more about JSON policy grammar, see [Grammar of the IAM JSON
|
1444
|
+
# policy language][1] in the *IAM User Guide*.
|
1445
|
+
#
|
1446
|
+
# The [regex pattern][2] used to validate this parameter is a string of
|
1444
1447
|
# characters consisting of the following:
|
1445
1448
|
#
|
1446
1449
|
# * Any printable ASCII character ranging from the space character
|
@@ -1454,7 +1457,8 @@ module Aws::IAM
|
|
1454
1457
|
#
|
1455
1458
|
#
|
1456
1459
|
#
|
1457
|
-
# [1]:
|
1460
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_grammar.html
|
1461
|
+
# [2]: http://wikipedia.org/wiki/regex
|
1458
1462
|
#
|
1459
1463
|
# @option params [String] :description
|
1460
1464
|
# A friendly description of the policy.
|
@@ -13067,7 +13071,7 @@ module Aws::IAM
|
|
13067
13071
|
params: params,
|
13068
13072
|
config: config)
|
13069
13073
|
context[:gem_name] = 'aws-sdk-iam'
|
13070
|
-
context[:gem_version] = '1.
|
13074
|
+
context[:gem_version] = '1.55.0'
|
13071
13075
|
Seahorse::Client::Request.new(handlers, context)
|
13072
13076
|
end
|
13073
13077
|
|
data/lib/aws-sdk-iam/resource.rb
CHANGED
@@ -338,7 +338,10 @@ module Aws::IAM
|
|
338
338
|
# in JSON or YAML format. AWS CloudFormation always converts a YAML
|
339
339
|
# policy to JSON format before submitting it to IAM.
|
340
340
|
#
|
341
|
-
#
|
341
|
+
# To learn more about JSON policy grammar, see [Grammar of the IAM JSON
|
342
|
+
# policy language][1] in the *IAM User Guide*.
|
343
|
+
#
|
344
|
+
# The [regex pattern][2] used to validate this parameter is a string of
|
342
345
|
# characters consisting of the following:
|
343
346
|
#
|
344
347
|
# * Any printable ASCII character ranging from the space character
|
@@ -352,7 +355,8 @@ module Aws::IAM
|
|
352
355
|
#
|
353
356
|
#
|
354
357
|
#
|
355
|
-
# [1]:
|
358
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_grammar.html
|
359
|
+
# [2]: http://wikipedia.org/wiki/regex
|
356
360
|
# @option options [String] :description
|
357
361
|
# A friendly description of the policy.
|
358
362
|
#
|
data/lib/aws-sdk-iam/types.rb
CHANGED
@@ -1129,7 +1129,10 @@ module Aws::IAM
|
|
1129
1129
|
# policy in JSON or YAML format. AWS CloudFormation always converts a
|
1130
1130
|
# YAML policy to JSON format before submitting it to IAM.
|
1131
1131
|
#
|
1132
|
-
#
|
1132
|
+
# To learn more about JSON policy grammar, see [Grammar of the IAM
|
1133
|
+
# JSON policy language][1] in the *IAM User Guide*.
|
1134
|
+
#
|
1135
|
+
# The [regex pattern][2] used to validate this parameter is a string
|
1133
1136
|
# of characters consisting of the following:
|
1134
1137
|
#
|
1135
1138
|
# * Any printable ASCII character ranging from the space character
|
@@ -1143,7 +1146,8 @@ module Aws::IAM
|
|
1143
1146
|
#
|
1144
1147
|
#
|
1145
1148
|
#
|
1146
|
-
# [1]:
|
1149
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_grammar.html
|
1150
|
+
# [2]: http://wikipedia.org/wiki/regex
|
1147
1151
|
# @return [String]
|
1148
1152
|
#
|
1149
1153
|
# @!attribute [rw] description
|
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.55.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: 2021-
|
11
|
+
date: 2021-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|