@aws-sdk/client-comprehendmedical 3.775.0 → 3.782.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-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +1 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +1 -0
- package/dist-types/commands/DetectEntitiesV2Command.d.ts +1 -0
- package/dist-types/commands/DetectPHICommand.d.ts +1 -0
- package/dist-types/commands/InferICD10CMCommand.d.ts +1 -0
- package/dist-types/commands/InferRxNormCommand.d.ts +1 -0
- package/dist-types/commands/InferSNOMEDCTCommand.d.ts +1 -0
- package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +1 -0
- package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +1 -0
- package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +1 -0
- package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +1 -0
- package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +1 -0
- package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +1 -0
- package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +1 -0
- package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +1 -0
- package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +1 -0
- package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -92,6 +92,7 @@ declare const DescribeEntitiesDetectionV2JobCommand_base: {
|
|
|
92
92
|
* @throws {@link ComprehendMedicalServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribeEntitiesDetectionV2JobCommand extends DescribeEntitiesDetectionV2JobCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const DescribeICD10CMInferenceJobCommand_base: {
|
|
|
92
92
|
* @throws {@link ComprehendMedicalServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribeICD10CMInferenceJobCommand extends DescribeICD10CMInferenceJobCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const DescribePHIDetectionJobCommand_base: {
|
|
|
92
92
|
* @throws {@link ComprehendMedicalServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribePHIDetectionJobCommand extends DescribePHIDetectionJobCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const DescribeRxNormInferenceJobCommand_base: {
|
|
|
92
92
|
* @throws {@link ComprehendMedicalServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribeRxNormInferenceJobCommand extends DescribeRxNormInferenceJobCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const DescribeSNOMEDCTInferenceJobCommand_base: {
|
|
|
93
93
|
* @throws {@link ComprehendMedicalServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DescribeSNOMEDCTInferenceJobCommand extends DescribeSNOMEDCTInferenceJobCommand_base {
|
|
@@ -137,6 +137,7 @@ declare const DetectEntitiesCommand_base: {
|
|
|
137
137
|
* @throws {@link ComprehendMedicalServiceException}
|
|
138
138
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
139
139
|
*
|
|
140
|
+
*
|
|
140
141
|
* @public
|
|
141
142
|
*/
|
|
142
143
|
export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const DetectEntitiesV2Command_base: {
|
|
|
142
142
|
* @throws {@link ComprehendMedicalServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class DetectEntitiesV2Command extends DetectEntitiesV2Command_base {
|
|
@@ -117,6 +117,7 @@ declare const DetectPHICommand_base: {
|
|
|
117
117
|
* @throws {@link ComprehendMedicalServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class DetectPHICommand extends DetectPHICommand_base {
|
|
@@ -125,6 +125,7 @@ declare const InferICD10CMCommand_base: {
|
|
|
125
125
|
* @throws {@link ComprehendMedicalServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class InferICD10CMCommand extends InferICD10CMCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const InferRxNormCommand_base: {
|
|
|
122
122
|
* @throws {@link ComprehendMedicalServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class InferRxNormCommand extends InferRxNormCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const InferSNOMEDCTCommand_base: {
|
|
|
138
138
|
* @throws {@link ComprehendMedicalServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class InferSNOMEDCTCommand extends InferSNOMEDCTCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const ListEntitiesDetectionV2JobsCommand_base: {
|
|
|
101
101
|
* @throws {@link ComprehendMedicalServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class ListEntitiesDetectionV2JobsCommand extends ListEntitiesDetectionV2JobsCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const ListICD10CMInferenceJobsCommand_base: {
|
|
|
101
101
|
* @throws {@link ComprehendMedicalServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class ListICD10CMInferenceJobsCommand extends ListICD10CMInferenceJobsCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const ListPHIDetectionJobsCommand_base: {
|
|
|
102
102
|
* @throws {@link ComprehendMedicalServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class ListPHIDetectionJobsCommand extends ListPHIDetectionJobsCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const ListRxNormInferenceJobsCommand_base: {
|
|
|
101
101
|
* @throws {@link ComprehendMedicalServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class ListRxNormInferenceJobsCommand extends ListRxNormInferenceJobsCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const ListSNOMEDCTInferenceJobsCommand_base: {
|
|
|
103
103
|
* @throws {@link ComprehendMedicalServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class ListSNOMEDCTInferenceJobsCommand extends ListSNOMEDCTInferenceJobsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const StartEntitiesDetectionV2JobCommand_base: {
|
|
|
83
83
|
* @throws {@link ComprehendMedicalServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class StartEntitiesDetectionV2JobCommand extends StartEntitiesDetectionV2JobCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const StartICD10CMInferenceJobCommand_base: {
|
|
|
84
84
|
* @throws {@link ComprehendMedicalServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class StartICD10CMInferenceJobCommand extends StartICD10CMInferenceJobCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const StartPHIDetectionJobCommand_base: {
|
|
|
83
83
|
* @throws {@link ComprehendMedicalServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class StartPHIDetectionJobCommand extends StartPHIDetectionJobCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const StartRxNormInferenceJobCommand_base: {
|
|
|
84
84
|
* @throws {@link ComprehendMedicalServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class StartRxNormInferenceJobCommand extends StartRxNormInferenceJobCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const StartSNOMEDCTInferenceJobCommand_base: {
|
|
|
84
84
|
* @throws {@link ComprehendMedicalServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class StartSNOMEDCTInferenceJobCommand extends StartSNOMEDCTInferenceJobCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const StopEntitiesDetectionV2JobCommand_base: {
|
|
|
65
65
|
* @throws {@link ComprehendMedicalServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class StopEntitiesDetectionV2JobCommand extends StopEntitiesDetectionV2JobCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const StopICD10CMInferenceJobCommand_base: {
|
|
|
65
65
|
* @throws {@link ComprehendMedicalServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class StopICD10CMInferenceJobCommand extends StopICD10CMInferenceJobCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const StopPHIDetectionJobCommand_base: {
|
|
|
65
65
|
* @throws {@link ComprehendMedicalServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class StopPHIDetectionJobCommand extends StopPHIDetectionJobCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const StopRxNormInferenceJobCommand_base: {
|
|
|
65
65
|
* @throws {@link ComprehendMedicalServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class StopRxNormInferenceJobCommand extends StopRxNormInferenceJobCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const StopSNOMEDCTInferenceJobCommand_base: {
|
|
|
72
72
|
* @throws {@link ComprehendMedicalServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class StopSNOMEDCTInferenceJobCommand extends StopSNOMEDCTInferenceJobCommand_base {
|
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.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-comprehendmedical",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|