@aws-sdk/client-comprehendmedical 3.306.0 → 3.309.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/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -2
- package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/DetectEntitiesCommand.js +2 -2
- package/dist-cjs/commands/DetectEntitiesV2Command.js +2 -2
- package/dist-cjs/commands/DetectPHICommand.js +2 -2
- package/dist-cjs/commands/InferICD10CMCommand.js +2 -2
- package/dist-cjs/commands/InferRxNormCommand.js +2 -2
- package/dist-cjs/commands/InferSNOMEDCTCommand.js +2 -2
- package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +2 -2
- package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +2 -2
- package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +2 -2
- package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -2
- package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +2 -2
- package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/StartPHIDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +2 -2
- package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/StopPHIDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +510 -548
- package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +3 -3
- package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +3 -3
- package/dist-es/commands/DescribePHIDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +3 -3
- package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +3 -3
- package/dist-es/commands/DetectEntitiesCommand.js +3 -3
- package/dist-es/commands/DetectEntitiesV2Command.js +3 -3
- package/dist-es/commands/DetectPHICommand.js +3 -3
- package/dist-es/commands/InferICD10CMCommand.js +3 -3
- package/dist-es/commands/InferRxNormCommand.js +3 -3
- package/dist-es/commands/InferSNOMEDCTCommand.js +3 -3
- package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +3 -3
- package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +3 -3
- package/dist-es/commands/ListPHIDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListRxNormInferenceJobsCommand.js +3 -3
- package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +3 -3
- package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +3 -3
- package/dist-es/commands/StartICD10CMInferenceJobCommand.js +3 -3
- package/dist-es/commands/StartPHIDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartRxNormInferenceJobCommand.js +3 -3
- package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +3 -3
- package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +3 -3
- package/dist-es/commands/StopICD10CMInferenceJobCommand.js +3 -3
- package/dist-es/commands/StopPHIDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopRxNormInferenceJobCommand.js +3 -3
- package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +456 -494
- package/dist-types/protocols/Aws_json1_1.d.ts +208 -52
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +52 -52
- package/package.json +6 -6
|
@@ -26,55 +26,211 @@ import { StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutp
|
|
|
26
26
|
import { StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput } from "../commands/StopPHIDetectionJobCommand";
|
|
27
27
|
import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput } from "../commands/StopRxNormInferenceJobCommand";
|
|
28
28
|
import { StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput } from "../commands/StopSNOMEDCTInferenceJobCommand";
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export declare const
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export declare const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export declare const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export declare const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
export declare const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export declare const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export declare const
|
|
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>;
|
|
@@ -107,211 +107,211 @@ import {
|
|
|
107
107
|
StopSNOMEDCTInferenceJobCommandInput,
|
|
108
108
|
StopSNOMEDCTInferenceJobCommandOutput,
|
|
109
109
|
} from "../commands/StopSNOMEDCTInferenceJobCommand";
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_DescribeEntitiesDetectionV2JobCommand: (
|
|
111
111
|
input: DescribeEntitiesDetectionV2JobCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_DescribeICD10CMInferenceJobCommand: (
|
|
115
115
|
input: DescribeICD10CMInferenceJobCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_DescribePHIDetectionJobCommand: (
|
|
119
119
|
input: DescribePHIDetectionJobCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_DescribeRxNormInferenceJobCommand: (
|
|
123
123
|
input: DescribeRxNormInferenceJobCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_DescribeSNOMEDCTInferenceJobCommand: (
|
|
127
127
|
input: DescribeSNOMEDCTInferenceJobCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_DetectEntitiesCommand: (
|
|
131
131
|
input: DetectEntitiesCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_DetectEntitiesV2Command: (
|
|
135
135
|
input: DetectEntitiesV2CommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DetectPHICommand: (
|
|
139
139
|
input: DetectPHICommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_InferICD10CMCommand: (
|
|
143
143
|
input: InferICD10CMCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_InferRxNormCommand: (
|
|
147
147
|
input: InferRxNormCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_InferSNOMEDCTCommand: (
|
|
151
151
|
input: InferSNOMEDCTCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_ListEntitiesDetectionV2JobsCommand: (
|
|
155
155
|
input: ListEntitiesDetectionV2JobsCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_ListICD10CMInferenceJobsCommand: (
|
|
159
159
|
input: ListICD10CMInferenceJobsCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_ListPHIDetectionJobsCommand: (
|
|
163
163
|
input: ListPHIDetectionJobsCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_ListRxNormInferenceJobsCommand: (
|
|
167
167
|
input: ListRxNormInferenceJobsCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_ListSNOMEDCTInferenceJobsCommand: (
|
|
171
171
|
input: ListSNOMEDCTInferenceJobsCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_StartEntitiesDetectionV2JobCommand: (
|
|
175
175
|
input: StartEntitiesDetectionV2JobCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_StartICD10CMInferenceJobCommand: (
|
|
179
179
|
input: StartICD10CMInferenceJobCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_StartPHIDetectionJobCommand: (
|
|
183
183
|
input: StartPHIDetectionJobCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_StartRxNormInferenceJobCommand: (
|
|
187
187
|
input: StartRxNormInferenceJobCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_StartSNOMEDCTInferenceJobCommand: (
|
|
191
191
|
input: StartSNOMEDCTInferenceJobCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_StopEntitiesDetectionV2JobCommand: (
|
|
195
195
|
input: StopEntitiesDetectionV2JobCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_StopICD10CMInferenceJobCommand: (
|
|
199
199
|
input: StopICD10CMInferenceJobCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_StopPHIDetectionJobCommand: (
|
|
203
203
|
input: StopPHIDetectionJobCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_StopRxNormInferenceJobCommand: (
|
|
207
207
|
input: StopRxNormInferenceJobCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_StopSNOMEDCTInferenceJobCommand: (
|
|
211
211
|
input: StopSNOMEDCTInferenceJobCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_DescribeEntitiesDetectionV2JobCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<DescribeEntitiesDetectionV2JobCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_DescribeICD10CMInferenceJobCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<DescribeICD10CMInferenceJobCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_DescribePHIDetectionJobCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<DescribePHIDetectionJobCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_DescribeRxNormInferenceJobCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<DescribeRxNormInferenceJobCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_DescribeSNOMEDCTInferenceJobCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_DetectEntitiesCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<DetectEntitiesCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_DetectEntitiesV2Command: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<DetectEntitiesV2CommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_DetectPHICommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<DetectPHICommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_InferICD10CMCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<InferICD10CMCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_InferRxNormCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<InferRxNormCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_InferSNOMEDCTCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<InferSNOMEDCTCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_ListEntitiesDetectionV2JobsCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<ListEntitiesDetectionV2JobsCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_ListICD10CMInferenceJobsCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<ListICD10CMInferenceJobsCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_ListPHIDetectionJobsCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<ListPHIDetectionJobsCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_ListRxNormInferenceJobsCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<ListRxNormInferenceJobsCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_ListSNOMEDCTInferenceJobsCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_StartEntitiesDetectionV2JobCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<StartEntitiesDetectionV2JobCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_StartICD10CMInferenceJobCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<StartICD10CMInferenceJobCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_StartPHIDetectionJobCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<StartPHIDetectionJobCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_StartRxNormInferenceJobCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<StartRxNormInferenceJobCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_StartSNOMEDCTInferenceJobCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<StartSNOMEDCTInferenceJobCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_StopEntitiesDetectionV2JobCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<StopEntitiesDetectionV2JobCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_StopICD10CMInferenceJobCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<StopICD10CMInferenceJobCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_StopPHIDetectionJobCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<StopPHIDetectionJobCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_StopRxNormInferenceJobCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<StopRxNormInferenceJobCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_StopSNOMEDCTInferenceJobCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<StopSNOMEDCTInferenceJobCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-comprehendmedical",
|
|
3
3
|
"description": "AWS SDK for JavaScript Comprehendmedical Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.309.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|