@aws-sdk/client-comprehendmedical 3.478.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +18 -41
- package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +18 -41
- package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +18 -41
- package/dist-cjs/commands/DetectEntitiesCommand.js +18 -41
- package/dist-cjs/commands/DetectEntitiesV2Command.js +18 -41
- package/dist-cjs/commands/DetectPHICommand.js +18 -41
- package/dist-cjs/commands/InferICD10CMCommand.js +18 -41
- package/dist-cjs/commands/InferRxNormCommand.js +18 -41
- package/dist-cjs/commands/InferSNOMEDCTCommand.js +18 -41
- package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +18 -41
- package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +18 -41
- package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +18 -41
- package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +18 -41
- package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +18 -41
- package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +18 -41
- package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +18 -41
- package/dist-cjs/commands/StartPHIDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +18 -41
- package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +18 -41
- package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +18 -41
- package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +18 -41
- package/dist-cjs/commands/StopPHIDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +18 -41
- package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +18 -41
- package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +18 -41
- package/dist-es/commands/DescribePHIDetectionJobCommand.js +18 -41
- package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +18 -41
- package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +18 -41
- package/dist-es/commands/DetectEntitiesCommand.js +18 -41
- package/dist-es/commands/DetectEntitiesV2Command.js +18 -41
- package/dist-es/commands/DetectPHICommand.js +18 -41
- package/dist-es/commands/InferICD10CMCommand.js +18 -41
- package/dist-es/commands/InferRxNormCommand.js +18 -41
- package/dist-es/commands/InferSNOMEDCTCommand.js +18 -41
- package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +18 -41
- package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +18 -41
- package/dist-es/commands/ListPHIDetectionJobsCommand.js +18 -41
- package/dist-es/commands/ListRxNormInferenceJobsCommand.js +18 -41
- package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +18 -41
- package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +18 -41
- package/dist-es/commands/StartICD10CMInferenceJobCommand.js +18 -41
- package/dist-es/commands/StartPHIDetectionJobCommand.js +18 -41
- package/dist-es/commands/StartRxNormInferenceJobCommand.js +18 -41
- package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +18 -41
- package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +18 -41
- package/dist-es/commands/StopICD10CMInferenceJobCommand.js +18 -41
- package/dist-es/commands/StopPHIDetectionJobCommand.js +18 -41
- package/dist-es/commands/StopRxNormInferenceJobCommand.js +18 -41
- package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +6 -21
- package/dist-types/commands/DetectEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/DetectEntitiesV2Command.d.ts +6 -21
- package/dist-types/commands/DetectPHICommand.d.ts +6 -21
- package/dist-types/commands/InferICD10CMCommand.d.ts +6 -21
- package/dist-types/commands/InferRxNormCommand.d.ts +6 -21
- package/dist-types/commands/InferSNOMEDCTCommand.d.ts +6 -21
- package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +6 -21
- package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +6 -21
- package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +6 -21
- package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +6 -21
- package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +6 -21
- package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +6 -21
- package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +6 -21
- package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +6 -21
- package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +6 -21
- package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +8 -8
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeSNOMEDCTInferenceJobCommandInput
|
|
|
21
15
|
export interface DescribeSNOMEDCTInferenceJobCommandOutput
|
|
22
16
|
extends DescribeSNOMEDCTInferenceJobResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeSNOMEDCTInferenceJobCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeSNOMEDCTInferenceJobCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeSNOMEDCTInferenceJobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeSNOMEDCTInferenceJobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeSNOMEDCTInferenceJobCommandInput,
|
|
38
|
-
DescribeSNOMEDCTInferenceJobCommandOutput
|
|
23
|
+
DescribeSNOMEDCTInferenceJobCommandOutput,
|
|
24
|
+
ComprehendMedicalClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeSNOMEDCTInferenceJobCommand extends DescribeSNOMEDCTInferenceJobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {}
|
|
|
20
14
|
export interface DetectEntitiesCommandOutput
|
|
21
15
|
extends DetectEntitiesResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DetectEntitiesCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DetectEntitiesCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DetectEntitiesCommandInput,
|
|
22
|
+
DetectEntitiesCommandOutput,
|
|
23
|
+
ComprehendMedicalClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DetectEntitiesV2CommandInput extends DetectEntitiesV2Request {}
|
|
|
20
14
|
export interface DetectEntitiesV2CommandOutput
|
|
21
15
|
extends DetectEntitiesV2Response,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DetectEntitiesV2Command_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DetectEntitiesV2CommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DetectEntitiesV2CommandInput,
|
|
22
|
+
DetectEntitiesV2CommandOutput,
|
|
23
|
+
ComprehendMedicalClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DetectEntitiesV2Command extends DetectEntitiesV2Command_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface DetectPHICommandInput extends DetectPHIRequest {}
|
|
|
17
11
|
export interface DetectPHICommandOutput
|
|
18
12
|
extends DetectPHIResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const DetectPHICommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DetectPHICommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DetectPHICommandInput,
|
|
19
|
+
DetectPHICommandOutput,
|
|
20
|
+
ComprehendMedicalClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DetectPHICommand extends DetectPHICommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface InferICD10CMCommandInput extends InferICD10CMRequest {}
|
|
|
17
11
|
export interface InferICD10CMCommandOutput
|
|
18
12
|
extends InferICD10CMResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const InferICD10CMCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: InferICD10CMCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
InferICD10CMCommandInput,
|
|
19
|
+
InferICD10CMCommandOutput,
|
|
20
|
+
ComprehendMedicalClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class InferICD10CMCommand extends InferICD10CMCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface InferRxNormCommandInput extends InferRxNormRequest {}
|
|
|
17
11
|
export interface InferRxNormCommandOutput
|
|
18
12
|
extends InferRxNormResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const InferRxNormCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: InferRxNormCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
InferRxNormCommandInput,
|
|
19
|
+
InferRxNormCommandOutput,
|
|
20
|
+
ComprehendMedicalClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class InferRxNormCommand extends InferRxNormCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface InferSNOMEDCTCommandInput extends InferSNOMEDCTRequest {}
|
|
|
20
14
|
export interface InferSNOMEDCTCommandOutput
|
|
21
15
|
extends InferSNOMEDCTResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const InferSNOMEDCTCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: InferSNOMEDCTCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
InferSNOMEDCTCommandInput,
|
|
22
|
+
InferSNOMEDCTCommandOutput,
|
|
23
|
+
ComprehendMedicalClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class InferSNOMEDCTCommand extends InferSNOMEDCTCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListEntitiesDetectionV2JobsCommandInput
|
|
|
21
15
|
export interface ListEntitiesDetectionV2JobsCommandOutput
|
|
22
16
|
extends ListEntitiesDetectionV2JobsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListEntitiesDetectionV2JobsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListEntitiesDetectionV2JobsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListEntitiesDetectionV2JobsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListEntitiesDetectionV2JobsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListEntitiesDetectionV2JobsCommandInput,
|
|
38
|
-
ListEntitiesDetectionV2JobsCommandOutput
|
|
23
|
+
ListEntitiesDetectionV2JobsCommandOutput,
|
|
24
|
+
ComprehendMedicalClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListEntitiesDetectionV2JobsCommand extends ListEntitiesDetectionV2JobsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListICD10CMInferenceJobsCommandInput
|
|
|
21
15
|
export interface ListICD10CMInferenceJobsCommandOutput
|
|
22
16
|
extends ListICD10CMInferenceJobsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListICD10CMInferenceJobsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListICD10CMInferenceJobsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListICD10CMInferenceJobsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListICD10CMInferenceJobsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListICD10CMInferenceJobsCommandInput,
|
|
38
|
-
ListICD10CMInferenceJobsCommandOutput
|
|
23
|
+
ListICD10CMInferenceJobsCommandOutput,
|
|
24
|
+
ComprehendMedicalClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListICD10CMInferenceJobsCommand extends ListICD10CMInferenceJobsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListPHIDetectionJobsCommandInput
|
|
|
21
15
|
export interface ListPHIDetectionJobsCommandOutput
|
|
22
16
|
extends ListPHIDetectionJobsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListPHIDetectionJobsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListPHIDetectionJobsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListPHIDetectionJobsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListPHIDetectionJobsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListPHIDetectionJobsCommandInput,
|
|
38
|
-
ListPHIDetectionJobsCommandOutput
|
|
23
|
+
ListPHIDetectionJobsCommandOutput,
|
|
24
|
+
ComprehendMedicalClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListPHIDetectionJobsCommand extends ListPHIDetectionJobsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListRxNormInferenceJobsCommandInput
|
|
|
21
15
|
export interface ListRxNormInferenceJobsCommandOutput
|
|
22
16
|
extends ListRxNormInferenceJobsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListRxNormInferenceJobsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListRxNormInferenceJobsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListRxNormInferenceJobsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListRxNormInferenceJobsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListRxNormInferenceJobsCommandInput,
|
|
38
|
-
ListRxNormInferenceJobsCommandOutput
|
|
23
|
+
ListRxNormInferenceJobsCommandOutput,
|
|
24
|
+
ComprehendMedicalClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListRxNormInferenceJobsCommand extends ListRxNormInferenceJobsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListSNOMEDCTInferenceJobsCommandInput
|
|
|
21
15
|
export interface ListSNOMEDCTInferenceJobsCommandOutput
|
|
22
16
|
extends ListSNOMEDCTInferenceJobsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListSNOMEDCTInferenceJobsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListSNOMEDCTInferenceJobsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListSNOMEDCTInferenceJobsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListSNOMEDCTInferenceJobsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListSNOMEDCTInferenceJobsCommandInput,
|
|
38
|
-
ListSNOMEDCTInferenceJobsCommandOutput
|
|
23
|
+
ListSNOMEDCTInferenceJobsCommandOutput,
|
|
24
|
+
ComprehendMedicalClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListSNOMEDCTInferenceJobsCommand extends ListSNOMEDCTInferenceJobsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface StartEntitiesDetectionV2JobCommandInput
|
|
|
21
15
|
export interface StartEntitiesDetectionV2JobCommandOutput
|
|
22
16
|
extends StartEntitiesDetectionV2JobResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartEntitiesDetectionV2JobCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartEntitiesDetectionV2JobCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartEntitiesDetectionV2JobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartEntitiesDetectionV2JobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartEntitiesDetectionV2JobCommandInput,
|
|
38
|
-
StartEntitiesDetectionV2JobCommandOutput
|
|
23
|
+
StartEntitiesDetectionV2JobCommandOutput,
|
|
24
|
+
ComprehendMedicalClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartEntitiesDetectionV2JobCommand extends StartEntitiesDetectionV2JobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendMedicalClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface StartICD10CMInferenceJobCommandInput
|
|
|
21
15
|
export interface StartICD10CMInferenceJobCommandOutput
|
|
22
16
|
extends StartICD10CMInferenceJobResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartICD10CMInferenceJobCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartICD10CMInferenceJobCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendMedicalClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartICD10CMInferenceJobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartICD10CMInferenceJobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartICD10CMInferenceJobCommandInput,
|
|
38
|
-
StartICD10CMInferenceJobCommandOutput
|
|
23
|
+
StartICD10CMInferenceJobCommandOutput,
|
|
24
|
+
ComprehendMedicalClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartICD10CMInferenceJobCommand extends StartICD10CMInferenceJobCommand_base {}
|