@aws-sdk/client-frauddetector 3.135.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 (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 +840 -1244
  72. package/dist-cjs/protocols/Aws_json1_1.js +340 -571
  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 +206 -814
  142. package/dist-es/protocols/Aws_json1_1.js +545 -572
  143. package/dist-types/models/models_0.d.ts +808 -1212
  144. package/dist-types/ts3.4/models/models_0.d.ts +404 -808
  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 { 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) {
@@ -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 { PutDetectorRequest, PutDetectorResult } from "../models/models_0";
4
+ import { PutDetectorRequestFilterSensitiveLog, PutDetectorResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutDetectorCommand, serializeAws_json1_1PutDetectorCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutDetectorCommand = (function (_super) {
7
7
  __extends(PutDetectorCommand, _super);
@@ -20,8 +20,8 @@ var PutDetectorCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutDetectorRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutDetectorResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutDetectorRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutDetectorResultFilterSensitiveLog,
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 { PutEntityTypeRequest, PutEntityTypeResult } from "../models/models_0";
4
+ import { PutEntityTypeRequestFilterSensitiveLog, PutEntityTypeResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutEntityTypeCommand, serializeAws_json1_1PutEntityTypeCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutEntityTypeCommand = (function (_super) {
7
7
  __extends(PutEntityTypeCommand, _super);
@@ -20,8 +20,8 @@ var PutEntityTypeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutEntityTypeRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutEntityTypeResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutEntityTypeRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutEntityTypeResultFilterSensitiveLog,
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 { PutEventTypeRequest, PutEventTypeResult } from "../models/models_0";
4
+ import { PutEventTypeRequestFilterSensitiveLog, PutEventTypeResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutEventTypeCommand, serializeAws_json1_1PutEventTypeCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutEventTypeCommand = (function (_super) {
7
7
  __extends(PutEventTypeCommand, _super);
@@ -20,8 +20,8 @@ var PutEventTypeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutEventTypeRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutEventTypeResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutEventTypeRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutEventTypeResultFilterSensitiveLog,
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 { PutExternalModelRequest, PutExternalModelResult } from "../models/models_0";
4
+ import { PutExternalModelRequestFilterSensitiveLog, PutExternalModelResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutExternalModelCommand, serializeAws_json1_1PutExternalModelCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutExternalModelCommand = (function (_super) {
7
7
  __extends(PutExternalModelCommand, _super);
@@ -20,8 +20,8 @@ var PutExternalModelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutExternalModelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutExternalModelResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutExternalModelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutExternalModelResultFilterSensitiveLog,
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 { PutKMSEncryptionKeyRequest, PutKMSEncryptionKeyResult } from "../models/models_0";
4
+ import { PutKMSEncryptionKeyRequestFilterSensitiveLog, PutKMSEncryptionKeyResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutKMSEncryptionKeyCommand, serializeAws_json1_1PutKMSEncryptionKeyCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutKMSEncryptionKeyCommand = (function (_super) {
7
7
  __extends(PutKMSEncryptionKeyCommand, _super);
@@ -20,8 +20,8 @@ var PutKMSEncryptionKeyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutKMSEncryptionKeyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutKMSEncryptionKeyResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutKMSEncryptionKeyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutKMSEncryptionKeyResultFilterSensitiveLog,
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 { PutLabelRequest, PutLabelResult } from "../models/models_0";
4
+ import { PutLabelRequestFilterSensitiveLog, PutLabelResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutLabelCommand, serializeAws_json1_1PutLabelCommand } from "../protocols/Aws_json1_1";
6
6
  var PutLabelCommand = (function (_super) {
7
7
  __extends(PutLabelCommand, _super);
@@ -20,8 +20,8 @@ var PutLabelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutLabelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutLabelResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutLabelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutLabelResultFilterSensitiveLog,
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 { PutOutcomeRequest, PutOutcomeResult } from "../models/models_0";
4
+ import { PutOutcomeRequestFilterSensitiveLog, PutOutcomeResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutOutcomeCommand, serializeAws_json1_1PutOutcomeCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutOutcomeCommand = (function (_super) {
7
7
  __extends(PutOutcomeCommand, _super);
@@ -20,8 +20,8 @@ var PutOutcomeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutOutcomeRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutOutcomeResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutOutcomeRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutOutcomeResultFilterSensitiveLog,
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 { SendEventRequest, SendEventResult } from "../models/models_0";
4
+ import { SendEventRequestFilterSensitiveLog, SendEventResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1SendEventCommand, serializeAws_json1_1SendEventCommand } from "../protocols/Aws_json1_1";
6
6
  var SendEventCommand = (function (_super) {
7
7
  __extends(SendEventCommand, _super);
@@ -20,8 +20,8 @@ var SendEventCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SendEventRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: SendEventResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SendEventRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: SendEventResultFilterSensitiveLog,
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 { TagResourceRequest, TagResourceResult } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog, TagResourceResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceResultFilterSensitiveLog,
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 { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog, UntagResourceResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {