@cloud-copilot/iam-data 0.9.202501231 → 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",
@@ -129,7 +129,7 @@
129
129
  },
130
130
  "deleteaccountpolicy": {
131
131
  "name": "DeleteAccountPolicy",
132
- "description": "Grants permission to delete a data protection policy attached to an account",
132
+ "description": "Grants permission to delete an account policy",
133
133
  "accessLevel": "Write",
134
134
  "resourceTypes": [],
135
135
  "conditionKeys": [],
@@ -373,7 +373,7 @@
373
373
  },
374
374
  "describeaccountpolicies": {
375
375
  "name": "DescribeAccountPolicies",
376
- "description": "Grants permission to retrieve a data protection policy attached to an account",
376
+ "description": "Grants permission to retrieve account policies",
377
377
  "accessLevel": "List",
378
378
  "resourceTypes": [],
379
379
  "conditionKeys": [],
@@ -876,7 +876,7 @@
876
876
  },
877
877
  "putaccountpolicy": {
878
878
  "name": "PutAccountPolicy",
879
- "description": "Grants permission to attach a data protection policy at account level to detect and redact sensitive information from log events",
879
+ "description": "Grants permission to attach an account policy",
880
880
  "accessLevel": "Write",
881
881
  "resourceTypes": [],
882
882
  "conditionKeys": [],
@@ -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
  }
@@ -862,7 +862,8 @@
862
862
  "aws:TagKeys",
863
863
  "ec2:Attribute",
864
864
  "ec2:Attribute/${AttributeName}",
865
- "ec2:Region"
865
+ "ec2:Region",
866
+ "ec2:ResourceTag/${TagKey}"
866
867
  ]
867
868
  },
868
869
  "traffic-mirror-session": {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202501231",
3
+ "version": "0.9.202501251",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-01-23T04:44:15.864Z",
6
+ "updatedAt": "2025-01-25T04:44:09.015Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",