@aws-sdk/client-healthlake 3.649.0 → 3.651.1
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 +13 -39
- package/dist-es/commands/CreateFHIRDatastoreCommand.js +1 -3
- package/dist-es/commands/DeleteFHIRDatastoreCommand.js +1 -3
- package/dist-es/commands/DescribeFHIRDatastoreCommand.js +1 -3
- package/dist-es/commands/DescribeFHIRExportJobCommand.js +1 -3
- package/dist-es/commands/DescribeFHIRImportJobCommand.js +1 -3
- package/dist-es/commands/ListFHIRDatastoresCommand.js +1 -3
- package/dist-es/commands/ListFHIRExportJobsCommand.js +1 -3
- package/dist-es/commands/ListFHIRImportJobsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/StartFHIRExportJobCommand.js +1 -3
- package/dist-es/commands/StartFHIRImportJobCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -929,9 +929,7 @@ function sharedHeaders(operation) {
|
|
|
929
929
|
__name(sharedHeaders, "sharedHeaders");
|
|
930
930
|
|
|
931
931
|
// src/commands/CreateFHIRDatastoreCommand.ts
|
|
932
|
-
var _CreateFHIRDatastoreCommand = class _CreateFHIRDatastoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
933
|
-
...commonParams
|
|
934
|
-
}).m(function(Command, cs, config, o) {
|
|
932
|
+
var _CreateFHIRDatastoreCommand = class _CreateFHIRDatastoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
935
933
|
return [
|
|
936
934
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
937
935
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -945,9 +943,7 @@ var CreateFHIRDatastoreCommand = _CreateFHIRDatastoreCommand;
|
|
|
945
943
|
|
|
946
944
|
|
|
947
945
|
|
|
948
|
-
var _DeleteFHIRDatastoreCommand = class _DeleteFHIRDatastoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
949
|
-
...commonParams
|
|
950
|
-
}).m(function(Command, cs, config, o) {
|
|
946
|
+
var _DeleteFHIRDatastoreCommand = class _DeleteFHIRDatastoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
951
947
|
return [
|
|
952
948
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
953
949
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -961,9 +957,7 @@ var DeleteFHIRDatastoreCommand = _DeleteFHIRDatastoreCommand;
|
|
|
961
957
|
|
|
962
958
|
|
|
963
959
|
|
|
964
|
-
var _DescribeFHIRDatastoreCommand = class _DescribeFHIRDatastoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
965
|
-
...commonParams
|
|
966
|
-
}).m(function(Command, cs, config, o) {
|
|
960
|
+
var _DescribeFHIRDatastoreCommand = class _DescribeFHIRDatastoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
967
961
|
return [
|
|
968
962
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
969
963
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -977,9 +971,7 @@ var DescribeFHIRDatastoreCommand = _DescribeFHIRDatastoreCommand;
|
|
|
977
971
|
|
|
978
972
|
|
|
979
973
|
|
|
980
|
-
var _DescribeFHIRExportJobCommand = class _DescribeFHIRExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
981
|
-
...commonParams
|
|
982
|
-
}).m(function(Command, cs, config, o) {
|
|
974
|
+
var _DescribeFHIRExportJobCommand = class _DescribeFHIRExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
983
975
|
return [
|
|
984
976
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
985
977
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -993,9 +985,7 @@ var DescribeFHIRExportJobCommand = _DescribeFHIRExportJobCommand;
|
|
|
993
985
|
|
|
994
986
|
|
|
995
987
|
|
|
996
|
-
var _DescribeFHIRImportJobCommand = class _DescribeFHIRImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
997
|
-
...commonParams
|
|
998
|
-
}).m(function(Command, cs, config, o) {
|
|
988
|
+
var _DescribeFHIRImportJobCommand = class _DescribeFHIRImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
999
989
|
return [
|
|
1000
990
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1001
991
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1009,9 +999,7 @@ var DescribeFHIRImportJobCommand = _DescribeFHIRImportJobCommand;
|
|
|
1009
999
|
|
|
1010
1000
|
|
|
1011
1001
|
|
|
1012
|
-
var _ListFHIRDatastoresCommand = class _ListFHIRDatastoresCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1013
|
-
...commonParams
|
|
1014
|
-
}).m(function(Command, cs, config, o) {
|
|
1002
|
+
var _ListFHIRDatastoresCommand = class _ListFHIRDatastoresCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1015
1003
|
return [
|
|
1016
1004
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1017
1005
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1025,9 +1013,7 @@ var ListFHIRDatastoresCommand = _ListFHIRDatastoresCommand;
|
|
|
1025
1013
|
|
|
1026
1014
|
|
|
1027
1015
|
|
|
1028
|
-
var _ListFHIRExportJobsCommand = class _ListFHIRExportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1029
|
-
...commonParams
|
|
1030
|
-
}).m(function(Command, cs, config, o) {
|
|
1016
|
+
var _ListFHIRExportJobsCommand = class _ListFHIRExportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1031
1017
|
return [
|
|
1032
1018
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1033
1019
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1041,9 +1027,7 @@ var ListFHIRExportJobsCommand = _ListFHIRExportJobsCommand;
|
|
|
1041
1027
|
|
|
1042
1028
|
|
|
1043
1029
|
|
|
1044
|
-
var _ListFHIRImportJobsCommand = class _ListFHIRImportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1045
|
-
...commonParams
|
|
1046
|
-
}).m(function(Command, cs, config, o) {
|
|
1030
|
+
var _ListFHIRImportJobsCommand = class _ListFHIRImportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1047
1031
|
return [
|
|
1048
1032
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1049
1033
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1057,9 +1041,7 @@ var ListFHIRImportJobsCommand = _ListFHIRImportJobsCommand;
|
|
|
1057
1041
|
|
|
1058
1042
|
|
|
1059
1043
|
|
|
1060
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1061
|
-
...commonParams
|
|
1062
|
-
}).m(function(Command, cs, config, o) {
|
|
1044
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1063
1045
|
return [
|
|
1064
1046
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1065
1047
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1073,9 +1055,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1073
1055
|
|
|
1074
1056
|
|
|
1075
1057
|
|
|
1076
|
-
var _StartFHIRExportJobCommand = class _StartFHIRExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1077
|
-
...commonParams
|
|
1078
|
-
}).m(function(Command, cs, config, o) {
|
|
1058
|
+
var _StartFHIRExportJobCommand = class _StartFHIRExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1079
1059
|
return [
|
|
1080
1060
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1081
1061
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1089,9 +1069,7 @@ var StartFHIRExportJobCommand = _StartFHIRExportJobCommand;
|
|
|
1089
1069
|
|
|
1090
1070
|
|
|
1091
1071
|
|
|
1092
|
-
var _StartFHIRImportJobCommand = class _StartFHIRImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1093
|
-
...commonParams
|
|
1094
|
-
}).m(function(Command, cs, config, o) {
|
|
1072
|
+
var _StartFHIRImportJobCommand = class _StartFHIRImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1095
1073
|
return [
|
|
1096
1074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1097
1075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1105,9 +1083,7 @@ var StartFHIRImportJobCommand = _StartFHIRImportJobCommand;
|
|
|
1105
1083
|
|
|
1106
1084
|
|
|
1107
1085
|
|
|
1108
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1109
|
-
...commonParams
|
|
1110
|
-
}).m(function(Command, cs, config, o) {
|
|
1086
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1111
1087
|
return [
|
|
1112
1088
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1113
1089
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1121,9 +1097,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1121
1097
|
|
|
1122
1098
|
|
|
1123
1099
|
|
|
1124
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1125
|
-
...commonParams
|
|
1126
|
-
}).m(function(Command, cs, config, o) {
|
|
1100
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1127
1101
|
return [
|
|
1128
1102
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1129
1103
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateFHIRDatastoreCommand, se_CreateFHIRDatastoreCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFHIRDatastoreCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFHIRDatastoreCommand, se_DeleteFHIRDatastoreCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFHIRDatastoreCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeFHIRDatastoreCommand, se_DescribeFHIRDatastoreCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeFHIRDatastoreCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeFHIRExportJobCommand, se_DescribeFHIRExportJobCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeFHIRExportJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeFHIRImportJobCommand, se_DescribeFHIRImportJobCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeFHIRImportJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFHIRDatastoresCommand, se_ListFHIRDatastoresCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFHIRDatastoresCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFHIRExportJobsCommand, se_ListFHIRExportJobsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFHIRExportJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFHIRImportJobsCommand, se_ListFHIRImportJobsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFHIRImportJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartFHIRExportJobCommand, se_StartFHIRExportJobCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartFHIRExportJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartFHIRImportJobCommand, se_StartFHIRImportJobCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartFHIRImportJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.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.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|