@aws-sdk/client-comprehendmedical 3.170.0 → 3.171.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.
Files changed (36) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ComprehendMedical.d.ts +0 -26
  3. package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/models/ComprehendMedicalServiceException.d.ts +0 -1
  31. package/dist-types/ts3.4/models/models_0.d.ts +0 -274
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  36. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-comprehendmedical
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-comprehendmedical
@@ -104,7 +104,6 @@ import {
104
104
  StopSNOMEDCTInferenceJobCommandOutput,
105
105
  } from "./commands/StopSNOMEDCTInferenceJobCommand";
106
106
  import { ComprehendMedicalClient } from "./ComprehendMedicalClient";
107
-
108
107
  export declare class ComprehendMedical extends ComprehendMedicalClient {
109
108
  describeEntitiesDetectionV2Job(
110
109
  args: DescribeEntitiesDetectionV2JobCommandInput,
@@ -119,7 +118,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
119
118
  options: __HttpHandlerOptions,
120
119
  cb: (err: any, data?: DescribeEntitiesDetectionV2JobCommandOutput) => void
121
120
  ): void;
122
-
123
121
  describeICD10CMInferenceJob(
124
122
  args: DescribeICD10CMInferenceJobCommandInput,
125
123
  options?: __HttpHandlerOptions
@@ -133,7 +131,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
133
131
  options: __HttpHandlerOptions,
134
132
  cb: (err: any, data?: DescribeICD10CMInferenceJobCommandOutput) => void
135
133
  ): void;
136
-
137
134
  describePHIDetectionJob(
138
135
  args: DescribePHIDetectionJobCommandInput,
139
136
  options?: __HttpHandlerOptions
@@ -147,7 +144,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
147
144
  options: __HttpHandlerOptions,
148
145
  cb: (err: any, data?: DescribePHIDetectionJobCommandOutput) => void
149
146
  ): void;
150
-
151
147
  describeRxNormInferenceJob(
152
148
  args: DescribeRxNormInferenceJobCommandInput,
153
149
  options?: __HttpHandlerOptions
@@ -161,7 +157,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
161
157
  options: __HttpHandlerOptions,
162
158
  cb: (err: any, data?: DescribeRxNormInferenceJobCommandOutput) => void
163
159
  ): void;
164
-
165
160
  describeSNOMEDCTInferenceJob(
166
161
  args: DescribeSNOMEDCTInferenceJobCommandInput,
167
162
  options?: __HttpHandlerOptions
@@ -175,7 +170,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
175
170
  options: __HttpHandlerOptions,
176
171
  cb: (err: any, data?: DescribeSNOMEDCTInferenceJobCommandOutput) => void
177
172
  ): void;
178
-
179
173
  detectEntities(
180
174
  args: DetectEntitiesCommandInput,
181
175
  options?: __HttpHandlerOptions
@@ -189,7 +183,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
189
183
  options: __HttpHandlerOptions,
190
184
  cb: (err: any, data?: DetectEntitiesCommandOutput) => void
191
185
  ): void;
192
-
193
186
  detectEntitiesV2(
194
187
  args: DetectEntitiesV2CommandInput,
195
188
  options?: __HttpHandlerOptions
@@ -203,7 +196,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
203
196
  options: __HttpHandlerOptions,
204
197
  cb: (err: any, data?: DetectEntitiesV2CommandOutput) => void
205
198
  ): void;
206
-
207
199
  detectPHI(
208
200
  args: DetectPHICommandInput,
209
201
  options?: __HttpHandlerOptions
@@ -217,7 +209,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
217
209
  options: __HttpHandlerOptions,
218
210
  cb: (err: any, data?: DetectPHICommandOutput) => void
219
211
  ): void;
220
-
221
212
  inferICD10CM(
222
213
  args: InferICD10CMCommandInput,
223
214
  options?: __HttpHandlerOptions
@@ -231,7 +222,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
231
222
  options: __HttpHandlerOptions,
232
223
  cb: (err: any, data?: InferICD10CMCommandOutput) => void
233
224
  ): void;
234
-
235
225
  inferRxNorm(
236
226
  args: InferRxNormCommandInput,
237
227
  options?: __HttpHandlerOptions
@@ -245,7 +235,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
245
235
  options: __HttpHandlerOptions,
246
236
  cb: (err: any, data?: InferRxNormCommandOutput) => void
247
237
  ): void;
248
-
249
238
  inferSNOMEDCT(
250
239
  args: InferSNOMEDCTCommandInput,
251
240
  options?: __HttpHandlerOptions
@@ -259,7 +248,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
259
248
  options: __HttpHandlerOptions,
260
249
  cb: (err: any, data?: InferSNOMEDCTCommandOutput) => void
261
250
  ): void;
262
-
263
251
  listEntitiesDetectionV2Jobs(
264
252
  args: ListEntitiesDetectionV2JobsCommandInput,
265
253
  options?: __HttpHandlerOptions
@@ -273,7 +261,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
273
261
  options: __HttpHandlerOptions,
274
262
  cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void
275
263
  ): void;
276
-
277
264
  listICD10CMInferenceJobs(
278
265
  args: ListICD10CMInferenceJobsCommandInput,
279
266
  options?: __HttpHandlerOptions
@@ -287,7 +274,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
287
274
  options: __HttpHandlerOptions,
288
275
  cb: (err: any, data?: ListICD10CMInferenceJobsCommandOutput) => void
289
276
  ): void;
290
-
291
277
  listPHIDetectionJobs(
292
278
  args: ListPHIDetectionJobsCommandInput,
293
279
  options?: __HttpHandlerOptions
@@ -301,7 +287,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
301
287
  options: __HttpHandlerOptions,
302
288
  cb: (err: any, data?: ListPHIDetectionJobsCommandOutput) => void
303
289
  ): void;
304
-
305
290
  listRxNormInferenceJobs(
306
291
  args: ListRxNormInferenceJobsCommandInput,
307
292
  options?: __HttpHandlerOptions
@@ -315,7 +300,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
315
300
  options: __HttpHandlerOptions,
316
301
  cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void
317
302
  ): void;
318
-
319
303
  listSNOMEDCTInferenceJobs(
320
304
  args: ListSNOMEDCTInferenceJobsCommandInput,
321
305
  options?: __HttpHandlerOptions
@@ -329,7 +313,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
329
313
  options: __HttpHandlerOptions,
330
314
  cb: (err: any, data?: ListSNOMEDCTInferenceJobsCommandOutput) => void
331
315
  ): void;
332
-
333
316
  startEntitiesDetectionV2Job(
334
317
  args: StartEntitiesDetectionV2JobCommandInput,
335
318
  options?: __HttpHandlerOptions
@@ -343,7 +326,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
343
326
  options: __HttpHandlerOptions,
344
327
  cb: (err: any, data?: StartEntitiesDetectionV2JobCommandOutput) => void
345
328
  ): void;
346
-
347
329
  startICD10CMInferenceJob(
348
330
  args: StartICD10CMInferenceJobCommandInput,
349
331
  options?: __HttpHandlerOptions
@@ -357,7 +339,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
357
339
  options: __HttpHandlerOptions,
358
340
  cb: (err: any, data?: StartICD10CMInferenceJobCommandOutput) => void
359
341
  ): void;
360
-
361
342
  startPHIDetectionJob(
362
343
  args: StartPHIDetectionJobCommandInput,
363
344
  options?: __HttpHandlerOptions
@@ -371,7 +352,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
371
352
  options: __HttpHandlerOptions,
372
353
  cb: (err: any, data?: StartPHIDetectionJobCommandOutput) => void
373
354
  ): void;
374
-
375
355
  startRxNormInferenceJob(
376
356
  args: StartRxNormInferenceJobCommandInput,
377
357
  options?: __HttpHandlerOptions
@@ -385,7 +365,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
385
365
  options: __HttpHandlerOptions,
386
366
  cb: (err: any, data?: StartRxNormInferenceJobCommandOutput) => void
387
367
  ): void;
388
-
389
368
  startSNOMEDCTInferenceJob(
390
369
  args: StartSNOMEDCTInferenceJobCommandInput,
391
370
  options?: __HttpHandlerOptions
@@ -399,7 +378,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
399
378
  options: __HttpHandlerOptions,
400
379
  cb: (err: any, data?: StartSNOMEDCTInferenceJobCommandOutput) => void
401
380
  ): void;
402
-
403
381
  stopEntitiesDetectionV2Job(
404
382
  args: StopEntitiesDetectionV2JobCommandInput,
405
383
  options?: __HttpHandlerOptions
@@ -413,7 +391,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
413
391
  options: __HttpHandlerOptions,
414
392
  cb: (err: any, data?: StopEntitiesDetectionV2JobCommandOutput) => void
415
393
  ): void;
416
-
417
394
  stopICD10CMInferenceJob(
418
395
  args: StopICD10CMInferenceJobCommandInput,
419
396
  options?: __HttpHandlerOptions
@@ -427,7 +404,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
427
404
  options: __HttpHandlerOptions,
428
405
  cb: (err: any, data?: StopICD10CMInferenceJobCommandOutput) => void
429
406
  ): void;
430
-
431
407
  stopPHIDetectionJob(
432
408
  args: StopPHIDetectionJobCommandInput,
433
409
  options?: __HttpHandlerOptions
@@ -441,7 +417,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
441
417
  options: __HttpHandlerOptions,
442
418
  cb: (err: any, data?: StopPHIDetectionJobCommandOutput) => void
443
419
  ): void;
444
-
445
420
  stopRxNormInferenceJob(
446
421
  args: StopRxNormInferenceJobCommandInput,
447
422
  options?: __HttpHandlerOptions
@@ -455,7 +430,6 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
455
430
  options: __HttpHandlerOptions,
456
431
  cb: (err: any, data?: StopRxNormInferenceJobCommandOutput) => void
457
432
  ): void;
458
-
459
433
  stopSNOMEDCTInferenceJob(
460
434
  args: StopSNOMEDCTInferenceJobCommandInput,
461
435
  options?: __HttpHandlerOptions
@@ -203,47 +203,26 @@ export declare type ServiceOutputTypes =
203
203
  export interface ClientDefaults
204
204
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
205
205
  requestHandler?: __HttpHandler;
206
-
207
206
  sha256?: __HashConstructor;
208
-
209
207
  urlParser?: __UrlParser;
210
-
211
208
  bodyLengthChecker?: __BodyLengthCalculator;
212
-
213
209
  streamCollector?: __StreamCollector;
214
-
215
210
  base64Decoder?: __Decoder;
216
-
217
211
  base64Encoder?: __Encoder;
218
-
219
212
  utf8Decoder?: __Decoder;
220
-
221
213
  utf8Encoder?: __Encoder;
222
-
223
214
  runtime?: string;
224
-
225
215
  disableHostPrefix?: boolean;
226
-
227
216
  maxAttempts?: number | __Provider<number>;
228
-
229
217
  retryMode?: string | __Provider<string>;
230
-
231
218
  logger?: __Logger;
232
-
233
219
  useDualstackEndpoint?: boolean | __Provider<boolean>;
234
-
235
220
  useFipsEndpoint?: boolean | __Provider<boolean>;
236
-
237
221
  serviceId?: string;
238
-
239
222
  region?: string | __Provider<string>;
240
-
241
223
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
242
-
243
224
  regionInfoProvider?: RegionInfoProvider;
244
-
245
225
  defaultUserAgentProvider?: Provider<__UserAgent>;
246
-
247
226
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
248
227
  }
249
228
  declare type ComprehendMedicalClientConfigType = Partial<
@@ -256,7 +235,6 @@ declare type ComprehendMedicalClientConfigType = Partial<
256
235
  HostHeaderInputConfig &
257
236
  AwsAuthInputConfig &
258
237
  UserAgentInputConfig;
259
-
260
238
  export interface ComprehendMedicalClientConfig
261
239
  extends ComprehendMedicalClientConfigType {}
262
240
  declare type ComprehendMedicalClientResolvedConfigType =
@@ -268,10 +246,8 @@ declare type ComprehendMedicalClientResolvedConfigType =
268
246
  HostHeaderResolvedConfig &
269
247
  AwsAuthResolvedConfig &
270
248
  UserAgentResolvedConfig;
271
-
272
249
  export interface ComprehendMedicalClientResolvedConfig
273
250
  extends ComprehendMedicalClientResolvedConfigType {}
274
-
275
251
  export declare class ComprehendMedicalClient extends __Client<
276
252
  __HttpHandlerOptions,
277
253
  ServiceInputTypes,
@@ -280,7 +256,6 @@ export declare class ComprehendMedicalClient extends __Client<
280
256
  > {
281
257
  readonly config: ComprehendMedicalClientResolvedConfig;
282
258
  constructor(configuration: ComprehendMedicalClientConfig);
283
-
284
259
  destroy(): void;
285
260
  }
286
261
  export {};
@@ -19,7 +19,6 @@ export interface DescribeEntitiesDetectionV2JobCommandInput
19
19
  export interface DescribeEntitiesDetectionV2JobCommandOutput
20
20
  extends DescribeEntitiesDetectionV2JobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeEntitiesDetectionV2JobCommand extends $Command<
24
23
  DescribeEntitiesDetectionV2JobCommandInput,
25
24
  DescribeEntitiesDetectionV2JobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeEntitiesDetectionV2JobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeEntitiesDetectionV2JobCommandInput;
29
28
  constructor(input: DescribeEntitiesDetectionV2JobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeICD10CMInferenceJobCommandInput
19
19
  export interface DescribeICD10CMInferenceJobCommandOutput
20
20
  extends DescribeICD10CMInferenceJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeICD10CMInferenceJobCommand extends $Command<
24
23
  DescribeICD10CMInferenceJobCommandInput,
25
24
  DescribeICD10CMInferenceJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeICD10CMInferenceJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeICD10CMInferenceJobCommandInput;
29
28
  constructor(input: DescribeICD10CMInferenceJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribePHIDetectionJobCommandInput
19
19
  export interface DescribePHIDetectionJobCommandOutput
20
20
  extends DescribePHIDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribePHIDetectionJobCommand extends $Command<
24
23
  DescribePHIDetectionJobCommandInput,
25
24
  DescribePHIDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribePHIDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribePHIDetectionJobCommandInput;
29
28
  constructor(input: DescribePHIDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeRxNormInferenceJobCommandInput
19
19
  export interface DescribeRxNormInferenceJobCommandOutput
20
20
  extends DescribeRxNormInferenceJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeRxNormInferenceJobCommand extends $Command<
24
23
  DescribeRxNormInferenceJobCommandInput,
25
24
  DescribeRxNormInferenceJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeRxNormInferenceJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeRxNormInferenceJobCommandInput;
29
28
  constructor(input: DescribeRxNormInferenceJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeSNOMEDCTInferenceJobCommandInput
19
19
  export interface DescribeSNOMEDCTInferenceJobCommandOutput
20
20
  extends DescribeSNOMEDCTInferenceJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeSNOMEDCTInferenceJobCommand extends $Command<
24
23
  DescribeSNOMEDCTInferenceJobCommandInput,
25
24
  DescribeSNOMEDCTInferenceJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeSNOMEDCTInferenceJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeSNOMEDCTInferenceJobCommandInput;
29
28
  constructor(input: DescribeSNOMEDCTInferenceJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {}
18
18
  export interface DetectEntitiesCommandOutput
19
19
  extends DetectEntitiesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DetectEntitiesCommand extends $Command<
23
22
  DetectEntitiesCommandInput,
24
23
  DetectEntitiesCommandOutput,
@@ -26,7 +25,6 @@ export declare class DetectEntitiesCommand extends $Command<
26
25
  > {
27
26
  readonly input: DetectEntitiesCommandInput;
28
27
  constructor(input: DetectEntitiesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DetectEntitiesV2CommandInput extends DetectEntitiesV2Request {}
18
18
  export interface DetectEntitiesV2CommandOutput
19
19
  extends DetectEntitiesV2Response,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DetectEntitiesV2Command extends $Command<
23
22
  DetectEntitiesV2CommandInput,
24
23
  DetectEntitiesV2CommandOutput,
@@ -26,7 +25,6 @@ export declare class DetectEntitiesV2Command extends $Command<
26
25
  > {
27
26
  readonly input: DetectEntitiesV2CommandInput;
28
27
  constructor(input: DetectEntitiesV2CommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DetectPHICommandInput extends DetectPHIRequest {}
15
15
  export interface DetectPHICommandOutput
16
16
  extends DetectPHIResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DetectPHICommand extends $Command<
20
19
  DetectPHICommandInput,
21
20
  DetectPHICommandOutput,
@@ -23,7 +22,6 @@ export declare class DetectPHICommand extends $Command<
23
22
  > {
24
23
  readonly input: DetectPHICommandInput;
25
24
  constructor(input: DetectPHICommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface InferICD10CMCommandInput extends InferICD10CMRequest {}
15
15
  export interface InferICD10CMCommandOutput
16
16
  extends InferICD10CMResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class InferICD10CMCommand extends $Command<
20
19
  InferICD10CMCommandInput,
21
20
  InferICD10CMCommandOutput,
@@ -23,7 +22,6 @@ export declare class InferICD10CMCommand extends $Command<
23
22
  > {
24
23
  readonly input: InferICD10CMCommandInput;
25
24
  constructor(input: InferICD10CMCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface InferRxNormCommandInput extends InferRxNormRequest {}
15
15
  export interface InferRxNormCommandOutput
16
16
  extends InferRxNormResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class InferRxNormCommand extends $Command<
20
19
  InferRxNormCommandInput,
21
20
  InferRxNormCommandOutput,
@@ -23,7 +22,6 @@ export declare class InferRxNormCommand extends $Command<
23
22
  > {
24
23
  readonly input: InferRxNormCommandInput;
25
24
  constructor(input: InferRxNormCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface InferSNOMEDCTCommandInput extends InferSNOMEDCTRequest {}
18
18
  export interface InferSNOMEDCTCommandOutput
19
19
  extends InferSNOMEDCTResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class InferSNOMEDCTCommand extends $Command<
23
22
  InferSNOMEDCTCommandInput,
24
23
  InferSNOMEDCTCommandOutput,
@@ -26,7 +25,6 @@ export declare class InferSNOMEDCTCommand extends $Command<
26
25
  > {
27
26
  readonly input: InferSNOMEDCTCommandInput;
28
27
  constructor(input: InferSNOMEDCTCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListEntitiesDetectionV2JobsCommandInput
19
19
  export interface ListEntitiesDetectionV2JobsCommandOutput
20
20
  extends ListEntitiesDetectionV2JobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListEntitiesDetectionV2JobsCommand extends $Command<
24
23
  ListEntitiesDetectionV2JobsCommandInput,
25
24
  ListEntitiesDetectionV2JobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListEntitiesDetectionV2JobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListEntitiesDetectionV2JobsCommandInput;
29
28
  constructor(input: ListEntitiesDetectionV2JobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListICD10CMInferenceJobsCommandInput
19
19
  export interface ListICD10CMInferenceJobsCommandOutput
20
20
  extends ListICD10CMInferenceJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListICD10CMInferenceJobsCommand extends $Command<
24
23
  ListICD10CMInferenceJobsCommandInput,
25
24
  ListICD10CMInferenceJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListICD10CMInferenceJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListICD10CMInferenceJobsCommandInput;
29
28
  constructor(input: ListICD10CMInferenceJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListPHIDetectionJobsCommandInput
19
19
  export interface ListPHIDetectionJobsCommandOutput
20
20
  extends ListPHIDetectionJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListPHIDetectionJobsCommand extends $Command<
24
23
  ListPHIDetectionJobsCommandInput,
25
24
  ListPHIDetectionJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListPHIDetectionJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListPHIDetectionJobsCommandInput;
29
28
  constructor(input: ListPHIDetectionJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListRxNormInferenceJobsCommandInput
19
19
  export interface ListRxNormInferenceJobsCommandOutput
20
20
  extends ListRxNormInferenceJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListRxNormInferenceJobsCommand extends $Command<
24
23
  ListRxNormInferenceJobsCommandInput,
25
24
  ListRxNormInferenceJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListRxNormInferenceJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListRxNormInferenceJobsCommandInput;
29
28
  constructor(input: ListRxNormInferenceJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListSNOMEDCTInferenceJobsCommandInput
19
19
  export interface ListSNOMEDCTInferenceJobsCommandOutput
20
20
  extends ListSNOMEDCTInferenceJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListSNOMEDCTInferenceJobsCommand extends $Command<
24
23
  ListSNOMEDCTInferenceJobsCommandInput,
25
24
  ListSNOMEDCTInferenceJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListSNOMEDCTInferenceJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListSNOMEDCTInferenceJobsCommandInput;
29
28
  constructor(input: ListSNOMEDCTInferenceJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartEntitiesDetectionV2JobCommandInput
19
19
  export interface StartEntitiesDetectionV2JobCommandOutput
20
20
  extends StartEntitiesDetectionV2JobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartEntitiesDetectionV2JobCommand extends $Command<
24
23
  StartEntitiesDetectionV2JobCommandInput,
25
24
  StartEntitiesDetectionV2JobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartEntitiesDetectionV2JobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartEntitiesDetectionV2JobCommandInput;
29
28
  constructor(input: StartEntitiesDetectionV2JobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartICD10CMInferenceJobCommandInput
19
19
  export interface StartICD10CMInferenceJobCommandOutput
20
20
  extends StartICD10CMInferenceJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartICD10CMInferenceJobCommand extends $Command<
24
23
  StartICD10CMInferenceJobCommandInput,
25
24
  StartICD10CMInferenceJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartICD10CMInferenceJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartICD10CMInferenceJobCommandInput;
29
28
  constructor(input: StartICD10CMInferenceJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartPHIDetectionJobCommandInput
19
19
  export interface StartPHIDetectionJobCommandOutput
20
20
  extends StartPHIDetectionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartPHIDetectionJobCommand extends $Command<
24
23
  StartPHIDetectionJobCommandInput,
25
24
  StartPHIDetectionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartPHIDetectionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartPHIDetectionJobCommandInput;
29
28
  constructor(input: StartPHIDetectionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartRxNormInferenceJobCommandInput
19
19
  export interface StartRxNormInferenceJobCommandOutput
20
20
  extends StartRxNormInferenceJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartRxNormInferenceJobCommand extends $Command<
24
23
  StartRxNormInferenceJobCommandInput,
25
24
  StartRxNormInferenceJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartRxNormInferenceJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartRxNormInferenceJobCommandInput;
29
28
  constructor(input: StartRxNormInferenceJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartSNOMEDCTInferenceJobCommandInput
19
19
  export interface StartSNOMEDCTInferenceJobCommandOutput
20
20
  extends StartSNOMEDCTInferenceJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartSNOMEDCTInferenceJobCommand extends $Command<
24
23
  StartSNOMEDCTInferenceJobCommandInput,
25
24
  StartSNOMEDCTInferenceJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartSNOMEDCTInferenceJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartSNOMEDCTInferenceJobCommandInput;
29
28
  constructor(input: StartSNOMEDCTInferenceJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StopEntitiesDetectionV2JobCommandInput
19
19
  export interface StopEntitiesDetectionV2JobCommandOutput
20
20
  extends StopEntitiesDetectionV2JobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StopEntitiesDetectionV2JobCommand extends $Command<
24
23
  StopEntitiesDetectionV2JobCommandInput,
25
24
  StopEntitiesDetectionV2JobCommandOutput,
@@ -27,7 +26,6 @@ export declare class StopEntitiesDetectionV2JobCommand extends $Command<
27
26
  > {
28
27
  readonly input: StopEntitiesDetectionV2JobCommandInput;
29
28
  constructor(input: StopEntitiesDetectionV2JobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComprehendMedicalClientResolvedConfig,