@aws-sdk/client-comprehendmedical 3.35.0 → 3.38.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/ComprehendMedical.js +0 -5
- package/dist-cjs/ComprehendMedicalClient.js +0 -10
- package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +0 -26
- package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +0 -26
- package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +0 -26
- package/dist-cjs/commands/DetectEntitiesCommand.js +0 -30
- package/dist-cjs/commands/DetectEntitiesV2Command.js +0 -34
- package/dist-cjs/commands/DetectPHICommand.js +0 -27
- package/dist-cjs/commands/InferICD10CMCommand.js +0 -28
- package/dist-cjs/commands/InferRxNormCommand.js +0 -27
- package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +0 -25
- package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +0 -25
- package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +0 -26
- package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +0 -25
- package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +0 -26
- package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +0 -27
- package/dist-cjs/commands/StartPHIDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +0 -27
- package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +0 -25
- package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +0 -25
- package/dist-cjs/commands/StopPHIDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +0 -25
- package/dist-cjs/commands/index.js +24 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +3 -24
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -199
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/ComprehendMedical.js +0 -1
- package/dist-es/ComprehendMedicalClient.js +0 -1
- package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +0 -1
- package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +0 -1
- package/dist-es/commands/DescribePHIDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +0 -1
- package/dist-es/commands/DetectEntitiesCommand.js +0 -1
- package/dist-es/commands/DetectEntitiesV2Command.js +0 -1
- package/dist-es/commands/DetectPHICommand.js +0 -1
- package/dist-es/commands/InferICD10CMCommand.js +0 -1
- package/dist-es/commands/InferRxNormCommand.js +0 -1
- package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +0 -1
- package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +0 -1
- package/dist-es/commands/ListPHIDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListRxNormInferenceJobsCommand.js +0 -1
- package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +0 -1
- package/dist-es/commands/StartICD10CMInferenceJobCommand.js +0 -1
- package/dist-es/commands/StartPHIDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartRxNormInferenceJobCommand.js +0 -1
- package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +0 -1
- package/dist-es/commands/StopICD10CMInferenceJobCommand.js +0 -1
- package/dist-es/commands/StopPHIDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopRxNormInferenceJobCommand.js +0 -1
- package/dist-es/commands/index.js +21 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +3 -24
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +21 -0
- package/dist-types/index.d.ts +3 -23
- package/dist-types/ts3.4/ComprehendMedical.d.ts +22 -99
- package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +24 -90
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +2 -29
- package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +21 -0
- package/dist-types/ts3.4/index.d.ts +3 -23
- package/dist-types/ts3.4/models/models_0.d.ts +273 -985
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- 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.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/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.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- 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/jest.config.js +0 -4
- package/src/ComprehendMedical.ts +0 -795
- package/src/ComprehendMedicalClient.ts +0 -348
- package/src/commands/DescribeEntitiesDetectionV2JobCommand.ts +0 -108
- package/src/commands/DescribeICD10CMInferenceJobCommand.ts +0 -105
- package/src/commands/DescribePHIDetectionJobCommand.ts +0 -100
- package/src/commands/DescribeRxNormInferenceJobCommand.ts +0 -103
- package/src/commands/DetectEntitiesCommand.ts +0 -104
- package/src/commands/DetectEntitiesV2Command.ts +0 -108
- package/src/commands/DetectPHICommand.ts +0 -98
- package/src/commands/InferICD10CMCommand.ts +0 -102
- package/src/commands/InferRxNormCommand.ts +0 -101
- package/src/commands/ListEntitiesDetectionV2JobsCommand.ts +0 -104
- package/src/commands/ListICD10CMInferenceJobsCommand.ts +0 -99
- package/src/commands/ListPHIDetectionJobsCommand.ts +0 -100
- package/src/commands/ListRxNormInferenceJobsCommand.ts +0 -99
- package/src/commands/StartEntitiesDetectionV2JobCommand.ts +0 -105
- package/src/commands/StartICD10CMInferenceJobCommand.ts +0 -101
- package/src/commands/StartPHIDetectionJobCommand.ts +0 -100
- package/src/commands/StartRxNormInferenceJobCommand.ts +0 -101
- package/src/commands/StopEntitiesDetectionV2JobCommand.ts +0 -102
- package/src/commands/StopICD10CMInferenceJobCommand.ts +0 -99
- package/src/commands/StopPHIDetectionJobCommand.ts +0 -99
- package/src/commands/StopRxNormInferenceJobCommand.ts +0 -99
- package/src/endpoints.ts +0 -77
- package/src/index.ts +0 -24
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2054
- package/src/protocols/Aws_json1_1.ts +0 -3273
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
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.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **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))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* **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))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* 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))
|
|
46
|
+
* **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))
|
|
47
|
+
* **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))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
7
54
|
|
|
8
55
|
|
|
@@ -23,10 +23,6 @@ const StopICD10CMInferenceJobCommand_1 = require("./commands/StopICD10CMInferenc
|
|
|
23
23
|
const StopPHIDetectionJobCommand_1 = require("./commands/StopPHIDetectionJobCommand");
|
|
24
24
|
const StopRxNormInferenceJobCommand_1 = require("./commands/StopRxNormInferenceJobCommand");
|
|
25
25
|
const ComprehendMedicalClient_1 = require("./ComprehendMedicalClient");
|
|
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
|
-
*/
|
|
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
|
|
@@ -10,10 +10,6 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
|
10
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
11
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
12
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
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
|
-
*/
|
|
17
13
|
class ComprehendMedicalClient extends smithy_client_1.Client {
|
|
18
14
|
constructor(configuration) {
|
|
19
15
|
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
@@ -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
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with a medical entities detection job. Use this operation
|
|
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
|
-
*/
|
|
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
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with an InferICD10CM job. Use this operation to get the
|
|
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
|
-
*/
|
|
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
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with a protected health information (PHI) detection job.
|
|
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
|
-
*/
|
|
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
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with an InferRxNorm job. Use this operation to get the
|
|
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
|
-
*/
|
|
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
|
|
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated
|
|
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
|
-
*/
|
|
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
|
|
@@ -5,44 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Inspects the clinical text for a variety of medical entities and returns specific
|
|
10
|
-
* information about them such as entity category, location, and confidence score on that
|
|
11
|
-
* information. Amazon Comprehend Medical only detects medical entities in English language
|
|
12
|
-
* texts.</p>
|
|
13
|
-
* <p>The <code>DetectEntitiesV2</code> operation replaces the <a>DetectEntities</a>
|
|
14
|
-
* operation. This new action uses a different model for determining the entities in your medical
|
|
15
|
-
* text and changes the way that some entities are returned in the output. You should use the
|
|
16
|
-
* <code>DetectEntitiesV2</code> operation in all new applications.</p>
|
|
17
|
-
* <p>The <code>DetectEntitiesV2</code> operation returns the <code>Acuity</code> and
|
|
18
|
-
* <code>Direction</code> entities as attributes instead of types. </p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { ComprehendMedicalClient, DetectEntitiesV2Command } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
23
|
-
* // const { ComprehendMedicalClient, DetectEntitiesV2Command } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
24
|
-
* const client = new ComprehendMedicalClient(config);
|
|
25
|
-
* const command = new DetectEntitiesV2Command(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link DetectEntitiesV2CommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link DetectEntitiesV2CommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
8
|
class DetectEntitiesV2Command extends smithy_client_1.Command {
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
9
|
constructor(input) {
|
|
38
|
-
// Start section: command_constructor
|
|
39
10
|
super();
|
|
40
11
|
this.input = input;
|
|
41
|
-
// End section: command_constructor
|
|
42
12
|
}
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
47
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -67,4 +34,3 @@ class DetectEntitiesV2Command extends smithy_client_1.Command {
|
|
|
67
34
|
}
|
|
68
35
|
}
|
|
69
36
|
exports.DetectEntitiesV2Command = DetectEntitiesV2Command;
|
|
70
|
-
//# sourceMappingURL=DetectEntitiesV2Command.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p> Inspects the clinical text for protected health information (PHI) entities and returns
|
|
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
|
-
*/
|
|
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
|
|
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>InferICD10CM detects medical conditions as entities listed in a patient record and links
|
|
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
|
-
*/
|
|
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
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>InferRxNorm detects medications as entities listed in a patient record and links to the
|
|
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
|
-
*/
|
|
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
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets a list of medical entity detection jobs that you have submitted.</p>
|
|
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
|
-
*/
|
|
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
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets a list of InferICD10CM jobs that you have submitted.</p>
|
|
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
|
-
*/
|
|
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
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets a list of protected health information (PHI) detection jobs that you have
|
|
10
|
-
* submitted.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendMedicalClient, ListPHIDetectionJobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
15
|
-
* // const { ComprehendMedicalClient, ListPHIDetectionJobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendMedicalClient(config);
|
|
17
|
-
* const command = new ListPHIDetectionJobsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListPHIDetectionJobsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListPHIDetectionJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class ListPHIDetectionJobsCommand 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 ListPHIDetectionJobsCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.ListPHIDetectionJobsCommand = ListPHIDetectionJobsCommand;
|
|
62
|
-
//# sourceMappingURL=ListPHIDetectionJobsCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets a list of InferRxNorm jobs that you have submitted.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ComprehendMedicalClient, ListRxNormInferenceJobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
|
|
14
|
-
* // const { ComprehendMedicalClient, ListRxNormInferenceJobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
|
|
15
|
-
* const client = new ComprehendMedicalClient(config);
|
|
16
|
-
* const command = new ListRxNormInferenceJobsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListRxNormInferenceJobsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListRxNormInferenceJobsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class ListRxNormInferenceJobsCommand 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 ListRxNormInferenceJobsCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListRxNormInferenceJobsCommand = ListRxNormInferenceJobsCommand;
|
|
61
|
-
//# sourceMappingURL=ListRxNormInferenceJobsCommand.js.map
|