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 +3 -3
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/lib/generated/policy-statements/connect.d.ts +115 -0
- package/lib/generated/policy-statements/connect.js +182 -48
- package/lib/generated/policy-statements/connectcases.d.ts +8 -0
- package/lib/generated/policy-statements/connectcases.js +12 -1
- package/lib/generated/policy-statements/eventbridge.d.ts +14 -0
- package/lib/generated/policy-statements/eventbridge.js +19 -2
- package/lib/generated/policy-statements/neptune.d.ts +1 -1
- package/lib/generated/policy-statements/neptune.js +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
19
|
- 393 Services
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
20
|
+
- 16657 Actions
|
|
21
|
+
- 1787 Resource Types
|
|
22
|
+
- 1738 Condition keys
|
|
23
23
|
<!-- /stats -->
|
|
24
24
|
|
|
25
25
|
**<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. */
|