@aws-sdk/client-comprehendmedical 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -2
- package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/DetectEntitiesCommand.js +2 -2
- package/dist-cjs/commands/DetectEntitiesV2Command.js +2 -2
- package/dist-cjs/commands/DetectPHICommand.js +2 -2
- package/dist-cjs/commands/InferICD10CMCommand.js +2 -2
- package/dist-cjs/commands/InferRxNormCommand.js +2 -2
- package/dist-cjs/commands/InferSNOMEDCTCommand.js +2 -2
- package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +2 -2
- package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +2 -2
- package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +2 -2
- package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -2
- package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +2 -2
- package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/StartPHIDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +2 -2
- package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/StopPHIDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +2 -2
- package/dist-cjs/models/models_0.js +299 -447
- package/dist-cjs/protocols/Aws_json1_1.js +130 -208
- package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +3 -3
- package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +3 -3
- package/dist-es/commands/DescribePHIDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +3 -3
- package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +3 -3
- package/dist-es/commands/DetectEntitiesCommand.js +3 -3
- package/dist-es/commands/DetectEntitiesV2Command.js +3 -3
- package/dist-es/commands/DetectPHICommand.js +3 -3
- package/dist-es/commands/InferICD10CMCommand.js +3 -3
- package/dist-es/commands/InferRxNormCommand.js +3 -3
- package/dist-es/commands/InferSNOMEDCTCommand.js +3 -3
- package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +3 -3
- package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +3 -3
- package/dist-es/commands/ListPHIDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListRxNormInferenceJobsCommand.js +3 -3
- package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +3 -3
- package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +3 -3
- package/dist-es/commands/StartICD10CMInferenceJobCommand.js +3 -3
- package/dist-es/commands/StartPHIDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartRxNormInferenceJobCommand.js +3 -3
- package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +3 -3
- package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +3 -3
- package/dist-es/commands/StopICD10CMInferenceJobCommand.js +3 -3
- package/dist-es/commands/StopPHIDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopRxNormInferenceJobCommand.js +3 -3
- package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +3 -3
- package/dist-es/models/models_0.js +74 -296
- package/dist-es/protocols/Aws_json1_1.js +209 -209
- package/dist-types/models/models_0.d.ts +296 -444
- package/dist-types/ts3.4/models/models_0.d.ts +148 -296
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeEntitiesDetectionV2JobRequestFilterSensitiveLog, DescribeEntitiesDetectionV2JobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEntitiesDetectionV2JobCommand, serializeAws_json1_1DescribeEntitiesDetectionV2JobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEntitiesDetectionV2JobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEntitiesDetectionV2JobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEntitiesDetectionV2JobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEntitiesDetectionV2JobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEntitiesDetectionV2JobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeICD10CMInferenceJobRequestFilterSensitiveLog, DescribeICD10CMInferenceJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeICD10CMInferenceJobCommand, serializeAws_json1_1DescribeICD10CMInferenceJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeICD10CMInferenceJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeICD10CMInferenceJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeICD10CMInferenceJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeICD10CMInferenceJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeICD10CMInferenceJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribePHIDetectionJobRequestFilterSensitiveLog, DescribePHIDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribePHIDetectionJobCommand, serializeAws_json1_1DescribePHIDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribePHIDetectionJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePHIDetectionJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribePHIDetectionJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribePHIDetectionJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribePHIDetectionJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeRxNormInferenceJobRequestFilterSensitiveLog, DescribeRxNormInferenceJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeRxNormInferenceJobCommand, serializeAws_json1_1DescribeRxNormInferenceJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeRxNormInferenceJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRxNormInferenceJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRxNormInferenceJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRxNormInferenceJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRxNormInferenceJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeSNOMEDCTInferenceJobRequestFilterSensitiveLog, DescribeSNOMEDCTInferenceJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand, serializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeSNOMEDCTInferenceJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeSNOMEDCTInferenceJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeSNOMEDCTInferenceJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeSNOMEDCTInferenceJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeSNOMEDCTInferenceJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DetectEntitiesRequestFilterSensitiveLog, DetectEntitiesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DetectEntitiesCommand, serializeAws_json1_1DetectEntitiesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DetectEntitiesCommand = (function (_super) {
|
|
7
7
|
__extends(DetectEntitiesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DetectEntitiesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DetectEntitiesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DetectEntitiesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DetectEntitiesV2RequestFilterSensitiveLog, DetectEntitiesV2ResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DetectEntitiesV2Command, serializeAws_json1_1DetectEntitiesV2Command, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DetectEntitiesV2Command = (function (_super) {
|
|
7
7
|
__extends(DetectEntitiesV2Command, _super);
|
|
@@ -20,8 +20,8 @@ var DetectEntitiesV2Command = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DetectEntitiesV2RequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DetectEntitiesV2ResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DetectPHIRequestFilterSensitiveLog, DetectPHIResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DetectPHICommand, serializeAws_json1_1DetectPHICommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DetectPHICommand = (function (_super) {
|
|
7
7
|
__extends(DetectPHICommand, _super);
|
|
@@ -20,8 +20,8 @@ var DetectPHICommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DetectPHIRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DetectPHIResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { InferICD10CMRequestFilterSensitiveLog, InferICD10CMResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1InferICD10CMCommand, serializeAws_json1_1InferICD10CMCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var InferICD10CMCommand = (function (_super) {
|
|
7
7
|
__extends(InferICD10CMCommand, _super);
|
|
@@ -20,8 +20,8 @@ var InferICD10CMCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: InferICD10CMRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: InferICD10CMResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { InferRxNormRequestFilterSensitiveLog, InferRxNormResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1InferRxNormCommand, serializeAws_json1_1InferRxNormCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var InferRxNormCommand = (function (_super) {
|
|
7
7
|
__extends(InferRxNormCommand, _super);
|
|
@@ -20,8 +20,8 @@ var InferRxNormCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: InferRxNormRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: InferRxNormResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { InferSNOMEDCTRequestFilterSensitiveLog, InferSNOMEDCTResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1InferSNOMEDCTCommand, serializeAws_json1_1InferSNOMEDCTCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var InferSNOMEDCTCommand = (function (_super) {
|
|
7
7
|
__extends(InferSNOMEDCTCommand, _super);
|
|
@@ -20,8 +20,8 @@ var InferSNOMEDCTCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: InferSNOMEDCTRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: InferSNOMEDCTResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListEntitiesDetectionV2JobsRequestFilterSensitiveLog, ListEntitiesDetectionV2JobsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListEntitiesDetectionV2JobsCommand, serializeAws_json1_1ListEntitiesDetectionV2JobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListEntitiesDetectionV2JobsCommand = (function (_super) {
|
|
7
7
|
__extends(ListEntitiesDetectionV2JobsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEntitiesDetectionV2JobsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEntitiesDetectionV2JobsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEntitiesDetectionV2JobsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListICD10CMInferenceJobsRequestFilterSensitiveLog, ListICD10CMInferenceJobsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListICD10CMInferenceJobsCommand, serializeAws_json1_1ListICD10CMInferenceJobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListICD10CMInferenceJobsCommand = (function (_super) {
|
|
7
7
|
__extends(ListICD10CMInferenceJobsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListICD10CMInferenceJobsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListICD10CMInferenceJobsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListICD10CMInferenceJobsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPHIDetectionJobsRequestFilterSensitiveLog, ListPHIDetectionJobsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListPHIDetectionJobsCommand, serializeAws_json1_1ListPHIDetectionJobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListPHIDetectionJobsCommand = (function (_super) {
|
|
7
7
|
__extends(ListPHIDetectionJobsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPHIDetectionJobsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPHIDetectionJobsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPHIDetectionJobsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListRxNormInferenceJobsRequestFilterSensitiveLog, ListRxNormInferenceJobsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListRxNormInferenceJobsCommand, serializeAws_json1_1ListRxNormInferenceJobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListRxNormInferenceJobsCommand = (function (_super) {
|
|
7
7
|
__extends(ListRxNormInferenceJobsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRxNormInferenceJobsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRxNormInferenceJobsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRxNormInferenceJobsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSNOMEDCTInferenceJobsRequestFilterSensitiveLog, ListSNOMEDCTInferenceJobsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListSNOMEDCTInferenceJobsCommand, serializeAws_json1_1ListSNOMEDCTInferenceJobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListSNOMEDCTInferenceJobsCommand = (function (_super) {
|
|
7
7
|
__extends(ListSNOMEDCTInferenceJobsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSNOMEDCTInferenceJobsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSNOMEDCTInferenceJobsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSNOMEDCTInferenceJobsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartEntitiesDetectionV2JobRequestFilterSensitiveLog, StartEntitiesDetectionV2JobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartEntitiesDetectionV2JobCommand, serializeAws_json1_1StartEntitiesDetectionV2JobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartEntitiesDetectionV2JobCommand = (function (_super) {
|
|
7
7
|
__extends(StartEntitiesDetectionV2JobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartEntitiesDetectionV2JobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartEntitiesDetectionV2JobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartEntitiesDetectionV2JobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartICD10CMInferenceJobRequestFilterSensitiveLog, StartICD10CMInferenceJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartICD10CMInferenceJobCommand, serializeAws_json1_1StartICD10CMInferenceJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartICD10CMInferenceJobCommand = (function (_super) {
|
|
7
7
|
__extends(StartICD10CMInferenceJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartICD10CMInferenceJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartICD10CMInferenceJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartICD10CMInferenceJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartPHIDetectionJobRequestFilterSensitiveLog, StartPHIDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartPHIDetectionJobCommand, serializeAws_json1_1StartPHIDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartPHIDetectionJobCommand = (function (_super) {
|
|
7
7
|
__extends(StartPHIDetectionJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartPHIDetectionJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartPHIDetectionJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartPHIDetectionJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartRxNormInferenceJobRequestFilterSensitiveLog, StartRxNormInferenceJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartRxNormInferenceJobCommand, serializeAws_json1_1StartRxNormInferenceJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartRxNormInferenceJobCommand = (function (_super) {
|
|
7
7
|
__extends(StartRxNormInferenceJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartRxNormInferenceJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartRxNormInferenceJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartRxNormInferenceJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartSNOMEDCTInferenceJobRequestFilterSensitiveLog, StartSNOMEDCTInferenceJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartSNOMEDCTInferenceJobCommand, serializeAws_json1_1StartSNOMEDCTInferenceJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartSNOMEDCTInferenceJobCommand = (function (_super) {
|
|
7
7
|
__extends(StartSNOMEDCTInferenceJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartSNOMEDCTInferenceJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartSNOMEDCTInferenceJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartSNOMEDCTInferenceJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopEntitiesDetectionV2JobRequestFilterSensitiveLog, StopEntitiesDetectionV2JobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopEntitiesDetectionV2JobCommand, serializeAws_json1_1StopEntitiesDetectionV2JobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopEntitiesDetectionV2JobCommand = (function (_super) {
|
|
7
7
|
__extends(StopEntitiesDetectionV2JobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopEntitiesDetectionV2JobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopEntitiesDetectionV2JobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopEntitiesDetectionV2JobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopICD10CMInferenceJobRequestFilterSensitiveLog, StopICD10CMInferenceJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopICD10CMInferenceJobCommand, serializeAws_json1_1StopICD10CMInferenceJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopICD10CMInferenceJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopICD10CMInferenceJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopICD10CMInferenceJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopICD10CMInferenceJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopICD10CMInferenceJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopPHIDetectionJobRequestFilterSensitiveLog, StopPHIDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopPHIDetectionJobCommand, serializeAws_json1_1StopPHIDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopPHIDetectionJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopPHIDetectionJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopPHIDetectionJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopPHIDetectionJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopPHIDetectionJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopRxNormInferenceJobRequestFilterSensitiveLog, StopRxNormInferenceJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopRxNormInferenceJobCommand, serializeAws_json1_1StopRxNormInferenceJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopRxNormInferenceJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopRxNormInferenceJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopRxNormInferenceJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopRxNormInferenceJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopRxNormInferenceJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopSNOMEDCTInferenceJobRequestFilterSensitiveLog, StopSNOMEDCTInferenceJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopSNOMEDCTInferenceJobCommand, serializeAws_json1_1StopSNOMEDCTInferenceJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopSNOMEDCTInferenceJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopSNOMEDCTInferenceJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopSNOMEDCTInferenceJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopSNOMEDCTInferenceJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopSNOMEDCTInferenceJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|