@aws-sdk/client-frauddetector 3.131.0 → 3.141.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 (145) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/BatchCreateVariableCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetVariableCommand.js +2 -2
  5. package/dist-cjs/commands/CancelBatchImportJobCommand.js +2 -2
  6. package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +2 -2
  7. package/dist-cjs/commands/CreateBatchImportJobCommand.js +2 -2
  8. package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +2 -2
  9. package/dist-cjs/commands/CreateDetectorVersionCommand.js +2 -2
  10. package/dist-cjs/commands/CreateModelCommand.js +2 -2
  11. package/dist-cjs/commands/CreateModelVersionCommand.js +2 -2
  12. package/dist-cjs/commands/CreateRuleCommand.js +2 -2
  13. package/dist-cjs/commands/CreateVariableCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteBatchImportJobCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteDetectorCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteDetectorVersionCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteEntityTypeCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteEventCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteEventTypeCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteExternalModelCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteLabelCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteModelCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteModelVersionCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteOutcomeCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteVariableCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeDetectorCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeModelVersionsCommand.js +2 -2
  31. package/dist-cjs/commands/GetBatchImportJobsCommand.js +2 -2
  32. package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +2 -2
  33. package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -2
  34. package/dist-cjs/commands/GetDetectorVersionCommand.js +2 -2
  35. package/dist-cjs/commands/GetDetectorsCommand.js +2 -2
  36. package/dist-cjs/commands/GetEntityTypesCommand.js +2 -2
  37. package/dist-cjs/commands/GetEventCommand.js +2 -2
  38. package/dist-cjs/commands/GetEventPredictionCommand.js +2 -2
  39. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +2 -2
  40. package/dist-cjs/commands/GetEventTypesCommand.js +2 -2
  41. package/dist-cjs/commands/GetExternalModelsCommand.js +2 -2
  42. package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +1 -1
  43. package/dist-cjs/commands/GetLabelsCommand.js +2 -2
  44. package/dist-cjs/commands/GetModelVersionCommand.js +2 -2
  45. package/dist-cjs/commands/GetModelsCommand.js +2 -2
  46. package/dist-cjs/commands/GetOutcomesCommand.js +2 -2
  47. package/dist-cjs/commands/GetRulesCommand.js +2 -2
  48. package/dist-cjs/commands/GetVariablesCommand.js +2 -2
  49. package/dist-cjs/commands/ListEventPredictionsCommand.js +2 -2
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  51. package/dist-cjs/commands/PutDetectorCommand.js +2 -2
  52. package/dist-cjs/commands/PutEntityTypeCommand.js +2 -2
  53. package/dist-cjs/commands/PutEventTypeCommand.js +2 -2
  54. package/dist-cjs/commands/PutExternalModelCommand.js +2 -2
  55. package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +2 -2
  56. package/dist-cjs/commands/PutLabelCommand.js +2 -2
  57. package/dist-cjs/commands/PutOutcomeCommand.js +2 -2
  58. package/dist-cjs/commands/SendEventCommand.js +2 -2
  59. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  60. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateDetectorVersionCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateEventLabelCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateModelCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateModelVersionCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +2 -2
  68. package/dist-cjs/commands/UpdateRuleMetadataCommand.js +2 -2
  69. package/dist-cjs/commands/UpdateRuleVersionCommand.js +2 -2
  70. package/dist-cjs/commands/UpdateVariableCommand.js +2 -2
  71. package/dist-cjs/models/models_0.js +841 -1160
  72. package/dist-cjs/protocols/Aws_json1_1.js +177 -2
  73. package/dist-es/commands/BatchCreateVariableCommand.js +3 -3
  74. package/dist-es/commands/BatchGetVariableCommand.js +3 -3
  75. package/dist-es/commands/CancelBatchImportJobCommand.js +3 -3
  76. package/dist-es/commands/CancelBatchPredictionJobCommand.js +3 -3
  77. package/dist-es/commands/CreateBatchImportJobCommand.js +3 -3
  78. package/dist-es/commands/CreateBatchPredictionJobCommand.js +3 -3
  79. package/dist-es/commands/CreateDetectorVersionCommand.js +3 -3
  80. package/dist-es/commands/CreateModelCommand.js +3 -3
  81. package/dist-es/commands/CreateModelVersionCommand.js +3 -3
  82. package/dist-es/commands/CreateRuleCommand.js +3 -3
  83. package/dist-es/commands/CreateVariableCommand.js +3 -3
  84. package/dist-es/commands/DeleteBatchImportJobCommand.js +3 -3
  85. package/dist-es/commands/DeleteBatchPredictionJobCommand.js +3 -3
  86. package/dist-es/commands/DeleteDetectorCommand.js +3 -3
  87. package/dist-es/commands/DeleteDetectorVersionCommand.js +3 -3
  88. package/dist-es/commands/DeleteEntityTypeCommand.js +3 -3
  89. package/dist-es/commands/DeleteEventCommand.js +3 -3
  90. package/dist-es/commands/DeleteEventTypeCommand.js +3 -3
  91. package/dist-es/commands/DeleteEventsByEventTypeCommand.js +3 -3
  92. package/dist-es/commands/DeleteExternalModelCommand.js +3 -3
  93. package/dist-es/commands/DeleteLabelCommand.js +3 -3
  94. package/dist-es/commands/DeleteModelCommand.js +3 -3
  95. package/dist-es/commands/DeleteModelVersionCommand.js +3 -3
  96. package/dist-es/commands/DeleteOutcomeCommand.js +3 -3
  97. package/dist-es/commands/DeleteRuleCommand.js +3 -3
  98. package/dist-es/commands/DeleteVariableCommand.js +3 -3
  99. package/dist-es/commands/DescribeDetectorCommand.js +3 -3
  100. package/dist-es/commands/DescribeModelVersionsCommand.js +3 -3
  101. package/dist-es/commands/GetBatchImportJobsCommand.js +3 -3
  102. package/dist-es/commands/GetBatchPredictionJobsCommand.js +3 -3
  103. package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +3 -3
  104. package/dist-es/commands/GetDetectorVersionCommand.js +3 -3
  105. package/dist-es/commands/GetDetectorsCommand.js +3 -3
  106. package/dist-es/commands/GetEntityTypesCommand.js +3 -3
  107. package/dist-es/commands/GetEventCommand.js +3 -3
  108. package/dist-es/commands/GetEventPredictionCommand.js +3 -3
  109. package/dist-es/commands/GetEventPredictionMetadataCommand.js +3 -3
  110. package/dist-es/commands/GetEventTypesCommand.js +3 -3
  111. package/dist-es/commands/GetExternalModelsCommand.js +3 -3
  112. package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -2
  113. package/dist-es/commands/GetLabelsCommand.js +3 -3
  114. package/dist-es/commands/GetModelVersionCommand.js +3 -3
  115. package/dist-es/commands/GetModelsCommand.js +3 -3
  116. package/dist-es/commands/GetOutcomesCommand.js +3 -3
  117. package/dist-es/commands/GetRulesCommand.js +3 -3
  118. package/dist-es/commands/GetVariablesCommand.js +3 -3
  119. package/dist-es/commands/ListEventPredictionsCommand.js +3 -3
  120. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  121. package/dist-es/commands/PutDetectorCommand.js +3 -3
  122. package/dist-es/commands/PutEntityTypeCommand.js +3 -3
  123. package/dist-es/commands/PutEventTypeCommand.js +3 -3
  124. package/dist-es/commands/PutExternalModelCommand.js +3 -3
  125. package/dist-es/commands/PutKMSEncryptionKeyCommand.js +3 -3
  126. package/dist-es/commands/PutLabelCommand.js +3 -3
  127. package/dist-es/commands/PutOutcomeCommand.js +3 -3
  128. package/dist-es/commands/SendEventCommand.js +3 -3
  129. package/dist-es/commands/TagResourceCommand.js +3 -3
  130. package/dist-es/commands/UntagResourceCommand.js +3 -3
  131. package/dist-es/commands/UpdateDetectorVersionCommand.js +3 -3
  132. package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +3 -3
  133. package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +3 -3
  134. package/dist-es/commands/UpdateEventLabelCommand.js +3 -3
  135. package/dist-es/commands/UpdateModelCommand.js +3 -3
  136. package/dist-es/commands/UpdateModelVersionCommand.js +3 -3
  137. package/dist-es/commands/UpdateModelVersionStatusCommand.js +3 -3
  138. package/dist-es/commands/UpdateRuleMetadataCommand.js +3 -3
  139. package/dist-es/commands/UpdateRuleVersionCommand.js +3 -3
  140. package/dist-es/commands/UpdateVariableCommand.js +3 -3
  141. package/dist-es/models/models_0.js +207 -758
  142. package/dist-es/protocols/Aws_json1_1.js +177 -2
  143. package/dist-types/models/models_0.d.ts +1147 -1127
  144. package/dist-types/ts3.4/models/models_0.d.ts +517 -750
  145. 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 { DeleteExternalModelRequest, DeleteExternalModelResult } from "../models/models_0";
4
+ import { DeleteExternalModelRequestFilterSensitiveLog, DeleteExternalModelResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteExternalModelCommand, serializeAws_json1_1DeleteExternalModelCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteExternalModelCommand = (function (_super) {
7
7
  __extends(DeleteExternalModelCommand, _super);
@@ -20,8 +20,8 @@ var DeleteExternalModelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteExternalModelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteExternalModelResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteExternalModelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteExternalModelResultFilterSensitiveLog,
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 { DeleteLabelRequest, DeleteLabelResult } from "../models/models_0";
4
+ import { DeleteLabelRequestFilterSensitiveLog, DeleteLabelResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteLabelCommand, serializeAws_json1_1DeleteLabelCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteLabelCommand = (function (_super) {
7
7
  __extends(DeleteLabelCommand, _super);
@@ -20,8 +20,8 @@ var DeleteLabelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteLabelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteLabelResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteLabelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteLabelResultFilterSensitiveLog,
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 { DeleteModelRequest, DeleteModelResult } from "../models/models_0";
4
+ import { DeleteModelRequestFilterSensitiveLog, DeleteModelResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteModelCommand, serializeAws_json1_1DeleteModelCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteModelCommand = (function (_super) {
7
7
  __extends(DeleteModelCommand, _super);
@@ -20,8 +20,8 @@ var DeleteModelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteModelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteModelResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteModelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteModelResultFilterSensitiveLog,
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 { DeleteModelVersionRequest, DeleteModelVersionResult } from "../models/models_0";
4
+ import { DeleteModelVersionRequestFilterSensitiveLog, DeleteModelVersionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteModelVersionCommand, serializeAws_json1_1DeleteModelVersionCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteModelVersionCommand = (function (_super) {
7
7
  __extends(DeleteModelVersionCommand, _super);
@@ -20,8 +20,8 @@ var DeleteModelVersionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteModelVersionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteModelVersionResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteModelVersionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteModelVersionResultFilterSensitiveLog,
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 { DeleteOutcomeRequest, DeleteOutcomeResult } from "../models/models_0";
4
+ import { DeleteOutcomeRequestFilterSensitiveLog, DeleteOutcomeResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteOutcomeCommand, serializeAws_json1_1DeleteOutcomeCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteOutcomeCommand = (function (_super) {
7
7
  __extends(DeleteOutcomeCommand, _super);
@@ -20,8 +20,8 @@ var DeleteOutcomeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteOutcomeRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteOutcomeResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteOutcomeRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteOutcomeResultFilterSensitiveLog,
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 { DeleteRuleRequest, DeleteRuleResult } from "../models/models_0";
4
+ import { DeleteRuleRequestFilterSensitiveLog, DeleteRuleResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteRuleCommand, serializeAws_json1_1DeleteRuleCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteRuleCommand = (function (_super) {
7
7
  __extends(DeleteRuleCommand, _super);
@@ -20,8 +20,8 @@ var DeleteRuleCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteRuleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteRuleResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteRuleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteRuleResultFilterSensitiveLog,
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 { DeleteVariableRequest, DeleteVariableResult } from "../models/models_0";
4
+ import { DeleteVariableRequestFilterSensitiveLog, DeleteVariableResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteVariableCommand, serializeAws_json1_1DeleteVariableCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteVariableCommand = (function (_super) {
7
7
  __extends(DeleteVariableCommand, _super);
@@ -20,8 +20,8 @@ var DeleteVariableCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteVariableRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteVariableResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteVariableRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteVariableResultFilterSensitiveLog,
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 { DescribeDetectorRequest, DescribeDetectorResult } from "../models/models_0";
4
+ import { DescribeDetectorRequestFilterSensitiveLog, DescribeDetectorResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeDetectorCommand, serializeAws_json1_1DescribeDetectorCommand, } from "../protocols/Aws_json1_1";
6
6
  var DescribeDetectorCommand = (function (_super) {
7
7
  __extends(DescribeDetectorCommand, _super);
@@ -20,8 +20,8 @@ var DescribeDetectorCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeDetectorRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeDetectorResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeDetectorRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeDetectorResultFilterSensitiveLog,
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 { DescribeModelVersionsRequest, DescribeModelVersionsResult } from "../models/models_0";
4
+ import { DescribeModelVersionsRequestFilterSensitiveLog, DescribeModelVersionsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeModelVersionsCommand, serializeAws_json1_1DescribeModelVersionsCommand, } from "../protocols/Aws_json1_1";
6
6
  var DescribeModelVersionsCommand = (function (_super) {
7
7
  __extends(DescribeModelVersionsCommand, _super);
@@ -20,8 +20,8 @@ var DescribeModelVersionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeModelVersionsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeModelVersionsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeModelVersionsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeModelVersionsResultFilterSensitiveLog,
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 { GetBatchImportJobsRequest, GetBatchImportJobsResult } from "../models/models_0";
4
+ import { GetBatchImportJobsRequestFilterSensitiveLog, GetBatchImportJobsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetBatchImportJobsCommand, serializeAws_json1_1GetBatchImportJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetBatchImportJobsCommand = (function (_super) {
7
7
  __extends(GetBatchImportJobsCommand, _super);
@@ -20,8 +20,8 @@ var GetBatchImportJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetBatchImportJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetBatchImportJobsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetBatchImportJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBatchImportJobsResultFilterSensitiveLog,
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 { GetBatchPredictionJobsRequest, GetBatchPredictionJobsResult } from "../models/models_0";
4
+ import { GetBatchPredictionJobsRequestFilterSensitiveLog, GetBatchPredictionJobsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetBatchPredictionJobsCommand, serializeAws_json1_1GetBatchPredictionJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetBatchPredictionJobsCommand = (function (_super) {
7
7
  __extends(GetBatchPredictionJobsCommand, _super);
@@ -20,8 +20,8 @@ var GetBatchPredictionJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetBatchPredictionJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetBatchPredictionJobsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetBatchPredictionJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBatchPredictionJobsResultFilterSensitiveLog,
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 { GetDeleteEventsByEventTypeStatusRequest, GetDeleteEventsByEventTypeStatusResult } from "../models/models_0";
4
+ import { GetDeleteEventsByEventTypeStatusRequestFilterSensitiveLog, GetDeleteEventsByEventTypeStatusResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetDeleteEventsByEventTypeStatusCommand, serializeAws_json1_1GetDeleteEventsByEventTypeStatusCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetDeleteEventsByEventTypeStatusCommand = (function (_super) {
7
7
  __extends(GetDeleteEventsByEventTypeStatusCommand, _super);
@@ -20,8 +20,8 @@ var GetDeleteEventsByEventTypeStatusCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDeleteEventsByEventTypeStatusRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDeleteEventsByEventTypeStatusResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDeleteEventsByEventTypeStatusRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDeleteEventsByEventTypeStatusResultFilterSensitiveLog,
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 { GetDetectorVersionRequest, GetDetectorVersionResult } from "../models/models_0";
4
+ import { GetDetectorVersionRequestFilterSensitiveLog, GetDetectorVersionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetDetectorVersionCommand, serializeAws_json1_1GetDetectorVersionCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetDetectorVersionCommand = (function (_super) {
7
7
  __extends(GetDetectorVersionCommand, _super);
@@ -20,8 +20,8 @@ var GetDetectorVersionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDetectorVersionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDetectorVersionResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDetectorVersionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDetectorVersionResultFilterSensitiveLog,
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 { GetDetectorsRequest, GetDetectorsResult } from "../models/models_0";
4
+ import { GetDetectorsRequestFilterSensitiveLog, GetDetectorsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetDetectorsCommand, serializeAws_json1_1GetDetectorsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetDetectorsCommand = (function (_super) {
7
7
  __extends(GetDetectorsCommand, _super);
@@ -20,8 +20,8 @@ var GetDetectorsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDetectorsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDetectorsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDetectorsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDetectorsResultFilterSensitiveLog,
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 { GetEntityTypesRequest, GetEntityTypesResult } from "../models/models_0";
4
+ import { GetEntityTypesRequestFilterSensitiveLog, GetEntityTypesResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetEntityTypesCommand, serializeAws_json1_1GetEntityTypesCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetEntityTypesCommand = (function (_super) {
7
7
  __extends(GetEntityTypesCommand, _super);
@@ -20,8 +20,8 @@ var GetEntityTypesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetEntityTypesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetEntityTypesResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetEntityTypesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetEntityTypesResultFilterSensitiveLog,
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 { GetEventRequest, GetEventResult } from "../models/models_0";
4
+ import { GetEventRequestFilterSensitiveLog, GetEventResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetEventCommand, serializeAws_json1_1GetEventCommand } from "../protocols/Aws_json1_1";
6
6
  var GetEventCommand = (function (_super) {
7
7
  __extends(GetEventCommand, _super);
@@ -20,8 +20,8 @@ var GetEventCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetEventRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetEventResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetEventRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetEventResultFilterSensitiveLog,
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 { GetEventPredictionRequest, GetEventPredictionResult } from "../models/models_0";
4
+ import { GetEventPredictionRequestFilterSensitiveLog, GetEventPredictionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetEventPredictionCommand, serializeAws_json1_1GetEventPredictionCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetEventPredictionCommand = (function (_super) {
7
7
  __extends(GetEventPredictionCommand, _super);
@@ -20,8 +20,8 @@ var GetEventPredictionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetEventPredictionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetEventPredictionResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetEventPredictionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetEventPredictionResultFilterSensitiveLog,
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 { GetEventPredictionMetadataRequest, GetEventPredictionMetadataResult } from "../models/models_0";
4
+ import { GetEventPredictionMetadataRequestFilterSensitiveLog, GetEventPredictionMetadataResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetEventPredictionMetadataCommand, serializeAws_json1_1GetEventPredictionMetadataCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetEventPredictionMetadataCommand = (function (_super) {
7
7
  __extends(GetEventPredictionMetadataCommand, _super);
@@ -20,8 +20,8 @@ var GetEventPredictionMetadataCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetEventPredictionMetadataRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetEventPredictionMetadataResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetEventPredictionMetadataRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetEventPredictionMetadataResultFilterSensitiveLog,
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 { GetEventTypesRequest, GetEventTypesResult } from "../models/models_0";
4
+ import { GetEventTypesRequestFilterSensitiveLog, GetEventTypesResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetEventTypesCommand, serializeAws_json1_1GetEventTypesCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetEventTypesCommand = (function (_super) {
7
7
  __extends(GetEventTypesCommand, _super);
@@ -20,8 +20,8 @@ var GetEventTypesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetEventTypesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetEventTypesResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetEventTypesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetEventTypesResultFilterSensitiveLog,
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 { GetExternalModelsRequest, GetExternalModelsResult } from "../models/models_0";
4
+ import { GetExternalModelsRequestFilterSensitiveLog, GetExternalModelsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetExternalModelsCommand, serializeAws_json1_1GetExternalModelsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetExternalModelsCommand = (function (_super) {
7
7
  __extends(GetExternalModelsCommand, _super);
@@ -20,8 +20,8 @@ var GetExternalModelsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetExternalModelsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetExternalModelsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetExternalModelsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetExternalModelsResultFilterSensitiveLog,
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 { GetKMSEncryptionKeyResult } from "../models/models_0";
4
+ import { GetKMSEncryptionKeyResultFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetKMSEncryptionKeyCommand, serializeAws_json1_1GetKMSEncryptionKeyCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetKMSEncryptionKeyCommand = (function (_super) {
7
7
  __extends(GetKMSEncryptionKeyCommand, _super);
@@ -21,7 +21,7 @@ var GetKMSEncryptionKeyCommand = (function (_super) {
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
23
  inputFilterSensitiveLog: function (input) { return input; },
24
- outputFilterSensitiveLog: GetKMSEncryptionKeyResult.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetKMSEncryptionKeyResultFilterSensitiveLog,
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 { GetLabelsRequest, GetLabelsResult } from "../models/models_0";
4
+ import { GetLabelsRequestFilterSensitiveLog, GetLabelsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetLabelsCommand, serializeAws_json1_1GetLabelsCommand } from "../protocols/Aws_json1_1";
6
6
  var GetLabelsCommand = (function (_super) {
7
7
  __extends(GetLabelsCommand, _super);
@@ -20,8 +20,8 @@ var GetLabelsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetLabelsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetLabelsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetLabelsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetLabelsResultFilterSensitiveLog,
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 { GetModelVersionRequest, GetModelVersionResult } from "../models/models_0";
4
+ import { GetModelVersionRequestFilterSensitiveLog, GetModelVersionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetModelVersionCommand, serializeAws_json1_1GetModelVersionCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetModelVersionCommand = (function (_super) {
7
7
  __extends(GetModelVersionCommand, _super);
@@ -20,8 +20,8 @@ var GetModelVersionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetModelVersionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetModelVersionResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetModelVersionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetModelVersionResultFilterSensitiveLog,
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 { GetModelsRequest, GetModelsResult } from "../models/models_0";
4
+ import { GetModelsRequestFilterSensitiveLog, GetModelsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetModelsCommand, serializeAws_json1_1GetModelsCommand } from "../protocols/Aws_json1_1";
6
6
  var GetModelsCommand = (function (_super) {
7
7
  __extends(GetModelsCommand, _super);
@@ -20,8 +20,8 @@ var GetModelsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetModelsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetModelsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetModelsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetModelsResultFilterSensitiveLog,
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 { GetOutcomesRequest, GetOutcomesResult } from "../models/models_0";
4
+ import { GetOutcomesRequestFilterSensitiveLog, GetOutcomesResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetOutcomesCommand, serializeAws_json1_1GetOutcomesCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetOutcomesCommand = (function (_super) {
7
7
  __extends(GetOutcomesCommand, _super);
@@ -20,8 +20,8 @@ var GetOutcomesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetOutcomesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetOutcomesResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetOutcomesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetOutcomesResultFilterSensitiveLog,
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 { GetRulesRequest, GetRulesResult } from "../models/models_0";
4
+ import { GetRulesRequestFilterSensitiveLog, GetRulesResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetRulesCommand, serializeAws_json1_1GetRulesCommand } from "../protocols/Aws_json1_1";
6
6
  var GetRulesCommand = (function (_super) {
7
7
  __extends(GetRulesCommand, _super);
@@ -20,8 +20,8 @@ var GetRulesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetRulesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetRulesResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetRulesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetRulesResultFilterSensitiveLog,
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 { GetVariablesRequest, GetVariablesResult } from "../models/models_0";
4
+ import { GetVariablesRequestFilterSensitiveLog, GetVariablesResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetVariablesCommand, serializeAws_json1_1GetVariablesCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetVariablesCommand = (function (_super) {
7
7
  __extends(GetVariablesCommand, _super);
@@ -20,8 +20,8 @@ var GetVariablesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetVariablesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetVariablesResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetVariablesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetVariablesResultFilterSensitiveLog,
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 { ListEventPredictionsRequest, ListEventPredictionsResult } from "../models/models_0";
4
+ import { ListEventPredictionsRequestFilterSensitiveLog, ListEventPredictionsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListEventPredictionsCommand, serializeAws_json1_1ListEventPredictionsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListEventPredictionsCommand = (function (_super) {
7
7
  __extends(ListEventPredictionsCommand, _super);
@@ -20,8 +20,8 @@ var ListEventPredictionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListEventPredictionsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListEventPredictionsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListEventPredictionsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListEventPredictionsResultFilterSensitiveLog,
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, ListTagsForResourceResult } from "../models/models_0";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResultFilterSensitiveLog, } 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: ListTagsForResourceResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsForResourceResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {