@aws-sdk/client-comprehendmedical 3.40.0 → 3.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -0
- package/README.md +1 -1
- package/dist-cjs/ComprehendMedical.js +75 -0
- package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +36 -0
- package/dist-cjs/commands/InferSNOMEDCTCommand.js +36 -0
- package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +36 -0
- package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +36 -0
- package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +142 -2
- package/dist-cjs/protocols/Aws_json1_1.js +646 -37
- package/dist-es/ComprehendMedical.js +75 -0
- package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +39 -0
- package/dist-es/commands/InferSNOMEDCTCommand.js +39 -0
- package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +39 -0
- package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +39 -0
- package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +107 -0
- package/dist-es/protocols/Aws_json1_1.js +667 -27
- package/dist-types/ComprehendMedical.d.ts +45 -1
- package/dist-types/ComprehendMedicalClient.d.ts +8 -3
- package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +37 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/DetectEntitiesV2Command.d.ts +1 -1
- package/dist-types/commands/DetectPHICommand.d.ts +1 -1
- package/dist-types/commands/InferICD10CMCommand.d.ts +1 -1
- package/dist-types/commands/InferRxNormCommand.d.ts +1 -1
- package/dist-types/commands/InferSNOMEDCTCommand.d.ts +36 -0
- package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +1 -1
- package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +37 -0
- package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +1 -1
- package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +37 -0
- package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +1 -1
- package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +533 -26
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/ComprehendMedical.d.ts +25 -0
- package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +7 -2
- package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +246 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +15 -0
- package/package.json +6 -6
|
@@ -4,62 +4,77 @@ import { DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2
|
|
|
4
4
|
import { DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput } from "../commands/DescribeICD10CMInferenceJobCommand";
|
|
5
5
|
import { DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput } from "../commands/DescribePHIDetectionJobCommand";
|
|
6
6
|
import { DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput } from "../commands/DescribeRxNormInferenceJobCommand";
|
|
7
|
+
import { DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput } from "../commands/DescribeSNOMEDCTInferenceJobCommand";
|
|
7
8
|
import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "../commands/DetectEntitiesCommand";
|
|
8
9
|
import { DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput } from "../commands/DetectEntitiesV2Command";
|
|
9
10
|
import { DetectPHICommandInput, DetectPHICommandOutput } from "../commands/DetectPHICommand";
|
|
10
11
|
import { InferICD10CMCommandInput, InferICD10CMCommandOutput } from "../commands/InferICD10CMCommand";
|
|
11
12
|
import { InferRxNormCommandInput, InferRxNormCommandOutput } from "../commands/InferRxNormCommand";
|
|
13
|
+
import { InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput } from "../commands/InferSNOMEDCTCommand";
|
|
12
14
|
import { ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput } from "../commands/ListEntitiesDetectionV2JobsCommand";
|
|
13
15
|
import { ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput } from "../commands/ListICD10CMInferenceJobsCommand";
|
|
14
16
|
import { ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput } from "../commands/ListPHIDetectionJobsCommand";
|
|
15
17
|
import { ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput } from "../commands/ListRxNormInferenceJobsCommand";
|
|
18
|
+
import { ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput } from "../commands/ListSNOMEDCTInferenceJobsCommand";
|
|
16
19
|
import { StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput } from "../commands/StartEntitiesDetectionV2JobCommand";
|
|
17
20
|
import { StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput } from "../commands/StartICD10CMInferenceJobCommand";
|
|
18
21
|
import { StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput } from "../commands/StartPHIDetectionJobCommand";
|
|
19
22
|
import { StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput } from "../commands/StartRxNormInferenceJobCommand";
|
|
23
|
+
import { StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput } from "../commands/StartSNOMEDCTInferenceJobCommand";
|
|
20
24
|
import { StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput } from "../commands/StopEntitiesDetectionV2JobCommand";
|
|
21
25
|
import { StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput } from "../commands/StopICD10CMInferenceJobCommand";
|
|
22
26
|
import { StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput } from "../commands/StopPHIDetectionJobCommand";
|
|
23
27
|
import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput } from "../commands/StopRxNormInferenceJobCommand";
|
|
28
|
+
import { StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput } from "../commands/StopSNOMEDCTInferenceJobCommand";
|
|
24
29
|
export declare const serializeAws_json1_1DescribeEntitiesDetectionV2JobCommand: (input: DescribeEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
30
|
export declare const serializeAws_json1_1DescribeICD10CMInferenceJobCommand: (input: DescribeICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
31
|
export declare const serializeAws_json1_1DescribePHIDetectionJobCommand: (input: DescribePHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
32
|
export declare const serializeAws_json1_1DescribeRxNormInferenceJobCommand: (input: DescribeRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
export declare const serializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand: (input: DescribeSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
34
|
export declare const serializeAws_json1_1DetectEntitiesCommand: (input: DetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
35
|
export declare const serializeAws_json1_1DetectEntitiesV2Command: (input: DetectEntitiesV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
36
|
export declare const serializeAws_json1_1DetectPHICommand: (input: DetectPHICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
37
|
export declare const serializeAws_json1_1InferICD10CMCommand: (input: InferICD10CMCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
38
|
export declare const serializeAws_json1_1InferRxNormCommand: (input: InferRxNormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
export declare const serializeAws_json1_1InferSNOMEDCTCommand: (input: InferSNOMEDCTCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
40
|
export declare const serializeAws_json1_1ListEntitiesDetectionV2JobsCommand: (input: ListEntitiesDetectionV2JobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
41
|
export declare const serializeAws_json1_1ListICD10CMInferenceJobsCommand: (input: ListICD10CMInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
42
|
export declare const serializeAws_json1_1ListPHIDetectionJobsCommand: (input: ListPHIDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
43
|
export declare const serializeAws_json1_1ListRxNormInferenceJobsCommand: (input: ListRxNormInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
export declare const serializeAws_json1_1ListSNOMEDCTInferenceJobsCommand: (input: ListSNOMEDCTInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
45
|
export declare const serializeAws_json1_1StartEntitiesDetectionV2JobCommand: (input: StartEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
46
|
export declare const serializeAws_json1_1StartICD10CMInferenceJobCommand: (input: StartICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
47
|
export declare const serializeAws_json1_1StartPHIDetectionJobCommand: (input: StartPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
48
|
export declare const serializeAws_json1_1StartRxNormInferenceJobCommand: (input: StartRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
export declare const serializeAws_json1_1StartSNOMEDCTInferenceJobCommand: (input: StartSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
50
|
export declare const serializeAws_json1_1StopEntitiesDetectionV2JobCommand: (input: StopEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
51
|
export declare const serializeAws_json1_1StopICD10CMInferenceJobCommand: (input: StopICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
52
|
export declare const serializeAws_json1_1StopPHIDetectionJobCommand: (input: StopPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
53
|
export declare const serializeAws_json1_1StopRxNormInferenceJobCommand: (input: StopRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_json1_1StopSNOMEDCTInferenceJobCommand: (input: StopSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
55
|
export declare const deserializeAws_json1_1DescribeEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionV2JobCommandOutput>;
|
|
46
56
|
export declare const deserializeAws_json1_1DescribeICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeICD10CMInferenceJobCommandOutput>;
|
|
47
57
|
export declare const deserializeAws_json1_1DescribePHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePHIDetectionJobCommandOutput>;
|
|
48
58
|
export declare const deserializeAws_json1_1DescribeRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRxNormInferenceJobCommandOutput>;
|
|
59
|
+
export declare const deserializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
|
|
49
60
|
export declare const deserializeAws_json1_1DetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesCommandOutput>;
|
|
50
61
|
export declare const deserializeAws_json1_1DetectEntitiesV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesV2CommandOutput>;
|
|
51
62
|
export declare const deserializeAws_json1_1DetectPHICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectPHICommandOutput>;
|
|
52
63
|
export declare const deserializeAws_json1_1InferICD10CMCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferICD10CMCommandOutput>;
|
|
53
64
|
export declare const deserializeAws_json1_1InferRxNormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferRxNormCommandOutput>;
|
|
65
|
+
export declare const deserializeAws_json1_1InferSNOMEDCTCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferSNOMEDCTCommandOutput>;
|
|
54
66
|
export declare const deserializeAws_json1_1ListEntitiesDetectionV2JobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesDetectionV2JobsCommandOutput>;
|
|
55
67
|
export declare const deserializeAws_json1_1ListICD10CMInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListICD10CMInferenceJobsCommandOutput>;
|
|
56
68
|
export declare const deserializeAws_json1_1ListPHIDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPHIDetectionJobsCommandOutput>;
|
|
57
69
|
export declare const deserializeAws_json1_1ListRxNormInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRxNormInferenceJobsCommandOutput>;
|
|
70
|
+
export declare const deserializeAws_json1_1ListSNOMEDCTInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
58
71
|
export declare const deserializeAws_json1_1StartEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionV2JobCommandOutput>;
|
|
59
72
|
export declare const deserializeAws_json1_1StartICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartICD10CMInferenceJobCommandOutput>;
|
|
60
73
|
export declare const deserializeAws_json1_1StartPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPHIDetectionJobCommandOutput>;
|
|
61
74
|
export declare const deserializeAws_json1_1StartRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRxNormInferenceJobCommandOutput>;
|
|
75
|
+
export declare const deserializeAws_json1_1StartSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSNOMEDCTInferenceJobCommandOutput>;
|
|
62
76
|
export declare const deserializeAws_json1_1StopEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEntitiesDetectionV2JobCommandOutput>;
|
|
63
77
|
export declare const deserializeAws_json1_1StopICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopICD10CMInferenceJobCommandOutput>;
|
|
64
78
|
export declare const deserializeAws_json1_1StopPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPHIDetectionJobCommandOutput>;
|
|
65
79
|
export declare const deserializeAws_json1_1StopRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRxNormInferenceJobCommandOutput>;
|
|
80
|
+
export declare const deserializeAws_json1_1StopSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSNOMEDCTInferenceJobCommandOutput>;
|
|
@@ -3,23 +3,28 @@ import { DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2
|
|
|
3
3
|
import { DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput } from "./commands/DescribeICD10CMInferenceJobCommand";
|
|
4
4
|
import { DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput } from "./commands/DescribePHIDetectionJobCommand";
|
|
5
5
|
import { DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput } from "./commands/DescribeRxNormInferenceJobCommand";
|
|
6
|
+
import { DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput } from "./commands/DescribeSNOMEDCTInferenceJobCommand";
|
|
6
7
|
import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "./commands/DetectEntitiesCommand";
|
|
7
8
|
import { DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput } from "./commands/DetectEntitiesV2Command";
|
|
8
9
|
import { DetectPHICommandInput, DetectPHICommandOutput } from "./commands/DetectPHICommand";
|
|
9
10
|
import { InferICD10CMCommandInput, InferICD10CMCommandOutput } from "./commands/InferICD10CMCommand";
|
|
10
11
|
import { InferRxNormCommandInput, InferRxNormCommandOutput } from "./commands/InferRxNormCommand";
|
|
12
|
+
import { InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput } from "./commands/InferSNOMEDCTCommand";
|
|
11
13
|
import { ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput } from "./commands/ListEntitiesDetectionV2JobsCommand";
|
|
12
14
|
import { ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput } from "./commands/ListICD10CMInferenceJobsCommand";
|
|
13
15
|
import { ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput } from "./commands/ListPHIDetectionJobsCommand";
|
|
14
16
|
import { ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput } from "./commands/ListRxNormInferenceJobsCommand";
|
|
17
|
+
import { ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput } from "./commands/ListSNOMEDCTInferenceJobsCommand";
|
|
15
18
|
import { StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput } from "./commands/StartEntitiesDetectionV2JobCommand";
|
|
16
19
|
import { StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput } from "./commands/StartICD10CMInferenceJobCommand";
|
|
17
20
|
import { StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput } from "./commands/StartPHIDetectionJobCommand";
|
|
18
21
|
import { StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput } from "./commands/StartRxNormInferenceJobCommand";
|
|
22
|
+
import { StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput } from "./commands/StartSNOMEDCTInferenceJobCommand";
|
|
19
23
|
import { StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput } from "./commands/StopEntitiesDetectionV2JobCommand";
|
|
20
24
|
import { StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput } from "./commands/StopICD10CMInferenceJobCommand";
|
|
21
25
|
import { StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput } from "./commands/StopPHIDetectionJobCommand";
|
|
22
26
|
import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput } from "./commands/StopRxNormInferenceJobCommand";
|
|
27
|
+
import { StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput } from "./commands/StopSNOMEDCTInferenceJobCommand";
|
|
23
28
|
import { ComprehendMedicalClient } from "./ComprehendMedicalClient";
|
|
24
29
|
|
|
25
30
|
export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
@@ -40,6 +45,10 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
|
40
45
|
describeRxNormInferenceJob(args: DescribeRxNormInferenceJobCommandInput, cb: (err: any, data?: DescribeRxNormInferenceJobCommandOutput) => void): void;
|
|
41
46
|
describeRxNormInferenceJob(args: DescribeRxNormInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRxNormInferenceJobCommandOutput) => void): void;
|
|
42
47
|
|
|
48
|
+
describeSNOMEDCTInferenceJob(args: DescribeSNOMEDCTInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
|
|
49
|
+
describeSNOMEDCTInferenceJob(args: DescribeSNOMEDCTInferenceJobCommandInput, cb: (err: any, data?: DescribeSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
50
|
+
describeSNOMEDCTInferenceJob(args: DescribeSNOMEDCTInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
51
|
+
|
|
43
52
|
detectEntities(args: DetectEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<DetectEntitiesCommandOutput>;
|
|
44
53
|
detectEntities(args: DetectEntitiesCommandInput, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
|
|
45
54
|
detectEntities(args: DetectEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
|
|
@@ -60,6 +69,10 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
|
60
69
|
inferRxNorm(args: InferRxNormCommandInput, cb: (err: any, data?: InferRxNormCommandOutput) => void): void;
|
|
61
70
|
inferRxNorm(args: InferRxNormCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InferRxNormCommandOutput) => void): void;
|
|
62
71
|
|
|
72
|
+
inferSNOMEDCT(args: InferSNOMEDCTCommandInput, options?: __HttpHandlerOptions): Promise<InferSNOMEDCTCommandOutput>;
|
|
73
|
+
inferSNOMEDCT(args: InferSNOMEDCTCommandInput, cb: (err: any, data?: InferSNOMEDCTCommandOutput) => void): void;
|
|
74
|
+
inferSNOMEDCT(args: InferSNOMEDCTCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InferSNOMEDCTCommandOutput) => void): void;
|
|
75
|
+
|
|
63
76
|
listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitiesDetectionV2JobsCommandOutput>;
|
|
64
77
|
listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void): void;
|
|
65
78
|
listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void): void;
|
|
@@ -76,6 +89,10 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
|
76
89
|
listRxNormInferenceJobs(args: ListRxNormInferenceJobsCommandInput, cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void): void;
|
|
77
90
|
listRxNormInferenceJobs(args: ListRxNormInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void): void;
|
|
78
91
|
|
|
92
|
+
listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
93
|
+
listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, cb: (err: any, data?: ListSNOMEDCTInferenceJobsCommandOutput) => void): void;
|
|
94
|
+
listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSNOMEDCTInferenceJobsCommandOutput) => void): void;
|
|
95
|
+
|
|
79
96
|
startEntitiesDetectionV2Job(args: StartEntitiesDetectionV2JobCommandInput, options?: __HttpHandlerOptions): Promise<StartEntitiesDetectionV2JobCommandOutput>;
|
|
80
97
|
startEntitiesDetectionV2Job(args: StartEntitiesDetectionV2JobCommandInput, cb: (err: any, data?: StartEntitiesDetectionV2JobCommandOutput) => void): void;
|
|
81
98
|
startEntitiesDetectionV2Job(args: StartEntitiesDetectionV2JobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartEntitiesDetectionV2JobCommandOutput) => void): void;
|
|
@@ -92,6 +109,10 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
|
92
109
|
startRxNormInferenceJob(args: StartRxNormInferenceJobCommandInput, cb: (err: any, data?: StartRxNormInferenceJobCommandOutput) => void): void;
|
|
93
110
|
startRxNormInferenceJob(args: StartRxNormInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRxNormInferenceJobCommandOutput) => void): void;
|
|
94
111
|
|
|
112
|
+
startSNOMEDCTInferenceJob(args: StartSNOMEDCTInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StartSNOMEDCTInferenceJobCommandOutput>;
|
|
113
|
+
startSNOMEDCTInferenceJob(args: StartSNOMEDCTInferenceJobCommandInput, cb: (err: any, data?: StartSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
114
|
+
startSNOMEDCTInferenceJob(args: StartSNOMEDCTInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
115
|
+
|
|
95
116
|
stopEntitiesDetectionV2Job(args: StopEntitiesDetectionV2JobCommandInput, options?: __HttpHandlerOptions): Promise<StopEntitiesDetectionV2JobCommandOutput>;
|
|
96
117
|
stopEntitiesDetectionV2Job(args: StopEntitiesDetectionV2JobCommandInput, cb: (err: any, data?: StopEntitiesDetectionV2JobCommandOutput) => void): void;
|
|
97
118
|
stopEntitiesDetectionV2Job(args: StopEntitiesDetectionV2JobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEntitiesDetectionV2JobCommandOutput) => void): void;
|
|
@@ -107,4 +128,8 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
|
107
128
|
stopRxNormInferenceJob(args: StopRxNormInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StopRxNormInferenceJobCommandOutput>;
|
|
108
129
|
stopRxNormInferenceJob(args: StopRxNormInferenceJobCommandInput, cb: (err: any, data?: StopRxNormInferenceJobCommandOutput) => void): void;
|
|
109
130
|
stopRxNormInferenceJob(args: StopRxNormInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopRxNormInferenceJobCommandOutput) => void): void;
|
|
131
|
+
|
|
132
|
+
stopSNOMEDCTInferenceJob(args: StopSNOMEDCTInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StopSNOMEDCTInferenceJobCommandOutput>;
|
|
133
|
+
stopSNOMEDCTInferenceJob(args: StopSNOMEDCTInferenceJobCommandInput, cb: (err: any, data?: StopSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
134
|
+
stopSNOMEDCTInferenceJob(args: StopSNOMEDCTInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
110
135
|
}
|
|
@@ -10,25 +10,30 @@ import { DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2
|
|
|
10
10
|
import { DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput } from "./commands/DescribeICD10CMInferenceJobCommand";
|
|
11
11
|
import { DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput } from "./commands/DescribePHIDetectionJobCommand";
|
|
12
12
|
import { DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput } from "./commands/DescribeRxNormInferenceJobCommand";
|
|
13
|
+
import { DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput } from "./commands/DescribeSNOMEDCTInferenceJobCommand";
|
|
13
14
|
import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "./commands/DetectEntitiesCommand";
|
|
14
15
|
import { DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput } from "./commands/DetectEntitiesV2Command";
|
|
15
16
|
import { DetectPHICommandInput, DetectPHICommandOutput } from "./commands/DetectPHICommand";
|
|
16
17
|
import { InferICD10CMCommandInput, InferICD10CMCommandOutput } from "./commands/InferICD10CMCommand";
|
|
17
18
|
import { InferRxNormCommandInput, InferRxNormCommandOutput } from "./commands/InferRxNormCommand";
|
|
19
|
+
import { InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput } from "./commands/InferSNOMEDCTCommand";
|
|
18
20
|
import { ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput } from "./commands/ListEntitiesDetectionV2JobsCommand";
|
|
19
21
|
import { ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput } from "./commands/ListICD10CMInferenceJobsCommand";
|
|
20
22
|
import { ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput } from "./commands/ListPHIDetectionJobsCommand";
|
|
21
23
|
import { ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput } from "./commands/ListRxNormInferenceJobsCommand";
|
|
24
|
+
import { ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput } from "./commands/ListSNOMEDCTInferenceJobsCommand";
|
|
22
25
|
import { StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput } from "./commands/StartEntitiesDetectionV2JobCommand";
|
|
23
26
|
import { StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput } from "./commands/StartICD10CMInferenceJobCommand";
|
|
24
27
|
import { StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput } from "./commands/StartPHIDetectionJobCommand";
|
|
25
28
|
import { StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput } from "./commands/StartRxNormInferenceJobCommand";
|
|
29
|
+
import { StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput } from "./commands/StartSNOMEDCTInferenceJobCommand";
|
|
26
30
|
import { StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput } from "./commands/StopEntitiesDetectionV2JobCommand";
|
|
27
31
|
import { StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput } from "./commands/StopICD10CMInferenceJobCommand";
|
|
28
32
|
import { StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput } from "./commands/StopPHIDetectionJobCommand";
|
|
29
33
|
import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput } from "./commands/StopRxNormInferenceJobCommand";
|
|
30
|
-
|
|
31
|
-
export declare type
|
|
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;
|
|
32
37
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
33
38
|
|
|
34
39
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { DescribeSNOMEDCTInferenceJobRequest, DescribeSNOMEDCTInferenceJobResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeSNOMEDCTInferenceJobCommandInput extends DescribeSNOMEDCTInferenceJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeSNOMEDCTInferenceJobCommandOutput extends DescribeSNOMEDCTInferenceJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeSNOMEDCTInferenceJobCommand extends $Command<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeSNOMEDCTInferenceJobCommandInput;
|
|
12
|
+
constructor(input: DescribeSNOMEDCTInferenceJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { InferSNOMEDCTRequest, InferSNOMEDCTResponse } from "../models/models_0";
|
|
5
|
+
export interface InferSNOMEDCTCommandInput extends InferSNOMEDCTRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface InferSNOMEDCTCommandOutput extends InferSNOMEDCTResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class InferSNOMEDCTCommand extends $Command<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
11
|
+
readonly input: InferSNOMEDCTCommandInput;
|
|
12
|
+
constructor(input: InferSNOMEDCTCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { ListSNOMEDCTInferenceJobsRequest, ListSNOMEDCTInferenceJobsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListSNOMEDCTInferenceJobsCommandInput extends ListSNOMEDCTInferenceJobsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListSNOMEDCTInferenceJobsCommandOutput extends ListSNOMEDCTInferenceJobsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListSNOMEDCTInferenceJobsCommand extends $Command<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
11
|
+
readonly input: ListSNOMEDCTInferenceJobsCommandInput;
|
|
12
|
+
constructor(input: ListSNOMEDCTInferenceJobsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { StartSNOMEDCTInferenceJobRequest, StartSNOMEDCTInferenceJobResponse } from "../models/models_0";
|
|
5
|
+
export interface StartSNOMEDCTInferenceJobCommandInput extends StartSNOMEDCTInferenceJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StartSNOMEDCTInferenceJobCommandOutput extends StartSNOMEDCTInferenceJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StartSNOMEDCTInferenceJobCommand extends $Command<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
11
|
+
readonly input: StartSNOMEDCTInferenceJobCommandInput;
|
|
12
|
+
constructor(input: StartSNOMEDCTInferenceJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { StopSNOMEDCTInferenceJobRequest, StopSNOMEDCTInferenceJobResponse } from "../models/models_0";
|
|
5
|
+
export interface StopSNOMEDCTInferenceJobCommandInput extends StopSNOMEDCTInferenceJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInferenceJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StopSNOMEDCTInferenceJobCommand extends $Command<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
11
|
+
readonly input: StopSNOMEDCTInferenceJobCommandInput;
|
|
12
|
+
constructor(input: StopSNOMEDCTInferenceJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -2,20 +2,25 @@ export * from "./DescribeEntitiesDetectionV2JobCommand";
|
|
|
2
2
|
export * from "./DescribeICD10CMInferenceJobCommand";
|
|
3
3
|
export * from "./DescribePHIDetectionJobCommand";
|
|
4
4
|
export * from "./DescribeRxNormInferenceJobCommand";
|
|
5
|
+
export * from "./DescribeSNOMEDCTInferenceJobCommand";
|
|
5
6
|
export * from "./DetectEntitiesCommand";
|
|
6
7
|
export * from "./DetectEntitiesV2Command";
|
|
7
8
|
export * from "./DetectPHICommand";
|
|
8
9
|
export * from "./InferICD10CMCommand";
|
|
9
10
|
export * from "./InferRxNormCommand";
|
|
11
|
+
export * from "./InferSNOMEDCTCommand";
|
|
10
12
|
export * from "./ListEntitiesDetectionV2JobsCommand";
|
|
11
13
|
export * from "./ListICD10CMInferenceJobsCommand";
|
|
12
14
|
export * from "./ListPHIDetectionJobsCommand";
|
|
13
15
|
export * from "./ListRxNormInferenceJobsCommand";
|
|
16
|
+
export * from "./ListSNOMEDCTInferenceJobsCommand";
|
|
14
17
|
export * from "./StartEntitiesDetectionV2JobCommand";
|
|
15
18
|
export * from "./StartICD10CMInferenceJobCommand";
|
|
16
19
|
export * from "./StartPHIDetectionJobCommand";
|
|
17
20
|
export * from "./StartRxNormInferenceJobCommand";
|
|
21
|
+
export * from "./StartSNOMEDCTInferenceJobCommand";
|
|
18
22
|
export * from "./StopEntitiesDetectionV2JobCommand";
|
|
19
23
|
export * from "./StopICD10CMInferenceJobCommand";
|
|
20
24
|
export * from "./StopPHIDetectionJobCommand";
|
|
21
25
|
export * from "./StopRxNormInferenceJobCommand";
|
|
26
|
+
export * from "./StopSNOMEDCTInferenceJobCommand";
|
|
@@ -23,6 +23,7 @@ export declare enum RelationshipType {
|
|
|
23
23
|
ROUTE_OR_MODE = "ROUTE_OR_MODE",
|
|
24
24
|
STRENGTH = "STRENGTH",
|
|
25
25
|
SYSTEM_ORGAN_SITE = "SYSTEM_ORGAN_SITE",
|
|
26
|
+
TEST_UNIT = "TEST_UNIT",
|
|
26
27
|
TEST_UNITS = "TEST_UNITS",
|
|
27
28
|
TEST_VALUE = "TEST_VALUE",
|
|
28
29
|
WITH_DOSAGE = "WITH_DOSAGE"
|
|
@@ -54,12 +55,15 @@ export declare enum EntitySubType {
|
|
|
54
55
|
DIRECTION = "DIRECTION",
|
|
55
56
|
DOSAGE = "DOSAGE",
|
|
56
57
|
DURATION = "DURATION",
|
|
58
|
+
DX_NAME = "DX_NAME",
|
|
57
59
|
EMAIL = "EMAIL",
|
|
58
60
|
FORM = "FORM",
|
|
59
61
|
FREQUENCY = "FREQUENCY",
|
|
60
62
|
GENERIC_NAME = "GENERIC_NAME",
|
|
63
|
+
ID = "ID",
|
|
61
64
|
IDENTIFIER = "IDENTIFIER",
|
|
62
65
|
NAME = "NAME",
|
|
66
|
+
PHONE_OR_FAX = "PHONE_OR_FAX",
|
|
63
67
|
PROCEDURE_NAME = "PROCEDURE_NAME",
|
|
64
68
|
PROFESSION = "PROFESSION",
|
|
65
69
|
QUALITY = "QUALITY",
|
|
@@ -69,6 +73,7 @@ export declare enum EntitySubType {
|
|
|
69
73
|
STRENGTH = "STRENGTH",
|
|
70
74
|
SYSTEM_ORGAN_SITE = "SYSTEM_ORGAN_SITE",
|
|
71
75
|
TEST_NAME = "TEST_NAME",
|
|
76
|
+
TEST_UNIT = "TEST_UNIT",
|
|
72
77
|
TEST_UNITS = "TEST_UNITS",
|
|
73
78
|
TEST_VALUE = "TEST_VALUE",
|
|
74
79
|
TIME_EXPRESSION = "TIME_EXPRESSION",
|
|
@@ -107,6 +112,15 @@ export declare namespace Attribute {
|
|
|
107
112
|
|
|
108
113
|
const filterSensitiveLog: (obj: Attribute) => any;
|
|
109
114
|
}
|
|
115
|
+
|
|
116
|
+
export interface Characters {
|
|
117
|
+
|
|
118
|
+
OriginalTextCharacters?: number;
|
|
119
|
+
}
|
|
120
|
+
export declare namespace Characters {
|
|
121
|
+
|
|
122
|
+
const filterSensitiveLog: (obj: Characters) => any;
|
|
123
|
+
}
|
|
110
124
|
export interface DescribeEntitiesDetectionV2JobRequest {
|
|
111
125
|
|
|
112
126
|
JobId: string | undefined;
|
|
@@ -280,6 +294,22 @@ export declare namespace DescribeRxNormInferenceJobResponse {
|
|
|
280
294
|
|
|
281
295
|
const filterSensitiveLog: (obj: DescribeRxNormInferenceJobResponse) => any;
|
|
282
296
|
}
|
|
297
|
+
export interface DescribeSNOMEDCTInferenceJobRequest {
|
|
298
|
+
|
|
299
|
+
JobId: string | undefined;
|
|
300
|
+
}
|
|
301
|
+
export declare namespace DescribeSNOMEDCTInferenceJobRequest {
|
|
302
|
+
|
|
303
|
+
const filterSensitiveLog: (obj: DescribeSNOMEDCTInferenceJobRequest) => any;
|
|
304
|
+
}
|
|
305
|
+
export interface DescribeSNOMEDCTInferenceJobResponse {
|
|
306
|
+
|
|
307
|
+
ComprehendMedicalAsyncJobProperties?: ComprehendMedicalAsyncJobProperties;
|
|
308
|
+
}
|
|
309
|
+
export declare namespace DescribeSNOMEDCTInferenceJobResponse {
|
|
310
|
+
|
|
311
|
+
const filterSensitiveLog: (obj: DescribeSNOMEDCTInferenceJobResponse) => any;
|
|
312
|
+
}
|
|
283
313
|
export interface DetectEntitiesRequest {
|
|
284
314
|
|
|
285
315
|
Text: string | undefined;
|
|
@@ -647,6 +677,156 @@ export declare namespace InferRxNormResponse {
|
|
|
647
677
|
|
|
648
678
|
const filterSensitiveLog: (obj: InferRxNormResponse) => any;
|
|
649
679
|
}
|
|
680
|
+
export interface InferSNOMEDCTRequest {
|
|
681
|
+
|
|
682
|
+
Text: string | undefined;
|
|
683
|
+
}
|
|
684
|
+
export declare namespace InferSNOMEDCTRequest {
|
|
685
|
+
|
|
686
|
+
const filterSensitiveLog: (obj: InferSNOMEDCTRequest) => any;
|
|
687
|
+
}
|
|
688
|
+
export declare enum SNOMEDCTEntityCategory {
|
|
689
|
+
ANATOMY = "ANATOMY",
|
|
690
|
+
MEDICAL_CONDITION = "MEDICAL_CONDITION",
|
|
691
|
+
TEST_TREATMENT_PROCEDURE = "TEST_TREATMENT_PROCEDURE"
|
|
692
|
+
}
|
|
693
|
+
export declare enum SNOMEDCTRelationshipType {
|
|
694
|
+
ACUITY = "ACUITY",
|
|
695
|
+
DIRECTION = "DIRECTION",
|
|
696
|
+
QUALITY = "QUALITY",
|
|
697
|
+
SYSTEM_ORGAN_SITE = "SYSTEM_ORGAN_SITE",
|
|
698
|
+
TEST_UNITS = "TEST_UNITS",
|
|
699
|
+
TEST_VALUE = "TEST_VALUE"
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
export interface SNOMEDCTConcept {
|
|
703
|
+
|
|
704
|
+
Description?: string;
|
|
705
|
+
|
|
706
|
+
Code?: string;
|
|
707
|
+
|
|
708
|
+
Score?: number;
|
|
709
|
+
}
|
|
710
|
+
export declare namespace SNOMEDCTConcept {
|
|
711
|
+
|
|
712
|
+
const filterSensitiveLog: (obj: SNOMEDCTConcept) => any;
|
|
713
|
+
}
|
|
714
|
+
export declare enum SNOMEDCTTraitName {
|
|
715
|
+
DIAGNOSIS = "DIAGNOSIS",
|
|
716
|
+
NEGATION = "NEGATION",
|
|
717
|
+
SIGN = "SIGN",
|
|
718
|
+
SYMPTOM = "SYMPTOM"
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
export interface SNOMEDCTTrait {
|
|
722
|
+
|
|
723
|
+
Name?: SNOMEDCTTraitName | string;
|
|
724
|
+
|
|
725
|
+
Score?: number;
|
|
726
|
+
}
|
|
727
|
+
export declare namespace SNOMEDCTTrait {
|
|
728
|
+
|
|
729
|
+
const filterSensitiveLog: (obj: SNOMEDCTTrait) => any;
|
|
730
|
+
}
|
|
731
|
+
export declare enum SNOMEDCTAttributeType {
|
|
732
|
+
ACUITY = "ACUITY",
|
|
733
|
+
DIRECTION = "DIRECTION",
|
|
734
|
+
QUALITY = "QUALITY",
|
|
735
|
+
SYSTEM_ORGAN_SITE = "SYSTEM_ORGAN_SITE",
|
|
736
|
+
TEST_UNIT = "TEST_UNIT",
|
|
737
|
+
TEST_VALUE = "TEST_VALUE"
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
export interface SNOMEDCTAttribute {
|
|
741
|
+
|
|
742
|
+
Category?: SNOMEDCTEntityCategory | string;
|
|
743
|
+
|
|
744
|
+
Type?: SNOMEDCTAttributeType | string;
|
|
745
|
+
|
|
746
|
+
Score?: number;
|
|
747
|
+
|
|
748
|
+
RelationshipScore?: number;
|
|
749
|
+
|
|
750
|
+
RelationshipType?: SNOMEDCTRelationshipType | string;
|
|
751
|
+
|
|
752
|
+
Id?: number;
|
|
753
|
+
|
|
754
|
+
BeginOffset?: number;
|
|
755
|
+
|
|
756
|
+
EndOffset?: number;
|
|
757
|
+
|
|
758
|
+
Text?: string;
|
|
759
|
+
|
|
760
|
+
Traits?: SNOMEDCTTrait[];
|
|
761
|
+
|
|
762
|
+
SNOMEDCTConcepts?: SNOMEDCTConcept[];
|
|
763
|
+
}
|
|
764
|
+
export declare namespace SNOMEDCTAttribute {
|
|
765
|
+
|
|
766
|
+
const filterSensitiveLog: (obj: SNOMEDCTAttribute) => any;
|
|
767
|
+
}
|
|
768
|
+
export declare enum SNOMEDCTEntityType {
|
|
769
|
+
DX_NAME = "DX_NAME",
|
|
770
|
+
PROCEDURE_NAME = "PROCEDURE_NAME",
|
|
771
|
+
TEST_NAME = "TEST_NAME",
|
|
772
|
+
TREATMENT_NAME = "TREATMENT_NAME"
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
export interface SNOMEDCTEntity {
|
|
776
|
+
|
|
777
|
+
Id?: number;
|
|
778
|
+
|
|
779
|
+
Text?: string;
|
|
780
|
+
|
|
781
|
+
Category?: SNOMEDCTEntityCategory | string;
|
|
782
|
+
|
|
783
|
+
Type?: SNOMEDCTEntityType | string;
|
|
784
|
+
|
|
785
|
+
Score?: number;
|
|
786
|
+
|
|
787
|
+
BeginOffset?: number;
|
|
788
|
+
|
|
789
|
+
EndOffset?: number;
|
|
790
|
+
|
|
791
|
+
Attributes?: SNOMEDCTAttribute[];
|
|
792
|
+
|
|
793
|
+
Traits?: SNOMEDCTTrait[];
|
|
794
|
+
|
|
795
|
+
SNOMEDCTConcepts?: SNOMEDCTConcept[];
|
|
796
|
+
}
|
|
797
|
+
export declare namespace SNOMEDCTEntity {
|
|
798
|
+
|
|
799
|
+
const filterSensitiveLog: (obj: SNOMEDCTEntity) => any;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
export interface SNOMEDCTDetails {
|
|
803
|
+
|
|
804
|
+
Edition?: string;
|
|
805
|
+
|
|
806
|
+
Language?: string;
|
|
807
|
+
|
|
808
|
+
VersionDate?: string;
|
|
809
|
+
}
|
|
810
|
+
export declare namespace SNOMEDCTDetails {
|
|
811
|
+
|
|
812
|
+
const filterSensitiveLog: (obj: SNOMEDCTDetails) => any;
|
|
813
|
+
}
|
|
814
|
+
export interface InferSNOMEDCTResponse {
|
|
815
|
+
|
|
816
|
+
Entities: SNOMEDCTEntity[] | undefined;
|
|
817
|
+
|
|
818
|
+
PaginationToken?: string;
|
|
819
|
+
|
|
820
|
+
ModelVersion?: string;
|
|
821
|
+
|
|
822
|
+
SNOMEDCTDetails?: SNOMEDCTDetails;
|
|
823
|
+
|
|
824
|
+
Characters?: Characters;
|
|
825
|
+
}
|
|
826
|
+
export declare namespace InferSNOMEDCTResponse {
|
|
827
|
+
|
|
828
|
+
const filterSensitiveLog: (obj: InferSNOMEDCTResponse) => any;
|
|
829
|
+
}
|
|
650
830
|
|
|
651
831
|
export interface ComprehendMedicalAsyncJobFilter {
|
|
652
832
|
|
|
@@ -760,6 +940,28 @@ export declare namespace ListRxNormInferenceJobsResponse {
|
|
|
760
940
|
|
|
761
941
|
const filterSensitiveLog: (obj: ListRxNormInferenceJobsResponse) => any;
|
|
762
942
|
}
|
|
943
|
+
export interface ListSNOMEDCTInferenceJobsRequest {
|
|
944
|
+
|
|
945
|
+
Filter?: ComprehendMedicalAsyncJobFilter;
|
|
946
|
+
|
|
947
|
+
NextToken?: string;
|
|
948
|
+
|
|
949
|
+
MaxResults?: number;
|
|
950
|
+
}
|
|
951
|
+
export declare namespace ListSNOMEDCTInferenceJobsRequest {
|
|
952
|
+
|
|
953
|
+
const filterSensitiveLog: (obj: ListSNOMEDCTInferenceJobsRequest) => any;
|
|
954
|
+
}
|
|
955
|
+
export interface ListSNOMEDCTInferenceJobsResponse {
|
|
956
|
+
|
|
957
|
+
ComprehendMedicalAsyncJobPropertiesList?: ComprehendMedicalAsyncJobProperties[];
|
|
958
|
+
|
|
959
|
+
NextToken?: string;
|
|
960
|
+
}
|
|
961
|
+
export declare namespace ListSNOMEDCTInferenceJobsResponse {
|
|
962
|
+
|
|
963
|
+
const filterSensitiveLog: (obj: ListSNOMEDCTInferenceJobsResponse) => any;
|
|
964
|
+
}
|
|
763
965
|
export interface StartEntitiesDetectionV2JobRequest {
|
|
764
966
|
|
|
765
967
|
InputDataConfig: InputDataConfig | undefined;
|
|
@@ -872,6 +1074,34 @@ export declare namespace StartRxNormInferenceJobResponse {
|
|
|
872
1074
|
|
|
873
1075
|
const filterSensitiveLog: (obj: StartRxNormInferenceJobResponse) => any;
|
|
874
1076
|
}
|
|
1077
|
+
export interface StartSNOMEDCTInferenceJobRequest {
|
|
1078
|
+
|
|
1079
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
1080
|
+
|
|
1081
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
1082
|
+
|
|
1083
|
+
DataAccessRoleArn: string | undefined;
|
|
1084
|
+
|
|
1085
|
+
JobName?: string;
|
|
1086
|
+
|
|
1087
|
+
ClientRequestToken?: string;
|
|
1088
|
+
|
|
1089
|
+
KMSKey?: string;
|
|
1090
|
+
|
|
1091
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
1092
|
+
}
|
|
1093
|
+
export declare namespace StartSNOMEDCTInferenceJobRequest {
|
|
1094
|
+
|
|
1095
|
+
const filterSensitiveLog: (obj: StartSNOMEDCTInferenceJobRequest) => any;
|
|
1096
|
+
}
|
|
1097
|
+
export interface StartSNOMEDCTInferenceJobResponse {
|
|
1098
|
+
|
|
1099
|
+
JobId?: string;
|
|
1100
|
+
}
|
|
1101
|
+
export declare namespace StartSNOMEDCTInferenceJobResponse {
|
|
1102
|
+
|
|
1103
|
+
const filterSensitiveLog: (obj: StartSNOMEDCTInferenceJobResponse) => any;
|
|
1104
|
+
}
|
|
875
1105
|
export interface StopEntitiesDetectionV2JobRequest {
|
|
876
1106
|
|
|
877
1107
|
JobId: string | undefined;
|
|
@@ -936,3 +1166,19 @@ export declare namespace StopRxNormInferenceJobResponse {
|
|
|
936
1166
|
|
|
937
1167
|
const filterSensitiveLog: (obj: StopRxNormInferenceJobResponse) => any;
|
|
938
1168
|
}
|
|
1169
|
+
export interface StopSNOMEDCTInferenceJobRequest {
|
|
1170
|
+
|
|
1171
|
+
JobId: string | undefined;
|
|
1172
|
+
}
|
|
1173
|
+
export declare namespace StopSNOMEDCTInferenceJobRequest {
|
|
1174
|
+
|
|
1175
|
+
const filterSensitiveLog: (obj: StopSNOMEDCTInferenceJobRequest) => any;
|
|
1176
|
+
}
|
|
1177
|
+
export interface StopSNOMEDCTInferenceJobResponse {
|
|
1178
|
+
|
|
1179
|
+
JobId?: string;
|
|
1180
|
+
}
|
|
1181
|
+
export declare namespace StopSNOMEDCTInferenceJobResponse {
|
|
1182
|
+
|
|
1183
|
+
const filterSensitiveLog: (obj: StopSNOMEDCTInferenceJobResponse) => any;
|
|
1184
|
+
}
|