@aws-sdk/client-healthlake 3.1076.0 → 3.1078.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 +25 -145
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateFHIRDatastoreCommand.js +2 -14
- package/dist-es/commands/DeleteFHIRDatastoreCommand.js +2 -14
- package/dist-es/commands/DescribeFHIRDatastoreCommand.js +2 -14
- package/dist-es/commands/DescribeFHIRExportJobCommand.js +2 -14
- package/dist-es/commands/DescribeFHIRImportJobCommand.js +2 -14
- package/dist-es/commands/ListFHIRDatastoresCommand.js +2 -14
- package/dist-es/commands/ListFHIRExportJobsCommand.js +2 -14
- package/dist-es/commands/ListFHIRImportJobsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartFHIRExportJobCommand.js +2 -14
- package/dist-es/commands/StartFHIRImportJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateFHIRDatastoreCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateFHIRDatastoreCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFHIRDatastoreCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFHIRDatastoreCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFHIRExportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFHIRImportJobCommand.d.ts +3 -8
- package/dist-types/commands/ListFHIRDatastoresCommand.d.ts +3 -8
- package/dist-types/commands/ListFHIRExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListFHIRImportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartFHIRExportJobCommand.d.ts +3 -8
- package/dist-types/commands/StartFHIRImportJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFHIRDatastoreCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateFHIRDatastoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFHIRDatastoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFHIRDatastoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFHIRExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFHIRImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFHIRDatastoresCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFHIRExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFHIRImportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFHIRExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFHIRImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFHIRDatastoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultHealthLakeHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -694,6 +696,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
694
696
|
serviceTarget: "HealthLake",
|
|
695
697
|
},
|
|
696
698
|
serviceId: config?.serviceId ?? "HealthLake",
|
|
699
|
+
sha256: config?.sha256 ?? Sha256,
|
|
697
700
|
urlParser: config?.urlParser ?? parseUrl,
|
|
698
701
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
699
702
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -727,7 +730,6 @@ const getRuntimeConfig = (config) => {
|
|
|
727
730
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
728
731
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
729
732
|
}, config),
|
|
730
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
731
733
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
732
734
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
733
735
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -815,172 +817,50 @@ class HealthLakeClient extends Client {
|
|
|
815
817
|
}
|
|
816
818
|
}
|
|
817
819
|
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
})
|
|
824
|
-
.s("HealthLake", "CreateFHIRDatastore", {})
|
|
825
|
-
.n("HealthLakeClient", "CreateFHIRDatastoreCommand")
|
|
826
|
-
.sc(CreateFHIRDatastore$)
|
|
827
|
-
.build() {
|
|
820
|
+
const command = makeBuilder(commonParams, "HealthLake", "HealthLakeClient", getEndpointPlugin);
|
|
821
|
+
const _ep0 = {};
|
|
822
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
823
|
+
|
|
824
|
+
class CreateFHIRDatastoreCommand extends command(_ep0, _mw0, "CreateFHIRDatastore", CreateFHIRDatastore$) {
|
|
828
825
|
}
|
|
829
826
|
|
|
830
|
-
class DeleteFHIRDatastoreCommand extends
|
|
831
|
-
.classBuilder()
|
|
832
|
-
.ep(commonParams)
|
|
833
|
-
.m(function (Command, cs, config, o) {
|
|
834
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
835
|
-
})
|
|
836
|
-
.s("HealthLake", "DeleteFHIRDatastore", {})
|
|
837
|
-
.n("HealthLakeClient", "DeleteFHIRDatastoreCommand")
|
|
838
|
-
.sc(DeleteFHIRDatastore$)
|
|
839
|
-
.build() {
|
|
827
|
+
class DeleteFHIRDatastoreCommand extends command(_ep0, _mw0, "DeleteFHIRDatastore", DeleteFHIRDatastore$) {
|
|
840
828
|
}
|
|
841
829
|
|
|
842
|
-
class DescribeFHIRDatastoreCommand extends
|
|
843
|
-
.classBuilder()
|
|
844
|
-
.ep(commonParams)
|
|
845
|
-
.m(function (Command, cs, config, o) {
|
|
846
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
847
|
-
})
|
|
848
|
-
.s("HealthLake", "DescribeFHIRDatastore", {})
|
|
849
|
-
.n("HealthLakeClient", "DescribeFHIRDatastoreCommand")
|
|
850
|
-
.sc(DescribeFHIRDatastore$)
|
|
851
|
-
.build() {
|
|
830
|
+
class DescribeFHIRDatastoreCommand extends command(_ep0, _mw0, "DescribeFHIRDatastore", DescribeFHIRDatastore$) {
|
|
852
831
|
}
|
|
853
832
|
|
|
854
|
-
class DescribeFHIRExportJobCommand extends
|
|
855
|
-
.classBuilder()
|
|
856
|
-
.ep(commonParams)
|
|
857
|
-
.m(function (Command, cs, config, o) {
|
|
858
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
859
|
-
})
|
|
860
|
-
.s("HealthLake", "DescribeFHIRExportJob", {})
|
|
861
|
-
.n("HealthLakeClient", "DescribeFHIRExportJobCommand")
|
|
862
|
-
.sc(DescribeFHIRExportJob$)
|
|
863
|
-
.build() {
|
|
833
|
+
class DescribeFHIRExportJobCommand extends command(_ep0, _mw0, "DescribeFHIRExportJob", DescribeFHIRExportJob$) {
|
|
864
834
|
}
|
|
865
835
|
|
|
866
|
-
class DescribeFHIRImportJobCommand extends
|
|
867
|
-
.classBuilder()
|
|
868
|
-
.ep(commonParams)
|
|
869
|
-
.m(function (Command, cs, config, o) {
|
|
870
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
871
|
-
})
|
|
872
|
-
.s("HealthLake", "DescribeFHIRImportJob", {})
|
|
873
|
-
.n("HealthLakeClient", "DescribeFHIRImportJobCommand")
|
|
874
|
-
.sc(DescribeFHIRImportJob$)
|
|
875
|
-
.build() {
|
|
836
|
+
class DescribeFHIRImportJobCommand extends command(_ep0, _mw0, "DescribeFHIRImportJob", DescribeFHIRImportJob$) {
|
|
876
837
|
}
|
|
877
838
|
|
|
878
|
-
class ListFHIRDatastoresCommand extends
|
|
879
|
-
.classBuilder()
|
|
880
|
-
.ep(commonParams)
|
|
881
|
-
.m(function (Command, cs, config, o) {
|
|
882
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
883
|
-
})
|
|
884
|
-
.s("HealthLake", "ListFHIRDatastores", {})
|
|
885
|
-
.n("HealthLakeClient", "ListFHIRDatastoresCommand")
|
|
886
|
-
.sc(ListFHIRDatastores$)
|
|
887
|
-
.build() {
|
|
839
|
+
class ListFHIRDatastoresCommand extends command(_ep0, _mw0, "ListFHIRDatastores", ListFHIRDatastores$) {
|
|
888
840
|
}
|
|
889
841
|
|
|
890
|
-
class ListFHIRExportJobsCommand extends
|
|
891
|
-
.classBuilder()
|
|
892
|
-
.ep(commonParams)
|
|
893
|
-
.m(function (Command, cs, config, o) {
|
|
894
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
895
|
-
})
|
|
896
|
-
.s("HealthLake", "ListFHIRExportJobs", {})
|
|
897
|
-
.n("HealthLakeClient", "ListFHIRExportJobsCommand")
|
|
898
|
-
.sc(ListFHIRExportJobs$)
|
|
899
|
-
.build() {
|
|
842
|
+
class ListFHIRExportJobsCommand extends command(_ep0, _mw0, "ListFHIRExportJobs", ListFHIRExportJobs$) {
|
|
900
843
|
}
|
|
901
844
|
|
|
902
|
-
class ListFHIRImportJobsCommand extends
|
|
903
|
-
.classBuilder()
|
|
904
|
-
.ep(commonParams)
|
|
905
|
-
.m(function (Command, cs, config, o) {
|
|
906
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
907
|
-
})
|
|
908
|
-
.s("HealthLake", "ListFHIRImportJobs", {})
|
|
909
|
-
.n("HealthLakeClient", "ListFHIRImportJobsCommand")
|
|
910
|
-
.sc(ListFHIRImportJobs$)
|
|
911
|
-
.build() {
|
|
845
|
+
class ListFHIRImportJobsCommand extends command(_ep0, _mw0, "ListFHIRImportJobs", ListFHIRImportJobs$) {
|
|
912
846
|
}
|
|
913
847
|
|
|
914
|
-
class ListTagsForResourceCommand extends
|
|
915
|
-
.classBuilder()
|
|
916
|
-
.ep(commonParams)
|
|
917
|
-
.m(function (Command, cs, config, o) {
|
|
918
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
919
|
-
})
|
|
920
|
-
.s("HealthLake", "ListTagsForResource", {})
|
|
921
|
-
.n("HealthLakeClient", "ListTagsForResourceCommand")
|
|
922
|
-
.sc(ListTagsForResource$)
|
|
923
|
-
.build() {
|
|
848
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
924
849
|
}
|
|
925
850
|
|
|
926
|
-
class StartFHIRExportJobCommand extends
|
|
927
|
-
.classBuilder()
|
|
928
|
-
.ep(commonParams)
|
|
929
|
-
.m(function (Command, cs, config, o) {
|
|
930
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
931
|
-
})
|
|
932
|
-
.s("HealthLake", "StartFHIRExportJob", {})
|
|
933
|
-
.n("HealthLakeClient", "StartFHIRExportJobCommand")
|
|
934
|
-
.sc(StartFHIRExportJob$)
|
|
935
|
-
.build() {
|
|
851
|
+
class StartFHIRExportJobCommand extends command(_ep0, _mw0, "StartFHIRExportJob", StartFHIRExportJob$) {
|
|
936
852
|
}
|
|
937
853
|
|
|
938
|
-
class StartFHIRImportJobCommand extends
|
|
939
|
-
.classBuilder()
|
|
940
|
-
.ep(commonParams)
|
|
941
|
-
.m(function (Command, cs, config, o) {
|
|
942
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
943
|
-
})
|
|
944
|
-
.s("HealthLake", "StartFHIRImportJob", {})
|
|
945
|
-
.n("HealthLakeClient", "StartFHIRImportJobCommand")
|
|
946
|
-
.sc(StartFHIRImportJob$)
|
|
947
|
-
.build() {
|
|
854
|
+
class StartFHIRImportJobCommand extends command(_ep0, _mw0, "StartFHIRImportJob", StartFHIRImportJob$) {
|
|
948
855
|
}
|
|
949
856
|
|
|
950
|
-
class TagResourceCommand extends
|
|
951
|
-
.classBuilder()
|
|
952
|
-
.ep(commonParams)
|
|
953
|
-
.m(function (Command, cs, config, o) {
|
|
954
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
955
|
-
})
|
|
956
|
-
.s("HealthLake", "TagResource", {})
|
|
957
|
-
.n("HealthLakeClient", "TagResourceCommand")
|
|
958
|
-
.sc(TagResource$)
|
|
959
|
-
.build() {
|
|
857
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
960
858
|
}
|
|
961
859
|
|
|
962
|
-
class UntagResourceCommand extends
|
|
963
|
-
.classBuilder()
|
|
964
|
-
.ep(commonParams)
|
|
965
|
-
.m(function (Command, cs, config, o) {
|
|
966
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
967
|
-
})
|
|
968
|
-
.s("HealthLake", "UntagResource", {})
|
|
969
|
-
.n("HealthLakeClient", "UntagResourceCommand")
|
|
970
|
-
.sc(UntagResource$)
|
|
971
|
-
.build() {
|
|
860
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
972
861
|
}
|
|
973
862
|
|
|
974
|
-
class UpdateFHIRDatastoreCommand extends
|
|
975
|
-
.classBuilder()
|
|
976
|
-
.ep(commonParams)
|
|
977
|
-
.m(function (Command, cs, config, o) {
|
|
978
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
979
|
-
})
|
|
980
|
-
.s("HealthLake", "UpdateFHIRDatastore", {})
|
|
981
|
-
.n("HealthLakeClient", "UpdateFHIRDatastoreCommand")
|
|
982
|
-
.sc(UpdateFHIRDatastore$)
|
|
983
|
-
.build() {
|
|
863
|
+
class UpdateFHIRDatastoreCommand extends command(_ep0, _mw0, "UpdateFHIRDatastore", UpdateFHIRDatastore$) {
|
|
984
864
|
}
|
|
985
865
|
|
|
986
866
|
const paginateListFHIRDatastores = createPaginator(HealthLakeClient, ListFHIRDatastoresCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "HealthLake", "HealthLakeClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateFHIRDatastore$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFHIRDatastoreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "CreateFHIRDatastore", {})
|
|
13
|
-
.n("HealthLakeClient", "CreateFHIRDatastoreCommand")
|
|
14
|
-
.sc(CreateFHIRDatastore$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFHIRDatastoreCommand extends command(_ep0, _mw0, "CreateFHIRDatastore", CreateFHIRDatastore$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteFHIRDatastore$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFHIRDatastoreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "DeleteFHIRDatastore", {})
|
|
13
|
-
.n("HealthLakeClient", "DeleteFHIRDatastoreCommand")
|
|
14
|
-
.sc(DeleteFHIRDatastore$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFHIRDatastoreCommand extends command(_ep0, _mw0, "DeleteFHIRDatastore", DeleteFHIRDatastore$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeFHIRDatastore$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFHIRDatastoreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "DescribeFHIRDatastore", {})
|
|
13
|
-
.n("HealthLakeClient", "DescribeFHIRDatastoreCommand")
|
|
14
|
-
.sc(DescribeFHIRDatastore$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFHIRDatastoreCommand extends command(_ep0, _mw0, "DescribeFHIRDatastore", DescribeFHIRDatastore$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeFHIRExportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFHIRExportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "DescribeFHIRExportJob", {})
|
|
13
|
-
.n("HealthLakeClient", "DescribeFHIRExportJobCommand")
|
|
14
|
-
.sc(DescribeFHIRExportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFHIRExportJobCommand extends command(_ep0, _mw0, "DescribeFHIRExportJob", DescribeFHIRExportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeFHIRImportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFHIRImportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "DescribeFHIRImportJob", {})
|
|
13
|
-
.n("HealthLakeClient", "DescribeFHIRImportJobCommand")
|
|
14
|
-
.sc(DescribeFHIRImportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFHIRImportJobCommand extends command(_ep0, _mw0, "DescribeFHIRImportJob", DescribeFHIRImportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListFHIRDatastores$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFHIRDatastoresCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "ListFHIRDatastores", {})
|
|
13
|
-
.n("HealthLakeClient", "ListFHIRDatastoresCommand")
|
|
14
|
-
.sc(ListFHIRDatastores$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFHIRDatastoresCommand extends command(_ep0, _mw0, "ListFHIRDatastores", ListFHIRDatastores$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListFHIRExportJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFHIRExportJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "ListFHIRExportJobs", {})
|
|
13
|
-
.n("HealthLakeClient", "ListFHIRExportJobsCommand")
|
|
14
|
-
.sc(ListFHIRExportJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFHIRExportJobsCommand extends command(_ep0, _mw0, "ListFHIRExportJobs", ListFHIRExportJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListFHIRImportJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFHIRImportJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "ListFHIRImportJobs", {})
|
|
13
|
-
.n("HealthLakeClient", "ListFHIRImportJobsCommand")
|
|
14
|
-
.sc(ListFHIRImportJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFHIRImportJobsCommand extends command(_ep0, _mw0, "ListFHIRImportJobs", ListFHIRImportJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "ListTagsForResource", {})
|
|
13
|
-
.n("HealthLakeClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartFHIRExportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartFHIRExportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "StartFHIRExportJob", {})
|
|
13
|
-
.n("HealthLakeClient", "StartFHIRExportJobCommand")
|
|
14
|
-
.sc(StartFHIRExportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartFHIRExportJobCommand extends command(_ep0, _mw0, "StartFHIRExportJob", StartFHIRExportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartFHIRImportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartFHIRImportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "StartFHIRImportJob", {})
|
|
13
|
-
.n("HealthLakeClient", "StartFHIRImportJobCommand")
|
|
14
|
-
.sc(StartFHIRImportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartFHIRImportJobCommand extends command(_ep0, _mw0, "StartFHIRImportJob", StartFHIRImportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "TagResource", {})
|
|
13
|
-
.n("HealthLakeClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "UntagResource", {})
|
|
13
|
-
.n("HealthLakeClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateFHIRDatastore$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateFHIRDatastoreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("HealthLake", "UpdateFHIRDatastore", {})
|
|
13
|
-
.n("HealthLakeClient", "UpdateFHIRDatastoreCommand")
|
|
14
|
-
.sc(UpdateFHIRDatastore$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateFHIRDatastoreCommand extends command(_ep0, _mw0, "UpdateFHIRDatastore", UpdateFHIRDatastore$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "HealthLake",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "HealthLake",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./HealthLakeClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
2
|
import type { CreateFHIRDatastoreRequest, CreateFHIRDatastoreResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateFHIRDatastoreCommandInput extends CreateFHIRDatastoreRequ
|
|
|
22
19
|
export interface CreateFHIRDatastoreCommandOutput extends CreateFHIRDatastoreResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFHIRDatastoreCommand_base: {
|
|
25
|
-
new (input: CreateFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput, import("..").HealthLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput, import("..").HealthLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a FHIR-enabled data store.</p>
|