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 +2 -2
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/lib/generated/policy-statements/codepipeline.d.ts +8 -0
- package/lib/generated/policy-statements/codepipeline.js +12 -1
- package/lib/generated/policy-statements/ec2.d.ts +182 -0
- package/lib/generated/policy-statements/ec2.js +197 -1
- package/lib/generated/policy-statements/healthlake.d.ts +8 -0
- package/lib/generated/policy-statements/healthlake.js +12 -1
- package/lib/generated/policy-statements/signin.d.ts +3 -2
- package/lib/generated/policy-statements/signin.js +4 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
19
|
- 392 Services
|
|
20
|
-
-
|
|
20
|
+
- 16594 Actions
|
|
21
21
|
- 1780 Resource Types
|
|
22
|
-
-
|
|
22
|
+
- 1731 Condition keys
|
|
23
23
|
<!-- /stats -->
|
|
24
24
|
|
|
25
25
|
**<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. */
|