aws-sdk-configservice 1.141.0 → 1.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-configservice/client.rb +37 -37
- data/lib/aws-sdk-configservice/types.rb +1 -1
- data/lib/aws-sdk-configservice.rb +1 -1
- data/sig/client.rbs +14 -14
- data/sig/types.rbs +16 -16
- metadata +1 -1
|
@@ -1643,7 +1643,7 @@ module Aws::ConfigService
|
|
|
1643
1643
|
# **Keep Minimum Permisions When Reusing an IAM role**
|
|
1644
1644
|
#
|
|
1645
1645
|
# If you use an Amazon Web Services service that uses Config, such as
|
|
1646
|
-
# Security Hub or Control Tower, and an IAM role has already been
|
|
1646
|
+
# Security Hub CSPM or Control Tower, and an IAM role has already been
|
|
1647
1647
|
# created, make sure that the IAM role that you use when setting up
|
|
1648
1648
|
# Config keeps the same minimum permissions as the pre-existing IAM
|
|
1649
1649
|
# role. You must do this to ensure that the other Amazon Web Services
|