@aws-sdk/client-healthlake 3.496.0 → 3.501.0
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/dist-cjs/index.js +20 -19
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1481,39 +1481,40 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1481
1481
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1482
1482
|
|
|
1483
1483
|
0 && (module.exports = {
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1484
|
+
HealthLakeServiceException,
|
|
1485
|
+
__Client,
|
|
1486
|
+
HealthLakeClient,
|
|
1487
|
+
HealthLake,
|
|
1488
|
+
$Command,
|
|
1488
1489
|
CreateFHIRDatastoreCommand,
|
|
1489
|
-
DatastoreStatus,
|
|
1490
1490
|
DeleteFHIRDatastoreCommand,
|
|
1491
1491
|
DescribeFHIRDatastoreCommand,
|
|
1492
1492
|
DescribeFHIRExportJobCommand,
|
|
1493
1493
|
DescribeFHIRImportJobCommand,
|
|
1494
|
-
FHIRVersion,
|
|
1495
|
-
HealthLake,
|
|
1496
|
-
HealthLakeClient,
|
|
1497
|
-
HealthLakeServiceException,
|
|
1498
|
-
InputDataConfig,
|
|
1499
|
-
InternalServerException,
|
|
1500
|
-
JobStatus,
|
|
1501
1494
|
ListFHIRDatastoresCommand,
|
|
1502
1495
|
ListFHIRExportJobsCommand,
|
|
1503
1496
|
ListFHIRImportJobsCommand,
|
|
1504
1497
|
ListTagsForResourceCommand,
|
|
1505
|
-
OutputDataConfig,
|
|
1506
|
-
PreloadDataType,
|
|
1507
|
-
ResourceNotFoundException,
|
|
1508
1498
|
StartFHIRExportJobCommand,
|
|
1509
1499
|
StartFHIRImportJobCommand,
|
|
1510
1500
|
TagResourceCommand,
|
|
1511
|
-
ThrottlingException,
|
|
1512
1501
|
UntagResourceCommand,
|
|
1513
|
-
ValidationException,
|
|
1514
|
-
__Client,
|
|
1515
1502
|
paginateListFHIRDatastores,
|
|
1516
1503
|
paginateListFHIRExportJobs,
|
|
1517
|
-
paginateListFHIRImportJobs
|
|
1504
|
+
paginateListFHIRImportJobs,
|
|
1505
|
+
AccessDeniedException,
|
|
1506
|
+
AuthorizationStrategy,
|
|
1507
|
+
CmkType,
|
|
1508
|
+
ConflictException,
|
|
1509
|
+
FHIRVersion,
|
|
1510
|
+
PreloadDataType,
|
|
1511
|
+
DatastoreStatus,
|
|
1512
|
+
InternalServerException,
|
|
1513
|
+
ThrottlingException,
|
|
1514
|
+
ValidationException,
|
|
1515
|
+
ResourceNotFoundException,
|
|
1516
|
+
JobStatus,
|
|
1517
|
+
OutputDataConfig,
|
|
1518
|
+
InputDataConfig
|
|
1518
1519
|
});
|
|
1519
1520
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-healthlake",
|
|
3
3
|
"description": "AWS SDK for JavaScript Healthlake Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-healthlake",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|