@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.
Files changed (61) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +2 -2
  5. package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -2
  8. package/dist-cjs/commands/DetectEntitiesCommand.js +2 -2
  9. package/dist-cjs/commands/DetectEntitiesV2Command.js +2 -2
  10. package/dist-cjs/commands/DetectPHICommand.js +2 -2
  11. package/dist-cjs/commands/InferICD10CMCommand.js +2 -2
  12. package/dist-cjs/commands/InferRxNormCommand.js +2 -2
  13. package/dist-cjs/commands/InferSNOMEDCTCommand.js +2 -2
  14. package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +2 -2
  15. package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +2 -2
  16. package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +2 -2
  17. package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +2 -2
  18. package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -2
  19. package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +2 -2
  20. package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +2 -2
  21. package/dist-cjs/commands/StartPHIDetectionJobCommand.js +2 -2
  22. package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +2 -2
  23. package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +2 -2
  24. package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +2 -2
  25. package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +2 -2
  26. package/dist-cjs/commands/StopPHIDetectionJobCommand.js +2 -2
  27. package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +2 -2
  28. package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +2 -2
  29. package/dist-cjs/models/models_0.js +299 -447
  30. package/dist-cjs/protocols/Aws_json1_1.js +130 -208
  31. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +3 -3
  32. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +3 -3
  33. package/dist-es/commands/DescribePHIDetectionJobCommand.js +3 -3
  34. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +3 -3
  35. package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +3 -3
  36. package/dist-es/commands/DetectEntitiesCommand.js +3 -3
  37. package/dist-es/commands/DetectEntitiesV2Command.js +3 -3
  38. package/dist-es/commands/DetectPHICommand.js +3 -3
  39. package/dist-es/commands/InferICD10CMCommand.js +3 -3
  40. package/dist-es/commands/InferRxNormCommand.js +3 -3
  41. package/dist-es/commands/InferSNOMEDCTCommand.js +3 -3
  42. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +3 -3
  43. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +3 -3
  44. package/dist-es/commands/ListPHIDetectionJobsCommand.js +3 -3
  45. package/dist-es/commands/ListRxNormInferenceJobsCommand.js +3 -3
  46. package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +3 -3
  47. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +3 -3
  48. package/dist-es/commands/StartICD10CMInferenceJobCommand.js +3 -3
  49. package/dist-es/commands/StartPHIDetectionJobCommand.js +3 -3
  50. package/dist-es/commands/StartRxNormInferenceJobCommand.js +3 -3
  51. package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +3 -3
  52. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +3 -3
  53. package/dist-es/commands/StopICD10CMInferenceJobCommand.js +3 -3
  54. package/dist-es/commands/StopPHIDetectionJobCommand.js +3 -3
  55. package/dist-es/commands/StopRxNormInferenceJobCommand.js +3 -3
  56. package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +3 -3
  57. package/dist-es/models/models_0.js +74 -296
  58. package/dist-es/protocols/Aws_json1_1.js +209 -209
  59. package/dist-types/models/models_0.d.ts +296 -444
  60. package/dist-types/ts3.4/models/models_0.d.ts +148 -296
  61. 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 { DescribeEntitiesDetectionV2JobRequest, DescribeEntitiesDetectionV2JobResponse } from "../models/models_0";
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: DescribeEntitiesDetectionV2JobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeEntitiesDetectionV2JobResponse.filterSensitiveLog,
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 { DescribeICD10CMInferenceJobRequest, DescribeICD10CMInferenceJobResponse } from "../models/models_0";
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: DescribeICD10CMInferenceJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeICD10CMInferenceJobResponse.filterSensitiveLog,
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 { DescribePHIDetectionJobRequest, DescribePHIDetectionJobResponse } from "../models/models_0";
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: DescribePHIDetectionJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribePHIDetectionJobResponse.filterSensitiveLog,
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 { DescribeRxNormInferenceJobRequest, DescribeRxNormInferenceJobResponse } from "../models/models_0";
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: DescribeRxNormInferenceJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeRxNormInferenceJobResponse.filterSensitiveLog,
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 { DescribeSNOMEDCTInferenceJobRequest, DescribeSNOMEDCTInferenceJobResponse } from "../models/models_0";
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: DescribeSNOMEDCTInferenceJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeSNOMEDCTInferenceJobResponse.filterSensitiveLog,
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 { DetectEntitiesRequest, DetectEntitiesResponse } from "../models/models_0";
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: DetectEntitiesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DetectEntitiesResponse.filterSensitiveLog,
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 { DetectEntitiesV2Request, DetectEntitiesV2Response } from "../models/models_0";
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: DetectEntitiesV2Request.filterSensitiveLog,
24
- outputFilterSensitiveLog: DetectEntitiesV2Response.filterSensitiveLog,
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 { DetectPHIRequest, DetectPHIResponse } from "../models/models_0";
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: DetectPHIRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DetectPHIResponse.filterSensitiveLog,
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 { InferICD10CMRequest, InferICD10CMResponse } from "../models/models_0";
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: InferICD10CMRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: InferICD10CMResponse.filterSensitiveLog,
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 { InferRxNormRequest, InferRxNormResponse } from "../models/models_0";
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: InferRxNormRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: InferRxNormResponse.filterSensitiveLog,
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 { InferSNOMEDCTRequest, InferSNOMEDCTResponse } from "../models/models_0";
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: InferSNOMEDCTRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: InferSNOMEDCTResponse.filterSensitiveLog,
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 { ListEntitiesDetectionV2JobsRequest, ListEntitiesDetectionV2JobsResponse } from "../models/models_0";
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: ListEntitiesDetectionV2JobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListEntitiesDetectionV2JobsResponse.filterSensitiveLog,
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 { ListICD10CMInferenceJobsRequest, ListICD10CMInferenceJobsResponse } from "../models/models_0";
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: ListICD10CMInferenceJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListICD10CMInferenceJobsResponse.filterSensitiveLog,
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 { ListPHIDetectionJobsRequest, ListPHIDetectionJobsResponse } from "../models/models_0";
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: ListPHIDetectionJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPHIDetectionJobsResponse.filterSensitiveLog,
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 { ListRxNormInferenceJobsRequest, ListRxNormInferenceJobsResponse } from "../models/models_0";
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: ListRxNormInferenceJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListRxNormInferenceJobsResponse.filterSensitiveLog,
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 { ListSNOMEDCTInferenceJobsRequest, ListSNOMEDCTInferenceJobsResponse } from "../models/models_0";
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: ListSNOMEDCTInferenceJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListSNOMEDCTInferenceJobsResponse.filterSensitiveLog,
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 { StartEntitiesDetectionV2JobRequest, StartEntitiesDetectionV2JobResponse } from "../models/models_0";
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: StartEntitiesDetectionV2JobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartEntitiesDetectionV2JobResponse.filterSensitiveLog,
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 { StartICD10CMInferenceJobRequest, StartICD10CMInferenceJobResponse } from "../models/models_0";
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: StartICD10CMInferenceJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartICD10CMInferenceJobResponse.filterSensitiveLog,
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 { StartPHIDetectionJobRequest, StartPHIDetectionJobResponse } from "../models/models_0";
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: StartPHIDetectionJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartPHIDetectionJobResponse.filterSensitiveLog,
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 { StartRxNormInferenceJobRequest, StartRxNormInferenceJobResponse } from "../models/models_0";
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: StartRxNormInferenceJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartRxNormInferenceJobResponse.filterSensitiveLog,
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 { StartSNOMEDCTInferenceJobRequest, StartSNOMEDCTInferenceJobResponse } from "../models/models_0";
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: StartSNOMEDCTInferenceJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartSNOMEDCTInferenceJobResponse.filterSensitiveLog,
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 { StopEntitiesDetectionV2JobRequest, StopEntitiesDetectionV2JobResponse } from "../models/models_0";
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: StopEntitiesDetectionV2JobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopEntitiesDetectionV2JobResponse.filterSensitiveLog,
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 { StopICD10CMInferenceJobRequest, StopICD10CMInferenceJobResponse } from "../models/models_0";
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: StopICD10CMInferenceJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopICD10CMInferenceJobResponse.filterSensitiveLog,
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 { StopPHIDetectionJobRequest, StopPHIDetectionJobResponse } from "../models/models_0";
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: StopPHIDetectionJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopPHIDetectionJobResponse.filterSensitiveLog,
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 { StopRxNormInferenceJobRequest, StopRxNormInferenceJobResponse } from "../models/models_0";
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: StopRxNormInferenceJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopRxNormInferenceJobResponse.filterSensitiveLog,
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 { StopSNOMEDCTInferenceJobRequest, StopSNOMEDCTInferenceJobResponse } from "../models/models_0";
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: StopSNOMEDCTInferenceJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopSNOMEDCTInferenceJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StopSNOMEDCTInferenceJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StopSNOMEDCTInferenceJobResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {