@cloud-copilot/iam-data 0.9.202501241 → 0.9.202501251
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.
|
@@ -145,6 +145,21 @@
|
|
|
145
145
|
"conditionKeys": [],
|
|
146
146
|
"dependentActions": []
|
|
147
147
|
},
|
|
148
|
+
"getexportedfile": {
|
|
149
|
+
"name": "GetExportedFile",
|
|
150
|
+
"description": "Grants permission to access exported files from a FHIR Export job initiated with Get",
|
|
151
|
+
"accessLevel": "Read",
|
|
152
|
+
"resourceTypes": [
|
|
153
|
+
{
|
|
154
|
+
"name": "datastore",
|
|
155
|
+
"required": true,
|
|
156
|
+
"conditionKeys": [],
|
|
157
|
+
"dependentActions": []
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"conditionKeys": [],
|
|
161
|
+
"dependentActions": []
|
|
162
|
+
},
|
|
148
163
|
"listfhirdatastores": {
|
|
149
164
|
"name": "ListFHIRDatastores",
|
|
150
165
|
"description": "Grants permission to list all FHIR datastores that are in the user's account, regardless of datastore status",
|
|
@@ -273,6 +288,21 @@
|
|
|
273
288
|
"conditionKeys": [],
|
|
274
289
|
"dependentActions": []
|
|
275
290
|
},
|
|
291
|
+
"startfhirexportjobwithget": {
|
|
292
|
+
"name": "StartFHIRExportJobWithGet",
|
|
293
|
+
"description": "Grants permission to begin a FHIR Export job with Get",
|
|
294
|
+
"accessLevel": "Write",
|
|
295
|
+
"resourceTypes": [
|
|
296
|
+
{
|
|
297
|
+
"name": "datastore",
|
|
298
|
+
"required": true,
|
|
299
|
+
"conditionKeys": [],
|
|
300
|
+
"dependentActions": []
|
|
301
|
+
}
|
|
302
|
+
],
|
|
303
|
+
"conditionKeys": [],
|
|
304
|
+
"dependentActions": []
|
|
305
|
+
},
|
|
276
306
|
"startfhirexportjobwithpost": {
|
|
277
307
|
"name": "StartFHIRExportJobWithPost",
|
|
278
308
|
"description": "Grants permission to begin a FHIR Export job with Post",
|
|
@@ -13,5 +13,20 @@
|
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"datazone:domainid": {
|
|
18
|
+
"key": "datazone:domainId",
|
|
19
|
+
"description": "Filters access by the domain ID passed in the request",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
22
|
+
"datazone:projectid": {
|
|
23
|
+
"key": "datazone:projectId",
|
|
24
|
+
"description": "Filters access by the project ID passed in the request",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
27
|
+
"datazone:userid": {
|
|
28
|
+
"key": "datazone:userId",
|
|
29
|
+
"description": "Filters access by the user ID passed in the request",
|
|
30
|
+
"type": "String"
|
|
16
31
|
}
|
|
17
32
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202501251",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-01-
|
|
6
|
+
"updatedAt": "2025-01-25T04:44:09.015Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|