@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ComprehendMedical.d.ts +472 -135
- package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +286 -99
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/ComprehendMedicalServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1097 -1021
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
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
|
+
}
|