aws-iam-data 0.0.594 → 0.0.595
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.
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2026-06-12",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS HealthLake": [
|
|
8
|
+
"healthlake:UpdateFHIRDatastore"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"removedActions": {}
|
|
12
|
+
},
|
|
2
13
|
{
|
|
3
14
|
"dateOfChange": "2026-06-11",
|
|
4
15
|
"addedServices": [
|
package/dist/data/json/iam.json
CHANGED
|
@@ -225516,6 +225516,21 @@
|
|
|
225516
225516
|
}
|
|
225517
225517
|
]
|
|
225518
225518
|
},
|
|
225519
|
+
{
|
|
225520
|
+
"name": "UpdateFHIRDatastore",
|
|
225521
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/healthlake/latest/APIReference/API_UpdateFHIRDatastore.html",
|
|
225522
|
+
"permissionOnly": false,
|
|
225523
|
+
"description": "Grants permission to update the configuration of a datastore",
|
|
225524
|
+
"accessLevel": "Write",
|
|
225525
|
+
"resourceTypes": [
|
|
225526
|
+
{
|
|
225527
|
+
"resourceType": "datastore",
|
|
225528
|
+
"required": true,
|
|
225529
|
+
"conditionKeys": [],
|
|
225530
|
+
"dependentActions": []
|
|
225531
|
+
}
|
|
225532
|
+
]
|
|
225533
|
+
},
|
|
225519
225534
|
{
|
|
225520
225535
|
"name": "UpdateResource",
|
|
225521
225536
|
"apiReferenceUrl": "https://docs.aws.amazon.com/healthlake/latest/devguide/crud-healthlake.html",
|
|
@@ -15217,7 +15217,7 @@
|
|
|
15217
15217
|
"name": "AWS HealthLake",
|
|
15218
15218
|
"servicePrefix": "healthlake",
|
|
15219
15219
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthlake.html",
|
|
15220
|
-
"actionsCount":
|
|
15220
|
+
"actionsCount": 50,
|
|
15221
15221
|
"actions": [
|
|
15222
15222
|
"CancelFHIRExportJobWithDelete",
|
|
15223
15223
|
"ConfirmAttributionList",
|
|
@@ -15265,6 +15265,7 @@
|
|
|
15265
15265
|
"SubmitPreAuthClaim",
|
|
15266
15266
|
"TagResource",
|
|
15267
15267
|
"UntagResource",
|
|
15268
|
+
"UpdateFHIRDatastore",
|
|
15268
15269
|
"UpdateResource",
|
|
15269
15270
|
"ValidateResource",
|
|
15270
15271
|
"VersionReadResource"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.595",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|