@aws-sdk/client-comprehendmedical 3.1076.0 → 3.1078.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 +37 -265
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ComprehendMedicalClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./ComprehendMedicalClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
ComprehendMedicalClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
ComprehendMedicalClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeEntitiesDetectionV2JobRequest,
|
|
10
4
|
DescribeEntitiesDetectionV2JobResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEntitiesDetectionV2JobCommandInput
|
|
15
8
|
extends DescribeEntitiesDetectionV2JobRequest {}
|
|
16
9
|
export interface DescribeEntitiesDetectionV2JobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEntitiesDetectionV2JobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEntitiesDetectionV2JobCommandInput,
|
|
24
17
|
DescribeEntitiesDetectionV2JobCommandOutput,
|
|
25
|
-
ComprehendMedicalClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeEntitiesDetectionV2JobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEntitiesDetectionV2JobCommandInput,
|
|
33
26
|
DescribeEntitiesDetectionV2JobCommandOutput,
|
|
34
|
-
ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeEntitiesDetectionV2JobCommand extends DescribeEntitiesDetectionV2JobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeICD10CMInferenceJobRequest,
|
|
10
4
|
DescribeICD10CMInferenceJobResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeICD10CMInferenceJobCommandInput
|
|
15
8
|
extends DescribeICD10CMInferenceJobRequest {}
|
|
16
9
|
export interface DescribeICD10CMInferenceJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeICD10CMInferenceJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeICD10CMInferenceJobCommandInput,
|
|
24
17
|
DescribeICD10CMInferenceJobCommandOutput,
|
|
25
|
-
ComprehendMedicalClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeICD10CMInferenceJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeICD10CMInferenceJobCommandInput,
|
|
33
26
|
DescribeICD10CMInferenceJobCommandOutput,
|
|
34
|
-
ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeICD10CMInferenceJobCommand extends DescribeICD10CMInferenceJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribePHIDetectionJobRequest,
|
|
10
4
|
DescribePHIDetectionJobResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribePHIDetectionJobCommandInput
|
|
15
8
|
extends DescribePHIDetectionJobRequest {}
|
|
16
9
|
export interface DescribePHIDetectionJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribePHIDetectionJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribePHIDetectionJobCommandInput,
|
|
24
17
|
DescribePHIDetectionJobCommandOutput,
|
|
25
|
-
ComprehendMedicalClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribePHIDetectionJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribePHIDetectionJobCommandInput,
|
|
33
26
|
DescribePHIDetectionJobCommandOutput,
|
|
34
|
-
ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribePHIDetectionJobCommand extends DescribePHIDetectionJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeRxNormInferenceJobRequest,
|
|
10
4
|
DescribeRxNormInferenceJobResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeRxNormInferenceJobCommandInput
|
|
15
8
|
extends DescribeRxNormInferenceJobRequest {}
|
|
16
9
|
export interface DescribeRxNormInferenceJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeRxNormInferenceJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeRxNormInferenceJobCommandInput,
|
|
24
17
|
DescribeRxNormInferenceJobCommandOutput,
|
|
25
|
-
ComprehendMedicalClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeRxNormInferenceJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeRxNormInferenceJobCommandInput,
|
|
33
26
|
DescribeRxNormInferenceJobCommandOutput,
|
|
34
|
-
ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeRxNormInferenceJobCommand extends DescribeRxNormInferenceJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeSNOMEDCTInferenceJobRequest,
|
|
10
4
|
DescribeSNOMEDCTInferenceJobResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeSNOMEDCTInferenceJobCommandInput
|
|
15
8
|
extends DescribeSNOMEDCTInferenceJobRequest {}
|
|
16
9
|
export interface DescribeSNOMEDCTInferenceJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeSNOMEDCTInferenceJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeSNOMEDCTInferenceJobCommandInput,
|
|
24
17
|
DescribeSNOMEDCTInferenceJobCommandOutput,
|
|
25
|
-
ComprehendMedicalClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeSNOMEDCTInferenceJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeSNOMEDCTInferenceJobCommandInput,
|
|
33
26
|
DescribeSNOMEDCTInferenceJobCommandOutput,
|
|
34
|
-
ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeSNOMEDCTInferenceJobCommand extends DescribeSNOMEDCTInferenceJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import {
|
|
9
3
|
DetectEntitiesRequest,
|
|
10
4
|
DetectEntitiesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {}
|
|
15
8
|
export interface DetectEntitiesCommandOutput
|
|
16
9
|
extends DetectEntitiesResponse,
|
|
@@ -21,22 +14,20 @@ declare const DetectEntitiesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DetectEntitiesCommandInput,
|
|
23
16
|
DetectEntitiesCommandOutput,
|
|
24
|
-
ComprehendMedicalClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DetectEntitiesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DetectEntitiesCommandInput,
|
|
32
25
|
DetectEntitiesCommandOutput,
|
|
33
|
-
ComprehendMedicalClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import {
|
|
9
3
|
DetectEntitiesV2Request,
|
|
10
4
|
DetectEntitiesV2Response,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DetectEntitiesV2CommandInput extends DetectEntitiesV2Request {}
|
|
15
8
|
export interface DetectEntitiesV2CommandOutput
|
|
16
9
|
extends DetectEntitiesV2Response,
|
|
@@ -21,22 +14,20 @@ declare const DetectEntitiesV2Command_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DetectEntitiesV2CommandInput,
|
|
23
16
|
DetectEntitiesV2CommandOutput,
|
|
24
|
-
ComprehendMedicalClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DetectEntitiesV2CommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DetectEntitiesV2CommandInput,
|
|
32
25
|
DetectEntitiesV2CommandOutput,
|
|
33
|
-
ComprehendMedicalClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DetectEntitiesV2Command extends DetectEntitiesV2Command_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import { DetectPHIRequest, DetectPHIResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DetectPHICommandInput extends DetectPHIRequest {}
|
|
12
5
|
export interface DetectPHICommandOutput
|
|
13
6
|
extends DetectPHIResponse,
|
|
@@ -16,20 +9,18 @@ declare const DetectPHICommand_base: {
|
|
|
16
9
|
new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DetectPHICommandInput,
|
|
18
11
|
DetectPHICommandOutput,
|
|
19
|
-
ComprehendMedicalClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
DetectPHICommandInput,
|
|
25
18
|
DetectPHICommandOutput,
|
|
26
|
-
ComprehendMedicalClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class DetectPHICommand extends DetectPHICommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import { InferICD10CMRequest, InferICD10CMResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface InferICD10CMCommandInput extends InferICD10CMRequest {}
|
|
12
5
|
export interface InferICD10CMCommandOutput
|
|
13
6
|
extends InferICD10CMResponse,
|
|
@@ -18,22 +11,20 @@ declare const InferICD10CMCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
InferICD10CMCommandInput,
|
|
20
13
|
InferICD10CMCommandOutput,
|
|
21
|
-
ComprehendMedicalClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: InferICD10CMCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
InferICD10CMCommandInput,
|
|
29
22
|
InferICD10CMCommandOutput,
|
|
30
|
-
ComprehendMedicalClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class InferICD10CMCommand extends InferICD10CMCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import { InferRxNormRequest, InferRxNormResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface InferRxNormCommandInput extends InferRxNormRequest {}
|
|
12
5
|
export interface InferRxNormCommandOutput
|
|
13
6
|
extends InferRxNormResponse,
|
|
@@ -18,22 +11,20 @@ declare const InferRxNormCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
InferRxNormCommandInput,
|
|
20
13
|
InferRxNormCommandOutput,
|
|
21
|
-
ComprehendMedicalClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: InferRxNormCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
InferRxNormCommandInput,
|
|
29
22
|
InferRxNormCommandOutput,
|
|
30
|
-
ComprehendMedicalClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class InferRxNormCommand extends InferRxNormCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import {
|
|
9
3
|
InferSNOMEDCTRequest,
|
|
10
4
|
InferSNOMEDCTResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface InferSNOMEDCTCommandInput extends InferSNOMEDCTRequest {}
|
|
15
8
|
export interface InferSNOMEDCTCommandOutput
|
|
16
9
|
extends InferSNOMEDCTResponse,
|
|
@@ -21,22 +14,20 @@ declare const InferSNOMEDCTCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
InferSNOMEDCTCommandInput,
|
|
23
16
|
InferSNOMEDCTCommandOutput,
|
|
24
|
-
ComprehendMedicalClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: InferSNOMEDCTCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
InferSNOMEDCTCommandInput,
|
|
32
25
|
InferSNOMEDCTCommandOutput,
|
|
33
|
-
ComprehendMedicalClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class InferSNOMEDCTCommand extends InferSNOMEDCTCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import {
|
|
9
3
|
ListEntitiesDetectionV2JobsRequest,
|
|
10
4
|
ListEntitiesDetectionV2JobsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListEntitiesDetectionV2JobsCommandInput
|
|
15
8
|
extends ListEntitiesDetectionV2JobsRequest {}
|
|
16
9
|
export interface ListEntitiesDetectionV2JobsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListEntitiesDetectionV2JobsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListEntitiesDetectionV2JobsCommandInput,
|
|
24
17
|
ListEntitiesDetectionV2JobsCommandOutput,
|
|
25
|
-
ComprehendMedicalClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListEntitiesDetectionV2JobsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListEntitiesDetectionV2JobsCommandInput,
|
|
33
26
|
ListEntitiesDetectionV2JobsCommandOutput,
|
|
34
|
-
ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListEntitiesDetectionV2JobsCommand extends ListEntitiesDetectionV2JobsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComprehendMedicalClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComprehendMedicalClient";
|
|
8
2
|
import {
|
|
9
3
|
ListICD10CMInferenceJobsRequest,
|
|
10
4
|
ListICD10CMInferenceJobsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListICD10CMInferenceJobsCommandInput
|
|
15
8
|
extends ListICD10CMInferenceJobsRequest {}
|
|
16
9
|
export interface ListICD10CMInferenceJobsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListICD10CMInferenceJobsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListICD10CMInferenceJobsCommandInput,
|
|
24
17
|
ListICD10CMInferenceJobsCommandOutput,
|
|
25
|
-
ComprehendMedicalClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListICD10CMInferenceJobsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListICD10CMInferenceJobsCommandInput,
|
|
33
26
|
ListICD10CMInferenceJobsCommandOutput,
|
|
34
|
-
ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ComprehendMedicalClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListICD10CMInferenceJobsCommand extends ListICD10CMInferenceJobsCommand_base {
|
|
43
34
|
protected static __types: {
|