aws-iam-data 0.0.403 → 0.0.404
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/dist/data/json/iam.json
CHANGED
|
@@ -21073,7 +21073,7 @@
|
|
|
21073
21073
|
"apiReferenceUrl": "https://docs.aws.amazon.com/appsync/latest/devguide/WAF-Integration.html",
|
|
21074
21074
|
"permissionOnly": false,
|
|
21075
21075
|
"description": "Grants permission to set a web ACL",
|
|
21076
|
-
"accessLevel": "
|
|
21076
|
+
"accessLevel": "Permissions management",
|
|
21077
21077
|
"resourceTypes": [
|
|
21078
21078
|
{
|
|
21079
21079
|
"resourceType": "",
|
|
@@ -274907,7 +274907,6 @@
|
|
|
274907
274907
|
"resourceType": "",
|
|
274908
274908
|
"required": false,
|
|
274909
274909
|
"conditionKeys": [
|
|
274910
|
-
"aoss:collection",
|
|
274911
274910
|
"aoss:index"
|
|
274912
274911
|
],
|
|
274913
274912
|
"dependentActions": []
|
|
@@ -275029,7 +275028,6 @@
|
|
|
275029
275028
|
"resourceType": "",
|
|
275030
275029
|
"required": false,
|
|
275031
275030
|
"conditionKeys": [
|
|
275032
|
-
"aoss:collection",
|
|
275033
275031
|
"aoss:index"
|
|
275034
275032
|
],
|
|
275035
275033
|
"dependentActions": []
|
|
@@ -275363,7 +275361,6 @@
|
|
|
275363
275361
|
"resourceType": "",
|
|
275364
275362
|
"required": false,
|
|
275365
275363
|
"conditionKeys": [
|
|
275366
|
-
"aoss:collection",
|
|
275367
275364
|
"aoss:index"
|
|
275368
275365
|
],
|
|
275369
275366
|
"dependentActions": []
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10328
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 354
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.404",
|
|
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",
|