iam-floyd 0.729.0 → 0.732.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 (72) hide show
  1. package/README.md +4 -4
  2. package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +16 -0
  3. package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +33 -1
  4. package/lib/generated/aws-managed-policies/iam-floyd.d.ts +16 -0
  5. package/lib/generated/aws-managed-policies/iam-floyd.js +17 -1
  6. package/lib/generated/index.d.ts +3 -0
  7. package/lib/generated/index.js +16 -9
  8. package/lib/generated/policy-statements/appconfig.d.ts +1 -1
  9. package/lib/generated/policy-statements/appconfig.js +2 -2
  10. package/lib/generated/policy-statements/appstream2-0.d.ts +94 -0
  11. package/lib/generated/policy-statements/appstream2-0.js +123 -2
  12. package/lib/generated/policy-statements/athena.d.ts +38 -0
  13. package/lib/generated/policy-statements/athena.js +47 -1
  14. package/lib/generated/policy-statements/batch.d.ts +15 -0
  15. package/lib/generated/policy-statements/batch.js +16 -1
  16. package/lib/generated/policy-statements/billing.d.ts +8 -0
  17. package/lib/generated/policy-statements/billing.js +9 -1
  18. package/lib/generated/policy-statements/cloudformation.d.ts +26 -0
  19. package/lib/generated/policy-statements/cloudformation.js +32 -1
  20. package/lib/generated/policy-statements/connect.d.ts +19 -0
  21. package/lib/generated/policy-statements/connect.js +23 -1
  22. package/lib/generated/policy-statements/connectcustomerprofiles.d.ts +172 -0
  23. package/lib/generated/policy-statements/connectcustomerprofiles.js +229 -2
  24. package/lib/generated/policy-statements/costexplorerservice.d.ts +1 -1
  25. package/lib/generated/policy-statements/costexplorerservice.js +2 -2
  26. package/lib/generated/policy-statements/databasemigrationservice.d.ts +56 -0
  27. package/lib/generated/policy-statements/databasemigrationservice.js +78 -1
  28. package/lib/generated/policy-statements/datazone.d.ts +168 -0
  29. package/lib/generated/policy-statements/datazone.js +253 -1
  30. package/lib/generated/policy-statements/ec2autoscaling.d.ts +8 -0
  31. package/lib/generated/policy-statements/ec2autoscaling.js +9 -1
  32. package/lib/generated/policy-statements/eksmcpserver.d.ts +41 -0
  33. package/lib/generated/policy-statements/eksmcpserver.js +61 -0
  34. package/lib/generated/policy-statements/elastickubernetesservice.d.ts +18 -0
  35. package/lib/generated/policy-statements/elastickubernetesservice.js +21 -1
  36. package/lib/generated/policy-statements/glue.d.ts +55 -0
  37. package/lib/generated/policy-statements/glue.js +61 -1
  38. package/lib/generated/policy-statements/groundstation.d.ts +8 -0
  39. package/lib/generated/policy-statements/groundstation.js +12 -1
  40. package/lib/generated/policy-statements/guardduty.d.ts +12 -0
  41. package/lib/generated/policy-statements/guardduty.js +14 -2
  42. package/lib/generated/policy-statements/healthlake.d.ts +56 -0
  43. package/lib/generated/policy-statements/healthlake.js +78 -1
  44. package/lib/generated/policy-statements/invoicingservice.d.ts +3 -3
  45. package/lib/generated/policy-statements/invoicingservice.js +4 -4
  46. package/lib/generated/policy-statements/lambda.d.ts +2 -0
  47. package/lib/generated/policy-statements/lambda.js +3 -1
  48. package/lib/generated/policy-statements/managedstreamingforapachekafka.d.ts +8 -0
  49. package/lib/generated/policy-statements/managedstreamingforapachekafka.js +12 -1
  50. package/lib/generated/policy-statements/marketplaceentitlementservice.d.ts +1 -1
  51. package/lib/generated/policy-statements/marketplaceentitlementservice.js +2 -2
  52. package/lib/generated/policy-statements/marketplacemeteringservice.d.ts +4 -4
  53. package/lib/generated/policy-statements/marketplacemeteringservice.js +5 -5
  54. package/lib/generated/policy-statements/mwaaserverless.d.ts +213 -0
  55. package/lib/generated/policy-statements/mwaaserverless.js +281 -0
  56. package/lib/generated/policy-statements/opensearchservice.d.ts +32 -0
  57. package/lib/generated/policy-statements/opensearchservice.js +45 -1
  58. package/lib/generated/policy-statements/s3tables.d.ts +125 -0
  59. package/lib/generated/policy-statements/s3tables.js +146 -2
  60. package/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue_athena.d.ts +41 -0
  61. package/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue_athena.js +61 -0
  62. package/lib/generated/policy-statements/securitytokenservice.d.ts +64 -0
  63. package/lib/generated/policy-statements/securitytokenservice.js +78 -1
  64. package/lib/generated/policy-statements/support.d.ts +27 -0
  65. package/lib/generated/policy-statements/support.js +37 -1
  66. package/lib/generated/policy-statements/supportconsole.d.ts +12 -0
  67. package/lib/generated/policy-statements/supportconsole.js +19 -1
  68. package/lib/generated/policy-statements/usersubscriptions.d.ts +8 -0
  69. package/lib/generated/policy-statements/usersubscriptions.js +12 -1
  70. package/lib/generated/policy-statements/vpclattice.d.ts +116 -0
  71. package/lib/generated/policy-statements/vpclattice.js +137 -1
  72. package/package.json +5 -5
package/README.md CHANGED
@@ -16,10 +16,10 @@
16
16
  <!-- stats -->
17
17
  Support for:
18
18
 
19
- - 430 Services
20
- - 19341 Actions
21
- - 2065 Resource Types
22
- - 2174 Condition keys
19
+ - 433 Services
20
+ - 19457 Actions
21
+ - 2071 Resource Types
22
+ - 2188 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.**
@@ -62,6 +62,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
62
62
  AmazonAppStreamServiceAccess(): aws_iam.IManagedPolicy;
63
63
  /** Provide full access to Amazon Athena and scoped access to the dependencies needed to enable querying, writing results, and data management. */
64
64
  AmazonAthenaFullAccess(): aws_iam.IManagedPolicy;
65
+ /** Allows access to other AWS service resources that are required to run Amazon Athena */
66
+ AmazonAthenaServiceRolePolicy(): aws_iam.IManagedPolicy;
65
67
  /** Provides access to perform all operations Amazon Augmented AI resources, including FlowDefinitions, HumanTaskUis and HumanLoops. Does not allow access for creating FlowDefinitions against the public-crowd Workteam. */
66
68
  AmazonAugmentedAIFullAccess(): aws_iam.IManagedPolicy;
67
69
  /** Provides access to perform all operations on HumanLoops. */
@@ -288,6 +290,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
288
290
  AmazonECSFullAccess(): aws_iam.IManagedPolicy;
289
291
  /** Policy to enable Amazon ECS Compute to manage your EC2 instances and related resources as part of ECS managed instances */
290
292
  AmazonECSComputeServiceRolePolicy(): aws_iam.IManagedPolicy;
293
+ /** These permissions enable Amazon ECS to automatically provision and manage the infrastructure components required for Express Gateway Services, including load balancing, security groups, SSL certificates, and auto scaling configurations. */
294
+ AmazonECSInfrastructureRoleforExpressGatewayServices(): aws_iam.IManagedPolicy;
291
295
  /** Provides access to other AWS service resources required to manage load balancers associated with ECS workloads on your behalf. */
292
296
  AmazonECSInfrastructureRolePolicyForLoadBalancers(): aws_iam.IManagedPolicy;
293
297
  /** Provides ECS access to create and manage EC2 managed resources */
@@ -636,6 +640,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
636
640
  AmazonMSKFullAccess(): aws_iam.IManagedPolicy;
637
641
  /** Provide readonly access to Amazon MSK */
638
642
  AmazonMSKReadOnlyAccess(): aws_iam.IManagedPolicy;
643
+ /** Provides access to Amazon Airflow Serverless Service to manage networking for your workflows and access other AWS services on your behalf */
644
+ AmazonMWAAServerlessServiceRolePolicy(): aws_iam.IManagedPolicy;
639
645
  /** The Service Linked Role used by Amazon Managed Workflows for Apache Airflow. */
640
646
  AmazonMWAAServiceRolePolicy(): aws_iam.IManagedPolicy;
641
647
  /** This policy grants access to resources needed by Nimble Studio Launch Profile workers. Attach this policy to EC2 instances created by Nimble Studio Builder. */
@@ -1120,6 +1126,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
1120
1126
  AWSApplicationMigrationMGHAccess(): aws_iam.IManagedPolicy;
1121
1127
  /** Provides permissions for Network Migration custom resource */
1122
1128
  AWSApplicationMigrationNetworkMigrationCustomResource(): aws_iam.IManagedPolicy;
1129
+ /** Provides permissions to automate VMware to AWS network infrastructure migration through CloudFormation */
1130
+ AWSApplicationMigrationNetworkMigrationMultiAccount(): aws_iam.IManagedPolicy;
1123
1131
  /** This policy provides permissions to all read-only public APIs of Application Migration Service (MGN), as well as some read-only APIs of other AWS services that are required in order to make full read-only use of the MGN console. Attach this policy to your IAM users or roles. */
1124
1132
  AWSApplicationMigrationReadOnlyAccess(): aws_iam.IManagedPolicy;
1125
1133
  /** This policy allows the Application Migration Service (MGN) Replication Servers, which are EC2 instances launched by Application Migration Service - to communicate with the MGN service, and to create EBS snapshots in your AWS account. An IAM role with this policy is attached (as an EC2 Instance Profile) by Application Migration Service to the MGN Replication Servers which are automatically launched and terminated by MGN, as needed. MGN Replication Servers are used to facilitate data replication from your external servers to AWS, as part of the migration process managed using MGN. We do not recommend that you attach this policy to your IAM users or roles. */
@@ -1484,6 +1492,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
1484
1492
  AWSEC2SpotFleetServiceRolePolicy(): aws_iam.IManagedPolicy;
1485
1493
  /** Allows EC2 Spot to launch and manage spot instances */
1486
1494
  AWSEC2SpotServiceRolePolicy(): aws_iam.IManagedPolicy;
1495
+ /** Amazon EC2 instance permissions to allow EC2 SQL High Availability service to detect instance high availability state through EC2 instance profile. */
1496
+ AWSEC2SqlHaInstancePolicy(): aws_iam.IManagedPolicy;
1497
+ /** EC2 SQL High Availability service permissions to detect standby/passive instances */
1498
+ AWSEC2SqlHaServiceRolePolicy(): aws_iam.IManagedPolicy;
1487
1499
  /** This policy is attached to the IAM role that's attached to your Amazon EC2 Windows Instances to enable the Amazon EC2 VSS solution to create and add tags to Amazon Machine Images (AMI) and EBS Snapshots. */
1488
1500
  AWSEC2VssSnapshotPolicy(): aws_iam.IManagedPolicy;
1489
1501
  /** Enables access to AWS services and resources used or managed by AWS ECR pull through cache */
@@ -1904,6 +1916,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
1904
1916
  AWSMigrationHubStrategyServiceRolePolicy(): aws_iam.IManagedPolicy;
1905
1917
  /** Grants permissions to Amazon MSK Replicator to replicate data between MSK Clusters. */
1906
1918
  AWSMSKReplicatorExecutionRole(): aws_iam.IManagedPolicy;
1919
+ /** Provides permissions to manage VPC resources for the configuration and management of NAT Gateways. */
1920
+ AWSNATGatewayServiceRolePolicy(): aws_iam.IManagedPolicy;
1907
1921
  /** Grants full access to AWS Network Firewall service, including permissions to create, configure, manage, and delete firewall resources, policies, and rule groups. Additionally includes permissions to modify VPC endpoints, S3 bucket policies, CloudWatch Logs configurations, and create service-linked roles for Network Firewall and log delivery services */
1908
1922
  AWSNetworkFirewallFullAccess(): aws_iam.IManagedPolicy;
1909
1923
  /** Provides read-only access to AWS Network Firewall resources via the AWS Management Console, CLI, and SDKs. This policy allows users to view and monitor firewall configurations, policies, rule groups, and associated resources, without the ability to make changes. */
@@ -2466,6 +2480,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2466
2480
  ComprehendMedicalFullAccess(): aws_iam.IManagedPolicy;
2467
2481
  /** Provides read-only access to Amazon Comprehend. */
2468
2482
  ComprehendReadOnly(): aws_iam.IManagedPolicy;
2483
+ /** The ComputeOptimizerAutomationServiceRolePolicy managed policy is attached to a service-linked role that allows Compute Optimizer to perform actions on your behalf */
2484
+ ComputeOptimizerAutomationServiceRolePolicy(): aws_iam.IManagedPolicy;
2469
2485
  /** Provides read only access to ComputeOptimizer. */
2470
2486
  ComputeOptimizerReadOnlyAccess(): aws_iam.IManagedPolicy;
2471
2487
  /** Allows ComputeOptimizer to call AWS services and collect workload details on your behalf. */