aws-iam-data 0.0.568 → 0.0.569
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 +22 -1
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -72425,6 +72425,15 @@
|
|
|
72425
72425
|
"required": true,
|
|
72426
72426
|
"conditionKeys": [],
|
|
72427
72427
|
"dependentActions": []
|
|
72428
|
+
},
|
|
72429
|
+
{
|
|
72430
|
+
"resourceType": "",
|
|
72431
|
+
"required": false,
|
|
72432
|
+
"conditionKeys": [
|
|
72433
|
+
"aws:RequestTag/${TagKey}",
|
|
72434
|
+
"aws:TagKeys"
|
|
72435
|
+
],
|
|
72436
|
+
"dependentActions": []
|
|
72428
72437
|
}
|
|
72429
72438
|
]
|
|
72430
72439
|
},
|
|
@@ -72438,7 +72447,10 @@
|
|
|
72438
72447
|
{
|
|
72439
72448
|
"resourceType": "",
|
|
72440
72449
|
"required": false,
|
|
72441
|
-
"conditionKeys": [
|
|
72450
|
+
"conditionKeys": [
|
|
72451
|
+
"aws:RequestTag/${TagKey}",
|
|
72452
|
+
"aws:TagKeys"
|
|
72453
|
+
],
|
|
72442
72454
|
"dependentActions": []
|
|
72443
72455
|
}
|
|
72444
72456
|
]
|
|
@@ -72557,6 +72569,15 @@
|
|
|
72557
72569
|
"required": false,
|
|
72558
72570
|
"conditionKeys": [],
|
|
72559
72571
|
"dependentActions": []
|
|
72572
|
+
},
|
|
72573
|
+
{
|
|
72574
|
+
"resourceType": "",
|
|
72575
|
+
"required": false,
|
|
72576
|
+
"conditionKeys": [
|
|
72577
|
+
"aws:RequestTag/${TagKey}",
|
|
72578
|
+
"aws:TagKeys"
|
|
72579
|
+
],
|
|
72580
|
+
"dependentActions": []
|
|
72560
72581
|
}
|
|
72561
72582
|
]
|
|
72562
72583
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.569",
|
|
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",
|