iam-floyd 0.724.0 → 0.726.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/index.d.ts +1 -0
- package/lib/generated/index.js +9 -7
- package/lib/generated/policy-statements/actionrecommendations.d.ts +25 -0
- package/lib/generated/policy-statements/actionrecommendations.js +37 -0
- package/lib/generated/policy-statements/elementalmedialive.d.ts +24 -0
- package/lib/generated/policy-statements/elementalmedialive.js +34 -1
- package/lib/generated/policy-statements/healthlake.d.ts +64 -0
- package/lib/generated/policy-statements/healthlake.js +89 -1
- package/lib/generated/policy-statements/performanceinsights.d.ts +4 -0
- package/lib/generated/policy-statements/performanceinsights.js +5 -1
- package/lib/generated/policy-statements/quicksight.d.ts +10 -0
- package/lib/generated/policy-statements/quicksight.js +11 -1
- package/lib/generated/policy-statements/service-oracledatabase-aws.d.ts +8 -0
- package/lib/generated/policy-statements/service-oracledatabase-aws.js +13 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2686,6 +2686,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2686
2686
|
Route53RecoveryReadinessServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2687
2687
|
/** Enables access to AWS Services and Resources used or managed by Route53 Resolver */
|
|
2688
2688
|
Route53ResolverServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2689
|
+
/** A service-linked role required for AWS RTBFabric to create and manage your network interface resources and deliver metrics. */
|
|
2690
|
+
RTBFabricServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2689
2691
|
/** Enables access to AWS Services and Resources used or managed by S3 Storage Lens */
|
|
2690
2692
|
S3StorageLensServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2691
2693
|
/** Provides access required to unlock a S3 bucket policy using the Security Token Service (STS) AssumeRoot API. Use this managed policy only with the STS AssumeRoot action. */
|