@aws-sdk/client-comprehendmedical 3.40.0 → 3.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -0
- package/README.md +1 -1
- package/dist-cjs/ComprehendMedical.js +75 -0
- package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +36 -0
- package/dist-cjs/commands/InferSNOMEDCTCommand.js +36 -0
- package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +36 -0
- package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +36 -0
- package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +142 -2
- package/dist-cjs/protocols/Aws_json1_1.js +646 -37
- package/dist-es/ComprehendMedical.js +75 -0
- package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +39 -0
- package/dist-es/commands/InferSNOMEDCTCommand.js +39 -0
- package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +39 -0
- package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +39 -0
- package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +107 -0
- package/dist-es/protocols/Aws_json1_1.js +667 -27
- package/dist-types/ComprehendMedical.d.ts +45 -1
- package/dist-types/ComprehendMedicalClient.d.ts +8 -3
- package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +37 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/DetectEntitiesV2Command.d.ts +1 -1
- package/dist-types/commands/DetectPHICommand.d.ts +1 -1
- package/dist-types/commands/InferICD10CMCommand.d.ts +1 -1
- package/dist-types/commands/InferRxNormCommand.d.ts +1 -1
- package/dist-types/commands/InferSNOMEDCTCommand.d.ts +36 -0
- package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +1 -1
- package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +37 -0
- package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +1 -1
- package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +37 -0
- package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +1 -1
- package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +533 -26
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/ComprehendMedical.d.ts +25 -0
- package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +7 -2
- package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +246 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +15 -0
- package/package.json +6 -6
|
@@ -4,62 +4,77 @@ import { DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2
|
|
|
4
4
|
import { DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput } from "../commands/DescribeICD10CMInferenceJobCommand";
|
|
5
5
|
import { DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput } from "../commands/DescribePHIDetectionJobCommand";
|
|
6
6
|
import { DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput } from "../commands/DescribeRxNormInferenceJobCommand";
|
|
7
|
+
import { DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput } from "../commands/DescribeSNOMEDCTInferenceJobCommand";
|
|
7
8
|
import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "../commands/DetectEntitiesCommand";
|
|
8
9
|
import { DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput } from "../commands/DetectEntitiesV2Command";
|
|
9
10
|
import { DetectPHICommandInput, DetectPHICommandOutput } from "../commands/DetectPHICommand";
|
|
10
11
|
import { InferICD10CMCommandInput, InferICD10CMCommandOutput } from "../commands/InferICD10CMCommand";
|
|
11
12
|
import { InferRxNormCommandInput, InferRxNormCommandOutput } from "../commands/InferRxNormCommand";
|
|
13
|
+
import { InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput } from "../commands/InferSNOMEDCTCommand";
|
|
12
14
|
import { ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput } from "../commands/ListEntitiesDetectionV2JobsCommand";
|
|
13
15
|
import { ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput } from "../commands/ListICD10CMInferenceJobsCommand";
|
|
14
16
|
import { ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput } from "../commands/ListPHIDetectionJobsCommand";
|
|
15
17
|
import { ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput } from "../commands/ListRxNormInferenceJobsCommand";
|
|
18
|
+
import { ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput } from "../commands/ListSNOMEDCTInferenceJobsCommand";
|
|
16
19
|
import { StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput } from "../commands/StartEntitiesDetectionV2JobCommand";
|
|
17
20
|
import { StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput } from "../commands/StartICD10CMInferenceJobCommand";
|
|
18
21
|
import { StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput } from "../commands/StartPHIDetectionJobCommand";
|
|
19
22
|
import { StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput } from "../commands/StartRxNormInferenceJobCommand";
|
|
23
|
+
import { StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput } from "../commands/StartSNOMEDCTInferenceJobCommand";
|
|
20
24
|
import { StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput } from "../commands/StopEntitiesDetectionV2JobCommand";
|
|
21
25
|
import { StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput } from "../commands/StopICD10CMInferenceJobCommand";
|
|
22
26
|
import { StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput } from "../commands/StopPHIDetectionJobCommand";
|
|
23
27
|
import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput } from "../commands/StopRxNormInferenceJobCommand";
|
|
28
|
+
import { StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput } from "../commands/StopSNOMEDCTInferenceJobCommand";
|
|
24
29
|
export declare const serializeAws_json1_1DescribeEntitiesDetectionV2JobCommand: (input: DescribeEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
30
|
export declare const serializeAws_json1_1DescribeICD10CMInferenceJobCommand: (input: DescribeICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
31
|
export declare const serializeAws_json1_1DescribePHIDetectionJobCommand: (input: DescribePHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
32
|
export declare const serializeAws_json1_1DescribeRxNormInferenceJobCommand: (input: DescribeRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
export declare const serializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand: (input: DescribeSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
34
|
export declare const serializeAws_json1_1DetectEntitiesCommand: (input: DetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
35
|
export declare const serializeAws_json1_1DetectEntitiesV2Command: (input: DetectEntitiesV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
36
|
export declare const serializeAws_json1_1DetectPHICommand: (input: DetectPHICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
37
|
export declare const serializeAws_json1_1InferICD10CMCommand: (input: InferICD10CMCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
38
|
export declare const serializeAws_json1_1InferRxNormCommand: (input: InferRxNormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
export declare const serializeAws_json1_1InferSNOMEDCTCommand: (input: InferSNOMEDCTCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
40
|
export declare const serializeAws_json1_1ListEntitiesDetectionV2JobsCommand: (input: ListEntitiesDetectionV2JobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
41
|
export declare const serializeAws_json1_1ListICD10CMInferenceJobsCommand: (input: ListICD10CMInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
42
|
export declare const serializeAws_json1_1ListPHIDetectionJobsCommand: (input: ListPHIDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
43
|
export declare const serializeAws_json1_1ListRxNormInferenceJobsCommand: (input: ListRxNormInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
export declare const serializeAws_json1_1ListSNOMEDCTInferenceJobsCommand: (input: ListSNOMEDCTInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
45
|
export declare const serializeAws_json1_1StartEntitiesDetectionV2JobCommand: (input: StartEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
46
|
export declare const serializeAws_json1_1StartICD10CMInferenceJobCommand: (input: StartICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
47
|
export declare const serializeAws_json1_1StartPHIDetectionJobCommand: (input: StartPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
48
|
export declare const serializeAws_json1_1StartRxNormInferenceJobCommand: (input: StartRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
export declare const serializeAws_json1_1StartSNOMEDCTInferenceJobCommand: (input: StartSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
50
|
export declare const serializeAws_json1_1StopEntitiesDetectionV2JobCommand: (input: StopEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
51
|
export declare const serializeAws_json1_1StopICD10CMInferenceJobCommand: (input: StopICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
52
|
export declare const serializeAws_json1_1StopPHIDetectionJobCommand: (input: StopPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
53
|
export declare const serializeAws_json1_1StopRxNormInferenceJobCommand: (input: StopRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_json1_1StopSNOMEDCTInferenceJobCommand: (input: StopSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
55
|
export declare const deserializeAws_json1_1DescribeEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionV2JobCommandOutput>;
|
|
46
56
|
export declare const deserializeAws_json1_1DescribeICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeICD10CMInferenceJobCommandOutput>;
|
|
47
57
|
export declare const deserializeAws_json1_1DescribePHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePHIDetectionJobCommandOutput>;
|
|
48
58
|
export declare const deserializeAws_json1_1DescribeRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRxNormInferenceJobCommandOutput>;
|
|
59
|
+
export declare const deserializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
|
|
49
60
|
export declare const deserializeAws_json1_1DetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesCommandOutput>;
|
|
50
61
|
export declare const deserializeAws_json1_1DetectEntitiesV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesV2CommandOutput>;
|
|
51
62
|
export declare const deserializeAws_json1_1DetectPHICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectPHICommandOutput>;
|
|
52
63
|
export declare const deserializeAws_json1_1InferICD10CMCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferICD10CMCommandOutput>;
|
|
53
64
|
export declare const deserializeAws_json1_1InferRxNormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferRxNormCommandOutput>;
|
|
65
|
+
export declare const deserializeAws_json1_1InferSNOMEDCTCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferSNOMEDCTCommandOutput>;
|
|
54
66
|
export declare const deserializeAws_json1_1ListEntitiesDetectionV2JobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesDetectionV2JobsCommandOutput>;
|
|
55
67
|
export declare const deserializeAws_json1_1ListICD10CMInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListICD10CMInferenceJobsCommandOutput>;
|
|
56
68
|
export declare const deserializeAws_json1_1ListPHIDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPHIDetectionJobsCommandOutput>;
|
|
57
69
|
export declare const deserializeAws_json1_1ListRxNormInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRxNormInferenceJobsCommandOutput>;
|
|
70
|
+
export declare const deserializeAws_json1_1ListSNOMEDCTInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
|
|
58
71
|
export declare const deserializeAws_json1_1StartEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionV2JobCommandOutput>;
|
|
59
72
|
export declare const deserializeAws_json1_1StartICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartICD10CMInferenceJobCommandOutput>;
|
|
60
73
|
export declare const deserializeAws_json1_1StartPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPHIDetectionJobCommandOutput>;
|
|
61
74
|
export declare const deserializeAws_json1_1StartRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRxNormInferenceJobCommandOutput>;
|
|
75
|
+
export declare const deserializeAws_json1_1StartSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSNOMEDCTInferenceJobCommandOutput>;
|
|
62
76
|
export declare const deserializeAws_json1_1StopEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEntitiesDetectionV2JobCommandOutput>;
|
|
63
77
|
export declare const deserializeAws_json1_1StopICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopICD10CMInferenceJobCommandOutput>;
|
|
64
78
|
export declare const deserializeAws_json1_1StopPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPHIDetectionJobCommandOutput>;
|
|
65
79
|
export declare const deserializeAws_json1_1StopRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRxNormInferenceJobCommandOutput>;
|
|
80
|
+
export declare const deserializeAws_json1_1StopSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSNOMEDCTInferenceJobCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-comprehendmedical",
|
|
3
3
|
"description": "AWS SDK for JavaScript Comprehendmedical Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|