aws-iam-data 0.0.182 → 0.0.183
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": "2024-04-09",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Neptune Analytics": [
|
|
8
|
+
"neptune-graph:StartImportTask"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"removedActions": {}
|
|
12
|
+
},
|
|
2
13
|
{
|
|
3
14
|
"dateOfChange": "2024-04-06",
|
|
4
15
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -234882,6 +234882,23 @@
|
|
|
234882
234882
|
}
|
|
234883
234883
|
]
|
|
234884
234884
|
},
|
|
234885
|
+
{
|
|
234886
|
+
"name": "StartImportTask",
|
|
234887
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/neptune-analytics/latest/userguide/iam-actions.html#StartImportTask",
|
|
234888
|
+
"permissionOnly": false,
|
|
234889
|
+
"description": "Grants permission to import data into an existing graph",
|
|
234890
|
+
"accessLevel": "Write",
|
|
234891
|
+
"resourceTypes": [
|
|
234892
|
+
{
|
|
234893
|
+
"resourceType": "graph",
|
|
234894
|
+
"required": true,
|
|
234895
|
+
"conditionKeys": [],
|
|
234896
|
+
"dependentActions": [
|
|
234897
|
+
"iam:PassRole"
|
|
234898
|
+
]
|
|
234899
|
+
}
|
|
234900
|
+
]
|
|
234901
|
+
},
|
|
234885
234902
|
{
|
|
234886
234903
|
"name": "TagResource",
|
|
234887
234904
|
"apiReferenceUrl": "https://docs.aws.amazon.com/neptune-analytics/latest/userguide/iam-actions.html#TagResource",
|
|
@@ -17180,7 +17180,7 @@
|
|
|
17180
17180
|
"name": "Amazon Neptune Analytics",
|
|
17181
17181
|
"servicePrefix": "neptune-graph",
|
|
17182
17182
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonneptuneanalytics.html",
|
|
17183
|
-
"actionsCount":
|
|
17183
|
+
"actionsCount": 32,
|
|
17184
17184
|
"actions": [
|
|
17185
17185
|
"CancelImportTask",
|
|
17186
17186
|
"CancelQuery",
|
|
@@ -17209,6 +17209,7 @@
|
|
|
17209
17209
|
"ReadDataViaQuery",
|
|
17210
17210
|
"ResetGraph",
|
|
17211
17211
|
"RestoreGraphFromSnapshot",
|
|
17212
|
+
"StartImportTask",
|
|
17212
17213
|
"TagResource",
|
|
17213
17214
|
"UntagResource",
|
|
17214
17215
|
"UpdateGraph",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.183",
|
|
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",
|