@aws-sdk/client-comprehendmedical 3.495.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +33 -30
  2. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -2882,11 +2882,13 @@ var ComprehendMedical = _ComprehendMedical;
2882
2882
  // src/index.ts
2883
2883
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
2884
2884
  // Annotate the CommonJS export names for ESM import in node:
2885
+
2885
2886
  0 && (module.exports = {
2886
- AttributeName,
2887
- ComprehendMedical,
2888
- ComprehendMedicalClient,
2889
2887
  ComprehendMedicalServiceException,
2888
+ __Client,
2889
+ ComprehendMedicalClient,
2890
+ ComprehendMedical,
2891
+ $Command,
2890
2892
  DescribeEntitiesDetectionV2JobCommand,
2891
2893
  DescribeICD10CMInferenceJobCommand,
2892
2894
  DescribePHIDetectionJobCommand,
@@ -2895,38 +2897,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2895
2897
  DetectEntitiesCommand,
2896
2898
  DetectEntitiesV2Command,
2897
2899
  DetectPHICommand,
2898
- EntitySubType,
2899
- EntityType,
2900
- ICD10CMAttributeType,
2901
- ICD10CMEntityCategory,
2902
- ICD10CMEntityType,
2903
- ICD10CMRelationshipType,
2904
- ICD10CMTraitName,
2905
2900
  InferICD10CMCommand,
2906
2901
  InferRxNormCommand,
2907
2902
  InferSNOMEDCTCommand,
2908
- InternalServerException,
2909
- InvalidEncodingException,
2910
- InvalidRequestException,
2911
- JobStatus,
2912
- LanguageCode,
2913
2903
  ListEntitiesDetectionV2JobsCommand,
2914
2904
  ListICD10CMInferenceJobsCommand,
2915
2905
  ListPHIDetectionJobsCommand,
2916
2906
  ListRxNormInferenceJobsCommand,
2917
2907
  ListSNOMEDCTInferenceJobsCommand,
2918
- RelationshipType,
2919
- ResourceNotFoundException,
2920
- RxNormAttributeType,
2921
- RxNormEntityCategory,
2922
- RxNormEntityType,
2923
- RxNormTraitName,
2924
- SNOMEDCTAttributeType,
2925
- SNOMEDCTEntityCategory,
2926
- SNOMEDCTEntityType,
2927
- SNOMEDCTRelationshipType,
2928
- SNOMEDCTTraitName,
2929
- ServiceUnavailableException,
2930
2908
  StartEntitiesDetectionV2JobCommand,
2931
2909
  StartICD10CMInferenceJobCommand,
2932
2910
  StartPHIDetectionJobCommand,
@@ -2937,8 +2915,33 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2937
2915
  StopPHIDetectionJobCommand,
2938
2916
  StopRxNormInferenceJobCommand,
2939
2917
  StopSNOMEDCTInferenceJobCommand,
2940
- TextSizeLimitExceededException,
2918
+ EntityType,
2919
+ RelationshipType,
2920
+ AttributeName,
2921
+ EntitySubType,
2922
+ JobStatus,
2923
+ LanguageCode,
2924
+ InternalServerException,
2925
+ InvalidRequestException,
2926
+ ResourceNotFoundException,
2941
2927
  TooManyRequestsException,
2942
- ValidationException,
2943
- __Client
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
2944
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.495.0",
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,47 +20,47 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/fetch-http-handler": "^2.4.0",
38
- "@smithy/hash-node": "^2.1.0",
39
- "@smithy/invalid-dependency": "^2.1.0",
40
- "@smithy/middleware-content-length": "^2.1.0",
41
- "@smithy/middleware-endpoint": "^2.4.0",
42
- "@smithy/middleware-retry": "^2.1.0",
43
- "@smithy/middleware-serde": "^2.1.0",
44
- "@smithy/middleware-stack": "^2.1.0",
45
- "@smithy/node-config-provider": "^2.2.0",
46
- "@smithy/node-http-handler": "^2.3.0",
47
- "@smithy/protocol-http": "^3.1.0",
48
- "@smithy/smithy-client": "^2.3.0",
49
- "@smithy/types": "^2.9.0",
50
- "@smithy/url-parser": "^2.1.0",
51
- "@smithy/util-base64": "^2.1.0",
52
- "@smithy/util-body-length-browser": "^2.1.0",
53
- "@smithy/util-body-length-node": "^2.2.0",
54
- "@smithy/util-defaults-mode-browser": "^2.1.0",
55
- "@smithy/util-defaults-mode-node": "^2.1.0",
56
- "@smithy/util-endpoints": "^1.1.0",
57
- "@smithy/util-retry": "^2.1.0",
58
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/fetch-http-handler": "^2.4.1",
38
+ "@smithy/hash-node": "^2.1.1",
39
+ "@smithy/invalid-dependency": "^2.1.1",
40
+ "@smithy/middleware-content-length": "^2.1.1",
41
+ "@smithy/middleware-endpoint": "^2.4.1",
42
+ "@smithy/middleware-retry": "^2.1.1",
43
+ "@smithy/middleware-serde": "^2.1.1",
44
+ "@smithy/middleware-stack": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.2.1",
46
+ "@smithy/node-http-handler": "^2.3.1",
47
+ "@smithy/protocol-http": "^3.1.1",
48
+ "@smithy/smithy-client": "^2.3.1",
49
+ "@smithy/types": "^2.9.1",
50
+ "@smithy/url-parser": "^2.1.1",
51
+ "@smithy/util-base64": "^2.1.1",
52
+ "@smithy/util-body-length-browser": "^2.1.1",
53
+ "@smithy/util-body-length-node": "^2.2.1",
54
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
55
+ "@smithy/util-defaults-mode-node": "^2.1.1",
56
+ "@smithy/util-endpoints": "^1.1.1",
57
+ "@smithy/util-retry": "^2.1.1",
58
+ "@smithy/util-utf8": "^2.1.1",
59
59
  "tslib": "^2.5.0",
60
60
  "uuid": "^8.3.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "@types/uuid": "^8.3.0",