aws-iam-data 0.0.374 → 0.0.375
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 +3 -0
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -192174,6 +192174,7 @@
|
|
|
192174
192174
|
"required": false,
|
|
192175
192175
|
"conditionKeys": [
|
|
192176
192176
|
"aws:RequestTag/${TagKey}",
|
|
192177
|
+
"aws:ResourceTag/${TagKey}",
|
|
192177
192178
|
"aws:TagKeys"
|
|
192178
192179
|
],
|
|
192179
192180
|
"dependentActions": []
|
|
@@ -192216,6 +192217,7 @@
|
|
|
192216
192217
|
"required": false,
|
|
192217
192218
|
"conditionKeys": [
|
|
192218
192219
|
"aws:RequestTag/${TagKey}",
|
|
192220
|
+
"aws:ResourceTag/${TagKey}",
|
|
192219
192221
|
"aws:TagKeys"
|
|
192220
192222
|
],
|
|
192221
192223
|
"dependentActions": [
|
|
@@ -192237,6 +192239,7 @@
|
|
|
192237
192239
|
"required": false,
|
|
192238
192240
|
"conditionKeys": [
|
|
192239
192241
|
"aws:RequestTag/${TagKey}",
|
|
192242
|
+
"aws:ResourceTag/${TagKey}",
|
|
192240
192243
|
"aws:TagKeys"
|
|
192241
192244
|
],
|
|
192242
192245
|
"dependentActions": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.375",
|
|
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",
|