iam-floyd 0.716.0 → 0.717.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
@@ -17,9 +17,9 @@
17
17
  Support for:
18
18
 
19
19
  - 429 Services
20
- - 19173 Actions
20
+ - 19177 Actions
21
21
  - 2052 Resource Types
22
- - 2135 Condition keys
22
+ - 2142 Condition keys
23
23
  <!-- /stats -->
24
24
 
25
25
  ![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.**
@@ -2334,6 +2334,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2334
2334
  BatchServiceRolePolicy(): aws_iam.IManagedPolicy;
2335
2335
  /** Provides full access to Bedrock AgentCore as well as limited access to related services */
2336
2336
  BedrockAgentCoreFullAccess(): aws_iam.IManagedPolicy;
2337
+ /** Allows access to other AWS service resources that are required to run Amazon Bedrock AgentCore in VPC mode */
2338
+ BedrockAgentCoreNetworkServiceRolePolicy(): aws_iam.IManagedPolicy;
2337
2339
  /** Grants permissions for billing and cost management. This includes viewing account usage and viewing and modifying budgets and payment methods. */
2338
2340
  Billing(): aws_iam.IManagedPolicy;
2339
2341
  /** Allows Budgets to verify access to Billing Views shared across account boundaries. */