iam-floyd 0.822.0 → 0.824.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
  - 455 Services
19
- - 21788 Actions
19
+ - 21790 Actions
20
20
  - 2301 Resource Types
21
- - 2454 Condition keys
21
+ - 2456 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.**
@@ -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. */