aws-iam-data 0.0.532 → 0.0.533

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.
@@ -59179,7 +59179,10 @@
59179
59179
  {
59180
59180
  "resourceType": "",
59181
59181
  "required": false,
59182
- "conditionKeys": [],
59182
+ "conditionKeys": [
59183
+ "aws:RequestTag/${TagKey}",
59184
+ "aws:TagKeys"
59185
+ ],
59183
59186
  "dependentActions": [
59184
59187
  "cloudfront:CreateConnectionGroup"
59185
59188
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.532",
3
+ "version": "0.0.533",
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",