@aws-sdk/client-healthlake 3.750.0 → 3.772.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 +29 -31
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AuthorizationStrategy: () => AuthorizationStrategy,
|
|
26
26
|
CmkType: () => CmkType,
|
|
@@ -57,7 +57,7 @@ __export(src_exports, {
|
|
|
57
57
|
paginateListFHIRExportJobs: () => paginateListFHIRExportJobs,
|
|
58
58
|
paginateListFHIRImportJobs: () => paginateListFHIRImportJobs
|
|
59
59
|
});
|
|
60
|
-
module.exports = __toCommonJS(
|
|
60
|
+
module.exports = __toCommonJS(index_exports);
|
|
61
61
|
|
|
62
62
|
// src/HealthLakeClient.ts
|
|
63
63
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -184,9 +184,9 @@ var HealthLakeClient = class extends import_smithy_client.Client {
|
|
|
184
184
|
this.middlewareStack.use(
|
|
185
185
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
186
186
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultHealthLakeHttpAuthSchemeParametersProvider,
|
|
187
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
187
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
188
188
|
"aws.auth#sigv4": config.credentials
|
|
189
|
-
})
|
|
189
|
+
}), "identityProviderConfigProvider")
|
|
190
190
|
})
|
|
191
191
|
);
|
|
192
192
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -392,16 +392,14 @@ var JobStatus = {
|
|
|
392
392
|
var OutputDataConfig;
|
|
393
393
|
((OutputDataConfig3) => {
|
|
394
394
|
OutputDataConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
395
|
-
if (value.S3Configuration !== void 0)
|
|
396
|
-
return visitor.S3Configuration(value.S3Configuration);
|
|
395
|
+
if (value.S3Configuration !== void 0) return visitor.S3Configuration(value.S3Configuration);
|
|
397
396
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
398
397
|
}, "visit");
|
|
399
398
|
})(OutputDataConfig || (OutputDataConfig = {}));
|
|
400
399
|
var InputDataConfig;
|
|
401
400
|
((InputDataConfig3) => {
|
|
402
401
|
InputDataConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
403
|
-
if (value.S3Uri !== void 0)
|
|
404
|
-
return visitor.S3Uri(value.S3Uri);
|
|
402
|
+
if (value.S3Uri !== void 0) return visitor.S3Uri(value.S3Uri);
|
|
405
403
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
406
404
|
}, "visit");
|
|
407
405
|
})(InputDataConfig || (InputDataConfig = {}));
|
|
@@ -755,15 +753,15 @@ var se_CreateFHIRDatastoreRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
755
753
|
}, "se_CreateFHIRDatastoreRequest");
|
|
756
754
|
var se_DatastoreFilter = /* @__PURE__ */ __name((input, context) => {
|
|
757
755
|
return (0, import_smithy_client.take)(input, {
|
|
758
|
-
CreatedAfter: (_) => _.getTime() / 1e3,
|
|
759
|
-
CreatedBefore: (_) => _.getTime() / 1e3,
|
|
756
|
+
CreatedAfter: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "CreatedAfter"),
|
|
757
|
+
CreatedBefore: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "CreatedBefore"),
|
|
760
758
|
DatastoreName: [],
|
|
761
759
|
DatastoreStatus: []
|
|
762
760
|
});
|
|
763
761
|
}, "se_DatastoreFilter");
|
|
764
762
|
var se_ListFHIRDatastoresRequest = /* @__PURE__ */ __name((input, context) => {
|
|
765
763
|
return (0, import_smithy_client.take)(input, {
|
|
766
|
-
Filter: (_) => se_DatastoreFilter(_, context),
|
|
764
|
+
Filter: /* @__PURE__ */ __name((_) => se_DatastoreFilter(_, context), "Filter"),
|
|
767
765
|
MaxResults: [],
|
|
768
766
|
NextToken: []
|
|
769
767
|
});
|
|
@@ -775,8 +773,8 @@ var se_ListFHIRExportJobsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
775
773
|
JobStatus: [],
|
|
776
774
|
MaxResults: [],
|
|
777
775
|
NextToken: [],
|
|
778
|
-
SubmittedAfter: (_) => _.getTime() / 1e3,
|
|
779
|
-
SubmittedBefore: (_) => _.getTime() / 1e3
|
|
776
|
+
SubmittedAfter: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "SubmittedAfter"),
|
|
777
|
+
SubmittedBefore: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "SubmittedBefore")
|
|
780
778
|
});
|
|
781
779
|
}, "se_ListFHIRExportJobsRequest");
|
|
782
780
|
var se_ListFHIRImportJobsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -786,8 +784,8 @@ var se_ListFHIRImportJobsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
786
784
|
JobStatus: [],
|
|
787
785
|
MaxResults: [],
|
|
788
786
|
NextToken: [],
|
|
789
|
-
SubmittedAfter: (_) => _.getTime() / 1e3,
|
|
790
|
-
SubmittedBefore: (_) => _.getTime() / 1e3
|
|
787
|
+
SubmittedAfter: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "SubmittedAfter"),
|
|
788
|
+
SubmittedBefore: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "SubmittedBefore")
|
|
791
789
|
});
|
|
792
790
|
}, "se_ListFHIRImportJobsRequest");
|
|
793
791
|
var se_StartFHIRExportJobRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -811,7 +809,7 @@ var se_StartFHIRImportJobRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
811
809
|
}, "se_StartFHIRImportJobRequest");
|
|
812
810
|
var de_DatastoreProperties = /* @__PURE__ */ __name((output, context) => {
|
|
813
811
|
return (0, import_smithy_client.take)(output, {
|
|
814
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
812
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
815
813
|
DatastoreArn: import_smithy_client.expectString,
|
|
816
814
|
DatastoreEndpoint: import_smithy_client.expectString,
|
|
817
815
|
DatastoreId: import_smithy_client.expectString,
|
|
@@ -832,30 +830,30 @@ var de_DatastorePropertiesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
832
830
|
}, "de_DatastorePropertiesList");
|
|
833
831
|
var de_DescribeFHIRDatastoreResponse = /* @__PURE__ */ __name((output, context) => {
|
|
834
832
|
return (0, import_smithy_client.take)(output, {
|
|
835
|
-
DatastoreProperties: (_) => de_DatastoreProperties(_, context)
|
|
833
|
+
DatastoreProperties: /* @__PURE__ */ __name((_) => de_DatastoreProperties(_, context), "DatastoreProperties")
|
|
836
834
|
});
|
|
837
835
|
}, "de_DescribeFHIRDatastoreResponse");
|
|
838
836
|
var de_DescribeFHIRExportJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
839
837
|
return (0, import_smithy_client.take)(output, {
|
|
840
|
-
ExportJobProperties: (_) => de_ExportJobProperties(_, context)
|
|
838
|
+
ExportJobProperties: /* @__PURE__ */ __name((_) => de_ExportJobProperties(_, context), "ExportJobProperties")
|
|
841
839
|
});
|
|
842
840
|
}, "de_DescribeFHIRExportJobResponse");
|
|
843
841
|
var de_DescribeFHIRImportJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
844
842
|
return (0, import_smithy_client.take)(output, {
|
|
845
|
-
ImportJobProperties: (_) => de_ImportJobProperties(_, context)
|
|
843
|
+
ImportJobProperties: /* @__PURE__ */ __name((_) => de_ImportJobProperties(_, context), "ImportJobProperties")
|
|
846
844
|
});
|
|
847
845
|
}, "de_DescribeFHIRImportJobResponse");
|
|
848
846
|
var de_ExportJobProperties = /* @__PURE__ */ __name((output, context) => {
|
|
849
847
|
return (0, import_smithy_client.take)(output, {
|
|
850
848
|
DataAccessRoleArn: import_smithy_client.expectString,
|
|
851
849
|
DatastoreId: import_smithy_client.expectString,
|
|
852
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
850
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
853
851
|
JobId: import_smithy_client.expectString,
|
|
854
852
|
JobName: import_smithy_client.expectString,
|
|
855
853
|
JobStatus: import_smithy_client.expectString,
|
|
856
854
|
Message: import_smithy_client.expectString,
|
|
857
|
-
OutputDataConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
858
|
-
SubmitTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
855
|
+
OutputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "OutputDataConfig"),
|
|
856
|
+
SubmitTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubmitTime")
|
|
859
857
|
});
|
|
860
858
|
}, "de_ExportJobProperties");
|
|
861
859
|
var de_ExportJobPropertiesList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -868,15 +866,15 @@ var de_ImportJobProperties = /* @__PURE__ */ __name((output, context) => {
|
|
|
868
866
|
return (0, import_smithy_client.take)(output, {
|
|
869
867
|
DataAccessRoleArn: import_smithy_client.expectString,
|
|
870
868
|
DatastoreId: import_smithy_client.expectString,
|
|
871
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
872
|
-
InputDataConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
869
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
870
|
+
InputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "InputDataConfig"),
|
|
873
871
|
JobId: import_smithy_client.expectString,
|
|
874
872
|
JobName: import_smithy_client.expectString,
|
|
875
|
-
JobOutputDataConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
876
|
-
JobProgressReport: (_) => de_JobProgressReport(_, context),
|
|
873
|
+
JobOutputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "JobOutputDataConfig"),
|
|
874
|
+
JobProgressReport: /* @__PURE__ */ __name((_) => de_JobProgressReport(_, context), "JobProgressReport"),
|
|
877
875
|
JobStatus: import_smithy_client.expectString,
|
|
878
876
|
Message: import_smithy_client.expectString,
|
|
879
|
-
SubmitTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
877
|
+
SubmitTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubmitTime")
|
|
880
878
|
});
|
|
881
879
|
}, "de_ImportJobProperties");
|
|
882
880
|
var de_ImportJobPropertiesList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -899,19 +897,19 @@ var de_JobProgressReport = /* @__PURE__ */ __name((output, context) => {
|
|
|
899
897
|
}, "de_JobProgressReport");
|
|
900
898
|
var de_ListFHIRDatastoresResponse = /* @__PURE__ */ __name((output, context) => {
|
|
901
899
|
return (0, import_smithy_client.take)(output, {
|
|
902
|
-
DatastorePropertiesList: (_) => de_DatastorePropertiesList(_, context),
|
|
900
|
+
DatastorePropertiesList: /* @__PURE__ */ __name((_) => de_DatastorePropertiesList(_, context), "DatastorePropertiesList"),
|
|
903
901
|
NextToken: import_smithy_client.expectString
|
|
904
902
|
});
|
|
905
903
|
}, "de_ListFHIRDatastoresResponse");
|
|
906
904
|
var de_ListFHIRExportJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
907
905
|
return (0, import_smithy_client.take)(output, {
|
|
908
|
-
ExportJobPropertiesList: (_) => de_ExportJobPropertiesList(_, context),
|
|
906
|
+
ExportJobPropertiesList: /* @__PURE__ */ __name((_) => de_ExportJobPropertiesList(_, context), "ExportJobPropertiesList"),
|
|
909
907
|
NextToken: import_smithy_client.expectString
|
|
910
908
|
});
|
|
911
909
|
}, "de_ListFHIRExportJobsResponse");
|
|
912
910
|
var de_ListFHIRImportJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
913
911
|
return (0, import_smithy_client.take)(output, {
|
|
914
|
-
ImportJobPropertiesList: (_) => de_ImportJobPropertiesList(_, context),
|
|
912
|
+
ImportJobPropertiesList: /* @__PURE__ */ __name((_) => de_ImportJobPropertiesList(_, context), "ImportJobPropertiesList"),
|
|
915
913
|
NextToken: import_smithy_client.expectString
|
|
916
914
|
});
|
|
917
915
|
}, "de_ListFHIRImportJobsResponse");
|
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.772.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,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|