@aws-sdk/client-comprehendmedical 3.168.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ComprehendMedical.d.ts +472 -135
  3. package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +286 -99
  4. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/index.d.ts +26 -26
  31. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  32. package/dist-types/ts3.4/index.d.ts +5 -5
  33. package/dist-types/ts3.4/models/ComprehendMedicalServiceException.d.ts +8 -6
  34. package/dist-types/ts3.4/models/index.d.ts +1 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +1097 -1021
  36. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +317 -80
  37. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  38. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  40. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  41. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-comprehendmedical
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-comprehendmedical
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-comprehendmedical
@@ -1,135 +1,472 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput } from "./commands/DescribeEntitiesDetectionV2JobCommand";
3
- import { DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput } from "./commands/DescribeICD10CMInferenceJobCommand";
4
- import { DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput } from "./commands/DescribePHIDetectionJobCommand";
5
- import { DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput } from "./commands/DescribeRxNormInferenceJobCommand";
6
- import { DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput } from "./commands/DescribeSNOMEDCTInferenceJobCommand";
7
- import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "./commands/DetectEntitiesCommand";
8
- import { DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput } from "./commands/DetectEntitiesV2Command";
9
- import { DetectPHICommandInput, DetectPHICommandOutput } from "./commands/DetectPHICommand";
10
- import { InferICD10CMCommandInput, InferICD10CMCommandOutput } from "./commands/InferICD10CMCommand";
11
- import { InferRxNormCommandInput, InferRxNormCommandOutput } from "./commands/InferRxNormCommand";
12
- import { InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput } from "./commands/InferSNOMEDCTCommand";
13
- import { ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput } from "./commands/ListEntitiesDetectionV2JobsCommand";
14
- import { ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput } from "./commands/ListICD10CMInferenceJobsCommand";
15
- import { ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput } from "./commands/ListPHIDetectionJobsCommand";
16
- import { ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput } from "./commands/ListRxNormInferenceJobsCommand";
17
- import { ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput } from "./commands/ListSNOMEDCTInferenceJobsCommand";
18
- import { StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput } from "./commands/StartEntitiesDetectionV2JobCommand";
19
- import { StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput } from "./commands/StartICD10CMInferenceJobCommand";
20
- import { StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput } from "./commands/StartPHIDetectionJobCommand";
21
- import { StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput } from "./commands/StartRxNormInferenceJobCommand";
22
- import { StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput } from "./commands/StartSNOMEDCTInferenceJobCommand";
23
- import { StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput } from "./commands/StopEntitiesDetectionV2JobCommand";
24
- import { StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput } from "./commands/StopICD10CMInferenceJobCommand";
25
- import { StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput } from "./commands/StopPHIDetectionJobCommand";
26
- import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput } from "./commands/StopRxNormInferenceJobCommand";
27
- import { StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput } from "./commands/StopSNOMEDCTInferenceJobCommand";
28
- import { ComprehendMedicalClient } from "./ComprehendMedicalClient";
29
-
30
- export declare class ComprehendMedical extends ComprehendMedicalClient {
31
-
32
- describeEntitiesDetectionV2Job(args: DescribeEntitiesDetectionV2JobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEntitiesDetectionV2JobCommandOutput>;
33
- describeEntitiesDetectionV2Job(args: DescribeEntitiesDetectionV2JobCommandInput, cb: (err: any, data?: DescribeEntitiesDetectionV2JobCommandOutput) => void): void;
34
- describeEntitiesDetectionV2Job(args: DescribeEntitiesDetectionV2JobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEntitiesDetectionV2JobCommandOutput) => void): void;
35
-
36
- describeICD10CMInferenceJob(args: DescribeICD10CMInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeICD10CMInferenceJobCommandOutput>;
37
- describeICD10CMInferenceJob(args: DescribeICD10CMInferenceJobCommandInput, cb: (err: any, data?: DescribeICD10CMInferenceJobCommandOutput) => void): void;
38
- describeICD10CMInferenceJob(args: DescribeICD10CMInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeICD10CMInferenceJobCommandOutput) => void): void;
39
-
40
- describePHIDetectionJob(args: DescribePHIDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribePHIDetectionJobCommandOutput>;
41
- describePHIDetectionJob(args: DescribePHIDetectionJobCommandInput, cb: (err: any, data?: DescribePHIDetectionJobCommandOutput) => void): void;
42
- describePHIDetectionJob(args: DescribePHIDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePHIDetectionJobCommandOutput) => void): void;
43
-
44
- describeRxNormInferenceJob(args: DescribeRxNormInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRxNormInferenceJobCommandOutput>;
45
- describeRxNormInferenceJob(args: DescribeRxNormInferenceJobCommandInput, cb: (err: any, data?: DescribeRxNormInferenceJobCommandOutput) => void): void;
46
- describeRxNormInferenceJob(args: DescribeRxNormInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRxNormInferenceJobCommandOutput) => void): void;
47
-
48
- describeSNOMEDCTInferenceJob(args: DescribeSNOMEDCTInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
49
- describeSNOMEDCTInferenceJob(args: DescribeSNOMEDCTInferenceJobCommandInput, cb: (err: any, data?: DescribeSNOMEDCTInferenceJobCommandOutput) => void): void;
50
- describeSNOMEDCTInferenceJob(args: DescribeSNOMEDCTInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSNOMEDCTInferenceJobCommandOutput) => void): void;
51
-
52
- detectEntities(args: DetectEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<DetectEntitiesCommandOutput>;
53
- detectEntities(args: DetectEntitiesCommandInput, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
54
- detectEntities(args: DetectEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
55
-
56
- detectEntitiesV2(args: DetectEntitiesV2CommandInput, options?: __HttpHandlerOptions): Promise<DetectEntitiesV2CommandOutput>;
57
- detectEntitiesV2(args: DetectEntitiesV2CommandInput, cb: (err: any, data?: DetectEntitiesV2CommandOutput) => void): void;
58
- detectEntitiesV2(args: DetectEntitiesV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectEntitiesV2CommandOutput) => void): void;
59
-
60
- detectPHI(args: DetectPHICommandInput, options?: __HttpHandlerOptions): Promise<DetectPHICommandOutput>;
61
- detectPHI(args: DetectPHICommandInput, cb: (err: any, data?: DetectPHICommandOutput) => void): void;
62
- detectPHI(args: DetectPHICommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectPHICommandOutput) => void): void;
63
-
64
- inferICD10CM(args: InferICD10CMCommandInput, options?: __HttpHandlerOptions): Promise<InferICD10CMCommandOutput>;
65
- inferICD10CM(args: InferICD10CMCommandInput, cb: (err: any, data?: InferICD10CMCommandOutput) => void): void;
66
- inferICD10CM(args: InferICD10CMCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InferICD10CMCommandOutput) => void): void;
67
-
68
- inferRxNorm(args: InferRxNormCommandInput, options?: __HttpHandlerOptions): Promise<InferRxNormCommandOutput>;
69
- inferRxNorm(args: InferRxNormCommandInput, cb: (err: any, data?: InferRxNormCommandOutput) => void): void;
70
- inferRxNorm(args: InferRxNormCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InferRxNormCommandOutput) => void): void;
71
-
72
- inferSNOMEDCT(args: InferSNOMEDCTCommandInput, options?: __HttpHandlerOptions): Promise<InferSNOMEDCTCommandOutput>;
73
- inferSNOMEDCT(args: InferSNOMEDCTCommandInput, cb: (err: any, data?: InferSNOMEDCTCommandOutput) => void): void;
74
- inferSNOMEDCT(args: InferSNOMEDCTCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InferSNOMEDCTCommandOutput) => void): void;
75
-
76
- listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitiesDetectionV2JobsCommandOutput>;
77
- listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void): void;
78
- listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void): void;
79
-
80
- listICD10CMInferenceJobs(args: ListICD10CMInferenceJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListICD10CMInferenceJobsCommandOutput>;
81
- listICD10CMInferenceJobs(args: ListICD10CMInferenceJobsCommandInput, cb: (err: any, data?: ListICD10CMInferenceJobsCommandOutput) => void): void;
82
- listICD10CMInferenceJobs(args: ListICD10CMInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListICD10CMInferenceJobsCommandOutput) => void): void;
83
-
84
- listPHIDetectionJobs(args: ListPHIDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListPHIDetectionJobsCommandOutput>;
85
- listPHIDetectionJobs(args: ListPHIDetectionJobsCommandInput, cb: (err: any, data?: ListPHIDetectionJobsCommandOutput) => void): void;
86
- listPHIDetectionJobs(args: ListPHIDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPHIDetectionJobsCommandOutput) => void): void;
87
-
88
- listRxNormInferenceJobs(args: ListRxNormInferenceJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListRxNormInferenceJobsCommandOutput>;
89
- listRxNormInferenceJobs(args: ListRxNormInferenceJobsCommandInput, cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void): void;
90
- listRxNormInferenceJobs(args: ListRxNormInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void): void;
91
-
92
- listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
93
- listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, cb: (err: any, data?: ListSNOMEDCTInferenceJobsCommandOutput) => void): void;
94
- listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSNOMEDCTInferenceJobsCommandOutput) => void): void;
95
-
96
- startEntitiesDetectionV2Job(args: StartEntitiesDetectionV2JobCommandInput, options?: __HttpHandlerOptions): Promise<StartEntitiesDetectionV2JobCommandOutput>;
97
- startEntitiesDetectionV2Job(args: StartEntitiesDetectionV2JobCommandInput, cb: (err: any, data?: StartEntitiesDetectionV2JobCommandOutput) => void): void;
98
- startEntitiesDetectionV2Job(args: StartEntitiesDetectionV2JobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartEntitiesDetectionV2JobCommandOutput) => void): void;
99
-
100
- startICD10CMInferenceJob(args: StartICD10CMInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StartICD10CMInferenceJobCommandOutput>;
101
- startICD10CMInferenceJob(args: StartICD10CMInferenceJobCommandInput, cb: (err: any, data?: StartICD10CMInferenceJobCommandOutput) => void): void;
102
- startICD10CMInferenceJob(args: StartICD10CMInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartICD10CMInferenceJobCommandOutput) => void): void;
103
-
104
- startPHIDetectionJob(args: StartPHIDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartPHIDetectionJobCommandOutput>;
105
- startPHIDetectionJob(args: StartPHIDetectionJobCommandInput, cb: (err: any, data?: StartPHIDetectionJobCommandOutput) => void): void;
106
- startPHIDetectionJob(args: StartPHIDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPHIDetectionJobCommandOutput) => void): void;
107
-
108
- startRxNormInferenceJob(args: StartRxNormInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StartRxNormInferenceJobCommandOutput>;
109
- startRxNormInferenceJob(args: StartRxNormInferenceJobCommandInput, cb: (err: any, data?: StartRxNormInferenceJobCommandOutput) => void): void;
110
- startRxNormInferenceJob(args: StartRxNormInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRxNormInferenceJobCommandOutput) => void): void;
111
-
112
- startSNOMEDCTInferenceJob(args: StartSNOMEDCTInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StartSNOMEDCTInferenceJobCommandOutput>;
113
- startSNOMEDCTInferenceJob(args: StartSNOMEDCTInferenceJobCommandInput, cb: (err: any, data?: StartSNOMEDCTInferenceJobCommandOutput) => void): void;
114
- startSNOMEDCTInferenceJob(args: StartSNOMEDCTInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSNOMEDCTInferenceJobCommandOutput) => void): void;
115
-
116
- stopEntitiesDetectionV2Job(args: StopEntitiesDetectionV2JobCommandInput, options?: __HttpHandlerOptions): Promise<StopEntitiesDetectionV2JobCommandOutput>;
117
- stopEntitiesDetectionV2Job(args: StopEntitiesDetectionV2JobCommandInput, cb: (err: any, data?: StopEntitiesDetectionV2JobCommandOutput) => void): void;
118
- stopEntitiesDetectionV2Job(args: StopEntitiesDetectionV2JobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEntitiesDetectionV2JobCommandOutput) => void): void;
119
-
120
- stopICD10CMInferenceJob(args: StopICD10CMInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StopICD10CMInferenceJobCommandOutput>;
121
- stopICD10CMInferenceJob(args: StopICD10CMInferenceJobCommandInput, cb: (err: any, data?: StopICD10CMInferenceJobCommandOutput) => void): void;
122
- stopICD10CMInferenceJob(args: StopICD10CMInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopICD10CMInferenceJobCommandOutput) => void): void;
123
-
124
- stopPHIDetectionJob(args: StopPHIDetectionJobCommandInput, options?: __HttpHandlerOptions): Promise<StopPHIDetectionJobCommandOutput>;
125
- stopPHIDetectionJob(args: StopPHIDetectionJobCommandInput, cb: (err: any, data?: StopPHIDetectionJobCommandOutput) => void): void;
126
- stopPHIDetectionJob(args: StopPHIDetectionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopPHIDetectionJobCommandOutput) => void): void;
127
-
128
- stopRxNormInferenceJob(args: StopRxNormInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StopRxNormInferenceJobCommandOutput>;
129
- stopRxNormInferenceJob(args: StopRxNormInferenceJobCommandInput, cb: (err: any, data?: StopRxNormInferenceJobCommandOutput) => void): void;
130
- stopRxNormInferenceJob(args: StopRxNormInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopRxNormInferenceJobCommandOutput) => void): void;
131
-
132
- stopSNOMEDCTInferenceJob(args: StopSNOMEDCTInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StopSNOMEDCTInferenceJobCommandOutput>;
133
- stopSNOMEDCTInferenceJob(args: StopSNOMEDCTInferenceJobCommandInput, cb: (err: any, data?: StopSNOMEDCTInferenceJobCommandOutput) => void): void;
134
- stopSNOMEDCTInferenceJob(args: StopSNOMEDCTInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSNOMEDCTInferenceJobCommandOutput) => void): void;
135
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ DescribeEntitiesDetectionV2JobCommandInput,
4
+ DescribeEntitiesDetectionV2JobCommandOutput,
5
+ } from "./commands/DescribeEntitiesDetectionV2JobCommand";
6
+ import {
7
+ DescribeICD10CMInferenceJobCommandInput,
8
+ DescribeICD10CMInferenceJobCommandOutput,
9
+ } from "./commands/DescribeICD10CMInferenceJobCommand";
10
+ import {
11
+ DescribePHIDetectionJobCommandInput,
12
+ DescribePHIDetectionJobCommandOutput,
13
+ } from "./commands/DescribePHIDetectionJobCommand";
14
+ import {
15
+ DescribeRxNormInferenceJobCommandInput,
16
+ DescribeRxNormInferenceJobCommandOutput,
17
+ } from "./commands/DescribeRxNormInferenceJobCommand";
18
+ import {
19
+ DescribeSNOMEDCTInferenceJobCommandInput,
20
+ DescribeSNOMEDCTInferenceJobCommandOutput,
21
+ } from "./commands/DescribeSNOMEDCTInferenceJobCommand";
22
+ import {
23
+ DetectEntitiesCommandInput,
24
+ DetectEntitiesCommandOutput,
25
+ } from "./commands/DetectEntitiesCommand";
26
+ import {
27
+ DetectEntitiesV2CommandInput,
28
+ DetectEntitiesV2CommandOutput,
29
+ } from "./commands/DetectEntitiesV2Command";
30
+ import {
31
+ DetectPHICommandInput,
32
+ DetectPHICommandOutput,
33
+ } from "./commands/DetectPHICommand";
34
+ import {
35
+ InferICD10CMCommandInput,
36
+ InferICD10CMCommandOutput,
37
+ } from "./commands/InferICD10CMCommand";
38
+ import {
39
+ InferRxNormCommandInput,
40
+ InferRxNormCommandOutput,
41
+ } from "./commands/InferRxNormCommand";
42
+ import {
43
+ InferSNOMEDCTCommandInput,
44
+ InferSNOMEDCTCommandOutput,
45
+ } from "./commands/InferSNOMEDCTCommand";
46
+ import {
47
+ ListEntitiesDetectionV2JobsCommandInput,
48
+ ListEntitiesDetectionV2JobsCommandOutput,
49
+ } from "./commands/ListEntitiesDetectionV2JobsCommand";
50
+ import {
51
+ ListICD10CMInferenceJobsCommandInput,
52
+ ListICD10CMInferenceJobsCommandOutput,
53
+ } from "./commands/ListICD10CMInferenceJobsCommand";
54
+ import {
55
+ ListPHIDetectionJobsCommandInput,
56
+ ListPHIDetectionJobsCommandOutput,
57
+ } from "./commands/ListPHIDetectionJobsCommand";
58
+ import {
59
+ ListRxNormInferenceJobsCommandInput,
60
+ ListRxNormInferenceJobsCommandOutput,
61
+ } from "./commands/ListRxNormInferenceJobsCommand";
62
+ import {
63
+ ListSNOMEDCTInferenceJobsCommandInput,
64
+ ListSNOMEDCTInferenceJobsCommandOutput,
65
+ } from "./commands/ListSNOMEDCTInferenceJobsCommand";
66
+ import {
67
+ StartEntitiesDetectionV2JobCommandInput,
68
+ StartEntitiesDetectionV2JobCommandOutput,
69
+ } from "./commands/StartEntitiesDetectionV2JobCommand";
70
+ import {
71
+ StartICD10CMInferenceJobCommandInput,
72
+ StartICD10CMInferenceJobCommandOutput,
73
+ } from "./commands/StartICD10CMInferenceJobCommand";
74
+ import {
75
+ StartPHIDetectionJobCommandInput,
76
+ StartPHIDetectionJobCommandOutput,
77
+ } from "./commands/StartPHIDetectionJobCommand";
78
+ import {
79
+ StartRxNormInferenceJobCommandInput,
80
+ StartRxNormInferenceJobCommandOutput,
81
+ } from "./commands/StartRxNormInferenceJobCommand";
82
+ import {
83
+ StartSNOMEDCTInferenceJobCommandInput,
84
+ StartSNOMEDCTInferenceJobCommandOutput,
85
+ } from "./commands/StartSNOMEDCTInferenceJobCommand";
86
+ import {
87
+ StopEntitiesDetectionV2JobCommandInput,
88
+ StopEntitiesDetectionV2JobCommandOutput,
89
+ } from "./commands/StopEntitiesDetectionV2JobCommand";
90
+ import {
91
+ StopICD10CMInferenceJobCommandInput,
92
+ StopICD10CMInferenceJobCommandOutput,
93
+ } from "./commands/StopICD10CMInferenceJobCommand";
94
+ import {
95
+ StopPHIDetectionJobCommandInput,
96
+ StopPHIDetectionJobCommandOutput,
97
+ } from "./commands/StopPHIDetectionJobCommand";
98
+ import {
99
+ StopRxNormInferenceJobCommandInput,
100
+ StopRxNormInferenceJobCommandOutput,
101
+ } from "./commands/StopRxNormInferenceJobCommand";
102
+ import {
103
+ StopSNOMEDCTInferenceJobCommandInput,
104
+ StopSNOMEDCTInferenceJobCommandOutput,
105
+ } from "./commands/StopSNOMEDCTInferenceJobCommand";
106
+ import { ComprehendMedicalClient } from "./ComprehendMedicalClient";
107
+
108
+ export declare class ComprehendMedical extends ComprehendMedicalClient {
109
+ describeEntitiesDetectionV2Job(
110
+ args: DescribeEntitiesDetectionV2JobCommandInput,
111
+ options?: __HttpHandlerOptions
112
+ ): Promise<DescribeEntitiesDetectionV2JobCommandOutput>;
113
+ describeEntitiesDetectionV2Job(
114
+ args: DescribeEntitiesDetectionV2JobCommandInput,
115
+ cb: (err: any, data?: DescribeEntitiesDetectionV2JobCommandOutput) => void
116
+ ): void;
117
+ describeEntitiesDetectionV2Job(
118
+ args: DescribeEntitiesDetectionV2JobCommandInput,
119
+ options: __HttpHandlerOptions,
120
+ cb: (err: any, data?: DescribeEntitiesDetectionV2JobCommandOutput) => void
121
+ ): void;
122
+
123
+ describeICD10CMInferenceJob(
124
+ args: DescribeICD10CMInferenceJobCommandInput,
125
+ options?: __HttpHandlerOptions
126
+ ): Promise<DescribeICD10CMInferenceJobCommandOutput>;
127
+ describeICD10CMInferenceJob(
128
+ args: DescribeICD10CMInferenceJobCommandInput,
129
+ cb: (err: any, data?: DescribeICD10CMInferenceJobCommandOutput) => void
130
+ ): void;
131
+ describeICD10CMInferenceJob(
132
+ args: DescribeICD10CMInferenceJobCommandInput,
133
+ options: __HttpHandlerOptions,
134
+ cb: (err: any, data?: DescribeICD10CMInferenceJobCommandOutput) => void
135
+ ): void;
136
+
137
+ describePHIDetectionJob(
138
+ args: DescribePHIDetectionJobCommandInput,
139
+ options?: __HttpHandlerOptions
140
+ ): Promise<DescribePHIDetectionJobCommandOutput>;
141
+ describePHIDetectionJob(
142
+ args: DescribePHIDetectionJobCommandInput,
143
+ cb: (err: any, data?: DescribePHIDetectionJobCommandOutput) => void
144
+ ): void;
145
+ describePHIDetectionJob(
146
+ args: DescribePHIDetectionJobCommandInput,
147
+ options: __HttpHandlerOptions,
148
+ cb: (err: any, data?: DescribePHIDetectionJobCommandOutput) => void
149
+ ): void;
150
+
151
+ describeRxNormInferenceJob(
152
+ args: DescribeRxNormInferenceJobCommandInput,
153
+ options?: __HttpHandlerOptions
154
+ ): Promise<DescribeRxNormInferenceJobCommandOutput>;
155
+ describeRxNormInferenceJob(
156
+ args: DescribeRxNormInferenceJobCommandInput,
157
+ cb: (err: any, data?: DescribeRxNormInferenceJobCommandOutput) => void
158
+ ): void;
159
+ describeRxNormInferenceJob(
160
+ args: DescribeRxNormInferenceJobCommandInput,
161
+ options: __HttpHandlerOptions,
162
+ cb: (err: any, data?: DescribeRxNormInferenceJobCommandOutput) => void
163
+ ): void;
164
+
165
+ describeSNOMEDCTInferenceJob(
166
+ args: DescribeSNOMEDCTInferenceJobCommandInput,
167
+ options?: __HttpHandlerOptions
168
+ ): Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
169
+ describeSNOMEDCTInferenceJob(
170
+ args: DescribeSNOMEDCTInferenceJobCommandInput,
171
+ cb: (err: any, data?: DescribeSNOMEDCTInferenceJobCommandOutput) => void
172
+ ): void;
173
+ describeSNOMEDCTInferenceJob(
174
+ args: DescribeSNOMEDCTInferenceJobCommandInput,
175
+ options: __HttpHandlerOptions,
176
+ cb: (err: any, data?: DescribeSNOMEDCTInferenceJobCommandOutput) => void
177
+ ): void;
178
+
179
+ detectEntities(
180
+ args: DetectEntitiesCommandInput,
181
+ options?: __HttpHandlerOptions
182
+ ): Promise<DetectEntitiesCommandOutput>;
183
+ detectEntities(
184
+ args: DetectEntitiesCommandInput,
185
+ cb: (err: any, data?: DetectEntitiesCommandOutput) => void
186
+ ): void;
187
+ detectEntities(
188
+ args: DetectEntitiesCommandInput,
189
+ options: __HttpHandlerOptions,
190
+ cb: (err: any, data?: DetectEntitiesCommandOutput) => void
191
+ ): void;
192
+
193
+ detectEntitiesV2(
194
+ args: DetectEntitiesV2CommandInput,
195
+ options?: __HttpHandlerOptions
196
+ ): Promise<DetectEntitiesV2CommandOutput>;
197
+ detectEntitiesV2(
198
+ args: DetectEntitiesV2CommandInput,
199
+ cb: (err: any, data?: DetectEntitiesV2CommandOutput) => void
200
+ ): void;
201
+ detectEntitiesV2(
202
+ args: DetectEntitiesV2CommandInput,
203
+ options: __HttpHandlerOptions,
204
+ cb: (err: any, data?: DetectEntitiesV2CommandOutput) => void
205
+ ): void;
206
+
207
+ detectPHI(
208
+ args: DetectPHICommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<DetectPHICommandOutput>;
211
+ detectPHI(
212
+ args: DetectPHICommandInput,
213
+ cb: (err: any, data?: DetectPHICommandOutput) => void
214
+ ): void;
215
+ detectPHI(
216
+ args: DetectPHICommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: DetectPHICommandOutput) => void
219
+ ): void;
220
+
221
+ inferICD10CM(
222
+ args: InferICD10CMCommandInput,
223
+ options?: __HttpHandlerOptions
224
+ ): Promise<InferICD10CMCommandOutput>;
225
+ inferICD10CM(
226
+ args: InferICD10CMCommandInput,
227
+ cb: (err: any, data?: InferICD10CMCommandOutput) => void
228
+ ): void;
229
+ inferICD10CM(
230
+ args: InferICD10CMCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (err: any, data?: InferICD10CMCommandOutput) => void
233
+ ): void;
234
+
235
+ inferRxNorm(
236
+ args: InferRxNormCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<InferRxNormCommandOutput>;
239
+ inferRxNorm(
240
+ args: InferRxNormCommandInput,
241
+ cb: (err: any, data?: InferRxNormCommandOutput) => void
242
+ ): void;
243
+ inferRxNorm(
244
+ args: InferRxNormCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: InferRxNormCommandOutput) => void
247
+ ): void;
248
+
249
+ inferSNOMEDCT(
250
+ args: InferSNOMEDCTCommandInput,
251
+ options?: __HttpHandlerOptions
252
+ ): Promise<InferSNOMEDCTCommandOutput>;
253
+ inferSNOMEDCT(
254
+ args: InferSNOMEDCTCommandInput,
255
+ cb: (err: any, data?: InferSNOMEDCTCommandOutput) => void
256
+ ): void;
257
+ inferSNOMEDCT(
258
+ args: InferSNOMEDCTCommandInput,
259
+ options: __HttpHandlerOptions,
260
+ cb: (err: any, data?: InferSNOMEDCTCommandOutput) => void
261
+ ): void;
262
+
263
+ listEntitiesDetectionV2Jobs(
264
+ args: ListEntitiesDetectionV2JobsCommandInput,
265
+ options?: __HttpHandlerOptions
266
+ ): Promise<ListEntitiesDetectionV2JobsCommandOutput>;
267
+ listEntitiesDetectionV2Jobs(
268
+ args: ListEntitiesDetectionV2JobsCommandInput,
269
+ cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void
270
+ ): void;
271
+ listEntitiesDetectionV2Jobs(
272
+ args: ListEntitiesDetectionV2JobsCommandInput,
273
+ options: __HttpHandlerOptions,
274
+ cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void
275
+ ): void;
276
+
277
+ listICD10CMInferenceJobs(
278
+ args: ListICD10CMInferenceJobsCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<ListICD10CMInferenceJobsCommandOutput>;
281
+ listICD10CMInferenceJobs(
282
+ args: ListICD10CMInferenceJobsCommandInput,
283
+ cb: (err: any, data?: ListICD10CMInferenceJobsCommandOutput) => void
284
+ ): void;
285
+ listICD10CMInferenceJobs(
286
+ args: ListICD10CMInferenceJobsCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: ListICD10CMInferenceJobsCommandOutput) => void
289
+ ): void;
290
+
291
+ listPHIDetectionJobs(
292
+ args: ListPHIDetectionJobsCommandInput,
293
+ options?: __HttpHandlerOptions
294
+ ): Promise<ListPHIDetectionJobsCommandOutput>;
295
+ listPHIDetectionJobs(
296
+ args: ListPHIDetectionJobsCommandInput,
297
+ cb: (err: any, data?: ListPHIDetectionJobsCommandOutput) => void
298
+ ): void;
299
+ listPHIDetectionJobs(
300
+ args: ListPHIDetectionJobsCommandInput,
301
+ options: __HttpHandlerOptions,
302
+ cb: (err: any, data?: ListPHIDetectionJobsCommandOutput) => void
303
+ ): void;
304
+
305
+ listRxNormInferenceJobs(
306
+ args: ListRxNormInferenceJobsCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<ListRxNormInferenceJobsCommandOutput>;
309
+ listRxNormInferenceJobs(
310
+ args: ListRxNormInferenceJobsCommandInput,
311
+ cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void
312
+ ): void;
313
+ listRxNormInferenceJobs(
314
+ args: ListRxNormInferenceJobsCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void
317
+ ): void;
318
+
319
+ listSNOMEDCTInferenceJobs(
320
+ args: ListSNOMEDCTInferenceJobsCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
323
+ listSNOMEDCTInferenceJobs(
324
+ args: ListSNOMEDCTInferenceJobsCommandInput,
325
+ cb: (err: any, data?: ListSNOMEDCTInferenceJobsCommandOutput) => void
326
+ ): void;
327
+ listSNOMEDCTInferenceJobs(
328
+ args: ListSNOMEDCTInferenceJobsCommandInput,
329
+ options: __HttpHandlerOptions,
330
+ cb: (err: any, data?: ListSNOMEDCTInferenceJobsCommandOutput) => void
331
+ ): void;
332
+
333
+ startEntitiesDetectionV2Job(
334
+ args: StartEntitiesDetectionV2JobCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<StartEntitiesDetectionV2JobCommandOutput>;
337
+ startEntitiesDetectionV2Job(
338
+ args: StartEntitiesDetectionV2JobCommandInput,
339
+ cb: (err: any, data?: StartEntitiesDetectionV2JobCommandOutput) => void
340
+ ): void;
341
+ startEntitiesDetectionV2Job(
342
+ args: StartEntitiesDetectionV2JobCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: StartEntitiesDetectionV2JobCommandOutput) => void
345
+ ): void;
346
+
347
+ startICD10CMInferenceJob(
348
+ args: StartICD10CMInferenceJobCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<StartICD10CMInferenceJobCommandOutput>;
351
+ startICD10CMInferenceJob(
352
+ args: StartICD10CMInferenceJobCommandInput,
353
+ cb: (err: any, data?: StartICD10CMInferenceJobCommandOutput) => void
354
+ ): void;
355
+ startICD10CMInferenceJob(
356
+ args: StartICD10CMInferenceJobCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: StartICD10CMInferenceJobCommandOutput) => void
359
+ ): void;
360
+
361
+ startPHIDetectionJob(
362
+ args: StartPHIDetectionJobCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<StartPHIDetectionJobCommandOutput>;
365
+ startPHIDetectionJob(
366
+ args: StartPHIDetectionJobCommandInput,
367
+ cb: (err: any, data?: StartPHIDetectionJobCommandOutput) => void
368
+ ): void;
369
+ startPHIDetectionJob(
370
+ args: StartPHIDetectionJobCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: StartPHIDetectionJobCommandOutput) => void
373
+ ): void;
374
+
375
+ startRxNormInferenceJob(
376
+ args: StartRxNormInferenceJobCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<StartRxNormInferenceJobCommandOutput>;
379
+ startRxNormInferenceJob(
380
+ args: StartRxNormInferenceJobCommandInput,
381
+ cb: (err: any, data?: StartRxNormInferenceJobCommandOutput) => void
382
+ ): void;
383
+ startRxNormInferenceJob(
384
+ args: StartRxNormInferenceJobCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: StartRxNormInferenceJobCommandOutput) => void
387
+ ): void;
388
+
389
+ startSNOMEDCTInferenceJob(
390
+ args: StartSNOMEDCTInferenceJobCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<StartSNOMEDCTInferenceJobCommandOutput>;
393
+ startSNOMEDCTInferenceJob(
394
+ args: StartSNOMEDCTInferenceJobCommandInput,
395
+ cb: (err: any, data?: StartSNOMEDCTInferenceJobCommandOutput) => void
396
+ ): void;
397
+ startSNOMEDCTInferenceJob(
398
+ args: StartSNOMEDCTInferenceJobCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: StartSNOMEDCTInferenceJobCommandOutput) => void
401
+ ): void;
402
+
403
+ stopEntitiesDetectionV2Job(
404
+ args: StopEntitiesDetectionV2JobCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<StopEntitiesDetectionV2JobCommandOutput>;
407
+ stopEntitiesDetectionV2Job(
408
+ args: StopEntitiesDetectionV2JobCommandInput,
409
+ cb: (err: any, data?: StopEntitiesDetectionV2JobCommandOutput) => void
410
+ ): void;
411
+ stopEntitiesDetectionV2Job(
412
+ args: StopEntitiesDetectionV2JobCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: StopEntitiesDetectionV2JobCommandOutput) => void
415
+ ): void;
416
+
417
+ stopICD10CMInferenceJob(
418
+ args: StopICD10CMInferenceJobCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<StopICD10CMInferenceJobCommandOutput>;
421
+ stopICD10CMInferenceJob(
422
+ args: StopICD10CMInferenceJobCommandInput,
423
+ cb: (err: any, data?: StopICD10CMInferenceJobCommandOutput) => void
424
+ ): void;
425
+ stopICD10CMInferenceJob(
426
+ args: StopICD10CMInferenceJobCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: StopICD10CMInferenceJobCommandOutput) => void
429
+ ): void;
430
+
431
+ stopPHIDetectionJob(
432
+ args: StopPHIDetectionJobCommandInput,
433
+ options?: __HttpHandlerOptions
434
+ ): Promise<StopPHIDetectionJobCommandOutput>;
435
+ stopPHIDetectionJob(
436
+ args: StopPHIDetectionJobCommandInput,
437
+ cb: (err: any, data?: StopPHIDetectionJobCommandOutput) => void
438
+ ): void;
439
+ stopPHIDetectionJob(
440
+ args: StopPHIDetectionJobCommandInput,
441
+ options: __HttpHandlerOptions,
442
+ cb: (err: any, data?: StopPHIDetectionJobCommandOutput) => void
443
+ ): void;
444
+
445
+ stopRxNormInferenceJob(
446
+ args: StopRxNormInferenceJobCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<StopRxNormInferenceJobCommandOutput>;
449
+ stopRxNormInferenceJob(
450
+ args: StopRxNormInferenceJobCommandInput,
451
+ cb: (err: any, data?: StopRxNormInferenceJobCommandOutput) => void
452
+ ): void;
453
+ stopRxNormInferenceJob(
454
+ args: StopRxNormInferenceJobCommandInput,
455
+ options: __HttpHandlerOptions,
456
+ cb: (err: any, data?: StopRxNormInferenceJobCommandOutput) => void
457
+ ): void;
458
+
459
+ stopSNOMEDCTInferenceJob(
460
+ args: StopSNOMEDCTInferenceJobCommandInput,
461
+ options?: __HttpHandlerOptions
462
+ ): Promise<StopSNOMEDCTInferenceJobCommandOutput>;
463
+ stopSNOMEDCTInferenceJob(
464
+ args: StopSNOMEDCTInferenceJobCommandInput,
465
+ cb: (err: any, data?: StopSNOMEDCTInferenceJobCommandOutput) => void
466
+ ): void;
467
+ stopSNOMEDCTInferenceJob(
468
+ args: StopSNOMEDCTInferenceJobCommandInput,
469
+ options: __HttpHandlerOptions,
470
+ cb: (err: any, data?: StopSNOMEDCTInferenceJobCommandOutput) => void
471
+ ): void;
472
+ }