iam-floyd 0.779.0 → 0.781.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
  - 447 Services
19
- - 20666 Actions
20
- - 2200 Resource Types
21
- - 2334 Condition keys
19
+ - 20672 Actions
20
+ - 2203 Resource Types
21
+ - 2335 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.**
@@ -2648,6 +2648,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2648
2648
  DynamoDBKinesisReplicationServiceRolePolicy(): aws_iam.IManagedPolicy;
2649
2649
  /** Permissions required by DynamoDB for cross-region data replication */
2650
2650
  DynamoDBReplicationServiceRolePolicy(): aws_iam.IManagedPolicy;
2651
+ /** Enables EC2 to discover and manage resources related to EC2 Application Status Checks */
2652
+ EC2ApplicationStatusChecksServiceRolePolicy(): aws_iam.IManagedPolicy;
2651
2653
  /** This policy grants full access to EC2 Fast Launch actions */
2652
2654
  EC2FastLaunchFullAccess(): aws_iam.IManagedPolicy;
2653
2655
  /** Policy grants ec2fastlaunch to prepare and manage preprovisioned snapshots in customer's account & publish related metrics. */