cdk-iam-floyd 0.801.0 → 0.803.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 (26) hide show
  1. package/README.md +4 -4
  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/index.d.ts +1 -0
  7. package/lib/generated/index.js +5 -3
  8. package/lib/generated/policy-statements/claudeplatformonaws.d.ts +63 -0
  9. package/lib/generated/policy-statements/claudeplatformonaws.js +85 -1
  10. package/lib/generated/policy-statements/devopsagentservice.d.ts +80 -0
  11. package/lib/generated/policy-statements/devopsagentservice.js +111 -1
  12. package/lib/generated/policy-statements/healthlake.d.ts +8 -0
  13. package/lib/generated/policy-statements/healthlake.js +12 -1
  14. package/lib/generated/policy-statements/outposts.d.ts +64 -0
  15. package/lib/generated/policy-statements/outposts.js +89 -1
  16. package/lib/generated/policy-statements/reinventeventpassamountchargetocustomerawsaccount.d.ts +116 -0
  17. package/lib/generated/policy-statements/reinventeventpassamountchargetocustomerawsaccount.js +142 -0
  18. package/lib/generated/policy-statements/s3.d.ts +49 -0
  19. package/lib/generated/policy-statements/s3.js +102 -44
  20. package/lib/generated/policy-statements/securityagent.d.ts +200 -0
  21. package/lib/generated/policy-statements/securityagent.js +254 -1
  22. package/lib/generated/policy-statements/service-oracledatabase-aws.d.ts +227 -1
  23. package/lib/generated/policy-statements/service-oracledatabase-aws.js +301 -2
  24. package/lib/generated/policy-statements/signin.d.ts +97 -1
  25. package/lib/generated/policy-statements/signin.js +130 -3
  26. package/package.json +1 -1
package/README.md CHANGED
@@ -15,10 +15,10 @@
15
15
  <!-- stats -->
16
16
  Support for:
17
17
 
18
- - 450 Services
19
- - 21087 Actions
20
- - 2233 Resource Types
21
- - 2362 Condition keys
18
+ - 451 Services
19
+ - 21165 Actions
20
+ - 2239 Resource Types
21
+ - 2369 Condition keys
22
22
  <!-- /stats -->
23
23
 
24
24
  ![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.**
@@ -1082,6 +1082,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
1082
1082
  AnthropicLimitedAccess(): aws_iam.IManagedPolicy;
1083
1083
  /** Provides read only access to Claude Platform on AWS */
1084
1084
  AnthropicReadOnlyAccess(): aws_iam.IManagedPolicy;
1085
+ /** Provides access to operate a self-hosted environment runner for Claude Managed Agents */
1086
+ AnthropicSelfHostedEnvironmentAccess(): aws_iam.IManagedPolicy;
1085
1087
  /** Allows API Gateway to manage associated AWS Resources on behalf of the customer. */
1086
1088
  APIGatewayServiceRolePolicy(): aws_iam.IManagedPolicy;
1087
1089
  /** Allows AppIntegrations to manage AppFlow resources and publish CloudWatch metric data on your behalf. */
@@ -2260,6 +2262,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2260
2262
  AWSSavingsPlansReadOnlyAccess(): aws_iam.IManagedPolicy;
2261
2263
  /** Provides access to retrieve and describe secrets from Secrets Manager. This policy also allows decrypting KMS keys for Secrets Manager secrets. */
2262
2264
  AWSSecretsManagerClientReadOnlyAccess(): aws_iam.IManagedPolicy;
2265
+ /** Allows AWS Security Agent to manage resources on your behalf. */
2266
+ AWSSecurityAgentServiceRolePolicy(): aws_iam.IManagedPolicy;
2263
2267
  /** Provides permissions for authenticated users to access the Security Agent Web Application for configuring and executing automated security penetration tests. This policy enables users to manage pentests, view findings, monitor test execution, and interact with AWS resources required for security testing operations. */
2264
2268
  AWSSecurityAgentWebAppPolicy(): aws_iam.IManagedPolicy;
2265
2269
  /** Provides full access to use AWS Security Hub. */
@@ -2842,6 +2846,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2842
2846
  RDSCloudHsmAuthorizationRole(): aws_iam.IManagedPolicy;
2843
2847
  /** Provides read-only access to AWS services and resources. */
2844
2848
  ReadOnlyAccess(): aws_iam.IManagedPolicy;
2849
+ /** Grants an IAM role or user full access to view re:Invent pass charge details and approve billing to their AWS accounts */
2850
+ ReInventTicketApprovalAccess(): aws_iam.IManagedPolicy;
2845
2851
  /** Provides full access to Resource Groups and Tag Editor. */
2846
2852
  ResourceGroupsandTagEditorFullAccess(): aws_iam.IManagedPolicy;
2847
2853
  /** Provides access to use Resource Groups and Tag Editor, but does not allow editing of tags via the Tag Editor. */