@aws-sdk/client-healthlake 3.241.0 → 3.252.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.
|
@@ -762,8 +762,8 @@ const serializeAws_json1_0CreateFHIRDatastoreRequest = (input, context) => {
|
|
|
762
762
|
};
|
|
763
763
|
const serializeAws_json1_0DatastoreFilter = (input, context) => {
|
|
764
764
|
return {
|
|
765
|
-
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
|
|
766
|
-
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
|
|
765
|
+
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000).toString() }),
|
|
766
|
+
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000).toString() }),
|
|
767
767
|
...(input.DatastoreName != null && { DatastoreName: input.DatastoreName }),
|
|
768
768
|
...(input.DatastoreStatus != null && { DatastoreStatus: input.DatastoreStatus }),
|
|
769
769
|
};
|
|
@@ -816,8 +816,12 @@ const serializeAws_json1_0ListFHIRExportJobsRequest = (input, context) => {
|
|
|
816
816
|
...(input.JobStatus != null && { JobStatus: input.JobStatus }),
|
|
817
817
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
818
818
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
819
|
-
...(input.SubmittedAfter != null && {
|
|
820
|
-
|
|
819
|
+
...(input.SubmittedAfter != null && {
|
|
820
|
+
SubmittedAfter: Math.round(input.SubmittedAfter.getTime() / 1000).toString(),
|
|
821
|
+
}),
|
|
822
|
+
...(input.SubmittedBefore != null && {
|
|
823
|
+
SubmittedBefore: Math.round(input.SubmittedBefore.getTime() / 1000).toString(),
|
|
824
|
+
}),
|
|
821
825
|
};
|
|
822
826
|
};
|
|
823
827
|
const serializeAws_json1_0ListFHIRImportJobsRequest = (input, context) => {
|
|
@@ -827,8 +831,12 @@ const serializeAws_json1_0ListFHIRImportJobsRequest = (input, context) => {
|
|
|
827
831
|
...(input.JobStatus != null && { JobStatus: input.JobStatus }),
|
|
828
832
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
829
833
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
830
|
-
...(input.SubmittedAfter != null && {
|
|
831
|
-
|
|
834
|
+
...(input.SubmittedAfter != null && {
|
|
835
|
+
SubmittedAfter: Math.round(input.SubmittedAfter.getTime() / 1000).toString(),
|
|
836
|
+
}),
|
|
837
|
+
...(input.SubmittedBefore != null && {
|
|
838
|
+
SubmittedBefore: Math.round(input.SubmittedBefore.getTime() / 1000).toString(),
|
|
839
|
+
}),
|
|
832
840
|
};
|
|
833
841
|
};
|
|
834
842
|
const serializeAws_json1_0ListTagsForResourceRequest = (input, context) => {
|
|
@@ -733,8 +733,8 @@ const serializeAws_json1_0CreateFHIRDatastoreRequest = (input, context) => {
|
|
|
733
733
|
};
|
|
734
734
|
const serializeAws_json1_0DatastoreFilter = (input, context) => {
|
|
735
735
|
return {
|
|
736
|
-
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
|
|
737
|
-
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
|
|
736
|
+
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000).toString() }),
|
|
737
|
+
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000).toString() }),
|
|
738
738
|
...(input.DatastoreName != null && { DatastoreName: input.DatastoreName }),
|
|
739
739
|
...(input.DatastoreStatus != null && { DatastoreStatus: input.DatastoreStatus }),
|
|
740
740
|
};
|
|
@@ -787,8 +787,12 @@ const serializeAws_json1_0ListFHIRExportJobsRequest = (input, context) => {
|
|
|
787
787
|
...(input.JobStatus != null && { JobStatus: input.JobStatus }),
|
|
788
788
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
789
789
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
790
|
-
...(input.SubmittedAfter != null && {
|
|
791
|
-
|
|
790
|
+
...(input.SubmittedAfter != null && {
|
|
791
|
+
SubmittedAfter: Math.round(input.SubmittedAfter.getTime() / 1000).toString(),
|
|
792
|
+
}),
|
|
793
|
+
...(input.SubmittedBefore != null && {
|
|
794
|
+
SubmittedBefore: Math.round(input.SubmittedBefore.getTime() / 1000).toString(),
|
|
795
|
+
}),
|
|
792
796
|
};
|
|
793
797
|
};
|
|
794
798
|
const serializeAws_json1_0ListFHIRImportJobsRequest = (input, context) => {
|
|
@@ -798,8 +802,12 @@ const serializeAws_json1_0ListFHIRImportJobsRequest = (input, context) => {
|
|
|
798
802
|
...(input.JobStatus != null && { JobStatus: input.JobStatus }),
|
|
799
803
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
800
804
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
801
|
-
...(input.SubmittedAfter != null && {
|
|
802
|
-
|
|
805
|
+
...(input.SubmittedAfter != null && {
|
|
806
|
+
SubmittedAfter: Math.round(input.SubmittedAfter.getTime() / 1000).toString(),
|
|
807
|
+
}),
|
|
808
|
+
...(input.SubmittedBefore != null && {
|
|
809
|
+
SubmittedBefore: Math.round(input.SubmittedBefore.getTime() / 1000).toString(),
|
|
810
|
+
}),
|
|
803
811
|
};
|
|
804
812
|
};
|
|
805
813
|
const serializeAws_json1_0ListTagsForResourceRequest = (input, context) => {
|
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.252.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
-
"generate:client": "
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo healthlake"
|
|
15
15
|
},
|
|
16
16
|
"main": "./dist-cjs/index.js",
|
|
17
17
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.252.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.234.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.252.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.226.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
48
|
"@aws-sdk/util-defaults-mode-browser": "3.234.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-node": "3.234.0",
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.245.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.229.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.226.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-node": "3.226.0",
|