aws-iam-data 0.0.504 → 0.0.505
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 -0
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -314980,6 +314980,12 @@
|
|
|
314980
314980
|
"description": "Grants permission to create a Challenge for a Connector",
|
|
314981
314981
|
"accessLevel": "Write",
|
|
314982
314982
|
"resourceTypes": [
|
|
314983
|
+
{
|
|
314984
|
+
"resourceType": "Connector",
|
|
314985
|
+
"required": true,
|
|
314986
|
+
"conditionKeys": [],
|
|
314987
|
+
"dependentActions": []
|
|
314988
|
+
},
|
|
314983
314989
|
{
|
|
314984
314990
|
"resourceType": "",
|
|
314985
314991
|
"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.505",
|
|
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",
|