@aws-sdk/client-comprehendmedical 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 +897 -1360
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ComprehendMedicalClient.js +2 -0
- package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +3 -9
- package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +3 -9
- package/dist-es/commands/DescribePHIDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +3 -9
- package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +3 -9
- package/dist-es/commands/DetectEntitiesCommand.js +3 -9
- package/dist-es/commands/DetectEntitiesV2Command.js +3 -9
- package/dist-es/commands/DetectPHICommand.js +3 -9
- package/dist-es/commands/InferICD10CMCommand.js +3 -9
- package/dist-es/commands/InferRxNormCommand.js +3 -9
- package/dist-es/commands/InferSNOMEDCTCommand.js +3 -9
- package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +3 -9
- package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +3 -9
- package/dist-es/commands/ListPHIDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListRxNormInferenceJobsCommand.js +3 -9
- package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +3 -9
- package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +3 -9
- package/dist-es/commands/StartICD10CMInferenceJobCommand.js +3 -9
- package/dist-es/commands/StartPHIDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartRxNormInferenceJobCommand.js +3 -9
- package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +3 -9
- package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +3 -9
- package/dist-es/commands/StopICD10CMInferenceJobCommand.js +3 -9
- package/dist-es/commands/StopPHIDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopRxNormInferenceJobCommand.js +3 -9
- package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +820 -0
- package/dist-types/ComprehendMedicalClient.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 +128 -0
- package/dist-types/ts3.4/ComprehendMedicalClient.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 +133 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1158
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -236
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -317
|
@@ -1,236 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput } from "../commands/DescribeEntitiesDetectionV2JobCommand";
|
|
4
|
-
import { DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput } from "../commands/DescribeICD10CMInferenceJobCommand";
|
|
5
|
-
import { DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput } from "../commands/DescribePHIDetectionJobCommand";
|
|
6
|
-
import { DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput } from "../commands/DescribeRxNormInferenceJobCommand";
|
|
7
|
-
import { DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput } from "../commands/DescribeSNOMEDCTInferenceJobCommand";
|
|
8
|
-
import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "../commands/DetectEntitiesCommand";
|
|
9
|
-
import { DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput } from "../commands/DetectEntitiesV2Command";
|
|
10
|
-
import { DetectPHICommandInput, DetectPHICommandOutput } from "../commands/DetectPHICommand";
|
|
11
|
-
import { InferICD10CMCommandInput, InferICD10CMCommandOutput } from "../commands/InferICD10CMCommand";
|
|
12
|
-
import { InferRxNormCommandInput, InferRxNormCommandOutput } from "../commands/InferRxNormCommand";
|
|
13
|
-
import { InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput } from "../commands/InferSNOMEDCTCommand";
|
|
14
|
-
import { ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput } from "../commands/ListEntitiesDetectionV2JobsCommand";
|
|
15
|
-
import { ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput } from "../commands/ListICD10CMInferenceJobsCommand";
|
|
16
|
-
import { ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput } from "../commands/ListPHIDetectionJobsCommand";
|
|
17
|
-
import { ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput } from "../commands/ListRxNormInferenceJobsCommand";
|
|
18
|
-
import { ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput } from "../commands/ListSNOMEDCTInferenceJobsCommand";
|
|
19
|
-
import { StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput } from "../commands/StartEntitiesDetectionV2JobCommand";
|
|
20
|
-
import { StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput } from "../commands/StartICD10CMInferenceJobCommand";
|
|
21
|
-
import { StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput } from "../commands/StartPHIDetectionJobCommand";
|
|
22
|
-
import { StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput } from "../commands/StartRxNormInferenceJobCommand";
|
|
23
|
-
import { StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput } from "../commands/StartSNOMEDCTInferenceJobCommand";
|
|
24
|
-
import { StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput } from "../commands/StopEntitiesDetectionV2JobCommand";
|
|
25
|
-
import { StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput } from "../commands/StopICD10CMInferenceJobCommand";
|
|
26
|
-
import { StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput } from "../commands/StopPHIDetectionJobCommand";
|
|
27
|
-
import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput } from "../commands/StopRxNormInferenceJobCommand";
|
|
28
|
-
import { StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput } from "../commands/StopSNOMEDCTInferenceJobCommand";
|
|
29
|
-
/**
|
|
30
|
-
* serializeAws_json1_1DescribeEntitiesDetectionV2JobCommand
|
|
31
|
-
*/
|
|
32
|
-
export declare const se_DescribeEntitiesDetectionV2JobCommand: (input: DescribeEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
/**
|
|
34
|
-
* serializeAws_json1_1DescribeICD10CMInferenceJobCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const se_DescribeICD10CMInferenceJobCommand: (input: DescribeICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
/**
|
|
38
|
-
* serializeAws_json1_1DescribePHIDetectionJobCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const se_DescribePHIDetectionJobCommand: (input: DescribePHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_json1_1DescribeRxNormInferenceJobCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_DescribeRxNormInferenceJobCommand: (input: DescribeRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_DescribeSNOMEDCTInferenceJobCommand: (input: DescribeSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_json1_1DetectEntitiesCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_DetectEntitiesCommand: (input: DetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_json1_1DetectEntitiesV2Command
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_DetectEntitiesV2Command: (input: DetectEntitiesV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_json1_1DetectPHICommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_DetectPHICommand: (input: DetectPHICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_json1_1InferICD10CMCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_InferICD10CMCommand: (input: InferICD10CMCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_json1_1InferRxNormCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_InferRxNormCommand: (input: InferRxNormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_json1_1InferSNOMEDCTCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_InferSNOMEDCTCommand: (input: InferSNOMEDCTCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_json1_1ListEntitiesDetectionV2JobsCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_ListEntitiesDetectionV2JobsCommand: (input: ListEntitiesDetectionV2JobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_json1_1ListICD10CMInferenceJobsCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_ListICD10CMInferenceJobsCommand: (input: ListICD10CMInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_json1_1ListPHIDetectionJobsCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_ListPHIDetectionJobsCommand: (input: ListPHIDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_json1_1ListRxNormInferenceJobsCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_ListRxNormInferenceJobsCommand: (input: ListRxNormInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_json1_1ListSNOMEDCTInferenceJobsCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_ListSNOMEDCTInferenceJobsCommand: (input: ListSNOMEDCTInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_json1_1StartEntitiesDetectionV2JobCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_StartEntitiesDetectionV2JobCommand: (input: StartEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_json1_1StartICD10CMInferenceJobCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_StartICD10CMInferenceJobCommand: (input: StartICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_json1_1StartPHIDetectionJobCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_StartPHIDetectionJobCommand: (input: StartPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_json1_1StartRxNormInferenceJobCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_StartRxNormInferenceJobCommand: (input: StartRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_json1_1StartSNOMEDCTInferenceJobCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_StartSNOMEDCTInferenceJobCommand: (input: StartSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_json1_1StopEntitiesDetectionV2JobCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_StopEntitiesDetectionV2JobCommand: (input: StopEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
/**
|
|
118
|
-
* serializeAws_json1_1StopICD10CMInferenceJobCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const se_StopICD10CMInferenceJobCommand: (input: StopICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
/**
|
|
122
|
-
* serializeAws_json1_1StopPHIDetectionJobCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const se_StopPHIDetectionJobCommand: (input: StopPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
/**
|
|
126
|
-
* serializeAws_json1_1StopRxNormInferenceJobCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const se_StopRxNormInferenceJobCommand: (input: StopRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* serializeAws_json1_1StopSNOMEDCTInferenceJobCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const se_StopSNOMEDCTInferenceJobCommand: (input: StopSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
/**
|
|
134
|
-
* deserializeAws_json1_1DescribeEntitiesDetectionV2JobCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const de_DescribeEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionV2JobCommandOutput>;
|
|
137
|
-
/**
|
|
138
|
-
* deserializeAws_json1_1DescribeICD10CMInferenceJobCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const de_DescribeICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeICD10CMInferenceJobCommandOutput>;
|
|
141
|
-
/**
|
|
142
|
-
* deserializeAws_json1_1DescribePHIDetectionJobCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const de_DescribePHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePHIDetectionJobCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* deserializeAws_json1_1DescribeRxNormInferenceJobCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const de_DescribeRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRxNormInferenceJobCommandOutput>;
|
|
149
|
-
/**
|
|
150
|
-
* deserializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const de_DescribeSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
|
|
153
|
-
/**
|
|
154
|
-
* deserializeAws_json1_1DetectEntitiesCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const de_DetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* deserializeAws_json1_1DetectEntitiesV2Command
|
|
159
|
-
*/
|
|
160
|
-
export declare const de_DetectEntitiesV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesV2CommandOutput>;
|
|
161
|
-
/**
|
|
162
|
-
* deserializeAws_json1_1DetectPHICommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const de_DetectPHICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectPHICommandOutput>;
|
|
165
|
-
/**
|
|
166
|
-
* deserializeAws_json1_1InferICD10CMCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const de_InferICD10CMCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferICD10CMCommandOutput>;
|
|
169
|
-
/**
|
|
170
|
-
* deserializeAws_json1_1InferRxNormCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const de_InferRxNormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferRxNormCommandOutput>;
|
|
173
|
-
/**
|
|
174
|
-
* deserializeAws_json1_1InferSNOMEDCTCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const de_InferSNOMEDCTCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferSNOMEDCTCommandOutput>;
|
|
177
|
-
/**
|
|
178
|
-
* deserializeAws_json1_1ListEntitiesDetectionV2JobsCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const de_ListEntitiesDetectionV2JobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesDetectionV2JobsCommandOutput>;
|
|
181
|
-
/**
|
|
182
|
-
* deserializeAws_json1_1ListICD10CMInferenceJobsCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const de_ListICD10CMInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListICD10CMInferenceJobsCommandOutput>;
|
|
185
|
-
/**
|
|
186
|
-
* deserializeAws_json1_1ListPHIDetectionJobsCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const de_ListPHIDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPHIDetectionJobsCommandOutput>;
|
|
189
|
-
/**
|
|
190
|
-
* deserializeAws_json1_1ListRxNormInferenceJobsCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const de_ListRxNormInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRxNormInferenceJobsCommandOutput>;
|
|
193
|
-
/**
|
|
194
|
-
* deserializeAws_json1_1ListSNOMEDCTInferenceJobsCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const de_ListSNOMEDCTInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* deserializeAws_json1_1StartEntitiesDetectionV2JobCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const de_StartEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionV2JobCommandOutput>;
|
|
201
|
-
/**
|
|
202
|
-
* deserializeAws_json1_1StartICD10CMInferenceJobCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const de_StartICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartICD10CMInferenceJobCommandOutput>;
|
|
205
|
-
/**
|
|
206
|
-
* deserializeAws_json1_1StartPHIDetectionJobCommand
|
|
207
|
-
*/
|
|
208
|
-
export declare const de_StartPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPHIDetectionJobCommandOutput>;
|
|
209
|
-
/**
|
|
210
|
-
* deserializeAws_json1_1StartRxNormInferenceJobCommand
|
|
211
|
-
*/
|
|
212
|
-
export declare const de_StartRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRxNormInferenceJobCommandOutput>;
|
|
213
|
-
/**
|
|
214
|
-
* deserializeAws_json1_1StartSNOMEDCTInferenceJobCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const de_StartSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSNOMEDCTInferenceJobCommandOutput>;
|
|
217
|
-
/**
|
|
218
|
-
* deserializeAws_json1_1StopEntitiesDetectionV2JobCommand
|
|
219
|
-
*/
|
|
220
|
-
export declare const de_StopEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEntitiesDetectionV2JobCommandOutput>;
|
|
221
|
-
/**
|
|
222
|
-
* deserializeAws_json1_1StopICD10CMInferenceJobCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const de_StopICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopICD10CMInferenceJobCommandOutput>;
|
|
225
|
-
/**
|
|
226
|
-
* deserializeAws_json1_1StopPHIDetectionJobCommand
|
|
227
|
-
*/
|
|
228
|
-
export declare const de_StopPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPHIDetectionJobCommandOutput>;
|
|
229
|
-
/**
|
|
230
|
-
* deserializeAws_json1_1StopRxNormInferenceJobCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const de_StopRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRxNormInferenceJobCommandOutput>;
|
|
233
|
-
/**
|
|
234
|
-
* deserializeAws_json1_1StopSNOMEDCTInferenceJobCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const de_StopSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSNOMEDCTInferenceJobCommandOutput>;
|
|
@@ -1,317 +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
|
-
DescribeEntitiesDetectionV2JobCommandInput,
|
|
8
|
-
DescribeEntitiesDetectionV2JobCommandOutput,
|
|
9
|
-
} from "../commands/DescribeEntitiesDetectionV2JobCommand";
|
|
10
|
-
import {
|
|
11
|
-
DescribeICD10CMInferenceJobCommandInput,
|
|
12
|
-
DescribeICD10CMInferenceJobCommandOutput,
|
|
13
|
-
} from "../commands/DescribeICD10CMInferenceJobCommand";
|
|
14
|
-
import {
|
|
15
|
-
DescribePHIDetectionJobCommandInput,
|
|
16
|
-
DescribePHIDetectionJobCommandOutput,
|
|
17
|
-
} from "../commands/DescribePHIDetectionJobCommand";
|
|
18
|
-
import {
|
|
19
|
-
DescribeRxNormInferenceJobCommandInput,
|
|
20
|
-
DescribeRxNormInferenceJobCommandOutput,
|
|
21
|
-
} from "../commands/DescribeRxNormInferenceJobCommand";
|
|
22
|
-
import {
|
|
23
|
-
DescribeSNOMEDCTInferenceJobCommandInput,
|
|
24
|
-
DescribeSNOMEDCTInferenceJobCommandOutput,
|
|
25
|
-
} from "../commands/DescribeSNOMEDCTInferenceJobCommand";
|
|
26
|
-
import {
|
|
27
|
-
DetectEntitiesCommandInput,
|
|
28
|
-
DetectEntitiesCommandOutput,
|
|
29
|
-
} from "../commands/DetectEntitiesCommand";
|
|
30
|
-
import {
|
|
31
|
-
DetectEntitiesV2CommandInput,
|
|
32
|
-
DetectEntitiesV2CommandOutput,
|
|
33
|
-
} from "../commands/DetectEntitiesV2Command";
|
|
34
|
-
import {
|
|
35
|
-
DetectPHICommandInput,
|
|
36
|
-
DetectPHICommandOutput,
|
|
37
|
-
} from "../commands/DetectPHICommand";
|
|
38
|
-
import {
|
|
39
|
-
InferICD10CMCommandInput,
|
|
40
|
-
InferICD10CMCommandOutput,
|
|
41
|
-
} from "../commands/InferICD10CMCommand";
|
|
42
|
-
import {
|
|
43
|
-
InferRxNormCommandInput,
|
|
44
|
-
InferRxNormCommandOutput,
|
|
45
|
-
} from "../commands/InferRxNormCommand";
|
|
46
|
-
import {
|
|
47
|
-
InferSNOMEDCTCommandInput,
|
|
48
|
-
InferSNOMEDCTCommandOutput,
|
|
49
|
-
} from "../commands/InferSNOMEDCTCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListEntitiesDetectionV2JobsCommandInput,
|
|
52
|
-
ListEntitiesDetectionV2JobsCommandOutput,
|
|
53
|
-
} from "../commands/ListEntitiesDetectionV2JobsCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListICD10CMInferenceJobsCommandInput,
|
|
56
|
-
ListICD10CMInferenceJobsCommandOutput,
|
|
57
|
-
} from "../commands/ListICD10CMInferenceJobsCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListPHIDetectionJobsCommandInput,
|
|
60
|
-
ListPHIDetectionJobsCommandOutput,
|
|
61
|
-
} from "../commands/ListPHIDetectionJobsCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListRxNormInferenceJobsCommandInput,
|
|
64
|
-
ListRxNormInferenceJobsCommandOutput,
|
|
65
|
-
} from "../commands/ListRxNormInferenceJobsCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListSNOMEDCTInferenceJobsCommandInput,
|
|
68
|
-
ListSNOMEDCTInferenceJobsCommandOutput,
|
|
69
|
-
} from "../commands/ListSNOMEDCTInferenceJobsCommand";
|
|
70
|
-
import {
|
|
71
|
-
StartEntitiesDetectionV2JobCommandInput,
|
|
72
|
-
StartEntitiesDetectionV2JobCommandOutput,
|
|
73
|
-
} from "../commands/StartEntitiesDetectionV2JobCommand";
|
|
74
|
-
import {
|
|
75
|
-
StartICD10CMInferenceJobCommandInput,
|
|
76
|
-
StartICD10CMInferenceJobCommandOutput,
|
|
77
|
-
} from "../commands/StartICD10CMInferenceJobCommand";
|
|
78
|
-
import {
|
|
79
|
-
StartPHIDetectionJobCommandInput,
|
|
80
|
-
StartPHIDetectionJobCommandOutput,
|
|
81
|
-
} from "../commands/StartPHIDetectionJobCommand";
|
|
82
|
-
import {
|
|
83
|
-
StartRxNormInferenceJobCommandInput,
|
|
84
|
-
StartRxNormInferenceJobCommandOutput,
|
|
85
|
-
} from "../commands/StartRxNormInferenceJobCommand";
|
|
86
|
-
import {
|
|
87
|
-
StartSNOMEDCTInferenceJobCommandInput,
|
|
88
|
-
StartSNOMEDCTInferenceJobCommandOutput,
|
|
89
|
-
} from "../commands/StartSNOMEDCTInferenceJobCommand";
|
|
90
|
-
import {
|
|
91
|
-
StopEntitiesDetectionV2JobCommandInput,
|
|
92
|
-
StopEntitiesDetectionV2JobCommandOutput,
|
|
93
|
-
} from "../commands/StopEntitiesDetectionV2JobCommand";
|
|
94
|
-
import {
|
|
95
|
-
StopICD10CMInferenceJobCommandInput,
|
|
96
|
-
StopICD10CMInferenceJobCommandOutput,
|
|
97
|
-
} from "../commands/StopICD10CMInferenceJobCommand";
|
|
98
|
-
import {
|
|
99
|
-
StopPHIDetectionJobCommandInput,
|
|
100
|
-
StopPHIDetectionJobCommandOutput,
|
|
101
|
-
} from "../commands/StopPHIDetectionJobCommand";
|
|
102
|
-
import {
|
|
103
|
-
StopRxNormInferenceJobCommandInput,
|
|
104
|
-
StopRxNormInferenceJobCommandOutput,
|
|
105
|
-
} from "../commands/StopRxNormInferenceJobCommand";
|
|
106
|
-
import {
|
|
107
|
-
StopSNOMEDCTInferenceJobCommandInput,
|
|
108
|
-
StopSNOMEDCTInferenceJobCommandOutput,
|
|
109
|
-
} from "../commands/StopSNOMEDCTInferenceJobCommand";
|
|
110
|
-
export declare const se_DescribeEntitiesDetectionV2JobCommand: (
|
|
111
|
-
input: DescribeEntitiesDetectionV2JobCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_DescribeICD10CMInferenceJobCommand: (
|
|
115
|
-
input: DescribeICD10CMInferenceJobCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_DescribePHIDetectionJobCommand: (
|
|
119
|
-
input: DescribePHIDetectionJobCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_DescribeRxNormInferenceJobCommand: (
|
|
123
|
-
input: DescribeRxNormInferenceJobCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_DescribeSNOMEDCTInferenceJobCommand: (
|
|
127
|
-
input: DescribeSNOMEDCTInferenceJobCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_DetectEntitiesCommand: (
|
|
131
|
-
input: DetectEntitiesCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_DetectEntitiesV2Command: (
|
|
135
|
-
input: DetectEntitiesV2CommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_DetectPHICommand: (
|
|
139
|
-
input: DetectPHICommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_InferICD10CMCommand: (
|
|
143
|
-
input: InferICD10CMCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_InferRxNormCommand: (
|
|
147
|
-
input: InferRxNormCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_InferSNOMEDCTCommand: (
|
|
151
|
-
input: InferSNOMEDCTCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_ListEntitiesDetectionV2JobsCommand: (
|
|
155
|
-
input: ListEntitiesDetectionV2JobsCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_ListICD10CMInferenceJobsCommand: (
|
|
159
|
-
input: ListICD10CMInferenceJobsCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_ListPHIDetectionJobsCommand: (
|
|
163
|
-
input: ListPHIDetectionJobsCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_ListRxNormInferenceJobsCommand: (
|
|
167
|
-
input: ListRxNormInferenceJobsCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_ListSNOMEDCTInferenceJobsCommand: (
|
|
171
|
-
input: ListSNOMEDCTInferenceJobsCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_StartEntitiesDetectionV2JobCommand: (
|
|
175
|
-
input: StartEntitiesDetectionV2JobCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_StartICD10CMInferenceJobCommand: (
|
|
179
|
-
input: StartICD10CMInferenceJobCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_StartPHIDetectionJobCommand: (
|
|
183
|
-
input: StartPHIDetectionJobCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_StartRxNormInferenceJobCommand: (
|
|
187
|
-
input: StartRxNormInferenceJobCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_StartSNOMEDCTInferenceJobCommand: (
|
|
191
|
-
input: StartSNOMEDCTInferenceJobCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_StopEntitiesDetectionV2JobCommand: (
|
|
195
|
-
input: StopEntitiesDetectionV2JobCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_StopICD10CMInferenceJobCommand: (
|
|
199
|
-
input: StopICD10CMInferenceJobCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_StopPHIDetectionJobCommand: (
|
|
203
|
-
input: StopPHIDetectionJobCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_StopRxNormInferenceJobCommand: (
|
|
207
|
-
input: StopRxNormInferenceJobCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_StopSNOMEDCTInferenceJobCommand: (
|
|
211
|
-
input: StopSNOMEDCTInferenceJobCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const de_DescribeEntitiesDetectionV2JobCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<DescribeEntitiesDetectionV2JobCommandOutput>;
|
|
218
|
-
export declare const de_DescribeICD10CMInferenceJobCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<DescribeICD10CMInferenceJobCommandOutput>;
|
|
222
|
-
export declare const de_DescribePHIDetectionJobCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<DescribePHIDetectionJobCommandOutput>;
|
|
226
|
-
export declare const de_DescribeRxNormInferenceJobCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<DescribeRxNormInferenceJobCommandOutput>;
|
|
230
|
-
export declare const de_DescribeSNOMEDCTInferenceJobCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
|
|
234
|
-
export declare const de_DetectEntitiesCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<DetectEntitiesCommandOutput>;
|
|
238
|
-
export declare const de_DetectEntitiesV2Command: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<DetectEntitiesV2CommandOutput>;
|
|
242
|
-
export declare const de_DetectPHICommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<DetectPHICommandOutput>;
|
|
246
|
-
export declare const de_InferICD10CMCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<InferICD10CMCommandOutput>;
|
|
250
|
-
export declare const de_InferRxNormCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<InferRxNormCommandOutput>;
|
|
254
|
-
export declare const de_InferSNOMEDCTCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<InferSNOMEDCTCommandOutput>;
|
|
258
|
-
export declare const de_ListEntitiesDetectionV2JobsCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<ListEntitiesDetectionV2JobsCommandOutput>;
|
|
262
|
-
export declare const de_ListICD10CMInferenceJobsCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<ListICD10CMInferenceJobsCommandOutput>;
|
|
266
|
-
export declare const de_ListPHIDetectionJobsCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<ListPHIDetectionJobsCommandOutput>;
|
|
270
|
-
export declare const de_ListRxNormInferenceJobsCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<ListRxNormInferenceJobsCommandOutput>;
|
|
274
|
-
export declare const de_ListSNOMEDCTInferenceJobsCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
278
|
-
export declare const de_StartEntitiesDetectionV2JobCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<StartEntitiesDetectionV2JobCommandOutput>;
|
|
282
|
-
export declare const de_StartICD10CMInferenceJobCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<StartICD10CMInferenceJobCommandOutput>;
|
|
286
|
-
export declare const de_StartPHIDetectionJobCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<StartPHIDetectionJobCommandOutput>;
|
|
290
|
-
export declare const de_StartRxNormInferenceJobCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<StartRxNormInferenceJobCommandOutput>;
|
|
294
|
-
export declare const de_StartSNOMEDCTInferenceJobCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<StartSNOMEDCTInferenceJobCommandOutput>;
|
|
298
|
-
export declare const de_StopEntitiesDetectionV2JobCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<StopEntitiesDetectionV2JobCommandOutput>;
|
|
302
|
-
export declare const de_StopICD10CMInferenceJobCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<StopICD10CMInferenceJobCommandOutput>;
|
|
306
|
-
export declare const de_StopPHIDetectionJobCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<StopPHIDetectionJobCommandOutput>;
|
|
310
|
-
export declare const de_StopRxNormInferenceJobCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<StopRxNormInferenceJobCommandOutput>;
|
|
314
|
-
export declare const de_StopSNOMEDCTInferenceJobCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<StopSNOMEDCTInferenceJobCommandOutput>;
|