iam-floyd 0.833.0 → 0.834.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.
package/README.md CHANGED
@@ -16,9 +16,9 @@
16
16
  Support for:
17
17
 
18
18
  - 455 Services
19
- - 21872 Actions
20
- - 2308 Resource Types
21
- - 2470 Condition keys
19
+ - 21886 Actions
20
+ - 2309 Resource Types
21
+ - 2473 Condition keys
22
22
  <!-- /stats -->
23
23
 
24
24
  ![EXPERIMENTAL](https://img.shields.io/badge/stability-experimantal-orange?style=for-the-badge)**<br>This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**
@@ -2622,6 +2622,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2622
2622
  AWSWAFFullAccess(): aws_iam.IManagedPolicy;
2623
2623
  /** Provides read only access to AWS WAF actions. */
2624
2624
  AWSWAFReadOnlyAccess(): aws_iam.IManagedPolicy;
2625
+ /** Allows AWS Well-Architected Agent to access organizational structure and delegated administrator information in AWS Organizations on your behalf */
2626
+ AWSWellArchitectedAgentOrganizationsServiceRolePolicy(): aws_iam.IManagedPolicy;
2625
2627
  /** Grants the AWS Well-Architected Agent read-only access to AWS resource configurations, security settings, and operational data to generate optimization recommendations */
2626
2628
  AWSWellArchitectedAgentResourceScanningServiceRolePolicy(): aws_iam.IManagedPolicy;
2627
2629
  /** Allows WellArchitected to access AWS services and resources that relate to WellArchitected resources on behalf of customers. */