@cloud-copilot/iam-data 0.18.202603181 → 0.18.202603191

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.
@@ -79,7 +79,10 @@
79
79
  "dependentActions": []
80
80
  }
81
81
  ],
82
- "conditionKeys": [],
82
+ "conditionKeys": [
83
+ "medical-imaging:StudyInstanceUID",
84
+ "medical-imaging:SeriesInstanceUID"
85
+ ],
83
86
  "dependentActions": []
84
87
  },
85
88
  "getdicomimportjob": {
@@ -109,7 +112,10 @@
109
112
  "dependentActions": []
110
113
  }
111
114
  ],
112
- "conditionKeys": [],
115
+ "conditionKeys": [
116
+ "medical-imaging:StudyInstanceUID",
117
+ "medical-imaging:SeriesInstanceUID"
118
+ ],
113
119
  "dependentActions": []
114
120
  },
115
121
  "getdicominstanceframes": {
@@ -124,7 +130,10 @@
124
130
  "dependentActions": []
125
131
  }
126
132
  ],
127
- "conditionKeys": [],
133
+ "conditionKeys": [
134
+ "medical-imaging:StudyInstanceUID",
135
+ "medical-imaging:SeriesInstanceUID"
136
+ ],
128
137
  "dependentActions": []
129
138
  },
130
139
  "getdicominstancemetadata": {
@@ -139,7 +148,10 @@
139
148
  "dependentActions": []
140
149
  }
141
150
  ],
142
- "conditionKeys": [],
151
+ "conditionKeys": [
152
+ "medical-imaging:StudyInstanceUID",
153
+ "medical-imaging:SeriesInstanceUID"
154
+ ],
143
155
  "dependentActions": []
144
156
  },
145
157
  "getdicomseriesmetadata": {
@@ -154,7 +166,10 @@
154
166
  "dependentActions": []
155
167
  }
156
168
  ],
157
- "conditionKeys": [],
169
+ "conditionKeys": [
170
+ "medical-imaging:StudyInstanceUID",
171
+ "medical-imaging:SeriesInstanceUID"
172
+ ],
158
173
  "dependentActions": []
159
174
  },
160
175
  "getdatastore": {
@@ -312,7 +327,10 @@
312
327
  "dependentActions": []
313
328
  }
314
329
  ],
315
- "conditionKeys": [],
330
+ "conditionKeys": [
331
+ "medical-imaging:StudyInstanceUID",
332
+ "medical-imaging:SeriesInstanceUID"
333
+ ],
316
334
  "dependentActions": []
317
335
  },
318
336
  "searchdicomseries": {
@@ -327,7 +345,9 @@
327
345
  "dependentActions": []
328
346
  }
329
347
  ],
330
- "conditionKeys": [],
348
+ "conditionKeys": [
349
+ "medical-imaging:StudyInstanceUID"
350
+ ],
331
351
  "dependentActions": []
332
352
  },
333
353
  "searchdicomstudies": {
@@ -402,7 +422,9 @@
402
422
  "dependentActions": []
403
423
  }
404
424
  ],
405
- "conditionKeys": [],
425
+ "conditionKeys": [
426
+ "medical-imaging:StudyInstanceUID"
427
+ ],
406
428
  "dependentActions": []
407
429
  },
408
430
  "tagresource": {
@@ -29,6 +29,28 @@
29
29
  "conditionKeys": [],
30
30
  "dependentActions": []
31
31
  },
32
+ "allowvendedlogdeliveryforresource": {
33
+ "name": "AllowVendedLogDeliveryForResource",
34
+ "isPermissionOnly": true,
35
+ "description": "Grants permission to log delivery for resources",
36
+ "accessLevel": "Permissions management",
37
+ "resourceTypes": [
38
+ {
39
+ "name": "hub",
40
+ "required": false,
41
+ "conditionKeys": [],
42
+ "dependentActions": []
43
+ },
44
+ {
45
+ "name": "hubv2",
46
+ "required": false,
47
+ "conditionKeys": [],
48
+ "dependentActions": []
49
+ }
50
+ ],
51
+ "conditionKeys": [],
52
+ "dependentActions": []
53
+ },
32
54
  "batchdeleteautomationrules": {
33
55
  "name": "BatchDeleteAutomationRules",
34
56
  "description": "Grants permission to delete one or more automation rules in Security Hub",
@@ -1386,7 +1408,7 @@
1386
1408
  "accessLevel": "Write",
1387
1409
  "resourceTypes": [
1388
1410
  {
1389
- "name": "configuration-policy",
1411
+ "name": "hub",
1390
1412
  "required": false,
1391
1413
  "conditionKeys": [],
1392
1414
  "dependentActions": []
@@ -1401,7 +1423,7 @@
1401
1423
  "accessLevel": "Write",
1402
1424
  "resourceTypes": [
1403
1425
  {
1404
- "name": "configuration-policy",
1426
+ "name": "hub",
1405
1427
  "required": false,
1406
1428
  "conditionKeys": [],
1407
1429
  "dependentActions": []
@@ -13,5 +13,15 @@
13
13
  "key": "aws:TagKeys",
14
14
  "description": "Filters access by a list of tag keys that are allowed in the request",
15
15
  "type": "ArrayOfString"
16
+ },
17
+ "medical-imaging:seriesinstanceuid": {
18
+ "key": "medical-imaging:SeriesInstanceUID",
19
+ "description": "Filters access by the SeriesInstanceUID parameter in the request",
20
+ "type": "String"
21
+ },
22
+ "medical-imaging:studyinstanceuid": {
23
+ "key": "medical-imaging:StudyInstanceUID",
24
+ "description": "Filters access by the StudyInstanceUID parameter in the request",
25
+ "type": "String"
16
26
  }
17
27
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202603181",
3
+ "version": "0.18.202603191",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-03-18T05:14:30.217Z",
9
+ "updatedAt": "2026-03-19T05:12:43.792Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",