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 +2 -2
- 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/bedrock.d.ts +8 -0
- package/lib/generated/policy-statements/bedrock.js +12 -1
- package/lib/generated/policy-statements/bedrockagentcore.d.ts +109 -0
- package/lib/generated/policy-statements/bedrockagentcore.js +127 -1
- package/lib/generated/policy-statements/connectcustomerprofiles.d.ts +7 -0
- package/lib/generated/policy-statements/connectcustomerprofiles.js +8 -1
- package/lib/generated/policy-statements/ec2autoscaling.d.ts +11 -0
- package/lib/generated/policy-statements/ec2autoscaling.js +14 -1
- package/lib/generated/policy-statements/s3.d.ts +0 -4
- package/lib/generated/policy-statements/s3.js +1 -5
- package/lib/generated/policy-statements/sagemaker.d.ts +76 -0
- package/lib/generated/policy-statements/sagemaker.js +83 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
19
|
- 429 Services
|
|
20
|
-
-
|
|
20
|
+
- 19177 Actions
|
|
21
21
|
- 2052 Resource Types
|
|
22
|
-
-
|
|
22
|
+
- 2142 Condition keys
|
|
23
23
|
<!-- /stats -->
|
|
24
24
|
|
|
25
25
|
**<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. */
|