@aws-sdk/client-comprehendmedical 3.296.0 → 3.298.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-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -3
- package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +2 -3
- package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -3
- package/dist-cjs/commands/DetectEntitiesCommand.js +2 -3
- package/dist-cjs/commands/DetectEntitiesV2Command.js +2 -3
- package/dist-cjs/commands/DetectPHICommand.js +2 -3
- package/dist-cjs/commands/InferICD10CMCommand.js +2 -3
- package/dist-cjs/commands/InferRxNormCommand.js +2 -3
- package/dist-cjs/commands/InferSNOMEDCTCommand.js +2 -3
- package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +2 -3
- package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +2 -3
- package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +2 -3
- package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -3
- package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +2 -3
- package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +2 -3
- package/dist-cjs/commands/StartPHIDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +2 -3
- package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +2 -3
- package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +2 -3
- package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +2 -3
- package/dist-cjs/commands/StopPHIDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +2 -3
- package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -299
- package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -3
- package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +2 -3
- package/dist-es/commands/DescribePHIDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +2 -3
- package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -3
- package/dist-es/commands/DetectEntitiesCommand.js +2 -3
- package/dist-es/commands/DetectEntitiesV2Command.js +2 -3
- package/dist-es/commands/DetectPHICommand.js +2 -3
- package/dist-es/commands/InferICD10CMCommand.js +2 -3
- package/dist-es/commands/InferRxNormCommand.js +2 -3
- package/dist-es/commands/InferSNOMEDCTCommand.js +2 -3
- package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +2 -3
- package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +2 -3
- package/dist-es/commands/ListPHIDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListRxNormInferenceJobsCommand.js +2 -3
- package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -3
- package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +2 -3
- package/dist-es/commands/StartICD10CMInferenceJobCommand.js +2 -3
- package/dist-es/commands/StartPHIDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartRxNormInferenceJobCommand.js +2 -3
- package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +2 -3
- package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +2 -3
- package/dist-es/commands/StopICD10CMInferenceJobCommand.js +2 -3
- package/dist-es/commands/StopPHIDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopRxNormInferenceJobCommand.js +2 -3
- package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -222
- package/dist-types/ComprehendMedical.d.ts +27 -0
- package/dist-types/ComprehendMedicalClient.d.ts +24 -4
- package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/DetectEntitiesV2Command.d.ts +16 -0
- package/dist-types/commands/DetectPHICommand.d.ts +16 -0
- package/dist-types/commands/InferICD10CMCommand.d.ts +16 -0
- package/dist-types/commands/InferRxNormCommand.d.ts +16 -0
- package/dist-types/commands/InferSNOMEDCTCommand.d.ts +16 -0
- package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +16 -0
- package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +16 -0
- package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +16 -0
- package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +16 -0
- package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +16 -0
- package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +16 -0
- package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +16 -0
- package/dist-types/models/ComprehendMedicalServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +246 -296
- package/dist-types/ts3.4/models/models_0.d.ts +0 -208
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
5
5
|
import { StopPHIDetectionJobRequest, StopPHIDetectionJobResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StopPHIDetectionJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StopPHIDetectionJobCommandInput extends StopPHIDetectionJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StopPHIDetectionJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Stops a protected health information (PHI) detection job in progress.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StopPHIDetectionJobCommandInput - {@link StopPHIDetectionJobCommandInput}
|
|
34
|
+
* @returns {@link StopPHIDetectionJobCommandOutput}
|
|
28
35
|
* @see {@link StopPHIDetectionJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StopPHIDetectionJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobRes
|
|
|
45
52
|
export declare class StopPHIDetectionJobCommand extends $Command<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
46
53
|
readonly input: StopPHIDetectionJobCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: StopPHIDetectionJobCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
5
5
|
import { StopRxNormInferenceJobRequest, StopRxNormInferenceJobResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StopRxNormInferenceJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StopRxNormInferenceJobCommandInput extends StopRxNormInferenceJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StopRxNormInferenceJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StopRxNormInferenceJobCommandOutput extends StopRxNormInferenceJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Stops an InferRxNorm inference job in progress.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface StopRxNormInferenceJobCommandOutput extends StopRxNormInference
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StopRxNormInferenceJobCommandInput - {@link StopRxNormInferenceJobCommandInput}
|
|
34
|
+
* @returns {@link StopRxNormInferenceJobCommandOutput}
|
|
28
35
|
* @see {@link StopRxNormInferenceJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StopRxNormInferenceJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface StopRxNormInferenceJobCommandOutput extends StopRxNormInference
|
|
|
45
52
|
export declare class StopRxNormInferenceJobCommand extends $Command<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
46
53
|
readonly input: StopRxNormInferenceJobCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: StopRxNormInferenceJobCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
5
5
|
import { StopSNOMEDCTInferenceJobRequest, StopSNOMEDCTInferenceJobResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StopSNOMEDCTInferenceJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StopSNOMEDCTInferenceJobCommandInput extends StopSNOMEDCTInferenceJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StopSNOMEDCTInferenceJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInferenceJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Stops an InferSNOMEDCT inference job in progress.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInfer
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param StopSNOMEDCTInferenceJobCommandInput - {@link StopSNOMEDCTInferenceJobCommandInput}
|
|
36
|
+
* @returns {@link StopSNOMEDCTInferenceJobCommandOutput}
|
|
30
37
|
* @see {@link StopSNOMEDCTInferenceJobCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link StopSNOMEDCTInferenceJobCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInfer
|
|
|
52
59
|
export declare class StopSNOMEDCTInferenceJobCommand extends $Command<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
53
60
|
readonly input: StopSNOMEDCTInferenceJobCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: StopSNOMEDCTInferenceJobCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from ComprehendMedical service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class ComprehendMedicalServiceException extends __ServiceException {
|