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 CHANGED
@@ -16,9 +16,9 @@
16
16
  Support for:
17
17
 
18
18
  - 444 Services
19
- - 20408 Actions
19
+ - 20414 Actions
20
20
  - 2165 Resource Types
21
- - 2282 Condition keys
21
+ - 2283 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.**
@@ -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. */