iam-floyd 0.633.0 → 0.634.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
@@ -17,9 +17,9 @@
17
17
  Support for:
18
18
 
19
19
  - 392 Services
20
- - 16592 Actions
20
+ - 16594 Actions
21
21
  - 1780 Resource Types
22
- - 1724 Condition keys
22
+ - 1731 Condition keys
23
23
  <!-- /stats -->
24
24
 
25
25
  ![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.**
@@ -2294,6 +2294,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2294
2294
  PartnerCentralAccountManagementUserRoleAssociation(): aws_iam.IManagedPolicy;
2295
2295
  /** Provides full access to AWS services and resources, but does not allow management of Users and groups. */
2296
2296
  PowerUserAccess(): aws_iam.IManagedPolicy;
2297
+ /** Grants permissions to AWS Services and Resources used or managed by Amazon Q */
2298
+ QBusinessServiceRolePolicy(): aws_iam.IManagedPolicy;
2297
2299
  /** Policy used by QuickSight team to access customer data produced by S3 Storage Management Analytics. */
2298
2300
  QuickSightAccessForS3StorageManagementAnalyticsReadOnly(): aws_iam.IManagedPolicy;
2299
2301
  /** Default policy for the Amazon RDS service role. */