iam-floyd 0.717.0 → 0.719.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.
Files changed (32) hide show
  1. package/README.md +3 -3
  2. package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +6 -0
  3. package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +13 -1
  4. package/lib/generated/aws-managed-policies/iam-floyd.d.ts +6 -0
  5. package/lib/generated/aws-managed-policies/iam-floyd.js +7 -1
  6. package/lib/generated/policy-statements/billing.d.ts +40 -0
  7. package/lib/generated/policy-statements/billing.js +51 -2
  8. package/lib/generated/policy-statements/cloudwatchapplicationsignals.d.ts +40 -0
  9. package/lib/generated/policy-statements/cloudwatchapplicationsignals.js +56 -1
  10. package/lib/generated/policy-statements/connect.d.ts +45 -0
  11. package/lib/generated/policy-statements/connect.js +54 -1
  12. package/lib/generated/policy-statements/connectcustomerprofiles.d.ts +16 -0
  13. package/lib/generated/policy-statements/connectcustomerprofiles.js +23 -1
  14. package/lib/generated/policy-statements/elasticcontainerservice.d.ts +11 -0
  15. package/lib/generated/policy-statements/elasticcontainerservice.js +15 -1
  16. package/lib/generated/policy-statements/iamaccessanalyzer.d.ts +6 -0
  17. package/lib/generated/policy-statements/iamaccessanalyzer.js +7 -1
  18. package/lib/generated/policy-statements/iamidentitycenteroidcservice.d.ts +22 -0
  19. package/lib/generated/policy-statements/iamidentitycenteroidcservice.js +30 -2
  20. package/lib/generated/policy-statements/keymanagementservice.d.ts +120 -0
  21. package/lib/generated/policy-statements/keymanagementservice.js +121 -1
  22. package/lib/generated/policy-statements/oneenterprise.d.ts +8 -0
  23. package/lib/generated/policy-statements/oneenterprise.js +12 -1
  24. package/lib/generated/policy-statements/opensearchingestion.d.ts +88 -0
  25. package/lib/generated/policy-statements/opensearchingestion.js +115 -1
  26. package/lib/generated/policy-statements/organizations.d.ts +7 -0
  27. package/lib/generated/policy-statements/organizations.js +8 -1
  28. package/lib/generated/policy-statements/resourceexplorer.d.ts +64 -0
  29. package/lib/generated/policy-statements/resourceexplorer.js +95 -1
  30. package/lib/generated/policy-statements/transferfamily.d.ts +78 -0
  31. package/lib/generated/policy-statements/transferfamily.js +87 -1
  32. package/package.json +5 -5
package/README.md CHANGED
@@ -17,9 +17,9 @@
17
17
  Support for:
18
18
 
19
19
  - 429 Services
20
- - 19177 Actions
21
- - 2052 Resource Types
22
- - 2142 Condition keys
20
+ - 19211 Actions
21
+ - 2053 Resource Types
22
+ - 2147 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.**
@@ -286,12 +286,16 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
286
286
  AmazonECSComputeServiceRolePolicy(): aws_iam.IManagedPolicy;
287
287
  /** Provides access to other AWS service resources required to manage load balancers associated with ECS workloads on your behalf. */
288
288
  AmazonECSInfrastructureRolePolicyForLoadBalancers(): aws_iam.IManagedPolicy;
289
+ /** Provides ECS access to create and manage EC2 managed resources */
290
+ AmazonECSInfrastructureRolePolicyForManagedInstances(): aws_iam.IManagedPolicy;
289
291
  /** 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. */
290
292
  AmazonECSInfrastructureRolePolicyForServiceConnectTransportLayerSecurity(): aws_iam.IManagedPolicy;
291
293
  /** Provides access to other AWS service resources required to manage volumes associated with ECS workloads on your behalf. */
292
294
  AmazonECSInfrastructureRolePolicyForVolumes(): aws_iam.IManagedPolicy;
293
295
  /** Provides access to other AWS service resources required to manage VPC Lattice feature in ECS workloads on your behalf. */
294
296
  AmazonECSInfrastructureRolePolicyForVpcLattice(): aws_iam.IManagedPolicy;
297
+ /** Default policy for the Amazon ECS Instance Role for Amazon ECS Managed Instances. */
298
+ AmazonECSInstanceRolePolicyForManagedInstances(): aws_iam.IManagedPolicy;
295
299
  /** Policy to enable Amazon ECS to manage your cluster. */
296
300
  AmazonECSServiceRolePolicy(): aws_iam.IManagedPolicy;
297
301
  /** Provides access to other AWS service resources that are required to run Amazon ECS tasks */
@@ -2276,6 +2280,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2276
2280
  AWSTransferReadOnlyAccess(): aws_iam.IManagedPolicy;
2277
2281
  /** Enables the AWS Transform service to deploy transformed .NET applications by creating and managing AWS resources. This policy grants permissions to provision infrastructure, manage compute resources, and configure deployment settings across various AWS services. */
2278
2282
  AWSTransformApplicationDeploymentPolicy(): aws_iam.IManagedPolicy;
2283
+ /** Enables the AWS Transform to deploy applications to Amazon Elastic Container Service (ECS) with Fargate. It grants permissions to provision, configure, and manage the underlying infrastructure required to run applications on ECS. */
2284
+ AWSTransformApplicationECSDeploymentPolicy(): aws_iam.IManagedPolicy;
2279
2285
  /** Provides full access to AWS Trusted Advisor Priority. This policy also enables the user to add Trusted Advisor as a trusted service with AWS Organizations and to specify delegated administrator accounts for Trusted Advisor Priority. */
2280
2286
  AWSTrustedAdvisorPriorityFullAccess(): aws_iam.IManagedPolicy;
2281
2287
  /** Provides read-only access to AWS Trusted Advisor Priority. This includes permission to view the delegated administrator accounts. */