iam-floyd 0.812.0 → 0.813.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
  - 451 Services
19
- - 21307 Actions
20
- - 2252 Resource Types
21
- - 2374 Condition keys
19
+ - 21319 Actions
20
+ - 2254 Resource Types
21
+ - 2377 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.**
@@ -10,6 +10,8 @@ import { AwsManagedPolicy as AwsManagedPolicyStatic } from './iam-floyd';
10
10
  export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
11
11
  /** Allow Access Analyzer to analyze resource metadata */
12
12
  AccessAnalyzerServiceRolePolicy(): aws_iam.IManagedPolicy;
13
+ /** Grants account access manager permissions to manage AWS account access */
14
+ AccountAccessManagerServiceRolePolicy(): aws_iam.IManagedPolicy;
13
15
  /** For use with accounts created through the Vercel Marketplace integration with AWS. Provides access to account management, notification, cost and usage analysis, and identity provider management. */
14
16
  AccountManagementFromVercel(): aws_iam.IManagedPolicy;
15
17
  /** Provides full access to AWS services and resources. */