iam-floyd 0.795.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 +2 -2
- 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/applicationmigrationservice.d.ts +8 -0
- package/lib/generated/policy-statements/applicationmigrationservice.js +12 -1
- package/lib/generated/policy-statements/quicksight.d.ts +153 -6
- package/lib/generated/policy-statements/quicksight.js +207 -7
- package/package.json +1 -1
|
@@ -1235,6 +1235,14 @@ export declare class Mgn extends PolicyStatement {
|
|
|
1235
1235
|
* https://docs.aws.amazon.com/mgn/latest/APIReference/API_StartReplication.html
|
|
1236
1236
|
*/
|
|
1237
1237
|
toStartReplication(): this;
|
|
1238
|
+
/**
|
|
1239
|
+
* Grants permission to start snapshot group requests
|
|
1240
|
+
*
|
|
1241
|
+
* Access Level: Write
|
|
1242
|
+
*
|
|
1243
|
+
* https://docs.aws.amazon.com/mgn/latest/ug/mgn-apis.html
|
|
1244
|
+
*/
|
|
1245
|
+
toStartSnapshotGroupForMgn(): this;
|
|
1238
1246
|
/**
|
|
1239
1247
|
* Grants permission to start test
|
|
1240
1248
|
*
|