@aws-sdk/client-healthlake 3.590.0 → 3.596.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 +0 -13
- package/dist-types/commands/CreateFHIRDatastoreCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFHIRDatastoreCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFHIRDatastoreCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFHIRExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFHIRImportJobCommand.d.ts +2 -1
- package/dist-types/commands/ListFHIRDatastoresCommand.d.ts +2 -1
- package/dist-types/commands/ListFHIRExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListFHIRImportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartFHIRExportJobCommand.d.ts +2 -1
- package/dist-types/commands/StartFHIRImportJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/HealthLakeServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFHIRDatastoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFHIRDatastoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFHIRDatastoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFHIRExportJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFHIRImportJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFHIRDatastoresCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFHIRExportJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFHIRImportJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartFHIRExportJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartFHIRImportJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/HealthLakeServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -209,7 +209,6 @@ var HealthLakeClient = _HealthLakeClient;
|
|
|
209
209
|
|
|
210
210
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
211
211
|
|
|
212
|
-
var import_types = require("@smithy/types");
|
|
213
212
|
|
|
214
213
|
// src/protocols/Aws_json1_0.ts
|
|
215
214
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -952,7 +951,6 @@ var CreateFHIRDatastoreCommand = _CreateFHIRDatastoreCommand;
|
|
|
952
951
|
|
|
953
952
|
|
|
954
953
|
|
|
955
|
-
|
|
956
954
|
var _DeleteFHIRDatastoreCommand = class _DeleteFHIRDatastoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
957
955
|
...commonParams
|
|
958
956
|
}).m(function(Command, cs, config, o) {
|
|
@@ -969,7 +967,6 @@ var DeleteFHIRDatastoreCommand = _DeleteFHIRDatastoreCommand;
|
|
|
969
967
|
|
|
970
968
|
|
|
971
969
|
|
|
972
|
-
|
|
973
970
|
var _DescribeFHIRDatastoreCommand = class _DescribeFHIRDatastoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
974
971
|
...commonParams
|
|
975
972
|
}).m(function(Command, cs, config, o) {
|
|
@@ -986,7 +983,6 @@ var DescribeFHIRDatastoreCommand = _DescribeFHIRDatastoreCommand;
|
|
|
986
983
|
|
|
987
984
|
|
|
988
985
|
|
|
989
|
-
|
|
990
986
|
var _DescribeFHIRExportJobCommand = class _DescribeFHIRExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
991
987
|
...commonParams
|
|
992
988
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1003,7 +999,6 @@ var DescribeFHIRExportJobCommand = _DescribeFHIRExportJobCommand;
|
|
|
1003
999
|
|
|
1004
1000
|
|
|
1005
1001
|
|
|
1006
|
-
|
|
1007
1002
|
var _DescribeFHIRImportJobCommand = class _DescribeFHIRImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1008
1003
|
...commonParams
|
|
1009
1004
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1020,7 +1015,6 @@ var DescribeFHIRImportJobCommand = _DescribeFHIRImportJobCommand;
|
|
|
1020
1015
|
|
|
1021
1016
|
|
|
1022
1017
|
|
|
1023
|
-
|
|
1024
1018
|
var _ListFHIRDatastoresCommand = class _ListFHIRDatastoresCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1025
1019
|
...commonParams
|
|
1026
1020
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1037,7 +1031,6 @@ var ListFHIRDatastoresCommand = _ListFHIRDatastoresCommand;
|
|
|
1037
1031
|
|
|
1038
1032
|
|
|
1039
1033
|
|
|
1040
|
-
|
|
1041
1034
|
var _ListFHIRExportJobsCommand = class _ListFHIRExportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1042
1035
|
...commonParams
|
|
1043
1036
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1054,7 +1047,6 @@ var ListFHIRExportJobsCommand = _ListFHIRExportJobsCommand;
|
|
|
1054
1047
|
|
|
1055
1048
|
|
|
1056
1049
|
|
|
1057
|
-
|
|
1058
1050
|
var _ListFHIRImportJobsCommand = class _ListFHIRImportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1059
1051
|
...commonParams
|
|
1060
1052
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1071,7 +1063,6 @@ var ListFHIRImportJobsCommand = _ListFHIRImportJobsCommand;
|
|
|
1071
1063
|
|
|
1072
1064
|
|
|
1073
1065
|
|
|
1074
|
-
|
|
1075
1066
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1076
1067
|
...commonParams
|
|
1077
1068
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1088,7 +1079,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1088
1079
|
|
|
1089
1080
|
|
|
1090
1081
|
|
|
1091
|
-
|
|
1092
1082
|
var _StartFHIRExportJobCommand = class _StartFHIRExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1093
1083
|
...commonParams
|
|
1094
1084
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1105,7 +1095,6 @@ var StartFHIRExportJobCommand = _StartFHIRExportJobCommand;
|
|
|
1105
1095
|
|
|
1106
1096
|
|
|
1107
1097
|
|
|
1108
|
-
|
|
1109
1098
|
var _StartFHIRImportJobCommand = class _StartFHIRImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1110
1099
|
...commonParams
|
|
1111
1100
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1122,7 +1111,6 @@ var StartFHIRImportJobCommand = _StartFHIRImportJobCommand;
|
|
|
1122
1111
|
|
|
1123
1112
|
|
|
1124
1113
|
|
|
1125
|
-
|
|
1126
1114
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1127
1115
|
...commonParams
|
|
1128
1116
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1139,7 +1127,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1139
1127
|
|
|
1140
1128
|
|
|
1141
1129
|
|
|
1142
|
-
|
|
1143
1130
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1144
1131
|
...commonParams
|
|
1145
1132
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
export * from "./HealthLakeClient";
|
|
8
8
|
export * from "./HealthLake";
|
|
9
9
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
-
export { HealthLakeExtensionConfiguration } from "./extensionConfiguration";
|
|
10
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
+
export type { HealthLakeExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
13
|
export * from "./pagination";
|
|
14
14
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateFHIRDatastoreRequest,
|
|
10
10
|
CreateFHIRDatastoreResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateFHIRDatastoreCommandInput
|
|
14
15
|
extends CreateFHIRDatastoreRequest {}
|
|
15
16
|
export interface CreateFHIRDatastoreCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteFHIRDatastoreRequest,
|
|
10
10
|
DeleteFHIRDatastoreResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteFHIRDatastoreCommandInput
|
|
14
15
|
extends DeleteFHIRDatastoreRequest {}
|
|
15
16
|
export interface DeleteFHIRDatastoreCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeFHIRDatastoreRequest,
|
|
10
10
|
DescribeFHIRDatastoreResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeFHIRDatastoreCommandInput
|
|
14
15
|
extends DescribeFHIRDatastoreRequest {}
|
|
15
16
|
export interface DescribeFHIRDatastoreCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeFHIRExportJobRequest,
|
|
10
10
|
DescribeFHIRExportJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeFHIRExportJobCommandInput
|
|
14
15
|
extends DescribeFHIRExportJobRequest {}
|
|
15
16
|
export interface DescribeFHIRExportJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeFHIRImportJobRequest,
|
|
10
10
|
DescribeFHIRImportJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeFHIRImportJobCommandInput
|
|
14
15
|
extends DescribeFHIRImportJobRequest {}
|
|
15
16
|
export interface DescribeFHIRImportJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListFHIRDatastoresRequest,
|
|
10
10
|
ListFHIRDatastoresResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListFHIRDatastoresCommandInput
|
|
14
15
|
extends ListFHIRDatastoresRequest {}
|
|
15
16
|
export interface ListFHIRDatastoresCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListFHIRExportJobsRequest,
|
|
10
10
|
ListFHIRExportJobsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListFHIRExportJobsCommandInput
|
|
14
15
|
extends ListFHIRExportJobsRequest {}
|
|
15
16
|
export interface ListFHIRExportJobsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListFHIRImportJobsRequest,
|
|
10
10
|
ListFHIRImportJobsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListFHIRImportJobsCommandInput
|
|
14
15
|
extends ListFHIRImportJobsRequest {}
|
|
15
16
|
export interface ListFHIRImportJobsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartFHIRExportJobRequest,
|
|
10
10
|
StartFHIRExportJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartFHIRExportJobCommandInput
|
|
14
15
|
extends StartFHIRExportJobRequest {}
|
|
15
16
|
export interface StartFHIRExportJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartFHIRImportJobRequest,
|
|
10
10
|
StartFHIRImportJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartFHIRImportJobCommandInput
|
|
14
15
|
extends StartFHIRImportJobRequest {}
|
|
15
16
|
export interface StartFHIRImportJobCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../HealthLakeClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class HealthLakeServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.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,10 +20,10 @@
|
|
|
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-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|