iam-floyd 0.794.0 → 0.796.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,8 +16,8 @@
16
16
  Support for:
17
17
 
18
18
  - 449 Services
19
- - 20903 Actions
20
- - 2218 Resource Types
19
+ - 20926 Actions
20
+ - 2220 Resource Types
21
21
  - 2351 Condition keys
22
22
  <!-- /stats -->
23
23
 
@@ -1188,6 +1188,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
1188
1188
  AWSApplicationMigrationConversionServerPolicy(): aws_iam.IManagedPolicy;
1189
1189
  /** This policy provides Amazon EC2 operations required to use Application Migration Service (MGN) to launch the migrated servers as EC2 instances. Attach this policy to your IAM users or roles. */
1190
1190
  AWSApplicationMigrationEC2Access(): aws_iam.IManagedPolicy;
1191
+ /** Provides permissions to manage ONTAP file system */
1192
+ AWSApplicationMigrationFSxProxyPolicy(): aws_iam.IManagedPolicy;
1193
+ /** Provides permissions to manage PrivateLink between AWS Application Migration Service and customer's FSx file system */
1194
+ AWSApplicationMigrationFSxProxyVPCPolicy(): aws_iam.IManagedPolicy;
1191
1195
  /** This policy provides permissions to all public APIs of AWS Application Migration Service (MGN), as well as permissions to read KMS key information. Attach this policy to your IAM users or roles. */
1192
1196
  AWSApplicationMigrationFullAccess(): aws_iam.IManagedPolicy;
1193
1197
  /** This policy allows AWS Application Migration Service (MGN) to send meta-data about the progress of servers being migrated using MGN to AWS Migration Hub (MGH). MGN automatically creates an IAM role with this policy attached, and assumes this role. We do not recommend that you attach this policy to your IAM users or roles. */