@aws-sdk/client-healthlake 3.927.0 → 3.928.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 +525 -659
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/HealthLakeClient.js +2 -0
- package/dist-es/commands/CreateFHIRDatastoreCommand.js +3 -9
- package/dist-es/commands/DeleteFHIRDatastoreCommand.js +3 -9
- package/dist-es/commands/DescribeFHIRDatastoreCommand.js +3 -9
- package/dist-es/commands/DescribeFHIRExportJobCommand.js +3 -9
- package/dist-es/commands/DescribeFHIRImportJobCommand.js +3 -9
- package/dist-es/commands/ListFHIRDatastoresCommand.js +3 -9
- package/dist-es/commands/ListFHIRExportJobsCommand.js +3 -9
- package/dist-es/commands/ListFHIRImportJobsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartFHIRExportJobCommand.js +3 -9
- package/dist-es/commands/StartFHIRImportJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +481 -0
- package/dist-types/HealthLakeClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +67 -0
- package/dist-types/ts3.4/HealthLakeClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +72 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -554
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -119
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -161
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput } from "../commands/CreateFHIRDatastoreCommand";
|
|
4
|
-
import { DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput } from "../commands/DeleteFHIRDatastoreCommand";
|
|
5
|
-
import { DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput } from "../commands/DescribeFHIRDatastoreCommand";
|
|
6
|
-
import { DescribeFHIRExportJobCommandInput, DescribeFHIRExportJobCommandOutput } from "../commands/DescribeFHIRExportJobCommand";
|
|
7
|
-
import { DescribeFHIRImportJobCommandInput, DescribeFHIRImportJobCommandOutput } from "../commands/DescribeFHIRImportJobCommand";
|
|
8
|
-
import { ListFHIRDatastoresCommandInput, ListFHIRDatastoresCommandOutput } from "../commands/ListFHIRDatastoresCommand";
|
|
9
|
-
import { ListFHIRExportJobsCommandInput, ListFHIRExportJobsCommandOutput } from "../commands/ListFHIRExportJobsCommand";
|
|
10
|
-
import { ListFHIRImportJobsCommandInput, ListFHIRImportJobsCommandOutput } from "../commands/ListFHIRImportJobsCommand";
|
|
11
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
12
|
-
import { StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput } from "../commands/StartFHIRExportJobCommand";
|
|
13
|
-
import { StartFHIRImportJobCommandInput, StartFHIRImportJobCommandOutput } from "../commands/StartFHIRImportJobCommand";
|
|
14
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
15
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
16
|
-
/**
|
|
17
|
-
* serializeAws_json1_0CreateFHIRDatastoreCommand
|
|
18
|
-
*/
|
|
19
|
-
export declare const se_CreateFHIRDatastoreCommand: (input: CreateFHIRDatastoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
|
-
/**
|
|
21
|
-
* serializeAws_json1_0DeleteFHIRDatastoreCommand
|
|
22
|
-
*/
|
|
23
|
-
export declare const se_DeleteFHIRDatastoreCommand: (input: DeleteFHIRDatastoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
|
-
/**
|
|
25
|
-
* serializeAws_json1_0DescribeFHIRDatastoreCommand
|
|
26
|
-
*/
|
|
27
|
-
export declare const se_DescribeFHIRDatastoreCommand: (input: DescribeFHIRDatastoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
-
/**
|
|
29
|
-
* serializeAws_json1_0DescribeFHIRExportJobCommand
|
|
30
|
-
*/
|
|
31
|
-
export declare const se_DescribeFHIRExportJobCommand: (input: DescribeFHIRExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
-
/**
|
|
33
|
-
* serializeAws_json1_0DescribeFHIRImportJobCommand
|
|
34
|
-
*/
|
|
35
|
-
export declare const se_DescribeFHIRImportJobCommand: (input: DescribeFHIRImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
/**
|
|
37
|
-
* serializeAws_json1_0ListFHIRDatastoresCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const se_ListFHIRDatastoresCommand: (input: ListFHIRDatastoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_json1_0ListFHIRExportJobsCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_ListFHIRExportJobsCommand: (input: ListFHIRExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_json1_0ListFHIRImportJobsCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_ListFHIRImportJobsCommand: (input: ListFHIRImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* serializeAws_json1_0ListTagsForResourceCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
/**
|
|
53
|
-
* serializeAws_json1_0StartFHIRExportJobCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const se_StartFHIRExportJobCommand: (input: StartFHIRExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
/**
|
|
57
|
-
* serializeAws_json1_0StartFHIRImportJobCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const se_StartFHIRImportJobCommand: (input: StartFHIRImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_json1_0TagResourceCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_json1_0UntagResourceCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* deserializeAws_json1_0CreateFHIRDatastoreCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const de_CreateFHIRDatastoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFHIRDatastoreCommandOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* deserializeAws_json1_0DeleteFHIRDatastoreCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const de_DeleteFHIRDatastoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFHIRDatastoreCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* deserializeAws_json1_0DescribeFHIRDatastoreCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const de_DescribeFHIRDatastoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFHIRDatastoreCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* deserializeAws_json1_0DescribeFHIRExportJobCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const de_DescribeFHIRExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFHIRExportJobCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* deserializeAws_json1_0DescribeFHIRImportJobCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const de_DescribeFHIRImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFHIRImportJobCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* deserializeAws_json1_0ListFHIRDatastoresCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const de_ListFHIRDatastoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFHIRDatastoresCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* deserializeAws_json1_0ListFHIRExportJobsCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const de_ListFHIRExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFHIRExportJobsCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* deserializeAws_json1_0ListFHIRImportJobsCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const de_ListFHIRImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFHIRImportJobsCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* deserializeAws_json1_0StartFHIRExportJobCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const de_StartFHIRExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFHIRExportJobCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* deserializeAws_json1_0StartFHIRImportJobCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const de_StartFHIRImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFHIRImportJobCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* deserializeAws_json1_0TagResourceCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
116
|
-
/**
|
|
117
|
-
* deserializeAws_json1_0UntagResourceCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateFHIRDatastoreCommandInput,
|
|
8
|
-
CreateFHIRDatastoreCommandOutput,
|
|
9
|
-
} from "../commands/CreateFHIRDatastoreCommand";
|
|
10
|
-
import {
|
|
11
|
-
DeleteFHIRDatastoreCommandInput,
|
|
12
|
-
DeleteFHIRDatastoreCommandOutput,
|
|
13
|
-
} from "../commands/DeleteFHIRDatastoreCommand";
|
|
14
|
-
import {
|
|
15
|
-
DescribeFHIRDatastoreCommandInput,
|
|
16
|
-
DescribeFHIRDatastoreCommandOutput,
|
|
17
|
-
} from "../commands/DescribeFHIRDatastoreCommand";
|
|
18
|
-
import {
|
|
19
|
-
DescribeFHIRExportJobCommandInput,
|
|
20
|
-
DescribeFHIRExportJobCommandOutput,
|
|
21
|
-
} from "../commands/DescribeFHIRExportJobCommand";
|
|
22
|
-
import {
|
|
23
|
-
DescribeFHIRImportJobCommandInput,
|
|
24
|
-
DescribeFHIRImportJobCommandOutput,
|
|
25
|
-
} from "../commands/DescribeFHIRImportJobCommand";
|
|
26
|
-
import {
|
|
27
|
-
ListFHIRDatastoresCommandInput,
|
|
28
|
-
ListFHIRDatastoresCommandOutput,
|
|
29
|
-
} from "../commands/ListFHIRDatastoresCommand";
|
|
30
|
-
import {
|
|
31
|
-
ListFHIRExportJobsCommandInput,
|
|
32
|
-
ListFHIRExportJobsCommandOutput,
|
|
33
|
-
} from "../commands/ListFHIRExportJobsCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListFHIRImportJobsCommandInput,
|
|
36
|
-
ListFHIRImportJobsCommandOutput,
|
|
37
|
-
} from "../commands/ListFHIRImportJobsCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListTagsForResourceCommandInput,
|
|
40
|
-
ListTagsForResourceCommandOutput,
|
|
41
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
42
|
-
import {
|
|
43
|
-
StartFHIRExportJobCommandInput,
|
|
44
|
-
StartFHIRExportJobCommandOutput,
|
|
45
|
-
} from "../commands/StartFHIRExportJobCommand";
|
|
46
|
-
import {
|
|
47
|
-
StartFHIRImportJobCommandInput,
|
|
48
|
-
StartFHIRImportJobCommandOutput,
|
|
49
|
-
} from "../commands/StartFHIRImportJobCommand";
|
|
50
|
-
import {
|
|
51
|
-
TagResourceCommandInput,
|
|
52
|
-
TagResourceCommandOutput,
|
|
53
|
-
} from "../commands/TagResourceCommand";
|
|
54
|
-
import {
|
|
55
|
-
UntagResourceCommandInput,
|
|
56
|
-
UntagResourceCommandOutput,
|
|
57
|
-
} from "../commands/UntagResourceCommand";
|
|
58
|
-
export declare const se_CreateFHIRDatastoreCommand: (
|
|
59
|
-
input: CreateFHIRDatastoreCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_DeleteFHIRDatastoreCommand: (
|
|
63
|
-
input: DeleteFHIRDatastoreCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_DescribeFHIRDatastoreCommand: (
|
|
67
|
-
input: DescribeFHIRDatastoreCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_DescribeFHIRExportJobCommand: (
|
|
71
|
-
input: DescribeFHIRExportJobCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_DescribeFHIRImportJobCommand: (
|
|
75
|
-
input: DescribeFHIRImportJobCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_ListFHIRDatastoresCommand: (
|
|
79
|
-
input: ListFHIRDatastoresCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_ListFHIRExportJobsCommand: (
|
|
83
|
-
input: ListFHIRExportJobsCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_ListFHIRImportJobsCommand: (
|
|
87
|
-
input: ListFHIRImportJobsCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
91
|
-
input: ListTagsForResourceCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_StartFHIRExportJobCommand: (
|
|
95
|
-
input: StartFHIRExportJobCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_StartFHIRImportJobCommand: (
|
|
99
|
-
input: StartFHIRImportJobCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_TagResourceCommand: (
|
|
103
|
-
input: TagResourceCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_UntagResourceCommand: (
|
|
107
|
-
input: UntagResourceCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const de_CreateFHIRDatastoreCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<CreateFHIRDatastoreCommandOutput>;
|
|
114
|
-
export declare const de_DeleteFHIRDatastoreCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<DeleteFHIRDatastoreCommandOutput>;
|
|
118
|
-
export declare const de_DescribeFHIRDatastoreCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<DescribeFHIRDatastoreCommandOutput>;
|
|
122
|
-
export declare const de_DescribeFHIRExportJobCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<DescribeFHIRExportJobCommandOutput>;
|
|
126
|
-
export declare const de_DescribeFHIRImportJobCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<DescribeFHIRImportJobCommandOutput>;
|
|
130
|
-
export declare const de_ListFHIRDatastoresCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<ListFHIRDatastoresCommandOutput>;
|
|
134
|
-
export declare const de_ListFHIRExportJobsCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<ListFHIRExportJobsCommandOutput>;
|
|
138
|
-
export declare const de_ListFHIRImportJobsCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<ListFHIRImportJobsCommandOutput>;
|
|
142
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
146
|
-
export declare const de_StartFHIRExportJobCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<StartFHIRExportJobCommandOutput>;
|
|
150
|
-
export declare const de_StartFHIRImportJobCommand: (
|
|
151
|
-
output: __HttpResponse,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<StartFHIRImportJobCommandOutput>;
|
|
154
|
-
export declare const de_TagResourceCommand: (
|
|
155
|
-
output: __HttpResponse,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<TagResourceCommandOutput>;
|
|
158
|
-
export declare const de_UntagResourceCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<UntagResourceCommandOutput>;
|