@aws-sdk/client-comprehendmedical 3.535.0 → 3.536.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.
|
@@ -30,6 +30,8 @@ declare const DetectEntitiesCommand_base: {
|
|
|
30
30
|
* <p>Inspects the clinical text for a variety of medical entities and returns specific
|
|
31
31
|
* information about them such as entity category, location, and confidence score on that
|
|
32
32
|
* information.</p>
|
|
33
|
+
*
|
|
34
|
+
* @deprecated This operation is deprecated, use DetectEntitiesV2 instead.
|
|
33
35
|
* @example
|
|
34
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
37
|
* ```javascript
|
|
@@ -135,7 +137,6 @@ declare const DetectEntitiesCommand_base: {
|
|
|
135
137
|
* <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
|
|
136
138
|
*
|
|
137
139
|
* @public
|
|
138
|
-
* @deprecated This operation is deprecated, use DetectEntitiesV2 instead.
|
|
139
140
|
*/
|
|
140
141
|
export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
|
|
141
142
|
}
|
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.536.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",
|