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 CHANGED
@@ -16,9 +16,9 @@
16
16
  Support for:
17
17
 
18
18
  - 447 Services
19
- - 20577 Actions
20
- - 2186 Resource Types
21
- - 2318 Condition keys
19
+ - 20600 Actions
20
+ - 2189 Resource Types
21
+ - 2322 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.**
@@ -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. */