@cloud-copilot/iam-data 0.9.202501241 → 0.9.202501281
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.
- package/data/actions/cloudtrail.json +8 -0
- package/data/actions/connect.json +19 -0
- package/data/actions/ec2.json +411 -7
- package/data/actions/healthlake.json +30 -0
- package/data/actions/quicksight.json +30 -0
- package/data/conditionKeys/datazone.json +15 -0
- package/data/resourceTypes/ec2.json +2 -1
- package/package.json +2 -2
|
@@ -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",
|
|
@@ -2142,18 +2142,48 @@
|
|
|
2142
2142
|
"description": "Grants permission to list tags of a QuickSight resource",
|
|
2143
2143
|
"accessLevel": "Read",
|
|
2144
2144
|
"resourceTypes": [
|
|
2145
|
+
{
|
|
2146
|
+
"name": "analysis",
|
|
2147
|
+
"required": false,
|
|
2148
|
+
"conditionKeys": [],
|
|
2149
|
+
"dependentActions": []
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "brand",
|
|
2153
|
+
"required": false,
|
|
2154
|
+
"conditionKeys": [],
|
|
2155
|
+
"dependentActions": []
|
|
2156
|
+
},
|
|
2145
2157
|
{
|
|
2146
2158
|
"name": "customization",
|
|
2147
2159
|
"required": false,
|
|
2148
2160
|
"conditionKeys": [],
|
|
2149
2161
|
"dependentActions": []
|
|
2150
2162
|
},
|
|
2163
|
+
{
|
|
2164
|
+
"name": "custompermissions",
|
|
2165
|
+
"required": false,
|
|
2166
|
+
"conditionKeys": [],
|
|
2167
|
+
"dependentActions": []
|
|
2168
|
+
},
|
|
2151
2169
|
{
|
|
2152
2170
|
"name": "dashboard",
|
|
2153
2171
|
"required": false,
|
|
2154
2172
|
"conditionKeys": [],
|
|
2155
2173
|
"dependentActions": []
|
|
2156
2174
|
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "dataset",
|
|
2177
|
+
"required": false,
|
|
2178
|
+
"conditionKeys": [],
|
|
2179
|
+
"dependentActions": []
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"name": "datasource",
|
|
2183
|
+
"required": false,
|
|
2184
|
+
"conditionKeys": [],
|
|
2185
|
+
"dependentActions": []
|
|
2186
|
+
},
|
|
2157
2187
|
{
|
|
2158
2188
|
"name": "folder",
|
|
2159
2189
|
"required": false,
|
|
@@ -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.202501281",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-01-
|
|
6
|
+
"updatedAt": "2025-01-28T04:43:21.900Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|