aws-iam-data 0.0.459 → 0.0.460
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 +11 -1
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -151047,8 +151047,18 @@
|
|
|
151047
151047
|
"conditionKeys": [],
|
|
151048
151048
|
"dependentActions": [
|
|
151049
151049
|
"iam:CreateServiceLinkedRole",
|
|
151050
|
-
"imagebuilder:GetImagePipeline"
|
|
151050
|
+
"imagebuilder:GetImagePipeline",
|
|
151051
|
+
"imagebuilder:TagResource"
|
|
151051
151052
|
]
|
|
151053
|
+
},
|
|
151054
|
+
{
|
|
151055
|
+
"resourceType": "",
|
|
151056
|
+
"required": false,
|
|
151057
|
+
"conditionKeys": [
|
|
151058
|
+
"aws:RequestTag/${TagKey}",
|
|
151059
|
+
"aws:TagKeys"
|
|
151060
|
+
],
|
|
151061
|
+
"dependentActions": []
|
|
151052
151062
|
}
|
|
151053
151063
|
]
|
|
151054
151064
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.460",
|
|
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",
|