iam-floyd 0.822.0 → 0.823.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/agent-registry.d.ts +36 -0
- package/lib/generated/policy-statements/agent-registry.js +50 -3
- package/lib/generated/policy-statements/batch.d.ts +9 -0
- package/lib/generated/policy-statements/batch.js +16 -3
- package/lib/generated/policy-statements/customer-verification.d.ts +16 -0
- package/lib/generated/policy-statements/customer-verification.js +24 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 455 Services
|
|
19
|
-
-
|
|
19
|
+
- 21794 Actions
|
|
20
20
|
- 2301 Resource Types
|
|
21
|
-
-
|
|
21
|
+
- 2455 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.**
|
|
@@ -36,6 +36,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
36
36
|
AIDevOpsConstellationAccessPolicy(): aws_iam.IManagedPolicy;
|
|
37
37
|
/** Provides access to use the AWS DevOps operator web app for an Agent Space. */
|
|
38
38
|
AIDevOpsOperatorAppAccessPolicy(): aws_iam.IManagedPolicy;
|
|
39
|
+
/** Provides permissions for AWS DevOps Agent to create and manage network interfaces in your VPC so that release management agents can access private resources */
|
|
40
|
+
AIDevOpsReleaseManagementVPCPolicy(): aws_iam.IManagedPolicy;
|
|
39
41
|
/** Provides permissions required by the Amazon AI Operations Assistant to generate incident report of the investigation. */
|
|
40
42
|
AIOpsAssistantIncidentReportPolicy(): aws_iam.IManagedPolicy;
|
|
41
43
|
/** Provides ReadOnly permissions required by the Amazon AI Operations Assistant to do analysis on customer AWS resources during investigations. */
|