@aws-sdk/client-comprehendmedical 3.42.0 → 3.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/README.md +1 -1
- package/dist-cjs/ComprehendMedical.js +75 -0
- package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +36 -0
- package/dist-cjs/commands/InferSNOMEDCTCommand.js +36 -0
- package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +36 -0
- package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +36 -0
- package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoints.js +1 -16
- package/dist-cjs/models/models_0.js +141 -50
- package/dist-cjs/protocols/Aws_json1_1.js +646 -37
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/ComprehendMedical.js +75 -0
- package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +39 -0
- package/dist-es/commands/InferSNOMEDCTCommand.js +39 -0
- package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +39 -0
- package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +39 -0
- package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoints.js +1 -16
- package/dist-es/models/models_0.js +107 -32
- package/dist-es/protocols/Aws_json1_1.js +667 -27
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/ComprehendMedical.d.ts +45 -1
- package/dist-types/ComprehendMedicalClient.d.ts +13 -4
- package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +37 -0
- package/dist-types/commands/InferSNOMEDCTCommand.d.ts +36 -0
- package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +37 -0
- package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +37 -0
- package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +533 -74
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/ComprehendMedical.d.ts +25 -0
- package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +10 -3
- package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +246 -32
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
|
@@ -4,62 +4,77 @@ import { DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2
|
|
|
4
4
|
import { DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput } from "../commands/DescribeICD10CMInferenceJobCommand";
|
|
5
5
|
import { DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput } from "../commands/DescribePHIDetectionJobCommand";
|
|
6
6
|
import { DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput } from "../commands/DescribeRxNormInferenceJobCommand";
|
|
7
|
+
import { DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput } from "../commands/DescribeSNOMEDCTInferenceJobCommand";
|
|
7
8
|
import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "../commands/DetectEntitiesCommand";
|
|
8
9
|
import { DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput } from "../commands/DetectEntitiesV2Command";
|
|
9
10
|
import { DetectPHICommandInput, DetectPHICommandOutput } from "../commands/DetectPHICommand";
|
|
10
11
|
import { InferICD10CMCommandInput, InferICD10CMCommandOutput } from "../commands/InferICD10CMCommand";
|
|
11
12
|
import { InferRxNormCommandInput, InferRxNormCommandOutput } from "../commands/InferRxNormCommand";
|
|
13
|
+
import { InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput } from "../commands/InferSNOMEDCTCommand";
|
|
12
14
|
import { ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput } from "../commands/ListEntitiesDetectionV2JobsCommand";
|
|
13
15
|
import { ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput } from "../commands/ListICD10CMInferenceJobsCommand";
|
|
14
16
|
import { ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput } from "../commands/ListPHIDetectionJobsCommand";
|
|
15
17
|
import { ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput } from "../commands/ListRxNormInferenceJobsCommand";
|
|
18
|
+
import { ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput } from "../commands/ListSNOMEDCTInferenceJobsCommand";
|
|
16
19
|
import { StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput } from "../commands/StartEntitiesDetectionV2JobCommand";
|
|
17
20
|
import { StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput } from "../commands/StartICD10CMInferenceJobCommand";
|
|
18
21
|
import { StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput } from "../commands/StartPHIDetectionJobCommand";
|
|
19
22
|
import { StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput } from "../commands/StartRxNormInferenceJobCommand";
|
|
23
|
+
import { StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput } from "../commands/StartSNOMEDCTInferenceJobCommand";
|
|
20
24
|
import { StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput } from "../commands/StopEntitiesDetectionV2JobCommand";
|
|
21
25
|
import { StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput } from "../commands/StopICD10CMInferenceJobCommand";
|
|
22
26
|
import { StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput } from "../commands/StopPHIDetectionJobCommand";
|
|
23
27
|
import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput } from "../commands/StopRxNormInferenceJobCommand";
|
|
28
|
+
import { StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput } from "../commands/StopSNOMEDCTInferenceJobCommand";
|
|
24
29
|
export declare const serializeAws_json1_1DescribeEntitiesDetectionV2JobCommand: (input: DescribeEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
30
|
export declare const serializeAws_json1_1DescribeICD10CMInferenceJobCommand: (input: DescribeICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
31
|
export declare const serializeAws_json1_1DescribePHIDetectionJobCommand: (input: DescribePHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
32
|
export declare const serializeAws_json1_1DescribeRxNormInferenceJobCommand: (input: DescribeRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
export declare const serializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand: (input: DescribeSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
34
|
export declare const serializeAws_json1_1DetectEntitiesCommand: (input: DetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
35
|
export declare const serializeAws_json1_1DetectEntitiesV2Command: (input: DetectEntitiesV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
36
|
export declare const serializeAws_json1_1DetectPHICommand: (input: DetectPHICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
37
|
export declare const serializeAws_json1_1InferICD10CMCommand: (input: InferICD10CMCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
38
|
export declare const serializeAws_json1_1InferRxNormCommand: (input: InferRxNormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
export declare const serializeAws_json1_1InferSNOMEDCTCommand: (input: InferSNOMEDCTCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
40
|
export declare const serializeAws_json1_1ListEntitiesDetectionV2JobsCommand: (input: ListEntitiesDetectionV2JobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
41
|
export declare const serializeAws_json1_1ListICD10CMInferenceJobsCommand: (input: ListICD10CMInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
42
|
export declare const serializeAws_json1_1ListPHIDetectionJobsCommand: (input: ListPHIDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
43
|
export declare const serializeAws_json1_1ListRxNormInferenceJobsCommand: (input: ListRxNormInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
export declare const serializeAws_json1_1ListSNOMEDCTInferenceJobsCommand: (input: ListSNOMEDCTInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
45
|
export declare const serializeAws_json1_1StartEntitiesDetectionV2JobCommand: (input: StartEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
46
|
export declare const serializeAws_json1_1StartICD10CMInferenceJobCommand: (input: StartICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
47
|
export declare const serializeAws_json1_1StartPHIDetectionJobCommand: (input: StartPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
48
|
export declare const serializeAws_json1_1StartRxNormInferenceJobCommand: (input: StartRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
export declare const serializeAws_json1_1StartSNOMEDCTInferenceJobCommand: (input: StartSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
50
|
export declare const serializeAws_json1_1StopEntitiesDetectionV2JobCommand: (input: StopEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
51
|
export declare const serializeAws_json1_1StopICD10CMInferenceJobCommand: (input: StopICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
52
|
export declare const serializeAws_json1_1StopPHIDetectionJobCommand: (input: StopPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
53
|
export declare const serializeAws_json1_1StopRxNormInferenceJobCommand: (input: StopRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_json1_1StopSNOMEDCTInferenceJobCommand: (input: StopSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
55
|
export declare const deserializeAws_json1_1DescribeEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionV2JobCommandOutput>;
|
|
46
56
|
export declare const deserializeAws_json1_1DescribeICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeICD10CMInferenceJobCommandOutput>;
|
|
47
57
|
export declare const deserializeAws_json1_1DescribePHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePHIDetectionJobCommandOutput>;
|
|
48
58
|
export declare const deserializeAws_json1_1DescribeRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRxNormInferenceJobCommandOutput>;
|
|
59
|
+
export declare const deserializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
|
|
49
60
|
export declare const deserializeAws_json1_1DetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesCommandOutput>;
|
|
50
61
|
export declare const deserializeAws_json1_1DetectEntitiesV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesV2CommandOutput>;
|
|
51
62
|
export declare const deserializeAws_json1_1DetectPHICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectPHICommandOutput>;
|
|
52
63
|
export declare const deserializeAws_json1_1InferICD10CMCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferICD10CMCommandOutput>;
|
|
53
64
|
export declare const deserializeAws_json1_1InferRxNormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferRxNormCommandOutput>;
|
|
65
|
+
export declare const deserializeAws_json1_1InferSNOMEDCTCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferSNOMEDCTCommandOutput>;
|
|
54
66
|
export declare const deserializeAws_json1_1ListEntitiesDetectionV2JobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesDetectionV2JobsCommandOutput>;
|
|
55
67
|
export declare const deserializeAws_json1_1ListICD10CMInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListICD10CMInferenceJobsCommandOutput>;
|
|
56
68
|
export declare const deserializeAws_json1_1ListPHIDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPHIDetectionJobsCommandOutput>;
|
|
57
69
|
export declare const deserializeAws_json1_1ListRxNormInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRxNormInferenceJobsCommandOutput>;
|
|
70
|
+
export declare const deserializeAws_json1_1ListSNOMEDCTInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
58
71
|
export declare const deserializeAws_json1_1StartEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionV2JobCommandOutput>;
|
|
59
72
|
export declare const deserializeAws_json1_1StartICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartICD10CMInferenceJobCommandOutput>;
|
|
60
73
|
export declare const deserializeAws_json1_1StartPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPHIDetectionJobCommandOutput>;
|
|
61
74
|
export declare const deserializeAws_json1_1StartRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRxNormInferenceJobCommandOutput>;
|
|
75
|
+
export declare const deserializeAws_json1_1StartSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSNOMEDCTInferenceJobCommandOutput>;
|
|
62
76
|
export declare const deserializeAws_json1_1StopEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEntitiesDetectionV2JobCommandOutput>;
|
|
63
77
|
export declare const deserializeAws_json1_1StopICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopICD10CMInferenceJobCommandOutput>;
|
|
64
78
|
export declare const deserializeAws_json1_1StopPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPHIDetectionJobCommandOutput>;
|
|
65
79
|
export declare const deserializeAws_json1_1StopRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRxNormInferenceJobCommandOutput>;
|
|
80
|
+
export declare const deserializeAws_json1_1StopSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSNOMEDCTInferenceJobCommandOutput>;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ComprehendMedicalClientConfig } from "./ComprehendMedicalClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ComprehendMedicalClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: ComprehendMedicalClientConfig) =
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ComprehendMedicalClientConfig } from "./ComprehendMedicalClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ComprehendMedicalClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: ComprehendMedicalClientConfig) =
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -3,23 +3,28 @@ import { DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2
|
|
|
3
3
|
import { DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput } from "./commands/DescribeICD10CMInferenceJobCommand";
|
|
4
4
|
import { DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput } from "./commands/DescribePHIDetectionJobCommand";
|
|
5
5
|
import { DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput } from "./commands/DescribeRxNormInferenceJobCommand";
|
|
6
|
+
import { DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput } from "./commands/DescribeSNOMEDCTInferenceJobCommand";
|
|
6
7
|
import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "./commands/DetectEntitiesCommand";
|
|
7
8
|
import { DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput } from "./commands/DetectEntitiesV2Command";
|
|
8
9
|
import { DetectPHICommandInput, DetectPHICommandOutput } from "./commands/DetectPHICommand";
|
|
9
10
|
import { InferICD10CMCommandInput, InferICD10CMCommandOutput } from "./commands/InferICD10CMCommand";
|
|
10
11
|
import { InferRxNormCommandInput, InferRxNormCommandOutput } from "./commands/InferRxNormCommand";
|
|
12
|
+
import { InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput } from "./commands/InferSNOMEDCTCommand";
|
|
11
13
|
import { ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput } from "./commands/ListEntitiesDetectionV2JobsCommand";
|
|
12
14
|
import { ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput } from "./commands/ListICD10CMInferenceJobsCommand";
|
|
13
15
|
import { ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput } from "./commands/ListPHIDetectionJobsCommand";
|
|
14
16
|
import { ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput } from "./commands/ListRxNormInferenceJobsCommand";
|
|
17
|
+
import { ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput } from "./commands/ListSNOMEDCTInferenceJobsCommand";
|
|
15
18
|
import { StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput } from "./commands/StartEntitiesDetectionV2JobCommand";
|
|
16
19
|
import { StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput } from "./commands/StartICD10CMInferenceJobCommand";
|
|
17
20
|
import { StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput } from "./commands/StartPHIDetectionJobCommand";
|
|
18
21
|
import { StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput } from "./commands/StartRxNormInferenceJobCommand";
|
|
22
|
+
import { StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput } from "./commands/StartSNOMEDCTInferenceJobCommand";
|
|
19
23
|
import { StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput } from "./commands/StopEntitiesDetectionV2JobCommand";
|
|
20
24
|
import { StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput } from "./commands/StopICD10CMInferenceJobCommand";
|
|
21
25
|
import { StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput } from "./commands/StopPHIDetectionJobCommand";
|
|
22
26
|
import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput } from "./commands/StopRxNormInferenceJobCommand";
|
|
27
|
+
import { StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput } from "./commands/StopSNOMEDCTInferenceJobCommand";
|
|
23
28
|
import { ComprehendMedicalClient } from "./ComprehendMedicalClient";
|
|
24
29
|
|
|
25
30
|
export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
@@ -40,6 +45,10 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
|
40
45
|
describeRxNormInferenceJob(args: DescribeRxNormInferenceJobCommandInput, cb: (err: any, data?: DescribeRxNormInferenceJobCommandOutput) => void): void;
|
|
41
46
|
describeRxNormInferenceJob(args: DescribeRxNormInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRxNormInferenceJobCommandOutput) => void): void;
|
|
42
47
|
|
|
48
|
+
describeSNOMEDCTInferenceJob(args: DescribeSNOMEDCTInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
|
|
49
|
+
describeSNOMEDCTInferenceJob(args: DescribeSNOMEDCTInferenceJobCommandInput, cb: (err: any, data?: DescribeSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
50
|
+
describeSNOMEDCTInferenceJob(args: DescribeSNOMEDCTInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
51
|
+
|
|
43
52
|
detectEntities(args: DetectEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<DetectEntitiesCommandOutput>;
|
|
44
53
|
detectEntities(args: DetectEntitiesCommandInput, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
|
|
45
54
|
detectEntities(args: DetectEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
|
|
@@ -60,6 +69,10 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
|
60
69
|
inferRxNorm(args: InferRxNormCommandInput, cb: (err: any, data?: InferRxNormCommandOutput) => void): void;
|
|
61
70
|
inferRxNorm(args: InferRxNormCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InferRxNormCommandOutput) => void): void;
|
|
62
71
|
|
|
72
|
+
inferSNOMEDCT(args: InferSNOMEDCTCommandInput, options?: __HttpHandlerOptions): Promise<InferSNOMEDCTCommandOutput>;
|
|
73
|
+
inferSNOMEDCT(args: InferSNOMEDCTCommandInput, cb: (err: any, data?: InferSNOMEDCTCommandOutput) => void): void;
|
|
74
|
+
inferSNOMEDCT(args: InferSNOMEDCTCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InferSNOMEDCTCommandOutput) => void): void;
|
|
75
|
+
|
|
63
76
|
listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitiesDetectionV2JobsCommandOutput>;
|
|
64
77
|
listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void): void;
|
|
65
78
|
listEntitiesDetectionV2Jobs(args: ListEntitiesDetectionV2JobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void): void;
|
|
@@ -76,6 +89,10 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
|
76
89
|
listRxNormInferenceJobs(args: ListRxNormInferenceJobsCommandInput, cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void): void;
|
|
77
90
|
listRxNormInferenceJobs(args: ListRxNormInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void): void;
|
|
78
91
|
|
|
92
|
+
listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
93
|
+
listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, cb: (err: any, data?: ListSNOMEDCTInferenceJobsCommandOutput) => void): void;
|
|
94
|
+
listSNOMEDCTInferenceJobs(args: ListSNOMEDCTInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSNOMEDCTInferenceJobsCommandOutput) => void): void;
|
|
95
|
+
|
|
79
96
|
startEntitiesDetectionV2Job(args: StartEntitiesDetectionV2JobCommandInput, options?: __HttpHandlerOptions): Promise<StartEntitiesDetectionV2JobCommandOutput>;
|
|
80
97
|
startEntitiesDetectionV2Job(args: StartEntitiesDetectionV2JobCommandInput, cb: (err: any, data?: StartEntitiesDetectionV2JobCommandOutput) => void): void;
|
|
81
98
|
startEntitiesDetectionV2Job(args: StartEntitiesDetectionV2JobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartEntitiesDetectionV2JobCommandOutput) => void): void;
|
|
@@ -92,6 +109,10 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
|
92
109
|
startRxNormInferenceJob(args: StartRxNormInferenceJobCommandInput, cb: (err: any, data?: StartRxNormInferenceJobCommandOutput) => void): void;
|
|
93
110
|
startRxNormInferenceJob(args: StartRxNormInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRxNormInferenceJobCommandOutput) => void): void;
|
|
94
111
|
|
|
112
|
+
startSNOMEDCTInferenceJob(args: StartSNOMEDCTInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StartSNOMEDCTInferenceJobCommandOutput>;
|
|
113
|
+
startSNOMEDCTInferenceJob(args: StartSNOMEDCTInferenceJobCommandInput, cb: (err: any, data?: StartSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
114
|
+
startSNOMEDCTInferenceJob(args: StartSNOMEDCTInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
115
|
+
|
|
95
116
|
stopEntitiesDetectionV2Job(args: StopEntitiesDetectionV2JobCommandInput, options?: __HttpHandlerOptions): Promise<StopEntitiesDetectionV2JobCommandOutput>;
|
|
96
117
|
stopEntitiesDetectionV2Job(args: StopEntitiesDetectionV2JobCommandInput, cb: (err: any, data?: StopEntitiesDetectionV2JobCommandOutput) => void): void;
|
|
97
118
|
stopEntitiesDetectionV2Job(args: StopEntitiesDetectionV2JobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEntitiesDetectionV2JobCommandOutput) => void): void;
|
|
@@ -107,4 +128,8 @@ export declare class ComprehendMedical extends ComprehendMedicalClient {
|
|
|
107
128
|
stopRxNormInferenceJob(args: StopRxNormInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StopRxNormInferenceJobCommandOutput>;
|
|
108
129
|
stopRxNormInferenceJob(args: StopRxNormInferenceJobCommandInput, cb: (err: any, data?: StopRxNormInferenceJobCommandOutput) => void): void;
|
|
109
130
|
stopRxNormInferenceJob(args: StopRxNormInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopRxNormInferenceJobCommandOutput) => void): void;
|
|
131
|
+
|
|
132
|
+
stopSNOMEDCTInferenceJob(args: StopSNOMEDCTInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StopSNOMEDCTInferenceJobCommandOutput>;
|
|
133
|
+
stopSNOMEDCTInferenceJob(args: StopSNOMEDCTInferenceJobCommandInput, cb: (err: any, data?: StopSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
134
|
+
stopSNOMEDCTInferenceJob(args: StopSNOMEDCTInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSNOMEDCTInferenceJobCommandOutput) => void): void;
|
|
110
135
|
}
|
|
@@ -4,31 +4,36 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput } from "./commands/DescribeEntitiesDetectionV2JobCommand";
|
|
10
10
|
import { DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput } from "./commands/DescribeICD10CMInferenceJobCommand";
|
|
11
11
|
import { DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput } from "./commands/DescribePHIDetectionJobCommand";
|
|
12
12
|
import { DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput } from "./commands/DescribeRxNormInferenceJobCommand";
|
|
13
|
+
import { DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput } from "./commands/DescribeSNOMEDCTInferenceJobCommand";
|
|
13
14
|
import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "./commands/DetectEntitiesCommand";
|
|
14
15
|
import { DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput } from "./commands/DetectEntitiesV2Command";
|
|
15
16
|
import { DetectPHICommandInput, DetectPHICommandOutput } from "./commands/DetectPHICommand";
|
|
16
17
|
import { InferICD10CMCommandInput, InferICD10CMCommandOutput } from "./commands/InferICD10CMCommand";
|
|
17
18
|
import { InferRxNormCommandInput, InferRxNormCommandOutput } from "./commands/InferRxNormCommand";
|
|
19
|
+
import { InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput } from "./commands/InferSNOMEDCTCommand";
|
|
18
20
|
import { ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput } from "./commands/ListEntitiesDetectionV2JobsCommand";
|
|
19
21
|
import { ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput } from "./commands/ListICD10CMInferenceJobsCommand";
|
|
20
22
|
import { ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput } from "./commands/ListPHIDetectionJobsCommand";
|
|
21
23
|
import { ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput } from "./commands/ListRxNormInferenceJobsCommand";
|
|
24
|
+
import { ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput } from "./commands/ListSNOMEDCTInferenceJobsCommand";
|
|
22
25
|
import { StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput } from "./commands/StartEntitiesDetectionV2JobCommand";
|
|
23
26
|
import { StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput } from "./commands/StartICD10CMInferenceJobCommand";
|
|
24
27
|
import { StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput } from "./commands/StartPHIDetectionJobCommand";
|
|
25
28
|
import { StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput } from "./commands/StartRxNormInferenceJobCommand";
|
|
29
|
+
import { StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput } from "./commands/StartSNOMEDCTInferenceJobCommand";
|
|
26
30
|
import { StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput } from "./commands/StopEntitiesDetectionV2JobCommand";
|
|
27
31
|
import { StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput } from "./commands/StopICD10CMInferenceJobCommand";
|
|
28
32
|
import { StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput } from "./commands/StopPHIDetectionJobCommand";
|
|
29
33
|
import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput } from "./commands/StopRxNormInferenceJobCommand";
|
|
30
|
-
|
|
31
|
-
export declare type
|
|
34
|
+
import { StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput } from "./commands/StopSNOMEDCTInferenceJobCommand";
|
|
35
|
+
export declare type ServiceInputTypes = DescribeEntitiesDetectionV2JobCommandInput | DescribeICD10CMInferenceJobCommandInput | DescribePHIDetectionJobCommandInput | DescribeRxNormInferenceJobCommandInput | DescribeSNOMEDCTInferenceJobCommandInput | DetectEntitiesCommandInput | DetectEntitiesV2CommandInput | DetectPHICommandInput | InferICD10CMCommandInput | InferRxNormCommandInput | InferSNOMEDCTCommandInput | ListEntitiesDetectionV2JobsCommandInput | ListICD10CMInferenceJobsCommandInput | ListPHIDetectionJobsCommandInput | ListRxNormInferenceJobsCommandInput | ListSNOMEDCTInferenceJobsCommandInput | StartEntitiesDetectionV2JobCommandInput | StartICD10CMInferenceJobCommandInput | StartPHIDetectionJobCommandInput | StartRxNormInferenceJobCommandInput | StartSNOMEDCTInferenceJobCommandInput | StopEntitiesDetectionV2JobCommandInput | StopICD10CMInferenceJobCommandInput | StopPHIDetectionJobCommandInput | StopRxNormInferenceJobCommandInput | StopSNOMEDCTInferenceJobCommandInput;
|
|
36
|
+
export declare type ServiceOutputTypes = DescribeEntitiesDetectionV2JobCommandOutput | DescribeICD10CMInferenceJobCommandOutput | DescribePHIDetectionJobCommandOutput | DescribeRxNormInferenceJobCommandOutput | DescribeSNOMEDCTInferenceJobCommandOutput | DetectEntitiesCommandOutput | DetectEntitiesV2CommandOutput | DetectPHICommandOutput | InferICD10CMCommandOutput | InferRxNormCommandOutput | InferSNOMEDCTCommandOutput | ListEntitiesDetectionV2JobsCommandOutput | ListICD10CMInferenceJobsCommandOutput | ListPHIDetectionJobsCommandOutput | ListRxNormInferenceJobsCommandOutput | ListSNOMEDCTInferenceJobsCommandOutput | StartEntitiesDetectionV2JobCommandOutput | StartICD10CMInferenceJobCommandOutput | StartPHIDetectionJobCommandOutput | StartRxNormInferenceJobCommandOutput | StartSNOMEDCTInferenceJobCommandOutput | StopEntitiesDetectionV2JobCommandOutput | StopICD10CMInferenceJobCommandOutput | StopPHIDetectionJobCommandOutput | StopRxNormInferenceJobCommandOutput | StopSNOMEDCTInferenceJobCommandOutput;
|
|
32
37
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
33
38
|
|
|
34
39
|
requestHandler?: __HttpHandler;
|
|
@@ -72,6 +77,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
72
77
|
regionInfoProvider?: RegionInfoProvider;
|
|
73
78
|
|
|
74
79
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
80
|
+
|
|
81
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
75
82
|
}
|
|
76
83
|
declare type ComprehendMedicalClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
77
84
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
|
+
import { DescribeSNOMEDCTInferenceJobRequest, DescribeSNOMEDCTInferenceJobResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeSNOMEDCTInferenceJobCommandInput extends DescribeSNOMEDCTInferenceJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeSNOMEDCTInferenceJobCommandOutput extends DescribeSNOMEDCTInferenceJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeSNOMEDCTInferenceJobCommand extends $Command<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeSNOMEDCTInferenceJobCommandInput;
|
|
12
|
+
constructor(input: DescribeSNOMEDCTInferenceJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
|
+
import { InferSNOMEDCTRequest, InferSNOMEDCTResponse } from "../models/models_0";
|
|
5
|
+
export interface InferSNOMEDCTCommandInput extends InferSNOMEDCTRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface InferSNOMEDCTCommandOutput extends InferSNOMEDCTResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class InferSNOMEDCTCommand extends $Command<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
11
|
+
readonly input: InferSNOMEDCTCommandInput;
|
|
12
|
+
constructor(input: InferSNOMEDCTCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
|
+
import { ListSNOMEDCTInferenceJobsRequest, ListSNOMEDCTInferenceJobsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListSNOMEDCTInferenceJobsCommandInput extends ListSNOMEDCTInferenceJobsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListSNOMEDCTInferenceJobsCommandOutput extends ListSNOMEDCTInferenceJobsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListSNOMEDCTInferenceJobsCommand extends $Command<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
11
|
+
readonly input: ListSNOMEDCTInferenceJobsCommandInput;
|
|
12
|
+
constructor(input: ListSNOMEDCTInferenceJobsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
|
+
import { StartSNOMEDCTInferenceJobRequest, StartSNOMEDCTInferenceJobResponse } from "../models/models_0";
|
|
5
|
+
export interface StartSNOMEDCTInferenceJobCommandInput extends StartSNOMEDCTInferenceJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StartSNOMEDCTInferenceJobCommandOutput extends StartSNOMEDCTInferenceJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StartSNOMEDCTInferenceJobCommand extends $Command<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
11
|
+
readonly input: StartSNOMEDCTInferenceJobCommandInput;
|
|
12
|
+
constructor(input: StartSNOMEDCTInferenceJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
|
|
4
|
+
import { StopSNOMEDCTInferenceJobRequest, StopSNOMEDCTInferenceJobResponse } from "../models/models_0";
|
|
5
|
+
export interface StopSNOMEDCTInferenceJobCommandInput extends StopSNOMEDCTInferenceJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInferenceJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StopSNOMEDCTInferenceJobCommand extends $Command<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
11
|
+
readonly input: StopSNOMEDCTInferenceJobCommandInput;
|
|
12
|
+
constructor(input: StopSNOMEDCTInferenceJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -2,20 +2,25 @@ export * from "./DescribeEntitiesDetectionV2JobCommand";
|
|
|
2
2
|
export * from "./DescribeICD10CMInferenceJobCommand";
|
|
3
3
|
export * from "./DescribePHIDetectionJobCommand";
|
|
4
4
|
export * from "./DescribeRxNormInferenceJobCommand";
|
|
5
|
+
export * from "./DescribeSNOMEDCTInferenceJobCommand";
|
|
5
6
|
export * from "./DetectEntitiesCommand";
|
|
6
7
|
export * from "./DetectEntitiesV2Command";
|
|
7
8
|
export * from "./DetectPHICommand";
|
|
8
9
|
export * from "./InferICD10CMCommand";
|
|
9
10
|
export * from "./InferRxNormCommand";
|
|
11
|
+
export * from "./InferSNOMEDCTCommand";
|
|
10
12
|
export * from "./ListEntitiesDetectionV2JobsCommand";
|
|
11
13
|
export * from "./ListICD10CMInferenceJobsCommand";
|
|
12
14
|
export * from "./ListPHIDetectionJobsCommand";
|
|
13
15
|
export * from "./ListRxNormInferenceJobsCommand";
|
|
16
|
+
export * from "./ListSNOMEDCTInferenceJobsCommand";
|
|
14
17
|
export * from "./StartEntitiesDetectionV2JobCommand";
|
|
15
18
|
export * from "./StartICD10CMInferenceJobCommand";
|
|
16
19
|
export * from "./StartPHIDetectionJobCommand";
|
|
17
20
|
export * from "./StartRxNormInferenceJobCommand";
|
|
21
|
+
export * from "./StartSNOMEDCTInferenceJobCommand";
|
|
18
22
|
export * from "./StopEntitiesDetectionV2JobCommand";
|
|
19
23
|
export * from "./StopICD10CMInferenceJobCommand";
|
|
20
24
|
export * from "./StopPHIDetectionJobCommand";
|
|
21
25
|
export * from "./StopRxNormInferenceJobCommand";
|
|
26
|
+
export * from "./StopSNOMEDCTInferenceJobCommand";
|