iam-floyd 0.824.0 → 0.825.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 +1 -1
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +4 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +9 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +4 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +5 -1
- package/lib/generated/policy-statements/bedrock-mantle.d.ts +11 -1
- package/lib/generated/policy-statements/bedrock-mantle.js +15 -2
- package/lib/generated/policy-statements/codecommit.d.ts +7 -0
- package/lib/generated/policy-statements/codecommit.js +11 -1
- package/lib/generated/policy-statements/mgn.d.ts +9 -0
- package/lib/generated/policy-statements/mgn.js +13 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,6 +32,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
32
32
|
AIDevOpsAgentFullAccess(): aws_iam.IManagedPolicy;
|
|
33
33
|
/** Provides read only access to Amazon DevOps Agent via the AWS Management Console */
|
|
34
34
|
AIDevOpsAgentReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
35
|
+
/** Provide access to chat and manage investigations through AWS DevOps Agent for your AgentSpaces */
|
|
36
|
+
AIDevOpsChannelAccessPolicy(): aws_iam.IManagedPolicy;
|
|
35
37
|
/** Provides permissions required by the AWS DevOps Agent to coordinate with AgentSpaces connected through Agent Space Constellation. */
|
|
36
38
|
AIDevOpsConstellationAccessPolicy(): aws_iam.IManagedPolicy;
|
|
37
39
|
/** Provides access to use the AWS DevOps operator web app for an Agent Space. */
|
|
@@ -1140,6 +1142,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1140
1142
|
AppRunnerServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1141
1143
|
/** Allows AppStudio to manage associated AWS resources on your behalf. */
|
|
1142
1144
|
AppStudioServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1145
|
+
/** Allows AWS Assurance to access your resources for compliance assessments and evidence collection. */
|
|
1146
|
+
AssuranceServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1143
1147
|
/** Policy for Amazon Aurora DSQL Service Linked Role */
|
|
1144
1148
|
AuroraDsqlServiceLinkedRolePolicy(): aws_iam.IManagedPolicy;
|
|
1145
1149
|
/** Provides full access to Auto Scaling via the AWS Management Console. */
|