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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2270d440a509177a9e1999bf55af3136c5dcc0ec361c4a416e1bb933497e5f1d
4
- data.tar.gz: e09be8bc789484df173be8a29a316c99cf2922a8fae026344a7e1577dac7c5e8
3
+ metadata.gz: dadc73fbe7c30cca34f990084326e01e4a4a498895c81d8ea08b87f58f661667
4
+ data.tar.gz: a93f3731f19626e42c785d3f86c17895b5ef7235676d80f8ee690e87596d0854
5
5
  SHA512:
6
- metadata.gz: 49953fa362c37a37b1057c568c1d347e7317a3b27793811516bd58209b346eff0781452e96e1e6ff67f5e799b0a2a0adaf52b86716d3efb252a3548b38875e6f
7
- data.tar.gz: a846acc0c69a305cd9e8b34ecb14f8e1dd6f44cbc1d75ae78f91df755754abc95287fdea719421799256e5037f13a8725dd1dd966bf436977caf6cc053c0ddd3
6
+ metadata.gz: 3c2ffa24bc71daa8e623befcfbb345daf662f512763ee110b362903d138f0cc9081f7cd3af7636ee45fce10140b2bc45c5d826024151c6b8e868592fa93875c3
7
+ data.tar.gz: 9a4056d98ae14c10a2c76e4bdc54abe7c16068d5194e975a25eeae8368e1b49b351103e81212a26405769eacf1f39323b79e42b851729844814ae351f5ba91c4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2021-06-02)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Identity and Access Management (IAM).
8
+
4
9
  1.54.0 (2021-05-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
data/lib/aws-sdk-iam.rb CHANGED
@@ -70,6 +70,6 @@ require_relative 'aws-sdk-iam/customizations'
70
70
  # @!group service
71
71
  module Aws::IAM
72
72
 
73
- GEM_VERSION = '1.54.0'
73
+ GEM_VERSION = '1.55.0'
74
74
 
75
75
  end
@@ -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
- # The [regex pattern][1] used to validate this parameter is a string of
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]: http://wikipedia.org/wiki/regex
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.54.0'
13074
+ context[:gem_version] = '1.55.0'
13071
13075
  Seahorse::Client::Request.new(handlers, context)
13072
13076
  end
13073
13077
 
@@ -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
- # The [regex pattern][1] used to validate this parameter is a string of
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]: http://wikipedia.org/wiki/regex
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
  #
@@ -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
- # The [regex pattern][1] used to validate this parameter is a string
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]: http://wikipedia.org/wiki/regex
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.54.0
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-05-20 00:00:00.000000000 Z
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