iam-floyd 0.640.0 → 0.641.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
@@ -17,9 +17,9 @@
17
17
  Support for:
18
18
 
19
19
  - 393 Services
20
- - 16650 Actions
21
- - 1786 Resource Types
22
- - 1737 Condition keys
20
+ - 16657 Actions
21
+ - 1787 Resource Types
22
+ - 1738 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.**
@@ -2174,6 +2174,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2174
2174
  DynamoDBKinesisReplicationServiceRolePolicy(): aws_iam.IManagedPolicy;
2175
2175
  /** Permissions required by DynamoDB for cross-region data replication */
2176
2176
  DynamoDBReplicationServiceRolePolicy(): aws_iam.IManagedPolicy;
2177
+ /** This policy grants full access to EC2 Fast Launch actions */
2178
+ EC2FastLaunchFullAccess(): aws_iam.IManagedPolicy;
2177
2179
  /** Policy grants ec2fastlaunch to prepare and manage preprovisioned snapshots in customer's account & publish related metrics. */
2178
2180
  EC2FastLaunchServiceRolePolicy(): aws_iam.IManagedPolicy;
2179
2181
  /** Policy granting permissions to EC2 Fleet to launch instances in the future. */