@aws-sdk/client-comprehendmedical 3.34.0 → 3.37.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 +47 -0
- package/{dist/cjs → dist-cjs}/ComprehendMedical.js +1 -6
- package/{dist/cjs → dist-cjs}/ComprehendMedicalClient.js +8 -18
- package/{dist/cjs → dist-cjs}/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeICD10CMInferenceJobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribePHIDetectionJobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeRxNormInferenceJobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DetectEntitiesCommand.js +2 -32
- package/dist-cjs/commands/DetectEntitiesV2Command.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DetectPHICommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/InferICD10CMCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/InferRxNormCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/ListEntitiesDetectionV2JobsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListICD10CMInferenceJobsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListPHIDetectionJobsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListRxNormInferenceJobsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartEntitiesDetectionV2JobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/StartICD10CMInferenceJobCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/StartPHIDetectionJobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/StartRxNormInferenceJobCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/StopEntitiesDetectionV2JobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopICD10CMInferenceJobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopPHIDetectionJobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopRxNormInferenceJobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -199
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/ComprehendMedical.js +1 -2
- package/{dist/es → dist-es}/ComprehendMedicalClient.js +1 -2
- package/{dist/es → dist-es}/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeICD10CMInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribePHIDetectionJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeRxNormInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DetectEntitiesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DetectEntitiesV2Command.js +2 -3
- package/{dist/es → dist-es}/commands/DetectPHICommand.js +2 -3
- package/{dist/es → dist-es}/commands/InferICD10CMCommand.js +2 -3
- package/{dist/es → dist-es}/commands/InferRxNormCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListEntitiesDetectionV2JobsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListICD10CMInferenceJobsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPHIDetectionJobsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListRxNormInferenceJobsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartEntitiesDetectionV2JobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartICD10CMInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartPHIDetectionJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartRxNormInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopEntitiesDetectionV2JobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopICD10CMInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopPHIDetectionJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopRxNormInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/ComprehendMedical.d.ts +2 -2
- package/{dist/types → dist-types}/ComprehendMedicalClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeICD10CMInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribePHIDetectionJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRxNormInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DetectEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DetectEntitiesV2Command.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DetectPHICommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/InferICD10CMCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/InferRxNormCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListEntitiesDetectionV2JobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListICD10CMInferenceJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPHIDetectionJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRxNormInferenceJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartEntitiesDetectionV2JobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartICD10CMInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartPHIDetectionJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartRxNormInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopEntitiesDetectionV2JobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopICD10CMInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopPHIDetectionJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopRxNormInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ComprehendMedical.d.ts +24 -101
- package/{dist/types → dist-types}/ts3.4/ComprehendMedicalClient.d.ts +32 -98
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +4 -23
- package/{dist/types → dist-types}/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +938 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/ComprehendMedical.ts +0 -794
- package/ComprehendMedicalClient.ts +0 -347
- package/commands/DescribeEntitiesDetectionV2JobCommand.ts +0 -107
- package/commands/DescribeICD10CMInferenceJobCommand.ts +0 -104
- package/commands/DescribePHIDetectionJobCommand.ts +0 -99
- package/commands/DescribeRxNormInferenceJobCommand.ts +0 -102
- package/commands/DetectEntitiesCommand.ts +0 -103
- package/commands/DetectEntitiesV2Command.ts +0 -107
- package/commands/DetectPHICommand.ts +0 -97
- package/commands/InferICD10CMCommand.ts +0 -101
- package/commands/InferRxNormCommand.ts +0 -100
- package/commands/ListEntitiesDetectionV2JobsCommand.ts +0 -103
- package/commands/ListICD10CMInferenceJobsCommand.ts +0 -98
- package/commands/ListPHIDetectionJobsCommand.ts +0 -99
- package/commands/ListRxNormInferenceJobsCommand.ts +0 -98
- package/commands/StartEntitiesDetectionV2JobCommand.ts +0 -104
- package/commands/StartICD10CMInferenceJobCommand.ts +0 -100
- package/commands/StartPHIDetectionJobCommand.ts +0 -99
- package/commands/StartRxNormInferenceJobCommand.ts +0 -100
- package/commands/StopEntitiesDetectionV2JobCommand.ts +0 -101
- package/commands/StopICD10CMInferenceJobCommand.ts +0 -98
- package/commands/StopPHIDetectionJobCommand.ts +0 -98
- package/commands/StopRxNormInferenceJobCommand.ts +0 -98
- package/dist/cjs/ComprehendMedical.js.map +0 -1
- package/dist/cjs/ComprehendMedicalClient.js.map +0 -1
- package/dist/cjs/commands/DescribeEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePHIDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRxNormInferenceJobCommand.js.map +0 -1
- package/dist/cjs/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/DetectEntitiesV2Command.js +0 -70
- package/dist/cjs/commands/DetectEntitiesV2Command.js.map +0 -1
- package/dist/cjs/commands/DetectPHICommand.js.map +0 -1
- package/dist/cjs/commands/InferICD10CMCommand.js.map +0 -1
- package/dist/cjs/commands/InferRxNormCommand.js.map +0 -1
- package/dist/cjs/commands/ListEntitiesDetectionV2JobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListICD10CMInferenceJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPHIDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRxNormInferenceJobsCommand.js.map +0 -1
- package/dist/cjs/commands/StartEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/cjs/commands/StartICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartPHIDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartRxNormInferenceJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/cjs/commands/StopICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopPHIDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopRxNormInferenceJobCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/ComprehendMedical.js.map +0 -1
- package/dist/es/ComprehendMedicalClient.js.map +0 -1
- package/dist/es/commands/DescribeEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/es/commands/DescribeICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/es/commands/DescribePHIDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeRxNormInferenceJobCommand.js.map +0 -1
- package/dist/es/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist/es/commands/DetectEntitiesV2Command.js.map +0 -1
- package/dist/es/commands/DetectPHICommand.js.map +0 -1
- package/dist/es/commands/InferICD10CMCommand.js.map +0 -1
- package/dist/es/commands/InferRxNormCommand.js.map +0 -1
- package/dist/es/commands/ListEntitiesDetectionV2JobsCommand.js.map +0 -1
- package/dist/es/commands/ListICD10CMInferenceJobsCommand.js.map +0 -1
- package/dist/es/commands/ListPHIDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListRxNormInferenceJobsCommand.js.map +0 -1
- package/dist/es/commands/StartEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/es/commands/StartICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/es/commands/StartPHIDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartRxNormInferenceJobCommand.js.map +0 -1
- package/dist/es/commands/StopEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/es/commands/StopICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/es/commands/StopPHIDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopRxNormInferenceJobCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -25
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectEntitiesCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DetectEntitiesV2Command.d.ts +0 -44
- package/dist/types/ts3.4/commands/DetectPHICommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/InferICD10CMCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/InferRxNormCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +0 -37
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1650
- package/endpoints.ts +0 -77
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2054
- package/protocols/Aws_json1_1.ts +0 -3272
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
34
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
35
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
47
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
7
54
|
|
|
8
55
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ComprehendMedical = void 0;
|
|
4
|
-
const ComprehendMedicalClient_1 = require("./ComprehendMedicalClient");
|
|
5
4
|
const DescribeEntitiesDetectionV2JobCommand_1 = require("./commands/DescribeEntitiesDetectionV2JobCommand");
|
|
6
5
|
const DescribeICD10CMInferenceJobCommand_1 = require("./commands/DescribeICD10CMInferenceJobCommand");
|
|
7
6
|
const DescribePHIDetectionJobCommand_1 = require("./commands/DescribePHIDetectionJobCommand");
|
|
@@ -23,10 +22,7 @@ const StopEntitiesDetectionV2JobCommand_1 = require("./commands/StopEntitiesDete
|
|
|
23
22
|
const StopICD10CMInferenceJobCommand_1 = require("./commands/StopICD10CMInferenceJobCommand");
|
|
24
23
|
const StopPHIDetectionJobCommand_1 = require("./commands/StopPHIDetectionJobCommand");
|
|
25
24
|
const StopRxNormInferenceJobCommand_1 = require("./commands/StopRxNormInferenceJobCommand");
|
|
26
|
-
|
|
27
|
-
* <p> Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions
|
|
28
|
-
* to gain insight in your documents. </p>
|
|
29
|
-
*/
|
|
25
|
+
const ComprehendMedicalClient_1 = require("./ComprehendMedicalClient");
|
|
30
26
|
class ComprehendMedical extends ComprehendMedicalClient_1.ComprehendMedicalClient {
|
|
31
27
|
describeEntitiesDetectionV2Job(args, optionsOrCb, cb) {
|
|
32
28
|
const command = new DescribeEntitiesDetectionV2JobCommand_1.DescribeEntitiesDetectionV2JobCommand(args);
|
|
@@ -324,4 +320,3 @@ class ComprehendMedical extends ComprehendMedicalClient_1.ComprehendMedicalClien
|
|
|
324
320
|
}
|
|
325
321
|
}
|
|
326
322
|
exports.ComprehendMedical = ComprehendMedical;
|
|
327
|
-
//# sourceMappingURL=ComprehendMedical.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ComprehendMedicalClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,19 +9,16 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
13
|
-
|
|
14
|
-
* <p> Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions
|
|
15
|
-
* to gain insight in your documents. </p>
|
|
16
|
-
*/
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
13
|
class ComprehendMedicalClient extends smithy_client_1.Client {
|
|
18
14
|
constructor(configuration) {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
15
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
16
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
17
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
18
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
19
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
20
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
21
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
26
22
|
super(_config_6);
|
|
27
23
|
this.config = _config_6;
|
|
28
24
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -32,14 +28,8 @@ class ComprehendMedicalClient extends smithy_client_1.Client {
|
|
|
32
28
|
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
33
29
|
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
34
30
|
}
|
|
35
|
-
/**
|
|
36
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
37
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
38
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
39
|
-
*/
|
|
40
31
|
destroy() {
|
|
41
32
|
super.destroy();
|
|
42
33
|
}
|
|
43
34
|
}
|
|
44
35
|
exports.ComprehendMedicalClient = ComprehendMedicalClient;
|
|
45
|
-
//# sourceMappingURL=ComprehendMedicalClient.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeEntitiesDetectionV2JobCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* to get the status of a detection job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendMedicalClient, DescribeEntitiesDetectionV2JobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
15
|
-
* // const { ComprehendMedicalClient, DescribeEntitiesDetectionV2JobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendMedicalClient(config);
|
|
17
|
-
* const command = new DescribeEntitiesDetectionV2JobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeEntitiesDetectionV2JobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeEntitiesDetectionV2JobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
26
8
|
class DescribeEntitiesDetectionV2JobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeEntitiesDetectionV2JobCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeEntitiesDetectionV2JobCommand = DescribeEntitiesDetectionV2JobCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeEntitiesDetectionV2JobCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeICD10CMInferenceJobCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* status of an inference job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendMedicalClient, DescribeICD10CMInferenceJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
15
|
-
* // const { ComprehendMedicalClient, DescribeICD10CMInferenceJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendMedicalClient(config);
|
|
17
|
-
* const command = new DescribeICD10CMInferenceJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeICD10CMInferenceJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeICD10CMInferenceJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
26
8
|
class DescribeICD10CMInferenceJobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeICD10CMInferenceJobCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeICD10CMInferenceJobCommand = DescribeICD10CMInferenceJobCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeICD10CMInferenceJobCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribePHIDetectionJobCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* Use this operation to get the status of a detection job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendMedicalClient, DescribePHIDetectionJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
15
|
-
* // const { ComprehendMedicalClient, DescribePHIDetectionJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendMedicalClient(config);
|
|
17
|
-
* const command = new DescribePHIDetectionJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribePHIDetectionJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribePHIDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
26
8
|
class DescribePHIDetectionJobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribePHIDetectionJobCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribePHIDetectionJobCommand = DescribePHIDetectionJobCommand;
|
|
62
|
-
//# sourceMappingURL=DescribePHIDetectionJobCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeRxNormInferenceJobCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* status of an inference job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendMedicalClient, DescribeRxNormInferenceJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
15
|
-
* // const { ComprehendMedicalClient, DescribeRxNormInferenceJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendMedicalClient(config);
|
|
17
|
-
* const command = new DescribeRxNormInferenceJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeRxNormInferenceJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeRxNormInferenceJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
26
8
|
class DescribeRxNormInferenceJobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeRxNormInferenceJobCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeRxNormInferenceJobCommand = DescribeRxNormInferenceJobCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeRxNormInferenceJobCommand.js.map
|
|
@@ -1,44 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DetectEntitiesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
* <p>The <code>DetectEntities</code> operation is deprecated. You should use the <a>DetectEntitiesV2</a> operation instead.</p>
|
|
12
|
-
* <p> Inspects the clinical text for a variety of medical entities and returns specific
|
|
13
|
-
* information about them such as entity category, location, and confidence score on that
|
|
14
|
-
* information .</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { ComprehendMedicalClient, DetectEntitiesCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
19
|
-
* // const { ComprehendMedicalClient, DetectEntitiesCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
20
|
-
* const client = new ComprehendMedicalClient(config);
|
|
21
|
-
* const command = new DetectEntitiesCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DetectEntitiesCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DetectEntitiesCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
30
8
|
class DetectEntitiesCommand extends smithy_client_1.Command {
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
9
|
constructor(input) {
|
|
34
|
-
// Start section: command_constructor
|
|
35
10
|
super();
|
|
36
11
|
this.input = input;
|
|
37
|
-
// End section: command_constructor
|
|
38
12
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
43
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +34,3 @@ class DetectEntitiesCommand extends smithy_client_1.Command {
|
|
|
63
34
|
}
|
|
64
35
|
}
|
|
65
36
|
exports.DetectEntitiesCommand = DetectEntitiesCommand;
|
|
66
|
-
//# sourceMappingURL=DetectEntitiesCommand.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DetectEntitiesV2Command = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DetectEntitiesV2Command extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ComprehendMedicalClient";
|
|
18
|
+
const commandName = "DetectEntitiesV2Command";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DetectEntitiesV2Request.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DetectEntitiesV2Response.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1DetectEntitiesV2Command(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1DetectEntitiesV2Command(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DetectEntitiesV2Command = DetectEntitiesV2Command;
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DetectPHICommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* the entity category, location, and confidence score for each entity. Amazon Comprehend Medical
|
|
11
|
-
* only detects entities in English language texts.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ComprehendMedicalClient, DetectPHICommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
16
|
-
* // const { ComprehendMedicalClient, DetectPHICommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
17
|
-
* const client = new ComprehendMedicalClient(config);
|
|
18
|
-
* const command = new DetectPHICommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DetectPHICommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DetectPHICommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
27
8
|
class DetectPHICommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class DetectPHICommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.DetectPHICommand = DetectPHICommand;
|
|
63
|
-
//# sourceMappingURL=DetectPHICommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.InferICD10CMCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the
|
|
11
|
-
* Centers for Disease Control. Amazon Comprehend Medical only detects medical entities in
|
|
12
|
-
* English language texts. </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ComprehendMedicalClient, InferICD10CMCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
17
|
-
* // const { ComprehendMedicalClient, InferICD10CMCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
18
|
-
* const client = new ComprehendMedicalClient(config);
|
|
19
|
-
* const command = new InferICD10CMCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link InferICD10CMCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link InferICD10CMCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
28
8
|
class InferICD10CMCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class InferICD10CMCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.InferICD10CMCommand = InferICD10CMCommand;
|
|
64
|
-
//# sourceMappingURL=InferICD10CMCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.InferRxNormCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* normalized concept identifiers in the RxNorm database from the National Library of Medicine.
|
|
11
|
-
* Amazon Comprehend Medical only detects medical entities in English language texts. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ComprehendMedicalClient, InferRxNormCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
16
|
-
* // const { ComprehendMedicalClient, InferRxNormCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
17
|
-
* const client = new ComprehendMedicalClient(config);
|
|
18
|
-
* const command = new InferRxNormCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link InferRxNormCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link InferRxNormCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
27
8
|
class InferRxNormCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class InferRxNormCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.InferRxNormCommand = InferRxNormCommand;
|
|
63
|
-
//# sourceMappingURL=InferRxNormCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListEntitiesDetectionV2JobsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ComprehendMedicalClient, ListEntitiesDetectionV2JobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
14
|
-
* // const { ComprehendMedicalClient, ListEntitiesDetectionV2JobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
15
|
-
* const client = new ComprehendMedicalClient(config);
|
|
16
|
-
* const command = new ListEntitiesDetectionV2JobsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListEntitiesDetectionV2JobsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListEntitiesDetectionV2JobsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class ListEntitiesDetectionV2JobsCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListEntitiesDetectionV2JobsCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListEntitiesDetectionV2JobsCommand = ListEntitiesDetectionV2JobsCommand;
|
|
61
|
-
//# sourceMappingURL=ListEntitiesDetectionV2JobsCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListICD10CMInferenceJobsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ComprehendMedicalClient, ListICD10CMInferenceJobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
14
|
-
* // const { ComprehendMedicalClient, ListICD10CMInferenceJobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
15
|
-
* const client = new ComprehendMedicalClient(config);
|
|
16
|
-
* const command = new ListICD10CMInferenceJobsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListICD10CMInferenceJobsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListICD10CMInferenceJobsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class ListICD10CMInferenceJobsCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListICD10CMInferenceJobsCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListICD10CMInferenceJobsCommand = ListICD10CMInferenceJobsCommand;
|
|
61
|
-
//# sourceMappingURL=ListICD10CMInferenceJobsCommand.js.map
|