@aws-sdk/client-comprehendmedical 3.496.0 → 3.499.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/index.js +31 -30
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2884,10 +2884,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2884
2884
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2885
2885
|
|
|
2886
2886
|
0 && (module.exports = {
|
|
2887
|
-
AttributeName,
|
|
2888
|
-
ComprehendMedical,
|
|
2889
|
-
ComprehendMedicalClient,
|
|
2890
2887
|
ComprehendMedicalServiceException,
|
|
2888
|
+
__Client,
|
|
2889
|
+
ComprehendMedicalClient,
|
|
2890
|
+
ComprehendMedical,
|
|
2891
|
+
$Command,
|
|
2891
2892
|
DescribeEntitiesDetectionV2JobCommand,
|
|
2892
2893
|
DescribeICD10CMInferenceJobCommand,
|
|
2893
2894
|
DescribePHIDetectionJobCommand,
|
|
@@ -2896,38 +2897,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2896
2897
|
DetectEntitiesCommand,
|
|
2897
2898
|
DetectEntitiesV2Command,
|
|
2898
2899
|
DetectPHICommand,
|
|
2899
|
-
EntitySubType,
|
|
2900
|
-
EntityType,
|
|
2901
|
-
ICD10CMAttributeType,
|
|
2902
|
-
ICD10CMEntityCategory,
|
|
2903
|
-
ICD10CMEntityType,
|
|
2904
|
-
ICD10CMRelationshipType,
|
|
2905
|
-
ICD10CMTraitName,
|
|
2906
2900
|
InferICD10CMCommand,
|
|
2907
2901
|
InferRxNormCommand,
|
|
2908
2902
|
InferSNOMEDCTCommand,
|
|
2909
|
-
InternalServerException,
|
|
2910
|
-
InvalidEncodingException,
|
|
2911
|
-
InvalidRequestException,
|
|
2912
|
-
JobStatus,
|
|
2913
|
-
LanguageCode,
|
|
2914
2903
|
ListEntitiesDetectionV2JobsCommand,
|
|
2915
2904
|
ListICD10CMInferenceJobsCommand,
|
|
2916
2905
|
ListPHIDetectionJobsCommand,
|
|
2917
2906
|
ListRxNormInferenceJobsCommand,
|
|
2918
2907
|
ListSNOMEDCTInferenceJobsCommand,
|
|
2919
|
-
RelationshipType,
|
|
2920
|
-
ResourceNotFoundException,
|
|
2921
|
-
RxNormAttributeType,
|
|
2922
|
-
RxNormEntityCategory,
|
|
2923
|
-
RxNormEntityType,
|
|
2924
|
-
RxNormTraitName,
|
|
2925
|
-
SNOMEDCTAttributeType,
|
|
2926
|
-
SNOMEDCTEntityCategory,
|
|
2927
|
-
SNOMEDCTEntityType,
|
|
2928
|
-
SNOMEDCTRelationshipType,
|
|
2929
|
-
SNOMEDCTTraitName,
|
|
2930
|
-
ServiceUnavailableException,
|
|
2931
2908
|
StartEntitiesDetectionV2JobCommand,
|
|
2932
2909
|
StartICD10CMInferenceJobCommand,
|
|
2933
2910
|
StartPHIDetectionJobCommand,
|
|
@@ -2938,9 +2915,33 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2938
2915
|
StopPHIDetectionJobCommand,
|
|
2939
2916
|
StopRxNormInferenceJobCommand,
|
|
2940
2917
|
StopSNOMEDCTInferenceJobCommand,
|
|
2941
|
-
|
|
2918
|
+
EntityType,
|
|
2919
|
+
RelationshipType,
|
|
2920
|
+
AttributeName,
|
|
2921
|
+
EntitySubType,
|
|
2922
|
+
JobStatus,
|
|
2923
|
+
LanguageCode,
|
|
2924
|
+
InternalServerException,
|
|
2925
|
+
InvalidRequestException,
|
|
2926
|
+
ResourceNotFoundException,
|
|
2942
2927
|
TooManyRequestsException,
|
|
2943
|
-
|
|
2944
|
-
|
|
2928
|
+
InvalidEncodingException,
|
|
2929
|
+
ServiceUnavailableException,
|
|
2930
|
+
TextSizeLimitExceededException,
|
|
2931
|
+
ICD10CMEntityType,
|
|
2932
|
+
ICD10CMRelationshipType,
|
|
2933
|
+
ICD10CMTraitName,
|
|
2934
|
+
ICD10CMAttributeType,
|
|
2935
|
+
ICD10CMEntityCategory,
|
|
2936
|
+
RxNormTraitName,
|
|
2937
|
+
RxNormAttributeType,
|
|
2938
|
+
RxNormEntityCategory,
|
|
2939
|
+
RxNormEntityType,
|
|
2940
|
+
SNOMEDCTEntityCategory,
|
|
2941
|
+
SNOMEDCTRelationshipType,
|
|
2942
|
+
SNOMEDCTTraitName,
|
|
2943
|
+
SNOMEDCTAttributeType,
|
|
2944
|
+
SNOMEDCTEntityType,
|
|
2945
|
+
ValidationException
|
|
2945
2946
|
});
|
|
2946
2947
|
|
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.499.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|