@aws-sdk/client-comprehendmedical 3.533.0 → 3.535.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/dist-types/ComprehendMedical.d.ts +6 -1
- package/dist-types/ComprehendMedicalClient.d.ts +1 -1
- package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/DetectEntitiesCommand.d.ts +3 -3
- package/dist-types/commands/DetectEntitiesV2Command.d.ts +2 -1
- package/dist-types/commands/DetectPHICommand.d.ts +2 -1
- package/dist-types/commands/InferICD10CMCommand.d.ts +2 -1
- package/dist-types/commands/InferRxNormCommand.d.ts +2 -1
- package/dist-types/commands/InferSNOMEDCTCommand.d.ts +2 -1
- package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +2 -1
- package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +2 -1
- package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +2 -1
- package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +2 -1
- package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +266 -266
- package/dist-types/ts3.4/ComprehendMedical.d.ts +5 -0
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -96,30 +96,35 @@ export interface ComprehendMedical {
|
|
|
96
96
|
/**
|
|
97
97
|
* @see {@link ListEntitiesDetectionV2JobsCommand}
|
|
98
98
|
*/
|
|
99
|
+
listEntitiesDetectionV2Jobs(): Promise<ListEntitiesDetectionV2JobsCommandOutput>;
|
|
99
100
|
listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitiesDetectionV2JobsCommandOutput>;
|
|
100
101
|
listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void): void;
|
|
101
102
|
listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void): void;
|
|
102
103
|
/**
|
|
103
104
|
* @see {@link ListICD10CMInferenceJobsCommand}
|
|
104
105
|
*/
|
|
106
|
+
listICD10CMInferenceJobs(): Promise<ListICD10CMInferenceJobsCommandOutput>;
|
|
105
107
|
listICD10CMInferenceJobs(args: ListICD10CMInferenceJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListICD10CMInferenceJobsCommandOutput>;
|
|
106
108
|
listICD10CMInferenceJobs(args: ListICD10CMInferenceJobsCommandInput, cb: (err: any, data?: ListICD10CMInferenceJobsCommandOutput) => void): void;
|
|
107
109
|
listICD10CMInferenceJobs(args: ListICD10CMInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListICD10CMInferenceJobsCommandOutput) => void): void;
|
|
108
110
|
/**
|
|
109
111
|
* @see {@link ListPHIDetectionJobsCommand}
|
|
110
112
|
*/
|
|
113
|
+
listPHIDetectionJobs(): Promise<ListPHIDetectionJobsCommandOutput>;
|
|
111
114
|
listPHIDetectionJobs(args: ListPHIDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListPHIDetectionJobsCommandOutput>;
|
|
112
115
|
listPHIDetectionJobs(args: ListPHIDetectionJobsCommandInput, cb: (err: any, data?: ListPHIDetectionJobsCommandOutput) => void): void;
|
|
113
116
|
listPHIDetectionJobs(args: ListPHIDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPHIDetectionJobsCommandOutput) => void): void;
|
|
114
117
|
/**
|
|
115
118
|
* @see {@link ListRxNormInferenceJobsCommand}
|
|
116
119
|
*/
|
|
120
|
+
listRxNormInferenceJobs(): Promise<ListRxNormInferenceJobsCommandOutput>;
|
|
117
121
|
listRxNormInferenceJobs(args: ListRxNormInferenceJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListRxNormInferenceJobsCommandOutput>;
|
|
118
122
|
listRxNormInferenceJobs(args: ListRxNormInferenceJobsCommandInput, cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void): void;
|
|
119
123
|
listRxNormInferenceJobs(args: ListRxNormInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void): void;
|
|
120
124
|
/**
|
|
121
125
|
* @see {@link ListSNOMEDCTInferenceJobsCommand}
|
|
122
126
|
*/
|
|
127
|
+
listSNOMEDCTInferenceJobs(): Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
123
128
|
listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
124
129
|
listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, cb: (err: any, data?: ListSNOMEDCTInferenceJobsCommandOutput) => void): void;
|
|
125
130
|
listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSNOMEDCTInferenceJobsCommandOutput) => void): void;
|
|
@@ -185,8 +190,8 @@ export interface ComprehendMedical {
|
|
|
185
190
|
stopSNOMEDCTInferenceJob(args: StopSNOMEDCTInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
186
191
|
}
|
|
187
192
|
/**
|
|
188
|
-
* @public
|
|
189
193
|
* <p>Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents. Amazon Comprehend Medical only detects entities in English language texts. Amazon Comprehend Medical places limits on the sizes of files allowed for different API operations. To learn more, see <a href="https://docs.aws.amazon.com/comprehend-medical/latest/dev/comprehendmedical-quotas.html">Guidelines and quotas</a> in the <i>Amazon Comprehend Medical Developer Guide</i>.</p>
|
|
194
|
+
* @public
|
|
190
195
|
*/
|
|
191
196
|
export declare class ComprehendMedical extends ComprehendMedicalClient implements ComprehendMedical {
|
|
192
197
|
}
|
|
@@ -177,8 +177,8 @@ export type ComprehendMedicalClientResolvedConfigType = __SmithyResolvedConfigur
|
|
|
177
177
|
export interface ComprehendMedicalClientResolvedConfig extends ComprehendMedicalClientResolvedConfigType {
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
|
-
* @public
|
|
181
180
|
* <p>Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents. Amazon Comprehend Medical only detects entities in English language texts. Amazon Comprehend Medical places limits on the sizes of files allowed for different API operations. To learn more, see <a href="https://docs.aws.amazon.com/comprehend-medical/latest/dev/comprehendmedical-quotas.html">Guidelines and quotas</a> in the <i>Amazon Comprehend Medical Developer Guide</i>.</p>
|
|
181
|
+
* @public
|
|
182
182
|
*/
|
|
183
183
|
export declare class ComprehendMedicalClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ComprehendMedicalClientResolvedConfig> {
|
|
184
184
|
/**
|
|
@@ -22,10 +22,10 @@ export interface DescribeEntitiesDetectionV2JobCommandOutput extends DescribeEnt
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEntitiesDetectionV2JobCommand_base: {
|
|
24
24
|
new (input: DescribeEntitiesDetectionV2JobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeEntitiesDetectionV2JobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the properties associated with a medical entities detection job. Use this operation
|
|
30
30
|
* to get the status of a detection job.</p>
|
|
31
31
|
* @example
|
|
@@ -91,6 +91,7 @@ declare const DescribeEntitiesDetectionV2JobCommand_base: {
|
|
|
91
91
|
* @throws {@link ComprehendMedicalServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DescribeEntitiesDetectionV2JobCommand extends DescribeEntitiesDetectionV2JobCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeICD10CMInferenceJobCommandOutput extends DescribeICD10C
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeICD10CMInferenceJobCommand_base: {
|
|
24
24
|
new (input: DescribeICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the properties associated with an InferICD10CM job. Use this operation to get the
|
|
30
30
|
* status of an inference job.</p>
|
|
31
31
|
* @example
|
|
@@ -91,6 +91,7 @@ declare const DescribeICD10CMInferenceJobCommand_base: {
|
|
|
91
91
|
* @throws {@link ComprehendMedicalServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DescribeICD10CMInferenceJobCommand extends DescribeICD10CMInferenceJobCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribePHIDetectionJobCommandOutput extends DescribePHIDetecti
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribePHIDetectionJobCommand_base: {
|
|
24
24
|
new (input: DescribePHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribePHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the properties associated with a protected health information (PHI) detection job.
|
|
30
30
|
* Use this operation to get the status of a detection job.</p>
|
|
31
31
|
* @example
|
|
@@ -91,6 +91,7 @@ declare const DescribePHIDetectionJobCommand_base: {
|
|
|
91
91
|
* @throws {@link ComprehendMedicalServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DescribePHIDetectionJobCommand extends DescribePHIDetectionJobCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRxNormInferenceJobCommandOutput extends DescribeRxNormI
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRxNormInferenceJobCommand_base: {
|
|
24
24
|
new (input: DescribeRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the properties associated with an InferRxNorm job. Use this operation to get the
|
|
30
30
|
* status of an inference job.</p>
|
|
31
31
|
* @example
|
|
@@ -91,6 +91,7 @@ declare const DescribeRxNormInferenceJobCommand_base: {
|
|
|
91
91
|
* @throws {@link ComprehendMedicalServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DescribeRxNormInferenceJobCommand extends DescribeRxNormInferenceJobCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSNOMEDCTInferenceJobCommandOutput extends DescribeSNOME
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSNOMEDCTInferenceJobCommand_base: {
|
|
24
24
|
new (input: DescribeSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Gets the properties associated with an InferSNOMEDCT job. Use this operation to get the status of an inference job.
|
|
31
31
|
* </p>
|
|
@@ -92,6 +92,7 @@ declare const DescribeSNOMEDCTInferenceJobCommand_base: {
|
|
|
92
92
|
* @throws {@link ComprehendMedicalServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeSNOMEDCTInferenceJobCommand extends DescribeSNOMEDCTInferenceJobCommand_base {
|
|
97
98
|
}
|
|
@@ -22,12 +22,10 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DetectEntitiesCommand_base: {
|
|
24
24
|
new (input: DetectEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DetectEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>The <code>DetectEntities</code> operation is deprecated. You should use the <a>DetectEntitiesV2</a> operation instead.</p>
|
|
32
30
|
* <p>Inspects the clinical text for a variety of medical entities and returns specific
|
|
33
31
|
* information about them such as entity category, location, and confidence score on that
|
|
@@ -136,6 +134,8 @@ declare const DetectEntitiesCommand_base: {
|
|
|
136
134
|
* @throws {@link ComprehendMedicalServiceException}
|
|
137
135
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
138
136
|
*
|
|
137
|
+
* @public
|
|
138
|
+
* @deprecated This operation is deprecated, use DetectEntitiesV2 instead.
|
|
139
139
|
*/
|
|
140
140
|
export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
|
|
141
141
|
}
|
|
@@ -22,10 +22,10 @@ export interface DetectEntitiesV2CommandOutput extends DetectEntitiesV2Response,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DetectEntitiesV2Command_base: {
|
|
24
24
|
new (input: DetectEntitiesV2CommandInput): import("@smithy/smithy-client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DetectEntitiesV2CommandInput): import("@smithy/smithy-client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Inspects the clinical text for a variety of medical entities and returns specific
|
|
30
30
|
* information about them such as entity category, location, and confidence score on that
|
|
31
31
|
* information. Amazon Comprehend Medical only detects medical entities in English language
|
|
@@ -141,6 +141,7 @@ declare const DetectEntitiesV2Command_base: {
|
|
|
141
141
|
* @throws {@link ComprehendMedicalServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
143
143
|
*
|
|
144
|
+
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class DetectEntitiesV2Command extends DetectEntitiesV2Command_base {
|
|
146
147
|
}
|
|
@@ -22,10 +22,10 @@ export interface DetectPHICommandOutput extends DetectPHIResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const DetectPHICommand_base: {
|
|
24
24
|
new (input: DetectPHICommandInput): import("@smithy/smithy-client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DetectPHICommandInput): import("@smithy/smithy-client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Inspects the clinical text for protected health information (PHI) entities and returns
|
|
30
30
|
* the entity category, location, and confidence score for each entity. Amazon Comprehend Medical
|
|
31
31
|
* only detects entities in English language texts.</p>
|
|
@@ -116,6 +116,7 @@ declare const DetectPHICommand_base: {
|
|
|
116
116
|
* @throws {@link ComprehendMedicalServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
118
118
|
*
|
|
119
|
+
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class DetectPHICommand extends DetectPHICommand_base {
|
|
121
122
|
}
|
|
@@ -22,10 +22,10 @@ export interface InferICD10CMCommandOutput extends InferICD10CMResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const InferICD10CMCommand_base: {
|
|
24
24
|
new (input: InferICD10CMCommandInput): import("@smithy/smithy-client").CommandImpl<InferICD10CMCommandInput, InferICD10CMCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: InferICD10CMCommandInput): import("@smithy/smithy-client").CommandImpl<InferICD10CMCommandInput, InferICD10CMCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>InferICD10CM detects medical conditions as entities listed in a patient record and links
|
|
30
30
|
* those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the
|
|
31
31
|
* Centers for Disease Control. Amazon Comprehend Medical only detects medical entities in
|
|
@@ -124,6 +124,7 @@ declare const InferICD10CMCommand_base: {
|
|
|
124
124
|
* @throws {@link ComprehendMedicalServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
126
126
|
*
|
|
127
|
+
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class InferICD10CMCommand extends InferICD10CMCommand_base {
|
|
129
130
|
}
|
|
@@ -22,10 +22,10 @@ export interface InferRxNormCommandOutput extends InferRxNormResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const InferRxNormCommand_base: {
|
|
24
24
|
new (input: InferRxNormCommandInput): import("@smithy/smithy-client").CommandImpl<InferRxNormCommandInput, InferRxNormCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: InferRxNormCommandInput): import("@smithy/smithy-client").CommandImpl<InferRxNormCommandInput, InferRxNormCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>InferRxNorm detects medications as entities listed in a patient record and links to the
|
|
30
30
|
* normalized concept identifiers in the RxNorm database from the National Library of Medicine.
|
|
31
31
|
* Amazon Comprehend Medical only detects medical entities in English language texts. </p>
|
|
@@ -121,6 +121,7 @@ declare const InferRxNormCommand_base: {
|
|
|
121
121
|
* @throws {@link ComprehendMedicalServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
123
123
|
*
|
|
124
|
+
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class InferRxNormCommand extends InferRxNormCommand_base {
|
|
126
127
|
}
|
|
@@ -22,10 +22,10 @@ export interface InferSNOMEDCTCommandOutput extends InferSNOMEDCTResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const InferSNOMEDCTCommand_base: {
|
|
24
24
|
new (input: InferSNOMEDCTCommandInput): import("@smithy/smithy-client").CommandImpl<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: InferSNOMEDCTCommandInput): import("@smithy/smithy-client").CommandImpl<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology</p>
|
|
31
31
|
* @example
|
|
@@ -137,6 +137,7 @@ declare const InferSNOMEDCTCommand_base: {
|
|
|
137
137
|
* @throws {@link ComprehendMedicalServiceException}
|
|
138
138
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
139
139
|
*
|
|
140
|
+
* @public
|
|
140
141
|
*/
|
|
141
142
|
export declare class InferSNOMEDCTCommand extends InferSNOMEDCTCommand_base {
|
|
142
143
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEntitiesDetectionV2JobsCommandOutput extends ListEntitiesDe
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEntitiesDetectionV2JobsCommand_base: {
|
|
24
24
|
new (input: ListEntitiesDetectionV2JobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEntitiesDetectionV2JobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a list of medical entity detection jobs that you have submitted.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +100,7 @@ declare const ListEntitiesDetectionV2JobsCommand_base: {
|
|
|
100
100
|
* @throws {@link ComprehendMedicalServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListEntitiesDetectionV2JobsCommand extends ListEntitiesDetectionV2JobsCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListICD10CMInferenceJobsCommandOutput extends ListICD10CMInfere
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListICD10CMInferenceJobsCommand_base: {
|
|
24
24
|
new (input: ListICD10CMInferenceJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListICD10CMInferenceJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a list of InferICD10CM jobs that you have submitted.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +100,7 @@ declare const ListICD10CMInferenceJobsCommand_base: {
|
|
|
100
100
|
* @throws {@link ComprehendMedicalServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListICD10CMInferenceJobsCommand extends ListICD10CMInferenceJobsCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPHIDetectionJobsCommandOutput extends ListPHIDetectionJobsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPHIDetectionJobsCommand_base: {
|
|
24
24
|
new (input: ListPHIDetectionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListPHIDetectionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a list of protected health information (PHI) detection jobs you have
|
|
30
30
|
* submitted.</p>
|
|
31
31
|
* @example
|
|
@@ -101,6 +101,7 @@ declare const ListPHIDetectionJobsCommand_base: {
|
|
|
101
101
|
* @throws {@link ComprehendMedicalServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ListPHIDetectionJobsCommand extends ListPHIDetectionJobsCommand_base {
|
|
106
107
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRxNormInferenceJobsCommandOutput extends ListRxNormInferenc
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRxNormInferenceJobsCommand_base: {
|
|
24
24
|
new (input: ListRxNormInferenceJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListRxNormInferenceJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a list of InferRxNorm jobs that you have submitted.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +100,7 @@ declare const ListRxNormInferenceJobsCommand_base: {
|
|
|
100
100
|
* @throws {@link ComprehendMedicalServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListRxNormInferenceJobsCommand extends ListRxNormInferenceJobsCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSNOMEDCTInferenceJobsCommandOutput extends ListSNOMEDCTInfe
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSNOMEDCTInferenceJobsCommand_base: {
|
|
24
24
|
new (input: ListSNOMEDCTInferenceJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSNOMEDCTInferenceJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Gets a list of InferSNOMEDCT jobs a user has submitted.
|
|
31
31
|
* </p>
|
|
@@ -102,6 +102,7 @@ declare const ListSNOMEDCTInferenceJobsCommand_base: {
|
|
|
102
102
|
* @throws {@link ComprehendMedicalServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class ListSNOMEDCTInferenceJobsCommand extends ListSNOMEDCTInferenceJobsCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartEntitiesDetectionV2JobCommandOutput extends StartEntitiesD
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartEntitiesDetectionV2JobCommand_base: {
|
|
24
24
|
new (input: StartEntitiesDetectionV2JobCommandInput): import("@smithy/smithy-client").CommandImpl<StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartEntitiesDetectionV2JobCommandInput): import("@smithy/smithy-client").CommandImpl<StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts an asynchronous medical entity detection job for a collection of documents. Use the
|
|
30
30
|
* <code>DescribeEntitiesDetectionV2Job</code> operation to track the status of a job.</p>
|
|
31
31
|
* @example
|
|
@@ -82,6 +82,7 @@ declare const StartEntitiesDetectionV2JobCommand_base: {
|
|
|
82
82
|
* @throws {@link ComprehendMedicalServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class StartEntitiesDetectionV2JobCommand extends StartEntitiesDetectionV2JobCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartICD10CMInferenceJobCommandOutput extends StartICD10CMInfer
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartICD10CMInferenceJobCommand_base: {
|
|
24
24
|
new (input: StartICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM
|
|
30
30
|
* ontology. Use the <code>DescribeICD10CMInferenceJob</code> operation to track the status of a
|
|
31
31
|
* job.</p>
|
|
@@ -83,6 +83,7 @@ declare const StartICD10CMInferenceJobCommand_base: {
|
|
|
83
83
|
* @throws {@link ComprehendMedicalServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class StartICD10CMInferenceJobCommand extends StartICD10CMInferenceJobCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartPHIDetectionJobCommandOutput extends StartPHIDetectionJobR
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartPHIDetectionJobCommand_base: {
|
|
24
24
|
new (input: StartPHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartPHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts an asynchronous job to detect protected health information (PHI). Use the
|
|
30
30
|
* <code>DescribePHIDetectionJob</code> operation to track the status of a job.</p>
|
|
31
31
|
* @example
|
|
@@ -82,6 +82,7 @@ declare const StartPHIDetectionJobCommand_base: {
|
|
|
82
82
|
* @throws {@link ComprehendMedicalServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class StartPHIDetectionJobCommand extends StartPHIDetectionJobCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartRxNormInferenceJobCommandOutput extends StartRxNormInferen
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartRxNormInferenceJobCommand_base: {
|
|
24
24
|
new (input: StartRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts an asynchronous job to detect medication entities and link them to the RxNorm
|
|
30
30
|
* ontology. Use the <code>DescribeRxNormInferenceJob</code> operation to track the status of a
|
|
31
31
|
* job.</p>
|
|
@@ -83,6 +83,7 @@ declare const StartRxNormInferenceJobCommand_base: {
|
|
|
83
83
|
* @throws {@link ComprehendMedicalServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class StartRxNormInferenceJobCommand extends StartRxNormInferenceJobCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartSNOMEDCTInferenceJobCommandOutput extends StartSNOMEDCTInf
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartSNOMEDCTInferenceJobCommand_base: {
|
|
24
24
|
new (input: StartSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology. Use the DescribeSNOMEDCTInferenceJob operation to track the status of a job.
|
|
31
31
|
* </p>
|
|
@@ -83,6 +83,7 @@ declare const StartSNOMEDCTInferenceJobCommand_base: {
|
|
|
83
83
|
* @throws {@link ComprehendMedicalServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class StartSNOMEDCTInferenceJobCommand extends StartSNOMEDCTInferenceJobCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopEntitiesDetectionV2JobCommandOutput extends StopEntitiesDet
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopEntitiesDetectionV2JobCommand_base: {
|
|
24
24
|
new (input: StopEntitiesDetectionV2JobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopEntitiesDetectionV2JobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops a medical entities detection job in progress.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const StopEntitiesDetectionV2JobCommand_base: {
|
|
|
64
64
|
* @throws {@link ComprehendMedicalServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class StopEntitiesDetectionV2JobCommand extends StopEntitiesDetectionV2JobCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopICD10CMInferenceJobCommandOutput extends StopICD10CMInferen
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopICD10CMInferenceJobCommand_base: {
|
|
24
24
|
new (input: StopICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops an InferICD10CM inference job in progress.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const StopICD10CMInferenceJobCommand_base: {
|
|
|
64
64
|
* @throws {@link ComprehendMedicalServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class StopICD10CMInferenceJobCommand extends StopICD10CMInferenceJobCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopPHIDetectionJobCommand_base: {
|
|
24
24
|
new (input: StopPHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopPHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops a protected health information (PHI) detection job in progress.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const StopPHIDetectionJobCommand_base: {
|
|
|
64
64
|
* @throws {@link ComprehendMedicalServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class StopPHIDetectionJobCommand extends StopPHIDetectionJobCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopRxNormInferenceJobCommandOutput extends StopRxNormInference
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopRxNormInferenceJobCommand_base: {
|
|
24
24
|
new (input: StopRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops an InferRxNorm inference job in progress.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const StopRxNormInferenceJobCommand_base: {
|
|
|
64
64
|
* @throws {@link ComprehendMedicalServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class StopRxNormInferenceJobCommand extends StopRxNormInferenceJobCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInfer
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopSNOMEDCTInferenceJobCommand_base: {
|
|
24
24
|
new (input: StopSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Stops an InferSNOMEDCT inference job in progress.
|
|
31
31
|
* </p>
|
|
@@ -71,6 +71,7 @@ declare const StopSNOMEDCTInferenceJobCommand_base: {
|
|
|
71
71
|
* @throws {@link ComprehendMedicalServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class StopSNOMEDCTInferenceJobCommand extends StopSNOMEDCTInferenceJobCommand_base {
|
|
76
77
|
}
|