@aws-sdk/client-comprehend 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 (151) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDetectEntitiesCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +2 -2
  6. package/dist-cjs/commands/BatchDetectSentimentCommand.js +2 -2
  7. package/dist-cjs/commands/BatchDetectSyntaxCommand.js +2 -2
  8. package/dist-cjs/commands/ClassifyDocumentCommand.js +2 -2
  9. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +2 -2
  10. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +2 -2
  11. package/dist-cjs/commands/CreateEndpointCommand.js +2 -2
  12. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteEndpointCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeEndpointCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -2
  25. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +2 -2
  30. package/dist-cjs/commands/DetectDominantLanguageCommand.js +2 -2
  31. package/dist-cjs/commands/DetectEntitiesCommand.js +2 -2
  32. package/dist-cjs/commands/DetectKeyPhrasesCommand.js +2 -2
  33. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +2 -2
  34. package/dist-cjs/commands/DetectSentimentCommand.js +2 -2
  35. package/dist-cjs/commands/DetectSyntaxCommand.js +2 -2
  36. package/dist-cjs/commands/ImportModelCommand.js +2 -2
  37. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +2 -2
  38. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +2 -2
  39. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +2 -2
  40. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +2 -2
  41. package/dist-cjs/commands/ListEndpointsCommand.js +2 -2
  42. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +2 -2
  43. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +2 -2
  44. package/dist-cjs/commands/ListEntityRecognizersCommand.js +2 -2
  45. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +2 -2
  46. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -2
  47. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -2
  48. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +2 -2
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  50. package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -2
  51. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +2 -2
  52. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  53. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +2 -2
  54. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +2 -2
  55. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +2 -2
  56. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +2 -2
  57. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +2 -2
  58. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +2 -2
  59. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +2 -2
  60. package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +2 -2
  61. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +2 -2
  62. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +2 -2
  63. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +2 -2
  64. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +2 -2
  65. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +2 -2
  66. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +2 -2
  67. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +2 -2
  68. package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +2 -2
  69. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +2 -2
  70. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +2 -2
  71. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  72. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  73. package/dist-cjs/commands/UpdateEndpointCommand.js +2 -2
  74. package/dist-cjs/models/models_0.js +850 -1260
  75. package/dist-cjs/protocols/Aws_json1_1.js +355 -604
  76. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +3 -3
  77. package/dist-es/commands/BatchDetectEntitiesCommand.js +3 -3
  78. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +3 -3
  79. package/dist-es/commands/BatchDetectSentimentCommand.js +3 -3
  80. package/dist-es/commands/BatchDetectSyntaxCommand.js +3 -3
  81. package/dist-es/commands/ClassifyDocumentCommand.js +3 -3
  82. package/dist-es/commands/ContainsPiiEntitiesCommand.js +3 -3
  83. package/dist-es/commands/CreateDocumentClassifierCommand.js +3 -3
  84. package/dist-es/commands/CreateEndpointCommand.js +3 -3
  85. package/dist-es/commands/CreateEntityRecognizerCommand.js +3 -3
  86. package/dist-es/commands/DeleteDocumentClassifierCommand.js +3 -3
  87. package/dist-es/commands/DeleteEndpointCommand.js +3 -3
  88. package/dist-es/commands/DeleteEntityRecognizerCommand.js +3 -3
  89. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  90. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +3 -3
  91. package/dist-es/commands/DescribeDocumentClassifierCommand.js +3 -3
  92. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -3
  93. package/dist-es/commands/DescribeEndpointCommand.js +3 -3
  94. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +3 -3
  95. package/dist-es/commands/DescribeEntityRecognizerCommand.js +3 -3
  96. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +3 -3
  97. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -3
  98. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -3
  99. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
  100. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +3 -3
  101. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +3 -3
  102. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +3 -3
  103. package/dist-es/commands/DetectDominantLanguageCommand.js +3 -3
  104. package/dist-es/commands/DetectEntitiesCommand.js +3 -3
  105. package/dist-es/commands/DetectKeyPhrasesCommand.js +3 -3
  106. package/dist-es/commands/DetectPiiEntitiesCommand.js +3 -3
  107. package/dist-es/commands/DetectSentimentCommand.js +3 -3
  108. package/dist-es/commands/DetectSyntaxCommand.js +3 -3
  109. package/dist-es/commands/ImportModelCommand.js +3 -3
  110. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +3 -3
  111. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +3 -3
  112. package/dist-es/commands/ListDocumentClassifiersCommand.js +3 -3
  113. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +3 -3
  114. package/dist-es/commands/ListEndpointsCommand.js +3 -3
  115. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +3 -3
  116. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +3 -3
  117. package/dist-es/commands/ListEntityRecognizersCommand.js +3 -3
  118. package/dist-es/commands/ListEventsDetectionJobsCommand.js +3 -3
  119. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -3
  120. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -3
  121. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +3 -3
  122. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  123. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +3 -3
  124. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +3 -3
  125. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  126. package/dist-es/commands/StartDocumentClassificationJobCommand.js +3 -3
  127. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +3 -3
  128. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +3 -3
  129. package/dist-es/commands/StartEventsDetectionJobCommand.js +3 -3
  130. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +3 -3
  131. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +3 -3
  132. package/dist-es/commands/StartSentimentDetectionJobCommand.js +3 -3
  133. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +3 -3
  134. package/dist-es/commands/StartTopicsDetectionJobCommand.js +3 -3
  135. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +3 -3
  136. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +3 -3
  137. package/dist-es/commands/StopEventsDetectionJobCommand.js +3 -3
  138. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +3 -3
  139. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +3 -3
  140. package/dist-es/commands/StopSentimentDetectionJobCommand.js +3 -3
  141. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +3 -3
  142. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +3 -3
  143. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +3 -3
  144. package/dist-es/commands/TagResourceCommand.js +3 -3
  145. package/dist-es/commands/UntagResourceCommand.js +3 -3
  146. package/dist-es/commands/UpdateEndpointCommand.js +3 -3
  147. package/dist-es/models/models_0.js +217 -832
  148. package/dist-es/protocols/Aws_json1_1.js +569 -605
  149. package/dist-types/models/models_0.d.ts +820 -1230
  150. package/dist-types/ts3.4/models/models_0.d.ts +410 -820
  151. 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 { DetectKeyPhrasesRequest, DetectKeyPhrasesResponse } from "../models/models_0";
4
+ import { DetectKeyPhrasesRequestFilterSensitiveLog, DetectKeyPhrasesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DetectKeyPhrasesCommand, serializeAws_json1_1DetectKeyPhrasesCommand, } from "../protocols/Aws_json1_1";
6
6
  var DetectKeyPhrasesCommand = (function (_super) {
7
7
  __extends(DetectKeyPhrasesCommand, _super);
@@ -20,8 +20,8 @@ var DetectKeyPhrasesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DetectKeyPhrasesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DetectKeyPhrasesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DetectKeyPhrasesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DetectKeyPhrasesResponseFilterSensitiveLog,
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 { DetectPiiEntitiesRequest, DetectPiiEntitiesResponse } from "../models/models_0";
4
+ import { DetectPiiEntitiesRequestFilterSensitiveLog, DetectPiiEntitiesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DetectPiiEntitiesCommand, serializeAws_json1_1DetectPiiEntitiesCommand, } from "../protocols/Aws_json1_1";
6
6
  var DetectPiiEntitiesCommand = (function (_super) {
7
7
  __extends(DetectPiiEntitiesCommand, _super);
@@ -20,8 +20,8 @@ var DetectPiiEntitiesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DetectPiiEntitiesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DetectPiiEntitiesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DetectPiiEntitiesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DetectPiiEntitiesResponseFilterSensitiveLog,
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 { DetectSentimentRequest, DetectSentimentResponse } from "../models/models_0";
4
+ import { DetectSentimentRequestFilterSensitiveLog, DetectSentimentResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DetectSentimentCommand, serializeAws_json1_1DetectSentimentCommand, } from "../protocols/Aws_json1_1";
6
6
  var DetectSentimentCommand = (function (_super) {
7
7
  __extends(DetectSentimentCommand, _super);
@@ -20,8 +20,8 @@ var DetectSentimentCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DetectSentimentRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DetectSentimentResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DetectSentimentRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DetectSentimentResponseFilterSensitiveLog,
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 { DetectSyntaxRequest, DetectSyntaxResponse } from "../models/models_0";
4
+ import { DetectSyntaxRequestFilterSensitiveLog, DetectSyntaxResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DetectSyntaxCommand, serializeAws_json1_1DetectSyntaxCommand, } from "../protocols/Aws_json1_1";
6
6
  var DetectSyntaxCommand = (function (_super) {
7
7
  __extends(DetectSyntaxCommand, _super);
@@ -20,8 +20,8 @@ var DetectSyntaxCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DetectSyntaxRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DetectSyntaxResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DetectSyntaxRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DetectSyntaxResponseFilterSensitiveLog,
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 { ImportModelRequest, ImportModelResponse } from "../models/models_0";
4
+ import { ImportModelRequestFilterSensitiveLog, ImportModelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ImportModelCommand, serializeAws_json1_1ImportModelCommand, } from "../protocols/Aws_json1_1";
6
6
  var ImportModelCommand = (function (_super) {
7
7
  __extends(ImportModelCommand, _super);
@@ -20,8 +20,8 @@ var ImportModelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ImportModelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ImportModelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ImportModelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ImportModelResponseFilterSensitiveLog,
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 { ListDocumentClassificationJobsRequest, ListDocumentClassificationJobsResponse } from "../models/models_0";
4
+ import { ListDocumentClassificationJobsRequestFilterSensitiveLog, ListDocumentClassificationJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDocumentClassificationJobsCommand, serializeAws_json1_1ListDocumentClassificationJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListDocumentClassificationJobsCommand = (function (_super) {
7
7
  __extends(ListDocumentClassificationJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListDocumentClassificationJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDocumentClassificationJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDocumentClassificationJobsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDocumentClassificationJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDocumentClassificationJobsResponseFilterSensitiveLog,
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 { ListDocumentClassifierSummariesRequest, ListDocumentClassifierSummariesResponse } from "../models/models_0";
4
+ import { ListDocumentClassifierSummariesRequestFilterSensitiveLog, ListDocumentClassifierSummariesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDocumentClassifierSummariesCommand, serializeAws_json1_1ListDocumentClassifierSummariesCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListDocumentClassifierSummariesCommand = (function (_super) {
7
7
  __extends(ListDocumentClassifierSummariesCommand, _super);
@@ -20,8 +20,8 @@ var ListDocumentClassifierSummariesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDocumentClassifierSummariesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDocumentClassifierSummariesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDocumentClassifierSummariesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDocumentClassifierSummariesResponseFilterSensitiveLog,
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 { ListDocumentClassifiersRequest, ListDocumentClassifiersResponse } from "../models/models_0";
4
+ import { ListDocumentClassifiersRequestFilterSensitiveLog, ListDocumentClassifiersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDocumentClassifiersCommand, serializeAws_json1_1ListDocumentClassifiersCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListDocumentClassifiersCommand = (function (_super) {
7
7
  __extends(ListDocumentClassifiersCommand, _super);
@@ -20,8 +20,8 @@ var ListDocumentClassifiersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDocumentClassifiersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDocumentClassifiersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDocumentClassifiersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDocumentClassifiersResponseFilterSensitiveLog,
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 { ListDominantLanguageDetectionJobsRequest, ListDominantLanguageDetectionJobsResponse, } from "../models/models_0";
4
+ import { ListDominantLanguageDetectionJobsRequestFilterSensitiveLog, ListDominantLanguageDetectionJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListDominantLanguageDetectionJobsCommand, serializeAws_json1_1ListDominantLanguageDetectionJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListDominantLanguageDetectionJobsCommand = (function (_super) {
7
7
  __extends(ListDominantLanguageDetectionJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListDominantLanguageDetectionJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDominantLanguageDetectionJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDominantLanguageDetectionJobsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDominantLanguageDetectionJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDominantLanguageDetectionJobsResponseFilterSensitiveLog,
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 { ListEndpointsRequest, ListEndpointsResponse } from "../models/models_0";
4
+ import { ListEndpointsRequestFilterSensitiveLog, ListEndpointsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListEndpointsCommand, serializeAws_json1_1ListEndpointsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListEndpointsCommand = (function (_super) {
7
7
  __extends(ListEndpointsCommand, _super);
@@ -20,8 +20,8 @@ var ListEndpointsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListEndpointsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListEndpointsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListEndpointsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListEndpointsResponseFilterSensitiveLog,
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 { ListEntitiesDetectionJobsRequest, ListEntitiesDetectionJobsResponse } from "../models/models_0";
4
+ import { ListEntitiesDetectionJobsRequestFilterSensitiveLog, ListEntitiesDetectionJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListEntitiesDetectionJobsCommand, serializeAws_json1_1ListEntitiesDetectionJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListEntitiesDetectionJobsCommand = (function (_super) {
7
7
  __extends(ListEntitiesDetectionJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListEntitiesDetectionJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListEntitiesDetectionJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListEntitiesDetectionJobsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListEntitiesDetectionJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListEntitiesDetectionJobsResponseFilterSensitiveLog,
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 { ListEntityRecognizerSummariesRequest, ListEntityRecognizerSummariesResponse } from "../models/models_0";
4
+ import { ListEntityRecognizerSummariesRequestFilterSensitiveLog, ListEntityRecognizerSummariesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListEntityRecognizerSummariesCommand, serializeAws_json1_1ListEntityRecognizerSummariesCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListEntityRecognizerSummariesCommand = (function (_super) {
7
7
  __extends(ListEntityRecognizerSummariesCommand, _super);
@@ -20,8 +20,8 @@ var ListEntityRecognizerSummariesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListEntityRecognizerSummariesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListEntityRecognizerSummariesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListEntityRecognizerSummariesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListEntityRecognizerSummariesResponseFilterSensitiveLog,
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 { ListEntityRecognizersRequest, ListEntityRecognizersResponse } from "../models/models_0";
4
+ import { ListEntityRecognizersRequestFilterSensitiveLog, ListEntityRecognizersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListEntityRecognizersCommand, serializeAws_json1_1ListEntityRecognizersCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListEntityRecognizersCommand = (function (_super) {
7
7
  __extends(ListEntityRecognizersCommand, _super);
@@ -20,8 +20,8 @@ var ListEntityRecognizersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListEntityRecognizersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListEntityRecognizersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListEntityRecognizersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListEntityRecognizersResponseFilterSensitiveLog,
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 { ListEventsDetectionJobsRequest, ListEventsDetectionJobsResponse } from "../models/models_0";
4
+ import { ListEventsDetectionJobsRequestFilterSensitiveLog, ListEventsDetectionJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListEventsDetectionJobsCommand, serializeAws_json1_1ListEventsDetectionJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListEventsDetectionJobsCommand = (function (_super) {
7
7
  __extends(ListEventsDetectionJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListEventsDetectionJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListEventsDetectionJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListEventsDetectionJobsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListEventsDetectionJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListEventsDetectionJobsResponseFilterSensitiveLog,
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 { ListKeyPhrasesDetectionJobsRequest, ListKeyPhrasesDetectionJobsResponse } from "../models/models_0";
4
+ import { ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog, ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListKeyPhrasesDetectionJobsCommand, serializeAws_json1_1ListKeyPhrasesDetectionJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListKeyPhrasesDetectionJobsCommand = (function (_super) {
7
7
  __extends(ListKeyPhrasesDetectionJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListKeyPhrasesDetectionJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListKeyPhrasesDetectionJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListKeyPhrasesDetectionJobsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog,
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 { ListPiiEntitiesDetectionJobsRequest, ListPiiEntitiesDetectionJobsResponse } from "../models/models_0";
4
+ import { ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog, ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListPiiEntitiesDetectionJobsCommand, serializeAws_json1_1ListPiiEntitiesDetectionJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListPiiEntitiesDetectionJobsCommand = (function (_super) {
7
7
  __extends(ListPiiEntitiesDetectionJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListPiiEntitiesDetectionJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListPiiEntitiesDetectionJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPiiEntitiesDetectionJobsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog,
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 { ListSentimentDetectionJobsRequest, ListSentimentDetectionJobsResponse } from "../models/models_0";
4
+ import { ListSentimentDetectionJobsRequestFilterSensitiveLog, ListSentimentDetectionJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListSentimentDetectionJobsCommand, serializeAws_json1_1ListSentimentDetectionJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListSentimentDetectionJobsCommand = (function (_super) {
7
7
  __extends(ListSentimentDetectionJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListSentimentDetectionJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListSentimentDetectionJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListSentimentDetectionJobsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListSentimentDetectionJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListSentimentDetectionJobsResponseFilterSensitiveLog,
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
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 { ListTargetedSentimentDetectionJobsRequest, ListTargetedSentimentDetectionJobsResponse, } from "../models/models_0";
4
+ import { ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog, ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListTargetedSentimentDetectionJobsCommand, serializeAws_json1_1ListTargetedSentimentDetectionJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListTargetedSentimentDetectionJobsCommand = (function (_super) {
7
7
  __extends(ListTargetedSentimentDetectionJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListTargetedSentimentDetectionJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTargetedSentimentDetectionJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTargetedSentimentDetectionJobsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog,
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 { ListTopicsDetectionJobsRequest, ListTopicsDetectionJobsResponse } from "../models/models_0";
4
+ import { ListTopicsDetectionJobsRequestFilterSensitiveLog, ListTopicsDetectionJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListTopicsDetectionJobsCommand, serializeAws_json1_1ListTopicsDetectionJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListTopicsDetectionJobsCommand = (function (_super) {
7
7
  __extends(ListTopicsDetectionJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListTopicsDetectionJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTopicsDetectionJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTopicsDetectionJobsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTopicsDetectionJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTopicsDetectionJobsResponseFilterSensitiveLog,
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 { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
4
+ import { PutResourcePolicyRequestFilterSensitiveLog, PutResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutResourcePolicyCommand, serializeAws_json1_1PutResourcePolicyCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutResourcePolicyCommand = (function (_super) {
7
7
  __extends(PutResourcePolicyCommand, _super);
@@ -20,8 +20,8 @@ var PutResourcePolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutResourcePolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutResourcePolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutResourcePolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutResourcePolicyResponseFilterSensitiveLog,
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 { StartDocumentClassificationJobRequest, StartDocumentClassificationJobResponse } from "../models/models_0";
4
+ import { StartDocumentClassificationJobRequestFilterSensitiveLog, StartDocumentClassificationJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StartDocumentClassificationJobCommand, serializeAws_json1_1StartDocumentClassificationJobCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartDocumentClassificationJobCommand = (function (_super) {
7
7
  __extends(StartDocumentClassificationJobCommand, _super);
@@ -20,8 +20,8 @@ var StartDocumentClassificationJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartDocumentClassificationJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartDocumentClassificationJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartDocumentClassificationJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartDocumentClassificationJobResponseFilterSensitiveLog,
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 { StartDominantLanguageDetectionJobRequest, StartDominantLanguageDetectionJobResponse, } from "../models/models_0";
4
+ import { StartDominantLanguageDetectionJobRequestFilterSensitiveLog, StartDominantLanguageDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StartDominantLanguageDetectionJobCommand, serializeAws_json1_1StartDominantLanguageDetectionJobCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartDominantLanguageDetectionJobCommand = (function (_super) {
7
7
  __extends(StartDominantLanguageDetectionJobCommand, _super);
@@ -20,8 +20,8 @@ var StartDominantLanguageDetectionJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartDominantLanguageDetectionJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartDominantLanguageDetectionJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartDominantLanguageDetectionJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartDominantLanguageDetectionJobResponseFilterSensitiveLog,
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 { StartEntitiesDetectionJobRequest, StartEntitiesDetectionJobResponse } from "../models/models_0";
4
+ import { StartEntitiesDetectionJobRequestFilterSensitiveLog, StartEntitiesDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StartEntitiesDetectionJobCommand, serializeAws_json1_1StartEntitiesDetectionJobCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartEntitiesDetectionJobCommand = (function (_super) {
7
7
  __extends(StartEntitiesDetectionJobCommand, _super);
@@ -20,8 +20,8 @@ var StartEntitiesDetectionJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartEntitiesDetectionJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartEntitiesDetectionJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartEntitiesDetectionJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartEntitiesDetectionJobResponseFilterSensitiveLog,
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 { StartEventsDetectionJobRequest, StartEventsDetectionJobResponse } from "../models/models_0";
4
+ import { StartEventsDetectionJobRequestFilterSensitiveLog, StartEventsDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StartEventsDetectionJobCommand, serializeAws_json1_1StartEventsDetectionJobCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartEventsDetectionJobCommand = (function (_super) {
7
7
  __extends(StartEventsDetectionJobCommand, _super);
@@ -20,8 +20,8 @@ var StartEventsDetectionJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartEventsDetectionJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartEventsDetectionJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartEventsDetectionJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartEventsDetectionJobResponseFilterSensitiveLog,
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 { StartKeyPhrasesDetectionJobRequest, StartKeyPhrasesDetectionJobResponse } from "../models/models_0";
4
+ import { StartKeyPhrasesDetectionJobRequestFilterSensitiveLog, StartKeyPhrasesDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StartKeyPhrasesDetectionJobCommand, serializeAws_json1_1StartKeyPhrasesDetectionJobCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartKeyPhrasesDetectionJobCommand = (function (_super) {
7
7
  __extends(StartKeyPhrasesDetectionJobCommand, _super);
@@ -20,8 +20,8 @@ var StartKeyPhrasesDetectionJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartKeyPhrasesDetectionJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartKeyPhrasesDetectionJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartKeyPhrasesDetectionJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartKeyPhrasesDetectionJobResponseFilterSensitiveLog,
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 { StartPiiEntitiesDetectionJobRequest, StartPiiEntitiesDetectionJobResponse } from "../models/models_0";
4
+ import { StartPiiEntitiesDetectionJobRequestFilterSensitiveLog, StartPiiEntitiesDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StartPiiEntitiesDetectionJobCommand, serializeAws_json1_1StartPiiEntitiesDetectionJobCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartPiiEntitiesDetectionJobCommand = (function (_super) {
7
7
  __extends(StartPiiEntitiesDetectionJobCommand, _super);
@@ -20,8 +20,8 @@ var StartPiiEntitiesDetectionJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartPiiEntitiesDetectionJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartPiiEntitiesDetectionJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartPiiEntitiesDetectionJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartPiiEntitiesDetectionJobResponseFilterSensitiveLog,
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 { StartSentimentDetectionJobRequest, StartSentimentDetectionJobResponse } from "../models/models_0";
4
+ import { StartSentimentDetectionJobRequestFilterSensitiveLog, StartSentimentDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StartSentimentDetectionJobCommand, serializeAws_json1_1StartSentimentDetectionJobCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartSentimentDetectionJobCommand = (function (_super) {
7
7
  __extends(StartSentimentDetectionJobCommand, _super);
@@ -20,8 +20,8 @@ var StartSentimentDetectionJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartSentimentDetectionJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartSentimentDetectionJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartSentimentDetectionJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartSentimentDetectionJobResponseFilterSensitiveLog,
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 { StartTargetedSentimentDetectionJobRequest, StartTargetedSentimentDetectionJobResponse, } from "../models/models_0";
4
+ import { StartTargetedSentimentDetectionJobRequestFilterSensitiveLog, StartTargetedSentimentDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StartTargetedSentimentDetectionJobCommand, serializeAws_json1_1StartTargetedSentimentDetectionJobCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartTargetedSentimentDetectionJobCommand = (function (_super) {
7
7
  __extends(StartTargetedSentimentDetectionJobCommand, _super);
@@ -20,8 +20,8 @@ var StartTargetedSentimentDetectionJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartTargetedSentimentDetectionJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartTargetedSentimentDetectionJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartTargetedSentimentDetectionJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartTargetedSentimentDetectionJobResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {