iam-floyd 0.634.0 → 0.636.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,10 +16,10 @@
16
16
  <!-- stats -->
17
17
  Support for:
18
18
 
19
- - 392 Services
20
- - 16594 Actions
21
- - 1780 Resource Types
22
- - 1731 Condition keys
19
+ - 393 Services
20
+ - 16634 Actions
21
+ - 1784 Resource Types
22
+ - 1732 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.**
@@ -696,6 +696,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
696
696
  AmazonRoute53DomainsReadOnlyAccess(): aws_iam.IManagedPolicy;
697
697
  /** Provides full access to all Amazon Route 53 via the AWS Management Console. */
698
698
  AmazonRoute53FullAccess(): aws_iam.IManagedPolicy;
699
+ /** This policy grants full access to Amazon Route 53 Profile resources. */
700
+ AmazonRoute53ProfilesFullAccess(): aws_iam.IManagedPolicy;
701
+ /** This policy grants read-only access to Amazon Route 53 Profile resources. */
702
+ AmazonRoute53ProfilesReadOnlyAccess(): aws_iam.IManagedPolicy;
699
703
  /** Provides read only access to all Amazon Route 53 via the AWS Management Console. */
700
704
  AmazonRoute53ReadOnlyAccess(): aws_iam.IManagedPolicy;
701
705
  /** Provides full access to Amazon Route 53 Recovery Cluster */