iam-floyd 0.767.0 → 0.768.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 +8 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
- package/lib/generated/index.d.ts +1 -0
- package/lib/generated/index.js +4 -2
- package/lib/generated/policy-statements/claudeplatformonaws.d.ts +296 -0
- package/lib/generated/policy-statements/claudeplatformonaws.js +405 -0
- package/lib/generated/policy-statements/elasticcontainerservice.d.ts +267 -0
- package/lib/generated/policy-statements/elasticcontainerservice.js +316 -1
- package/lib/generated/policy-statements/healthlake.d.ts +16 -0
- package/lib/generated/policy-statements/healthlake.js +23 -1
- package/lib/generated/policy-statements/s3express.d.ts +40 -0
- package/lib/generated/policy-statements/s3express.js +49 -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
|
+
- 446 Services
|
|
19
|
+
- 20501 Actions
|
|
20
|
+
- 2173 Resource Types
|
|
21
|
+
- 2306 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.**
|
|
@@ -1046,6 +1046,14 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1046
1046
|
AmazonZocaloReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
1047
1047
|
/** Provides Amplify full access permissions to deploy Amplify backend resources (AWS AppSync, Amazon Cognito, Amazon S3 and other related services) via the AWS Cloud Development Kit (AWS CDK) */
|
|
1048
1048
|
AmplifyBackendDeployFullAccess(): aws_iam.IManagedPolicy;
|
|
1049
|
+
/** Provides full access to Claude Platform on AWS */
|
|
1050
|
+
AnthropicFullAccess(): aws_iam.IManagedPolicy;
|
|
1051
|
+
/** Provides read and inference access to Claude Platform on AWS */
|
|
1052
|
+
AnthropicInferenceAccess(): aws_iam.IManagedPolicy;
|
|
1053
|
+
/** Provides limited access to Claude Platform on AWS */
|
|
1054
|
+
AnthropicLimitedAccess(): aws_iam.IManagedPolicy;
|
|
1055
|
+
/** Provides read only access to Claude Platform on AWS */
|
|
1056
|
+
AnthropicReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
1049
1057
|
/** Allows API Gateway to manage associated AWS Resources on behalf of the customer. */
|
|
1050
1058
|
APIGatewayServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1051
1059
|
/** Allows AppIntegrations to manage AppFlow resources and publish CloudWatch metric data on your behalf. */
|