iam-floyd 0.780.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 +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/devopsagentservice.d.ts +75 -0
- package/lib/generated/policy-statements/devopsagentservice.js +93 -1
- package/lib/generated/policy-statements/keymanagementservice.d.ts +29 -0
- package/lib/generated/policy-statements/keymanagementservice.js +35 -1
- package/lib/generated/policy-statements/marketplacediscovery.d.ts +36 -16
- package/lib/generated/policy-statements/marketplacediscovery.js +41 -17
- package/lib/generated/policy-statements/trustedadvisor.d.ts +0 -88
- package/lib/generated/policy-statements/trustedadvisor.js +1 -122
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 447 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 20672 Actions
|
|
20
|
+
- 2203 Resource Types
|
|
21
|
+
- 2335 Condition keys
|
|
22
22
|
<!-- /stats -->
|
|
23
23
|
|
|
24
24
|
**<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. */
|