aws-iam-data 0.0.6 → 0.0.7
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/data/iam.json +12 -0
- package/package.json +1 -1
package/data/iam.json
CHANGED
|
@@ -284309,6 +284309,12 @@
|
|
|
284309
284309
|
"required": true,
|
|
284310
284310
|
"conditionKeys": [],
|
|
284311
284311
|
"dependentActions": []
|
|
284312
|
+
},
|
|
284313
|
+
{
|
|
284314
|
+
"resourceType": "windowtarget",
|
|
284315
|
+
"required": true,
|
|
284316
|
+
"conditionKeys": [],
|
|
284317
|
+
"dependentActions": []
|
|
284312
284318
|
}
|
|
284313
284319
|
]
|
|
284314
284320
|
},
|
|
@@ -284324,6 +284330,12 @@
|
|
|
284324
284330
|
"required": true,
|
|
284325
284331
|
"conditionKeys": [],
|
|
284326
284332
|
"dependentActions": []
|
|
284333
|
+
},
|
|
284334
|
+
{
|
|
284335
|
+
"resourceType": "windowtask",
|
|
284336
|
+
"required": true,
|
|
284337
|
+
"conditionKeys": [],
|
|
284338
|
+
"dependentActions": []
|
|
284327
284339
|
}
|
|
284328
284340
|
]
|
|
284329
284341
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
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": "./src/index.js",
|
|
6
6
|
"types": "./src/awsIamData.d.ts",
|