@aws-sdk/client-healthlake 3.1077.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 +22 -143
- 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-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/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/package.json +8 -8
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");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -816,172 +817,50 @@ class HealthLakeClient extends Client {
|
|
|
816
817
|
}
|
|
817
818
|
}
|
|
818
819
|
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
})
|
|
825
|
-
.s("HealthLake", "CreateFHIRDatastore", {})
|
|
826
|
-
.n("HealthLakeClient", "CreateFHIRDatastoreCommand")
|
|
827
|
-
.sc(CreateFHIRDatastore$)
|
|
828
|
-
.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$) {
|
|
829
825
|
}
|
|
830
826
|
|
|
831
|
-
class DeleteFHIRDatastoreCommand extends
|
|
832
|
-
.classBuilder()
|
|
833
|
-
.ep(commonParams)
|
|
834
|
-
.m(function (Command, cs, config, o) {
|
|
835
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
836
|
-
})
|
|
837
|
-
.s("HealthLake", "DeleteFHIRDatastore", {})
|
|
838
|
-
.n("HealthLakeClient", "DeleteFHIRDatastoreCommand")
|
|
839
|
-
.sc(DeleteFHIRDatastore$)
|
|
840
|
-
.build() {
|
|
827
|
+
class DeleteFHIRDatastoreCommand extends command(_ep0, _mw0, "DeleteFHIRDatastore", DeleteFHIRDatastore$) {
|
|
841
828
|
}
|
|
842
829
|
|
|
843
|
-
class DescribeFHIRDatastoreCommand extends
|
|
844
|
-
.classBuilder()
|
|
845
|
-
.ep(commonParams)
|
|
846
|
-
.m(function (Command, cs, config, o) {
|
|
847
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
848
|
-
})
|
|
849
|
-
.s("HealthLake", "DescribeFHIRDatastore", {})
|
|
850
|
-
.n("HealthLakeClient", "DescribeFHIRDatastoreCommand")
|
|
851
|
-
.sc(DescribeFHIRDatastore$)
|
|
852
|
-
.build() {
|
|
830
|
+
class DescribeFHIRDatastoreCommand extends command(_ep0, _mw0, "DescribeFHIRDatastore", DescribeFHIRDatastore$) {
|
|
853
831
|
}
|
|
854
832
|
|
|
855
|
-
class DescribeFHIRExportJobCommand extends
|
|
856
|
-
.classBuilder()
|
|
857
|
-
.ep(commonParams)
|
|
858
|
-
.m(function (Command, cs, config, o) {
|
|
859
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
860
|
-
})
|
|
861
|
-
.s("HealthLake", "DescribeFHIRExportJob", {})
|
|
862
|
-
.n("HealthLakeClient", "DescribeFHIRExportJobCommand")
|
|
863
|
-
.sc(DescribeFHIRExportJob$)
|
|
864
|
-
.build() {
|
|
833
|
+
class DescribeFHIRExportJobCommand extends command(_ep0, _mw0, "DescribeFHIRExportJob", DescribeFHIRExportJob$) {
|
|
865
834
|
}
|
|
866
835
|
|
|
867
|
-
class DescribeFHIRImportJobCommand extends
|
|
868
|
-
.classBuilder()
|
|
869
|
-
.ep(commonParams)
|
|
870
|
-
.m(function (Command, cs, config, o) {
|
|
871
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
872
|
-
})
|
|
873
|
-
.s("HealthLake", "DescribeFHIRImportJob", {})
|
|
874
|
-
.n("HealthLakeClient", "DescribeFHIRImportJobCommand")
|
|
875
|
-
.sc(DescribeFHIRImportJob$)
|
|
876
|
-
.build() {
|
|
836
|
+
class DescribeFHIRImportJobCommand extends command(_ep0, _mw0, "DescribeFHIRImportJob", DescribeFHIRImportJob$) {
|
|
877
837
|
}
|
|
878
838
|
|
|
879
|
-
class ListFHIRDatastoresCommand extends
|
|
880
|
-
.classBuilder()
|
|
881
|
-
.ep(commonParams)
|
|
882
|
-
.m(function (Command, cs, config, o) {
|
|
883
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
884
|
-
})
|
|
885
|
-
.s("HealthLake", "ListFHIRDatastores", {})
|
|
886
|
-
.n("HealthLakeClient", "ListFHIRDatastoresCommand")
|
|
887
|
-
.sc(ListFHIRDatastores$)
|
|
888
|
-
.build() {
|
|
839
|
+
class ListFHIRDatastoresCommand extends command(_ep0, _mw0, "ListFHIRDatastores", ListFHIRDatastores$) {
|
|
889
840
|
}
|
|
890
841
|
|
|
891
|
-
class ListFHIRExportJobsCommand extends
|
|
892
|
-
.classBuilder()
|
|
893
|
-
.ep(commonParams)
|
|
894
|
-
.m(function (Command, cs, config, o) {
|
|
895
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
896
|
-
})
|
|
897
|
-
.s("HealthLake", "ListFHIRExportJobs", {})
|
|
898
|
-
.n("HealthLakeClient", "ListFHIRExportJobsCommand")
|
|
899
|
-
.sc(ListFHIRExportJobs$)
|
|
900
|
-
.build() {
|
|
842
|
+
class ListFHIRExportJobsCommand extends command(_ep0, _mw0, "ListFHIRExportJobs", ListFHIRExportJobs$) {
|
|
901
843
|
}
|
|
902
844
|
|
|
903
|
-
class ListFHIRImportJobsCommand extends
|
|
904
|
-
.classBuilder()
|
|
905
|
-
.ep(commonParams)
|
|
906
|
-
.m(function (Command, cs, config, o) {
|
|
907
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
908
|
-
})
|
|
909
|
-
.s("HealthLake", "ListFHIRImportJobs", {})
|
|
910
|
-
.n("HealthLakeClient", "ListFHIRImportJobsCommand")
|
|
911
|
-
.sc(ListFHIRImportJobs$)
|
|
912
|
-
.build() {
|
|
845
|
+
class ListFHIRImportJobsCommand extends command(_ep0, _mw0, "ListFHIRImportJobs", ListFHIRImportJobs$) {
|
|
913
846
|
}
|
|
914
847
|
|
|
915
|
-
class ListTagsForResourceCommand extends
|
|
916
|
-
.classBuilder()
|
|
917
|
-
.ep(commonParams)
|
|
918
|
-
.m(function (Command, cs, config, o) {
|
|
919
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
920
|
-
})
|
|
921
|
-
.s("HealthLake", "ListTagsForResource", {})
|
|
922
|
-
.n("HealthLakeClient", "ListTagsForResourceCommand")
|
|
923
|
-
.sc(ListTagsForResource$)
|
|
924
|
-
.build() {
|
|
848
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
925
849
|
}
|
|
926
850
|
|
|
927
|
-
class StartFHIRExportJobCommand extends
|
|
928
|
-
.classBuilder()
|
|
929
|
-
.ep(commonParams)
|
|
930
|
-
.m(function (Command, cs, config, o) {
|
|
931
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
932
|
-
})
|
|
933
|
-
.s("HealthLake", "StartFHIRExportJob", {})
|
|
934
|
-
.n("HealthLakeClient", "StartFHIRExportJobCommand")
|
|
935
|
-
.sc(StartFHIRExportJob$)
|
|
936
|
-
.build() {
|
|
851
|
+
class StartFHIRExportJobCommand extends command(_ep0, _mw0, "StartFHIRExportJob", StartFHIRExportJob$) {
|
|
937
852
|
}
|
|
938
853
|
|
|
939
|
-
class StartFHIRImportJobCommand extends
|
|
940
|
-
.classBuilder()
|
|
941
|
-
.ep(commonParams)
|
|
942
|
-
.m(function (Command, cs, config, o) {
|
|
943
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
944
|
-
})
|
|
945
|
-
.s("HealthLake", "StartFHIRImportJob", {})
|
|
946
|
-
.n("HealthLakeClient", "StartFHIRImportJobCommand")
|
|
947
|
-
.sc(StartFHIRImportJob$)
|
|
948
|
-
.build() {
|
|
854
|
+
class StartFHIRImportJobCommand extends command(_ep0, _mw0, "StartFHIRImportJob", StartFHIRImportJob$) {
|
|
949
855
|
}
|
|
950
856
|
|
|
951
|
-
class TagResourceCommand extends
|
|
952
|
-
.classBuilder()
|
|
953
|
-
.ep(commonParams)
|
|
954
|
-
.m(function (Command, cs, config, o) {
|
|
955
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
956
|
-
})
|
|
957
|
-
.s("HealthLake", "TagResource", {})
|
|
958
|
-
.n("HealthLakeClient", "TagResourceCommand")
|
|
959
|
-
.sc(TagResource$)
|
|
960
|
-
.build() {
|
|
857
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
961
858
|
}
|
|
962
859
|
|
|
963
|
-
class UntagResourceCommand extends
|
|
964
|
-
.classBuilder()
|
|
965
|
-
.ep(commonParams)
|
|
966
|
-
.m(function (Command, cs, config, o) {
|
|
967
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
968
|
-
})
|
|
969
|
-
.s("HealthLake", "UntagResource", {})
|
|
970
|
-
.n("HealthLakeClient", "UntagResourceCommand")
|
|
971
|
-
.sc(UntagResource$)
|
|
972
|
-
.build() {
|
|
860
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
973
861
|
}
|
|
974
862
|
|
|
975
|
-
class UpdateFHIRDatastoreCommand extends
|
|
976
|
-
.classBuilder()
|
|
977
|
-
.ep(commonParams)
|
|
978
|
-
.m(function (Command, cs, config, o) {
|
|
979
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
980
|
-
})
|
|
981
|
-
.s("HealthLake", "UpdateFHIRDatastore", {})
|
|
982
|
-
.n("HealthLakeClient", "UpdateFHIRDatastoreCommand")
|
|
983
|
-
.sc(UpdateFHIRDatastore$)
|
|
984
|
-
.build() {
|
|
863
|
+
class UpdateFHIRDatastoreCommand extends command(_ep0, _mw0, "UpdateFHIRDatastore", UpdateFHIRDatastore$) {
|
|
985
864
|
}
|
|
986
865
|
|
|
987
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
|
@@ -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>
|
|
@@ -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 { DeleteFHIRDatastoreRequest, DeleteFHIRDatastoreResponse } 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 DeleteFHIRDatastoreCommandInput extends DeleteFHIRDatastoreRequ
|
|
|
22
19
|
export interface DeleteFHIRDatastoreCommandOutput extends DeleteFHIRDatastoreResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFHIRDatastoreCommand_base: {
|
|
25
|
-
new (input: DeleteFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput, import("..").HealthLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput, import("..").HealthLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete a FHIR-enabled data store.</p>
|
|
@@ -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 { DescribeFHIRDatastoreRequest, DescribeFHIRDatastoreResponse } 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 DescribeFHIRDatastoreCommandInput extends DescribeFHIRDatastore
|
|
|
22
19
|
export interface DescribeFHIRDatastoreCommandOutput extends DescribeFHIRDatastoreResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeFHIRDatastoreCommand_base: {
|
|
25
|
-
new (input: DescribeFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput, import("..").HealthLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeFHIRDatastoreCommandInput): import("@smithy/core/client").CommandImpl<DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput, import("..").HealthLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Get properties for a FHIR-enabled data store.</p>
|