@aws-sdk/client-comprehendmedical 3.1077.0 → 3.1079.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/index.js +34 -263
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -14
- package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +2 -14
- package/dist-es/commands/DescribePHIDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +2 -14
- package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -14
- package/dist-es/commands/DetectEntitiesCommand.js +2 -14
- package/dist-es/commands/DetectEntitiesV2Command.js +2 -14
- package/dist-es/commands/DetectPHICommand.js +2 -14
- package/dist-es/commands/InferICD10CMCommand.js +2 -14
- package/dist-es/commands/InferRxNormCommand.js +2 -14
- package/dist-es/commands/InferSNOMEDCTCommand.js +2 -14
- package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +2 -14
- package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +2 -14
- package/dist-es/commands/ListPHIDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListRxNormInferenceJobsCommand.js +2 -14
- package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -14
- package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +2 -14
- package/dist-es/commands/StartICD10CMInferenceJobCommand.js +2 -14
- package/dist-es/commands/StartPHIDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartRxNormInferenceJobCommand.js +2 -14
- package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +2 -14
- package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +2 -14
- package/dist-es/commands/StopICD10CMInferenceJobCommand.js +2 -14
- package/dist-es/commands/StopPHIDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopRxNormInferenceJobCommand.js +2 -14
- package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/DetectEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/DetectEntitiesV2Command.d.ts +3 -8
- package/dist-types/commands/DetectPHICommand.d.ts +3 -8
- package/dist-types/commands/InferICD10CMCommand.d.ts +3 -8
- package/dist-types/commands/InferRxNormCommand.d.ts +3 -8
- package/dist-types/commands/InferSNOMEDCTCommand.d.ts +3 -8
- package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +3 -8
- package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +3 -8
- package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +3 -8
- package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListRxNormInferenceJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListRxNormInferenceJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "ListRxNormInferenceJobs", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "ListRxNormInferenceJobsCommand")
|
|
14
|
-
.sc(ListRxNormInferenceJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListRxNormInferenceJobsCommand extends command(_ep0, _mw0, "ListRxNormInferenceJobs", ListRxNormInferenceJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListSNOMEDCTInferenceJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSNOMEDCTInferenceJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "ListSNOMEDCTInferenceJobs", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "ListSNOMEDCTInferenceJobsCommand")
|
|
14
|
-
.sc(ListSNOMEDCTInferenceJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSNOMEDCTInferenceJobsCommand extends command(_ep0, _mw0, "ListSNOMEDCTInferenceJobs", ListSNOMEDCTInferenceJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartEntitiesDetectionV2Job$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartEntitiesDetectionV2JobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "StartEntitiesDetectionV2Job", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "StartEntitiesDetectionV2JobCommand")
|
|
14
|
-
.sc(StartEntitiesDetectionV2Job$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartEntitiesDetectionV2JobCommand extends command(_ep0, _mw0, "StartEntitiesDetectionV2Job", StartEntitiesDetectionV2Job$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartICD10CMInferenceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartICD10CMInferenceJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "StartICD10CMInferenceJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "StartICD10CMInferenceJobCommand")
|
|
14
|
-
.sc(StartICD10CMInferenceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartICD10CMInferenceJobCommand extends command(_ep0, _mw0, "StartICD10CMInferenceJob", StartICD10CMInferenceJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartPHIDetectionJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartPHIDetectionJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "StartPHIDetectionJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "StartPHIDetectionJobCommand")
|
|
14
|
-
.sc(StartPHIDetectionJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartPHIDetectionJobCommand extends command(_ep0, _mw0, "StartPHIDetectionJob", StartPHIDetectionJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartRxNormInferenceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartRxNormInferenceJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "StartRxNormInferenceJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "StartRxNormInferenceJobCommand")
|
|
14
|
-
.sc(StartRxNormInferenceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartRxNormInferenceJobCommand extends command(_ep0, _mw0, "StartRxNormInferenceJob", StartRxNormInferenceJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartSNOMEDCTInferenceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartSNOMEDCTInferenceJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "StartSNOMEDCTInferenceJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "StartSNOMEDCTInferenceJobCommand")
|
|
14
|
-
.sc(StartSNOMEDCTInferenceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartSNOMEDCTInferenceJobCommand extends command(_ep0, _mw0, "StartSNOMEDCTInferenceJob", StartSNOMEDCTInferenceJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopEntitiesDetectionV2Job$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopEntitiesDetectionV2JobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "StopEntitiesDetectionV2Job", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "StopEntitiesDetectionV2JobCommand")
|
|
14
|
-
.sc(StopEntitiesDetectionV2Job$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopEntitiesDetectionV2JobCommand extends command(_ep0, _mw0, "StopEntitiesDetectionV2Job", StopEntitiesDetectionV2Job$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopICD10CMInferenceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopICD10CMInferenceJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "StopICD10CMInferenceJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "StopICD10CMInferenceJobCommand")
|
|
14
|
-
.sc(StopICD10CMInferenceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopICD10CMInferenceJobCommand extends command(_ep0, _mw0, "StopICD10CMInferenceJob", StopICD10CMInferenceJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopPHIDetectionJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopPHIDetectionJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "StopPHIDetectionJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "StopPHIDetectionJobCommand")
|
|
14
|
-
.sc(StopPHIDetectionJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopPHIDetectionJobCommand extends command(_ep0, _mw0, "StopPHIDetectionJob", StopPHIDetectionJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopRxNormInferenceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopRxNormInferenceJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "StopRxNormInferenceJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "StopRxNormInferenceJobCommand")
|
|
14
|
-
.sc(StopRxNormInferenceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopRxNormInferenceJobCommand extends command(_ep0, _mw0, "StopRxNormInferenceJob", StopRxNormInferenceJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopSNOMEDCTInferenceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopSNOMEDCTInferenceJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComprehendMedical_20181030", "StopSNOMEDCTInferenceJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "StopSNOMEDCTInferenceJobCommand")
|
|
14
|
-
.sc(StopSNOMEDCTInferenceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopSNOMEDCTInferenceJobCommand extends command(_ep0, _mw0, "StopSNOMEDCTInferenceJob", StopSNOMEDCTInferenceJob$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./ComprehendMedicalClient";
|
|
2
2
|
export * from "./ComprehendMedical";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./models/enums";
|
|
6
7
|
export * from "./models/errors";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ComprehendMedicalClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { DescribeEntitiesDetectionV2JobRequest, DescribeEntitiesDetectionV2JobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEntitiesDetectionV2JobCommandInput extends DescribeEnti
|
|
|
22
19
|
export interface DescribeEntitiesDetectionV2JobCommandOutput extends DescribeEntitiesDetectionV2JobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEntitiesDetectionV2JobCommand_base: {
|
|
25
|
-
new (input: DescribeEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the properties associated with a medical entities detection job. Use this operation
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { DescribeICD10CMInferenceJobRequest, DescribeICD10CMInferenceJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeICD10CMInferenceJobCommandInput extends DescribeICD10CM
|
|
|
22
19
|
export interface DescribeICD10CMInferenceJobCommandOutput extends DescribeICD10CMInferenceJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeICD10CMInferenceJobCommand_base: {
|
|
25
|
-
new (input: DescribeICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the properties associated with an InferICD10CM job. Use this operation to get the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { DescribePHIDetectionJobRequest, DescribePHIDetectionJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribePHIDetectionJobCommandInput extends DescribePHIDetectio
|
|
|
22
19
|
export interface DescribePHIDetectionJobCommandOutput extends DescribePHIDetectionJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribePHIDetectionJobCommand_base: {
|
|
25
|
-
new (input: DescribePHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribePHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribePHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribePHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the properties associated with a protected health information (PHI) detection job.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { DescribeRxNormInferenceJobRequest, DescribeRxNormInferenceJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeRxNormInferenceJobCommandInput extends DescribeRxNormIn
|
|
|
22
19
|
export interface DescribeRxNormInferenceJobCommandOutput extends DescribeRxNormInferenceJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeRxNormInferenceJobCommand_base: {
|
|
25
|
-
new (input: DescribeRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the properties associated with an InferRxNorm job. Use this operation to get the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { DescribeSNOMEDCTInferenceJobRequest, DescribeSNOMEDCTInferenceJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeSNOMEDCTInferenceJobCommandInput extends DescribeSNOMED
|
|
|
22
19
|
export interface DescribeSNOMEDCTInferenceJobCommandOutput extends DescribeSNOMEDCTInferenceJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSNOMEDCTInferenceJobCommand_base: {
|
|
25
|
-
new (input: DescribeSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { DetectEntitiesRequest, DetectEntitiesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {
|
|
|
22
19
|
export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DetectEntitiesCommand_base: {
|
|
25
|
-
new (input: DetectEntitiesCommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DetectEntitiesCommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DetectEntitiesCommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DetectEntitiesCommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>The <code>DetectEntities</code> operation is deprecated. You should use the <a>DetectEntitiesV2</a> operation instead.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { DetectEntitiesV2Request, DetectEntitiesV2Response } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DetectEntitiesV2CommandInput extends DetectEntitiesV2Request {
|
|
|
22
19
|
export interface DetectEntitiesV2CommandOutput extends DetectEntitiesV2Response, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DetectEntitiesV2Command_base: {
|
|
25
|
-
new (input: DetectEntitiesV2CommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DetectEntitiesV2CommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DetectEntitiesV2CommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DetectEntitiesV2CommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Inspects the clinical text for a variety of medical entities and returns specific
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { DetectPHIRequest, DetectPHIResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DetectPHICommandInput extends DetectPHIRequest {
|
|
|
22
19
|
export interface DetectPHICommandOutput extends DetectPHIResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DetectPHICommand_base: {
|
|
25
|
-
new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Inspects the clinical text for protected health information (PHI) entities and returns
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { InferICD10CMRequest, InferICD10CMResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface InferICD10CMCommandInput extends InferICD10CMRequest {
|
|
|
22
19
|
export interface InferICD10CMCommandOutput extends InferICD10CMResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InferICD10CMCommand_base: {
|
|
25
|
-
new (input: InferICD10CMCommandInput): import("@smithy/core/client").CommandImpl<InferICD10CMCommandInput, InferICD10CMCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InferICD10CMCommandInput): import("@smithy/core/client").CommandImpl<InferICD10CMCommandInput, InferICD10CMCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InferICD10CMCommandInput): import("@smithy/core/client").CommandImpl<InferICD10CMCommandInput, InferICD10CMCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InferICD10CMCommandInput): import("@smithy/core/client").CommandImpl<InferICD10CMCommandInput, InferICD10CMCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>InferICD10CM detects medical conditions as entities listed in a patient record and links
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { InferRxNormRequest, InferRxNormResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface InferRxNormCommandInput extends InferRxNormRequest {
|
|
|
22
19
|
export interface InferRxNormCommandOutput extends InferRxNormResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InferRxNormCommand_base: {
|
|
25
|
-
new (input: InferRxNormCommandInput): import("@smithy/core/client").CommandImpl<InferRxNormCommandInput, InferRxNormCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InferRxNormCommandInput): import("@smithy/core/client").CommandImpl<InferRxNormCommandInput, InferRxNormCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InferRxNormCommandInput): import("@smithy/core/client").CommandImpl<InferRxNormCommandInput, InferRxNormCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InferRxNormCommandInput): import("@smithy/core/client").CommandImpl<InferRxNormCommandInput, InferRxNormCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>InferRxNorm detects medications as entities listed in a patient record and links to the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { InferSNOMEDCTRequest, InferSNOMEDCTResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface InferSNOMEDCTCommandInput extends InferSNOMEDCTRequest {
|
|
|
22
19
|
export interface InferSNOMEDCTCommandOutput extends InferSNOMEDCTResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InferSNOMEDCTCommand_base: {
|
|
25
|
-
new (input: InferSNOMEDCTCommandInput): import("@smithy/core/client").CommandImpl<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InferSNOMEDCTCommandInput): import("@smithy/core/client").CommandImpl<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InferSNOMEDCTCommandInput): import("@smithy/core/client").CommandImpl<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InferSNOMEDCTCommandInput): import("@smithy/core/client").CommandImpl<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
2
|
import type { ListEntitiesDetectionV2JobsRequest, ListEntitiesDetectionV2JobsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListEntitiesDetectionV2JobsCommandInput extends ListEntitiesDet
|
|
|
22
19
|
export interface ListEntitiesDetectionV2JobsCommandOutput extends ListEntitiesDetectionV2JobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEntitiesDetectionV2JobsCommand_base: {
|
|
25
|
-
new (input: ListEntitiesDetectionV2JobsCommandInput): import("@smithy/core/client").CommandImpl<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListEntitiesDetectionV2JobsCommandInput]): import("@smithy/core/client").CommandImpl<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEntitiesDetectionV2JobsCommandInput): import("@smithy/core/client").CommandImpl<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListEntitiesDetectionV2JobsCommandInput]): import("@smithy/core/client").CommandImpl<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of medical entity detection jobs that you have submitted.</p>
|