@aws-sdk/client-comprehendmedical 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ComprehendMedical.d.ts +472 -135
- package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +286 -99
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/ComprehendMedicalServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1097 -1021
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,99 +1,286 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
DescribeEntitiesDetectionV2JobCommandInput,
|
|
47
|
+
DescribeEntitiesDetectionV2JobCommandOutput,
|
|
48
|
+
} from "./commands/DescribeEntitiesDetectionV2JobCommand";
|
|
49
|
+
import {
|
|
50
|
+
DescribeICD10CMInferenceJobCommandInput,
|
|
51
|
+
DescribeICD10CMInferenceJobCommandOutput,
|
|
52
|
+
} from "./commands/DescribeICD10CMInferenceJobCommand";
|
|
53
|
+
import {
|
|
54
|
+
DescribePHIDetectionJobCommandInput,
|
|
55
|
+
DescribePHIDetectionJobCommandOutput,
|
|
56
|
+
} from "./commands/DescribePHIDetectionJobCommand";
|
|
57
|
+
import {
|
|
58
|
+
DescribeRxNormInferenceJobCommandInput,
|
|
59
|
+
DescribeRxNormInferenceJobCommandOutput,
|
|
60
|
+
} from "./commands/DescribeRxNormInferenceJobCommand";
|
|
61
|
+
import {
|
|
62
|
+
DescribeSNOMEDCTInferenceJobCommandInput,
|
|
63
|
+
DescribeSNOMEDCTInferenceJobCommandOutput,
|
|
64
|
+
} from "./commands/DescribeSNOMEDCTInferenceJobCommand";
|
|
65
|
+
import {
|
|
66
|
+
DetectEntitiesCommandInput,
|
|
67
|
+
DetectEntitiesCommandOutput,
|
|
68
|
+
} from "./commands/DetectEntitiesCommand";
|
|
69
|
+
import {
|
|
70
|
+
DetectEntitiesV2CommandInput,
|
|
71
|
+
DetectEntitiesV2CommandOutput,
|
|
72
|
+
} from "./commands/DetectEntitiesV2Command";
|
|
73
|
+
import {
|
|
74
|
+
DetectPHICommandInput,
|
|
75
|
+
DetectPHICommandOutput,
|
|
76
|
+
} from "./commands/DetectPHICommand";
|
|
77
|
+
import {
|
|
78
|
+
InferICD10CMCommandInput,
|
|
79
|
+
InferICD10CMCommandOutput,
|
|
80
|
+
} from "./commands/InferICD10CMCommand";
|
|
81
|
+
import {
|
|
82
|
+
InferRxNormCommandInput,
|
|
83
|
+
InferRxNormCommandOutput,
|
|
84
|
+
} from "./commands/InferRxNormCommand";
|
|
85
|
+
import {
|
|
86
|
+
InferSNOMEDCTCommandInput,
|
|
87
|
+
InferSNOMEDCTCommandOutput,
|
|
88
|
+
} from "./commands/InferSNOMEDCTCommand";
|
|
89
|
+
import {
|
|
90
|
+
ListEntitiesDetectionV2JobsCommandInput,
|
|
91
|
+
ListEntitiesDetectionV2JobsCommandOutput,
|
|
92
|
+
} from "./commands/ListEntitiesDetectionV2JobsCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListICD10CMInferenceJobsCommandInput,
|
|
95
|
+
ListICD10CMInferenceJobsCommandOutput,
|
|
96
|
+
} from "./commands/ListICD10CMInferenceJobsCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListPHIDetectionJobsCommandInput,
|
|
99
|
+
ListPHIDetectionJobsCommandOutput,
|
|
100
|
+
} from "./commands/ListPHIDetectionJobsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListRxNormInferenceJobsCommandInput,
|
|
103
|
+
ListRxNormInferenceJobsCommandOutput,
|
|
104
|
+
} from "./commands/ListRxNormInferenceJobsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListSNOMEDCTInferenceJobsCommandInput,
|
|
107
|
+
ListSNOMEDCTInferenceJobsCommandOutput,
|
|
108
|
+
} from "./commands/ListSNOMEDCTInferenceJobsCommand";
|
|
109
|
+
import {
|
|
110
|
+
StartEntitiesDetectionV2JobCommandInput,
|
|
111
|
+
StartEntitiesDetectionV2JobCommandOutput,
|
|
112
|
+
} from "./commands/StartEntitiesDetectionV2JobCommand";
|
|
113
|
+
import {
|
|
114
|
+
StartICD10CMInferenceJobCommandInput,
|
|
115
|
+
StartICD10CMInferenceJobCommandOutput,
|
|
116
|
+
} from "./commands/StartICD10CMInferenceJobCommand";
|
|
117
|
+
import {
|
|
118
|
+
StartPHIDetectionJobCommandInput,
|
|
119
|
+
StartPHIDetectionJobCommandOutput,
|
|
120
|
+
} from "./commands/StartPHIDetectionJobCommand";
|
|
121
|
+
import {
|
|
122
|
+
StartRxNormInferenceJobCommandInput,
|
|
123
|
+
StartRxNormInferenceJobCommandOutput,
|
|
124
|
+
} from "./commands/StartRxNormInferenceJobCommand";
|
|
125
|
+
import {
|
|
126
|
+
StartSNOMEDCTInferenceJobCommandInput,
|
|
127
|
+
StartSNOMEDCTInferenceJobCommandOutput,
|
|
128
|
+
} from "./commands/StartSNOMEDCTInferenceJobCommand";
|
|
129
|
+
import {
|
|
130
|
+
StopEntitiesDetectionV2JobCommandInput,
|
|
131
|
+
StopEntitiesDetectionV2JobCommandOutput,
|
|
132
|
+
} from "./commands/StopEntitiesDetectionV2JobCommand";
|
|
133
|
+
import {
|
|
134
|
+
StopICD10CMInferenceJobCommandInput,
|
|
135
|
+
StopICD10CMInferenceJobCommandOutput,
|
|
136
|
+
} from "./commands/StopICD10CMInferenceJobCommand";
|
|
137
|
+
import {
|
|
138
|
+
StopPHIDetectionJobCommandInput,
|
|
139
|
+
StopPHIDetectionJobCommandOutput,
|
|
140
|
+
} from "./commands/StopPHIDetectionJobCommand";
|
|
141
|
+
import {
|
|
142
|
+
StopRxNormInferenceJobCommandInput,
|
|
143
|
+
StopRxNormInferenceJobCommandOutput,
|
|
144
|
+
} from "./commands/StopRxNormInferenceJobCommand";
|
|
145
|
+
import {
|
|
146
|
+
StopSNOMEDCTInferenceJobCommandInput,
|
|
147
|
+
StopSNOMEDCTInferenceJobCommandOutput,
|
|
148
|
+
} from "./commands/StopSNOMEDCTInferenceJobCommand";
|
|
149
|
+
export declare type ServiceInputTypes =
|
|
150
|
+
| DescribeEntitiesDetectionV2JobCommandInput
|
|
151
|
+
| DescribeICD10CMInferenceJobCommandInput
|
|
152
|
+
| DescribePHIDetectionJobCommandInput
|
|
153
|
+
| DescribeRxNormInferenceJobCommandInput
|
|
154
|
+
| DescribeSNOMEDCTInferenceJobCommandInput
|
|
155
|
+
| DetectEntitiesCommandInput
|
|
156
|
+
| DetectEntitiesV2CommandInput
|
|
157
|
+
| DetectPHICommandInput
|
|
158
|
+
| InferICD10CMCommandInput
|
|
159
|
+
| InferRxNormCommandInput
|
|
160
|
+
| InferSNOMEDCTCommandInput
|
|
161
|
+
| ListEntitiesDetectionV2JobsCommandInput
|
|
162
|
+
| ListICD10CMInferenceJobsCommandInput
|
|
163
|
+
| ListPHIDetectionJobsCommandInput
|
|
164
|
+
| ListRxNormInferenceJobsCommandInput
|
|
165
|
+
| ListSNOMEDCTInferenceJobsCommandInput
|
|
166
|
+
| StartEntitiesDetectionV2JobCommandInput
|
|
167
|
+
| StartICD10CMInferenceJobCommandInput
|
|
168
|
+
| StartPHIDetectionJobCommandInput
|
|
169
|
+
| StartRxNormInferenceJobCommandInput
|
|
170
|
+
| StartSNOMEDCTInferenceJobCommandInput
|
|
171
|
+
| StopEntitiesDetectionV2JobCommandInput
|
|
172
|
+
| StopICD10CMInferenceJobCommandInput
|
|
173
|
+
| StopPHIDetectionJobCommandInput
|
|
174
|
+
| StopRxNormInferenceJobCommandInput
|
|
175
|
+
| StopSNOMEDCTInferenceJobCommandInput;
|
|
176
|
+
export declare type ServiceOutputTypes =
|
|
177
|
+
| DescribeEntitiesDetectionV2JobCommandOutput
|
|
178
|
+
| DescribeICD10CMInferenceJobCommandOutput
|
|
179
|
+
| DescribePHIDetectionJobCommandOutput
|
|
180
|
+
| DescribeRxNormInferenceJobCommandOutput
|
|
181
|
+
| DescribeSNOMEDCTInferenceJobCommandOutput
|
|
182
|
+
| DetectEntitiesCommandOutput
|
|
183
|
+
| DetectEntitiesV2CommandOutput
|
|
184
|
+
| DetectPHICommandOutput
|
|
185
|
+
| InferICD10CMCommandOutput
|
|
186
|
+
| InferRxNormCommandOutput
|
|
187
|
+
| InferSNOMEDCTCommandOutput
|
|
188
|
+
| ListEntitiesDetectionV2JobsCommandOutput
|
|
189
|
+
| ListICD10CMInferenceJobsCommandOutput
|
|
190
|
+
| ListPHIDetectionJobsCommandOutput
|
|
191
|
+
| ListRxNormInferenceJobsCommandOutput
|
|
192
|
+
| ListSNOMEDCTInferenceJobsCommandOutput
|
|
193
|
+
| StartEntitiesDetectionV2JobCommandOutput
|
|
194
|
+
| StartICD10CMInferenceJobCommandOutput
|
|
195
|
+
| StartPHIDetectionJobCommandOutput
|
|
196
|
+
| StartRxNormInferenceJobCommandOutput
|
|
197
|
+
| StartSNOMEDCTInferenceJobCommandOutput
|
|
198
|
+
| StopEntitiesDetectionV2JobCommandOutput
|
|
199
|
+
| StopICD10CMInferenceJobCommandOutput
|
|
200
|
+
| StopPHIDetectionJobCommandOutput
|
|
201
|
+
| StopRxNormInferenceJobCommandOutput
|
|
202
|
+
| StopSNOMEDCTInferenceJobCommandOutput;
|
|
203
|
+
export interface ClientDefaults
|
|
204
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
205
|
+
requestHandler?: __HttpHandler;
|
|
206
|
+
|
|
207
|
+
sha256?: __HashConstructor;
|
|
208
|
+
|
|
209
|
+
urlParser?: __UrlParser;
|
|
210
|
+
|
|
211
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
212
|
+
|
|
213
|
+
streamCollector?: __StreamCollector;
|
|
214
|
+
|
|
215
|
+
base64Decoder?: __Decoder;
|
|
216
|
+
|
|
217
|
+
base64Encoder?: __Encoder;
|
|
218
|
+
|
|
219
|
+
utf8Decoder?: __Decoder;
|
|
220
|
+
|
|
221
|
+
utf8Encoder?: __Encoder;
|
|
222
|
+
|
|
223
|
+
runtime?: string;
|
|
224
|
+
|
|
225
|
+
disableHostPrefix?: boolean;
|
|
226
|
+
|
|
227
|
+
maxAttempts?: number | __Provider<number>;
|
|
228
|
+
|
|
229
|
+
retryMode?: string | __Provider<string>;
|
|
230
|
+
|
|
231
|
+
logger?: __Logger;
|
|
232
|
+
|
|
233
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
234
|
+
|
|
235
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
236
|
+
|
|
237
|
+
serviceId?: string;
|
|
238
|
+
|
|
239
|
+
region?: string | __Provider<string>;
|
|
240
|
+
|
|
241
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
242
|
+
|
|
243
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
244
|
+
|
|
245
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
246
|
+
|
|
247
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
248
|
+
}
|
|
249
|
+
declare type ComprehendMedicalClientConfigType = Partial<
|
|
250
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
251
|
+
> &
|
|
252
|
+
ClientDefaults &
|
|
253
|
+
RegionInputConfig &
|
|
254
|
+
EndpointsInputConfig &
|
|
255
|
+
RetryInputConfig &
|
|
256
|
+
HostHeaderInputConfig &
|
|
257
|
+
AwsAuthInputConfig &
|
|
258
|
+
UserAgentInputConfig;
|
|
259
|
+
|
|
260
|
+
export interface ComprehendMedicalClientConfig
|
|
261
|
+
extends ComprehendMedicalClientConfigType {}
|
|
262
|
+
declare type ComprehendMedicalClientResolvedConfigType =
|
|
263
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
264
|
+
Required<ClientDefaults> &
|
|
265
|
+
RegionResolvedConfig &
|
|
266
|
+
EndpointsResolvedConfig &
|
|
267
|
+
RetryResolvedConfig &
|
|
268
|
+
HostHeaderResolvedConfig &
|
|
269
|
+
AwsAuthResolvedConfig &
|
|
270
|
+
UserAgentResolvedConfig;
|
|
271
|
+
|
|
272
|
+
export interface ComprehendMedicalClientResolvedConfig
|
|
273
|
+
extends ComprehendMedicalClientResolvedConfigType {}
|
|
274
|
+
|
|
275
|
+
export declare class ComprehendMedicalClient extends __Client<
|
|
276
|
+
__HttpHandlerOptions,
|
|
277
|
+
ServiceInputTypes,
|
|
278
|
+
ServiceOutputTypes,
|
|
279
|
+
ComprehendMedicalClientResolvedConfig
|
|
280
|
+
> {
|
|
281
|
+
readonly config: ComprehendMedicalClientResolvedConfig;
|
|
282
|
+
constructor(configuration: ComprehendMedicalClientConfig);
|
|
283
|
+
|
|
284
|
+
destroy(): void;
|
|
285
|
+
}
|
|
286
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendMedicalClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendMedicalClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeEntitiesDetectionV2JobRequest,
|
|
15
|
+
DescribeEntitiesDetectionV2JobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEntitiesDetectionV2JobCommandInput
|
|
18
|
+
extends DescribeEntitiesDetectionV2JobRequest {}
|
|
19
|
+
export interface DescribeEntitiesDetectionV2JobCommandOutput
|
|
20
|
+
extends DescribeEntitiesDetectionV2JobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEntitiesDetectionV2JobCommand extends $Command<
|
|
24
|
+
DescribeEntitiesDetectionV2JobCommandInput,
|
|
25
|
+
DescribeEntitiesDetectionV2JobCommandOutput,
|
|
26
|
+
ComprehendMedicalClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEntitiesDetectionV2JobCommandInput;
|
|
29
|
+
constructor(input: DescribeEntitiesDetectionV2JobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendMedicalClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeEntitiesDetectionV2JobCommandInput,
|
|
37
|
+
DescribeEntitiesDetectionV2JobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendMedicalClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendMedicalClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeICD10CMInferenceJobRequest,
|
|
15
|
+
DescribeICD10CMInferenceJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeICD10CMInferenceJobCommandInput
|
|
18
|
+
extends DescribeICD10CMInferenceJobRequest {}
|
|
19
|
+
export interface DescribeICD10CMInferenceJobCommandOutput
|
|
20
|
+
extends DescribeICD10CMInferenceJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeICD10CMInferenceJobCommand extends $Command<
|
|
24
|
+
DescribeICD10CMInferenceJobCommandInput,
|
|
25
|
+
DescribeICD10CMInferenceJobCommandOutput,
|
|
26
|
+
ComprehendMedicalClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeICD10CMInferenceJobCommandInput;
|
|
29
|
+
constructor(input: DescribeICD10CMInferenceJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendMedicalClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeICD10CMInferenceJobCommandInput,
|
|
37
|
+
DescribeICD10CMInferenceJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendMedicalClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendMedicalClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribePHIDetectionJobRequest,
|
|
15
|
+
DescribePHIDetectionJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribePHIDetectionJobCommandInput
|
|
18
|
+
extends DescribePHIDetectionJobRequest {}
|
|
19
|
+
export interface DescribePHIDetectionJobCommandOutput
|
|
20
|
+
extends DescribePHIDetectionJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribePHIDetectionJobCommand extends $Command<
|
|
24
|
+
DescribePHIDetectionJobCommandInput,
|
|
25
|
+
DescribePHIDetectionJobCommandOutput,
|
|
26
|
+
ComprehendMedicalClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribePHIDetectionJobCommandInput;
|
|
29
|
+
constructor(input: DescribePHIDetectionJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendMedicalClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribePHIDetectionJobCommandInput,
|
|
37
|
+
DescribePHIDetectionJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendMedicalClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendMedicalClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeRxNormInferenceJobRequest,
|
|
15
|
+
DescribeRxNormInferenceJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRxNormInferenceJobCommandInput
|
|
18
|
+
extends DescribeRxNormInferenceJobRequest {}
|
|
19
|
+
export interface DescribeRxNormInferenceJobCommandOutput
|
|
20
|
+
extends DescribeRxNormInferenceJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeRxNormInferenceJobCommand extends $Command<
|
|
24
|
+
DescribeRxNormInferenceJobCommandInput,
|
|
25
|
+
DescribeRxNormInferenceJobCommandOutput,
|
|
26
|
+
ComprehendMedicalClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeRxNormInferenceJobCommandInput;
|
|
29
|
+
constructor(input: DescribeRxNormInferenceJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendMedicalClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeRxNormInferenceJobCommandInput,
|
|
37
|
+
DescribeRxNormInferenceJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|