aws-iam-data 0.0.394 → 0.0.395

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.
@@ -24288,7 +24288,8 @@
24288
24288
  "required": false,
24289
24289
  "conditionKeys": [
24290
24290
  "aws:RequestTag/${TagKey}",
24291
- "aws:TagKeys"
24291
+ "aws:TagKeys",
24292
+ "dsql:WitnessRegion"
24292
24293
  ],
24293
24294
  "dependentActions": []
24294
24295
  }
@@ -24458,6 +24459,14 @@
24458
24459
  "dependentActions": [
24459
24460
  "dsql:PutMultiRegionProperties"
24460
24461
  ]
24462
+ },
24463
+ {
24464
+ "resourceType": "",
24465
+ "required": false,
24466
+ "conditionKeys": [
24467
+ "dsql:WitnessRegion"
24468
+ ],
24469
+ "dependentActions": []
24461
24470
  }
24462
24471
  ]
24463
24472
  },
@@ -24600,6 +24609,14 @@
24600
24609
  "required": true,
24601
24610
  "conditionKeys": [],
24602
24611
  "dependentActions": []
24612
+ },
24613
+ {
24614
+ "resourceType": "",
24615
+ "required": false,
24616
+ "conditionKeys": [
24617
+ "dsql:WitnessRegion"
24618
+ ],
24619
+ "dependentActions": []
24603
24620
  }
24604
24621
  ]
24605
24622
  }
@@ -359666,6 +359683,7 @@
359666
359683
  "required": false,
359667
359684
  "conditionKeys": [
359668
359685
  "aws:RequestTag/${TagKey}",
359686
+ "aws:ResourceTag/${TagKey}",
359669
359687
  "aws:TagKeys"
359670
359688
  ],
359671
359689
  "dependentActions": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.394",
3
+ "version": "0.0.395",
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",