iam-floyd 0.766.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 +10 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +21 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +10 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +11 -1
- package/lib/generated/index.d.ts +1 -0
- package/lib/generated/index.js +4 -2
- package/lib/generated/policy-statements/certificatemanager.d.ts +9 -1
- package/lib/generated/policy-statements/certificatemanager.js +14 -3
- package/lib/generated/policy-statements/claudeplatformonaws.d.ts +296 -0
- package/lib/generated/policy-statements/claudeplatformonaws.js +405 -0
- package/lib/generated/policy-statements/cloudwatchlogs.d.ts +61 -0
- package/lib/generated/policy-statements/cloudwatchlogs.js +79 -1
- package/lib/generated/policy-statements/devopsagentservice.d.ts +8 -0
- package/lib/generated/policy-statements/devopsagentservice.js +12 -1
- 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/iamidentitycenter.d.ts +92 -0
- package/lib/generated/policy-statements/iamidentitycenter.js +95 -1
- package/lib/generated/policy-statements/marketplace.d.ts +83 -3
- package/lib/generated/policy-statements/marketplace.js +114 -4
- package/lib/generated/policy-statements/quicksight.d.ts +52 -0
- package/lib/generated/policy-statements/quicksight.js +65 -1
- package/lib/generated/policy-statements/s3express.d.ts +40 -0
- package/lib/generated/policy-statements/s3express.js +49 -3
- package/lib/generated/policy-statements/sagemaker.d.ts +24 -0
- package/lib/generated/policy-statements/sagemaker.js +34 -1
- package/lib/generated/policy-statements/shield.d.ts +1 -1
- package/lib/generated/policy-statements/shield.js +2 -2
- package/lib/generated/policy-statements/sustainability.d.ts +16 -0
- package/lib/generated/policy-statements/sustainability.js +24 -2
- package/package.json +4 -4
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. */
|
|
@@ -1264,6 +1272,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1264
1272
|
AWSBatchServiceRolePolicyForSageMaker(): aws_iam.IManagedPolicy;
|
|
1265
1273
|
/** A service linked role to provide Billing and Cost Management Data Exports access to AWS service data for exporting the data to a target location, such as Amazon S3, on behalf of a customer. */
|
|
1266
1274
|
AWSBCMDataExportsServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1275
|
+
/** Allows Bedrock AgentCore Gateway to managed VPC Lattice resources on your behalf */
|
|
1276
|
+
AWSBedrockAgentCoreGatewayNetworkServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1267
1277
|
/** Use the AWSBillingConductorFullAccess managed policy to allow complete access to AWS Billing Conductor (ABC) console and APIs. This policy allows users to list, create and delete ABC resources. */
|
|
1268
1278
|
AWSBillingConductorFullAccess(): aws_iam.IManagedPolicy;
|
|
1269
1279
|
/** Use the AWSBillingConductorReadOnlyAccess managed policy to allow read only access to AWS Billing Conductor (ABC) console and APIs. This policy grants permission to view and list all ABC resources. It does not include the ability to create or delete resources. */
|