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