cdk-iam-floyd 0.757.0 → 0.758.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 +4 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +9 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +4 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +5 -1
- package/lib/generated/policy-statements/chime.d.ts +2 -1
- package/lib/generated/policy-statements/chime.js +4 -3
- package/lib/generated/policy-statements/cognitouserpools.d.ts +24 -0
- package/lib/generated/policy-statements/cognitouserpools.js +34 -1
- package/lib/generated/policy-statements/opensearchservice.d.ts +16 -0
- package/lib/generated/policy-statements/opensearchservice.js +23 -1
- package/lib/generated/policy-statements/resourceaccessmanagerram.d.ts +30 -0
- package/lib/generated/policy-statements/resourceaccessmanagerram.js +37 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 444 Services
|
|
19
|
-
-
|
|
19
|
+
- 20414 Actions
|
|
20
20
|
- 2165 Resource Types
|
|
21
|
-
-
|
|
21
|
+
- 2283 Condition keys
|
|
22
22
|
<!-- /stats -->
|
|
23
23
|
|
|
24
24
|
**<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.**
|
|
@@ -788,6 +788,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
788
788
|
AmazonRoute53DomainsReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
789
789
|
/** Provides full access to all Amazon Route 53 via the AWS Management Console. */
|
|
790
790
|
AmazonRoute53FullAccess(): aws_iam.IManagedPolicy;
|
|
791
|
+
/** Provides full access to retrieve, list, create, update, and delete all Amazon Route 53 Global Resolver resources. */
|
|
792
|
+
AmazonRoute53GlobalResolverFullAccess(): aws_iam.IManagedPolicy;
|
|
793
|
+
/** Provides read only access to retrieve and list all Amazon Route 53 Global Resolver resources. */
|
|
794
|
+
AmazonRoute53GlobalResolverReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
791
795
|
/** This policy grants full access to Amazon Route 53 Profile resources. */
|
|
792
796
|
AmazonRoute53ProfilesFullAccess(): aws_iam.IManagedPolicy;
|
|
793
797
|
/** This policy grants read-only access to Amazon Route 53 Profile resources. */
|