aws-sdk-iam 1.49.0 → 1.50.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: '0832a1d665a972ce0b9d35bdeb26433b209709b1ad55ff800269c11dc9b98473'
4
- data.tar.gz: 41c554d7633b199656f1ec5f013c9132a422a321efa7ac6a9d3b5197b8918cad
3
+ metadata.gz: 44f9b7012858e63142582daac01f18eb31196fc6528659e162e11f81d149923f
4
+ data.tar.gz: 930e9396d7f19909c9192fe9eefd53126a0752e6ca00d76862302552fe4119de
5
5
  SHA512:
6
- metadata.gz: 95ee09f952b212b06027085ed03b73ffec320adc730a416e3a88f9c8fbca397b56a799f68f8ee7c14bffd456fe7c4575c1184aa9bc331d61ca39f2b6e51711b7
7
- data.tar.gz: 945b01a2c80a32ce69814d3101dccbe39886fc6669729bc0f4e4393612a730589dcd319cfc2bee7cd83aaf09140211d8200687211fa2e2e8898aed32bd56dc5f
6
+ metadata.gz: 99ee16ac2feaa07356f13961376b27b218cd01d7c482505cf6adb8e0fc8282c2c0534ce8f56022463d28bf2439faf05328f8793c540922e6c60dc4d2a66078b6
7
+ data.tar.gz: e6605b0e74d54e2eb55232a0754e78773d012ee64ac8fb29b9d749227403ce7b9ab9850faad34246d8710f44022ca2a84f318fa39f3d419841562328a469f939
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2021-03-16)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Identity and Access Management (IAM).
8
+
4
9
  1.49.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.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.49.0'
73
+ GEM_VERSION = '1.50.0'
74
74
 
75
75
  end
@@ -509,12 +509,16 @@ module Aws::IAM
509
509
  # You use this operation to attach a managed policy to a group. To embed
510
510
  # an inline policy in a group, use PutGroupPolicy.
511
511
  #
512
+ # As a best practice, you can validate your IAM policies. To learn more,
513
+ # see [Validating IAM policies][1] in the *IAM User Guide*.
514
+ #
512
515
  # For more information about policies, see [Managed policies and inline
513
- # policies][1] in the *IAM User Guide*.
516
+ # policies][2] in the *IAM User Guide*.
514
517
  #
515
518
  #
516
519
  #
517
- # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
520
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html
521
+ # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
518
522
  #
519
523
  # @option params [required, String] :group_name
520
524
  # The name (friendly name, not ARN) of the group to attach the policy
@@ -583,9 +587,13 @@ module Aws::IAM
583
587
  # policies, see [Managed policies and inline policies][1] in the *IAM
584
588
  # User Guide*.
585
589
  #
590
+ # As a best practice, you can validate your IAM policies. To learn more,
591
+ # see [Validating IAM policies][2] in the *IAM User Guide*.
592
+ #
586
593
  #
587
594
  #
588
595
  # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
596
+ # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html
589
597
  #
590
598
  # @option params [required, String] :role_name
591
599
  # The name (friendly name, not ARN) of the role to attach the policy to.
@@ -642,12 +650,16 @@ module Aws::IAM
642
650
  # You use this operation to attach a *managed* policy to a user. To
643
651
  # embed an inline policy in a user, use PutUserPolicy.
644
652
  #
653
+ # As a best practice, you can validate your IAM policies. To learn more,
654
+ # see [Validating IAM policies][1] in the *IAM User Guide*.
655
+ #
645
656
  # For more information about policies, see [Managed policies and inline
646
- # policies][1] in the *IAM User Guide*.
657
+ # policies][2] in the *IAM User Guide*.
647
658
  #
648
659
  #
649
660
  #
650
- # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
661
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html
662
+ # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
651
663
  #
652
664
  # @option params [required, String] :user_name
653
665
  # The name (friendly name, not ARN) of the IAM user to attach the policy
@@ -1367,13 +1379,17 @@ module Aws::IAM
1367
1379
  # information about policy versions, see [Versioning for managed
1368
1380
  # policies][1] in the *IAM User Guide*.
1369
1381
  #
1382
+ # As a best practice, you can validate your IAM policies. To learn more,
1383
+ # see [Validating IAM policies][2] in the *IAM User Guide*.
1384
+ #
1370
1385
  # For more information about managed policies in general, see [Managed
1371
- # policies and inline policies][2] in the *IAM User Guide*.
1386
+ # policies and inline policies][3] in the *IAM User Guide*.
1372
1387
  #
1373
1388
  #
1374
1389
  #
1375
1390
  # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html
1376
- # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
1391
+ # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_policy-validator.html
1392
+ # [3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
1377
1393
  #
1378
1394
  # @option params [required, String] :policy_name
1379
1395
  # The friendly name of the policy.
@@ -13037,7 +13053,7 @@ module Aws::IAM
13037
13053
  params: params,
13038
13054
  config: config)
13039
13055
  context[:gem_name] = 'aws-sdk-iam'
13040
- context[:gem_version] = '1.49.0'
13056
+ context[:gem_version] = '1.50.0'
13041
13057
  Seahorse::Client::Request.new(handlers, context)
13042
13058
  end
13043
13059
 
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.49.0
4
+ version: 1.50.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-03-10 00:00:00.000000000 Z
11
+ date: 2021-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core