@aws-sdk/client-comprehendmedical 3.169.0 → 3.170.0

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