@cloud-copilot/iam-data 0.9.202506071 → 0.9.202506101

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.
@@ -32,7 +32,8 @@
32
32
  ],
33
33
  "conditionKeys": [
34
34
  "aws:RequestTag/${TagKey}",
35
- "aws:TagKeys"
35
+ "aws:TagKeys",
36
+ "dsql:WitnessRegion"
36
37
  ],
37
38
  "dependentActions": []
38
39
  },
@@ -188,13 +189,15 @@
188
189
  "name": "Cluster",
189
190
  "required": true,
190
191
  "conditionKeys": [],
191
- "dependentActions": []
192
+ "dependentActions": [
193
+ "dsql:PutMultiRegionProperties"
194
+ ]
192
195
  }
193
196
  ],
194
- "conditionKeys": [],
195
- "dependentActions": [
196
- "dsql:PutMultiRegionProperties"
197
- ]
197
+ "conditionKeys": [
198
+ "dsql:WitnessRegion"
199
+ ],
200
+ "dependentActions": []
198
201
  },
199
202
  "removepeercluster": {
200
203
  "name": "RemovePeerCluster",
@@ -323,7 +326,9 @@
323
326
  "dependentActions": []
324
327
  }
325
328
  ],
326
- "conditionKeys": [],
329
+ "conditionKeys": [
330
+ "dsql:WitnessRegion"
331
+ ],
327
332
  "dependentActions": []
328
333
  }
329
334
  }
@@ -21,6 +21,7 @@
21
21
  "resourceTypes": [],
22
22
  "conditionKeys": [
23
23
  "aws:RequestTag/${TagKey}",
24
+ "aws:ResourceTag/${TagKey}",
24
25
  "aws:TagKeys"
25
26
  ],
26
27
  "dependentActions": []
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202506071",
3
+ "version": "0.9.202506101",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-06-07T04:49:22.461Z",
6
+ "updatedAt": "2025-06-10T04:51:56.562Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",