aws-iam-data 0.0.388 → 0.0.389
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 +6 -6
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -219877,6 +219877,12 @@
|
|
|
219877
219877
|
"conditionKeys": [],
|
|
219878
219878
|
"dependentActions": []
|
|
219879
219879
|
},
|
|
219880
|
+
{
|
|
219881
|
+
"resourceType": "statetemplate",
|
|
219882
|
+
"required": false,
|
|
219883
|
+
"conditionKeys": [],
|
|
219884
|
+
"dependentActions": []
|
|
219885
|
+
},
|
|
219880
219886
|
{
|
|
219881
219887
|
"resourceType": "vehicle",
|
|
219882
219888
|
"required": false,
|
|
@@ -309563,12 +309569,6 @@
|
|
|
309563
309569
|
"conditionKeys": [],
|
|
309564
309570
|
"dependentActions": []
|
|
309565
309571
|
},
|
|
309566
|
-
{
|
|
309567
|
-
"resourceType": "dbgroup",
|
|
309568
|
-
"required": false,
|
|
309569
|
-
"conditionKeys": [],
|
|
309570
|
-
"dependentActions": []
|
|
309571
|
-
},
|
|
309572
309572
|
{
|
|
309573
309573
|
"resourceType": "dbname",
|
|
309574
309574
|
"required": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.389",
|
|
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",
|