iam-floyd 0.687.0 → 0.690.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/datazone.d.ts +6 -0
- package/lib/generated/policy-statements/datazone.js +10 -1
- package/lib/generated/policy-statements/directconnect.d.ts +10 -0
- package/lib/generated/policy-statements/directconnect.js +11 -1
- package/lib/generated/policy-statements/elementalmediapackagev2.d.ts +16 -0
- package/lib/generated/policy-statements/elementalmediapackagev2.js +23 -1
- package/lib/generated/policy-statements/healthlake.d.ts +8 -0
- package/lib/generated/policy-statements/healthlake.js +12 -1
- package/lib/generated/policy-statements/iot.d.ts +37 -0
- package/lib/generated/policy-statements/iot.js +46 -1
- package/lib/generated/policy-statements/networkfirewall.d.ts +40 -0
- package/lib/generated/policy-statements/networkfirewall.js +57 -2
- package/lib/generated/policy-statements/route53recoverycontrols.d.ts +16 -0
- package/lib/generated/policy-statements/route53recoverycontrols.js +23 -1
- package/lib/generated/policy-statements/wafv2.d.ts +18 -0
- package/lib/generated/policy-statements/wafv2.js +21 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
19
|
- 418 Services
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
20
|
+
- 18406 Actions
|
|
21
|
+
- 1972 Resource Types
|
|
22
|
+
- 1933 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.**
|
|
@@ -272,6 +272,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
272
272
|
AmazonEC2SpotFleetTaggingRole(): aws_iam.IManagedPolicy;
|
|
273
273
|
/** Provides administrative access to Amazon ECS resources and enables ECS features through access to other AWS service resources, including VPCs, Auto Scaling groups, and CloudFormation stacks. */
|
|
274
274
|
AmazonECSFullAccess(): aws_iam.IManagedPolicy;
|
|
275
|
+
/** Policy to enable Amazon ECS Compute to manage your EC2 instances and related resources as part of ECS managed instances */
|
|
276
|
+
AmazonECSComputeServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
275
277
|
/** Provides administrative access to Private Certificate Authority, AWS Secrets Manager and other AWS Services required to manage ECS Service Connect TLS features on your behalf. */
|
|
276
278
|
AmazonECSInfrastructureRolePolicyForServiceConnectTransportLayerSecurity(): aws_iam.IManagedPolicy;
|
|
277
279
|
/** Provides access to other AWS service resources required to manage volumes associated with ECS workloads on your behalf. */
|