iam-floyd 0.772.0 → 0.774.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 +3 -3
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/lib/generated/policy-statements/billingandcostmanagementdashboards.d.ts +105 -0
- package/lib/generated/policy-statements/billingandcostmanagementdashboards.js +133 -2
- package/lib/generated/policy-statements/cloudwatch.d.ts +24 -0
- package/lib/generated/policy-statements/cloudwatch.js +34 -1
- package/lib/generated/policy-statements/healthomics.d.ts +80 -0
- package/lib/generated/policy-statements/healthomics.js +104 -1
- package/lib/generated/policy-statements/opensearchservice.d.ts +24 -0
- package/lib/generated/policy-statements/opensearchservice.js +34 -1
- package/lib/generated/policy-statements/personalize.d.ts +190 -1
- package/lib/generated/policy-statements/personalize.js +196 -1
- package/lib/generated/policy-statements/verifiedpermissions.d.ts +33 -1
- package/lib/generated/policy-statements/verifiedpermissions.js +46 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 447 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 20600 Actions
|
|
20
|
+
- 2189 Resource Types
|
|
21
|
+
- 2322 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.**
|
|
@@ -1292,6 +1292,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1292
1292
|
AWSBCMDataExportsServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1293
1293
|
/** Allows Bedrock AgentCore Gateway to managed VPC Lattice resources on your behalf */
|
|
1294
1294
|
AWSBedrockAgentCoreGatewayNetworkServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1295
|
+
/** Allows Bedrock AgentCore Identity to managed VPC Lattice resources on your behalf */
|
|
1296
|
+
AWSBedrockAgentCoreIdentityNetworkServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1295
1297
|
/** 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. */
|
|
1296
1298
|
AWSBillingConductorFullAccess(): aws_iam.IManagedPolicy;
|
|
1297
1299
|
/** 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. */
|