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.
- package/README.md +4 -4
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +6 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +13 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +6 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +7 -1
- package/lib/generated/index.d.ts +1 -0
- package/lib/generated/index.js +5 -3
- package/lib/generated/policy-statements/claudeplatformonaws.d.ts +63 -0
- package/lib/generated/policy-statements/claudeplatformonaws.js +85 -1
- package/lib/generated/policy-statements/devopsagentservice.d.ts +80 -0
- package/lib/generated/policy-statements/devopsagentservice.js +111 -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/outposts.d.ts +64 -0
- package/lib/generated/policy-statements/outposts.js +89 -1
- package/lib/generated/policy-statements/reinventeventpassamountchargetocustomerawsaccount.d.ts +116 -0
- package/lib/generated/policy-statements/reinventeventpassamountchargetocustomerawsaccount.js +143 -0
- package/lib/generated/policy-statements/s3.d.ts +49 -0
- package/lib/generated/policy-statements/s3.js +102 -44
- package/lib/generated/policy-statements/securityagent.d.ts +200 -0
- package/lib/generated/policy-statements/securityagent.js +254 -1
- package/lib/generated/policy-statements/service-oracledatabase-aws.d.ts +227 -1
- package/lib/generated/policy-statements/service-oracledatabase-aws.js +301 -2
- package/lib/generated/policy-statements/signin.d.ts +97 -1
- package/lib/generated/policy-statements/signin.js +130 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
<!-- stats -->
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
18
|
+
- 451 Services
|
|
19
|
+
- 21165 Actions
|
|
20
|
+
- 2239 Resource Types
|
|
21
|
+
- 2369 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.**
|
|
@@ -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. */
|