aws-iam-data 0.0.585 → 0.0.586
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.
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2026-06-01",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Application Migration Service": [
|
|
8
|
+
"mgn:StartSnapshotGroupForMgn"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"removedActions": {}
|
|
12
|
+
},
|
|
2
13
|
{
|
|
3
14
|
"dateOfChange": "2026-05-30",
|
|
4
15
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -18048,6 +18048,21 @@
|
|
|
18048
18048
|
}
|
|
18049
18049
|
]
|
|
18050
18050
|
},
|
|
18051
|
+
{
|
|
18052
|
+
"name": "StartSnapshotGroupForMgn",
|
|
18053
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/ug/mgn-apis.html",
|
|
18054
|
+
"permissionOnly": true,
|
|
18055
|
+
"description": "Grants permission to start snapshot group requests",
|
|
18056
|
+
"accessLevel": "Write",
|
|
18057
|
+
"resourceTypes": [
|
|
18058
|
+
{
|
|
18059
|
+
"resourceType": "",
|
|
18060
|
+
"required": false,
|
|
18061
|
+
"conditionKeys": [],
|
|
18062
|
+
"dependentActions": []
|
|
18063
|
+
}
|
|
18064
|
+
]
|
|
18065
|
+
},
|
|
18051
18066
|
{
|
|
18052
18067
|
"name": "StartTest",
|
|
18053
18068
|
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_StartTest.html",
|
|
@@ -1297,7 +1297,7 @@
|
|
|
1297
1297
|
"name": "AWS Application Migration Service",
|
|
1298
1298
|
"servicePrefix": "mgn",
|
|
1299
1299
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsapplicationmigrationservice.html",
|
|
1300
|
-
"actionsCount":
|
|
1300
|
+
"actionsCount": 135,
|
|
1301
1301
|
"actions": [
|
|
1302
1302
|
"ArchiveApplication",
|
|
1303
1303
|
"ArchiveWave",
|
|
@@ -1407,6 +1407,7 @@
|
|
|
1407
1407
|
"StartNetworkMigrationMapping",
|
|
1408
1408
|
"StartNetworkMigrationMappingUpdate",
|
|
1409
1409
|
"StartReplication",
|
|
1410
|
+
"StartSnapshotGroupForMgn",
|
|
1410
1411
|
"StartTest",
|
|
1411
1412
|
"StopReplication",
|
|
1412
1413
|
"TagResource",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.586",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|