@aws-sdk/client-databrew 3.130.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 (95) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/BatchDeleteRecipeVersionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  5. package/dist-cjs/commands/CreateProfileJobCommand.js +2 -2
  6. package/dist-cjs/commands/CreateProjectCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRecipeCommand.js +2 -2
  8. package/dist-cjs/commands/CreateRecipeJobCommand.js +2 -2
  9. package/dist-cjs/commands/CreateRulesetCommand.js +2 -2
  10. package/dist-cjs/commands/CreateScheduleCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteJobCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteRecipeVersionCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteRulesetCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeJobRunCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeProjectCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeRecipeCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeRulesetCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
  24. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  25. package/dist-cjs/commands/ListJobRunsCommand.js +2 -2
  26. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  27. package/dist-cjs/commands/ListProjectsCommand.js +2 -2
  28. package/dist-cjs/commands/ListRecipeVersionsCommand.js +2 -2
  29. package/dist-cjs/commands/ListRecipesCommand.js +2 -2
  30. package/dist-cjs/commands/ListRulesetsCommand.js +2 -2
  31. package/dist-cjs/commands/ListSchedulesCommand.js +2 -2
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-cjs/commands/PublishRecipeCommand.js +2 -2
  34. package/dist-cjs/commands/SendProjectSessionActionCommand.js +2 -2
  35. package/dist-cjs/commands/StartJobRunCommand.js +2 -2
  36. package/dist-cjs/commands/StartProjectSessionCommand.js +2 -2
  37. package/dist-cjs/commands/StopJobRunCommand.js +2 -2
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateDatasetCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateProfileJobCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateRecipeCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateRecipeJobCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateRulesetCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateScheduleCommand.js +2 -2
  47. package/dist-cjs/models/models_0.js +542 -810
  48. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +3 -3
  49. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  50. package/dist-es/commands/CreateProfileJobCommand.js +3 -3
  51. package/dist-es/commands/CreateProjectCommand.js +3 -3
  52. package/dist-es/commands/CreateRecipeCommand.js +3 -3
  53. package/dist-es/commands/CreateRecipeJobCommand.js +3 -3
  54. package/dist-es/commands/CreateRulesetCommand.js +3 -3
  55. package/dist-es/commands/CreateScheduleCommand.js +3 -3
  56. package/dist-es/commands/DeleteDatasetCommand.js +3 -3
  57. package/dist-es/commands/DeleteJobCommand.js +3 -3
  58. package/dist-es/commands/DeleteProjectCommand.js +3 -3
  59. package/dist-es/commands/DeleteRecipeVersionCommand.js +3 -3
  60. package/dist-es/commands/DeleteRulesetCommand.js +3 -3
  61. package/dist-es/commands/DeleteScheduleCommand.js +3 -3
  62. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  63. package/dist-es/commands/DescribeJobCommand.js +3 -3
  64. package/dist-es/commands/DescribeJobRunCommand.js +3 -3
  65. package/dist-es/commands/DescribeProjectCommand.js +3 -3
  66. package/dist-es/commands/DescribeRecipeCommand.js +3 -3
  67. package/dist-es/commands/DescribeRulesetCommand.js +3 -3
  68. package/dist-es/commands/DescribeScheduleCommand.js +3 -3
  69. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  70. package/dist-es/commands/ListJobRunsCommand.js +3 -3
  71. package/dist-es/commands/ListJobsCommand.js +3 -3
  72. package/dist-es/commands/ListProjectsCommand.js +3 -3
  73. package/dist-es/commands/ListRecipeVersionsCommand.js +3 -3
  74. package/dist-es/commands/ListRecipesCommand.js +3 -3
  75. package/dist-es/commands/ListRulesetsCommand.js +3 -3
  76. package/dist-es/commands/ListSchedulesCommand.js +3 -3
  77. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  78. package/dist-es/commands/PublishRecipeCommand.js +3 -3
  79. package/dist-es/commands/SendProjectSessionActionCommand.js +3 -3
  80. package/dist-es/commands/StartJobRunCommand.js +3 -3
  81. package/dist-es/commands/StartProjectSessionCommand.js +3 -3
  82. package/dist-es/commands/StopJobRunCommand.js +3 -3
  83. package/dist-es/commands/TagResourceCommand.js +3 -3
  84. package/dist-es/commands/UntagResourceCommand.js +3 -3
  85. package/dist-es/commands/UpdateDatasetCommand.js +3 -3
  86. package/dist-es/commands/UpdateProfileJobCommand.js +3 -3
  87. package/dist-es/commands/UpdateProjectCommand.js +3 -3
  88. package/dist-es/commands/UpdateRecipeCommand.js +3 -3
  89. package/dist-es/commands/UpdateRecipeJobCommand.js +3 -3
  90. package/dist-es/commands/UpdateRulesetCommand.js +3 -3
  91. package/dist-es/commands/UpdateScheduleCommand.js +3 -3
  92. package/dist-es/models/models_0.js +134 -536
  93. package/dist-types/models/models_0.d.ts +536 -804
  94. package/dist-types/ts3.4/models/models_0.d.ts +268 -536
  95. package/package.json +7 -7
@@ -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_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
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 { PublishRecipeRequest, PublishRecipeResponse } from "../models/models_0";
4
+ import { PublishRecipeRequestFilterSensitiveLog, PublishRecipeResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PublishRecipeCommand, serializeAws_restJson1PublishRecipeCommand, } from "../protocols/Aws_restJson1";
6
6
  var PublishRecipeCommand = (function (_super) {
7
7
  __extends(PublishRecipeCommand, _super);
@@ -20,8 +20,8 @@ var PublishRecipeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PublishRecipeRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PublishRecipeResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PublishRecipeRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PublishRecipeResponseFilterSensitiveLog,
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 { SendProjectSessionActionRequest, SendProjectSessionActionResponse } from "../models/models_0";
4
+ import { SendProjectSessionActionRequestFilterSensitiveLog, SendProjectSessionActionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1SendProjectSessionActionCommand, serializeAws_restJson1SendProjectSessionActionCommand, } from "../protocols/Aws_restJson1";
6
6
  var SendProjectSessionActionCommand = (function (_super) {
7
7
  __extends(SendProjectSessionActionCommand, _super);
@@ -20,8 +20,8 @@ var SendProjectSessionActionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SendProjectSessionActionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: SendProjectSessionActionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SendProjectSessionActionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: SendProjectSessionActionResponseFilterSensitiveLog,
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 { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
4
+ import { StartJobRunRequestFilterSensitiveLog, StartJobRunResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartJobRunCommand, serializeAws_restJson1StartJobRunCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartJobRunCommand = (function (_super) {
7
7
  __extends(StartJobRunCommand, _super);
@@ -20,8 +20,8 @@ var StartJobRunCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartJobRunRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartJobRunResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartJobRunRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartJobRunResponseFilterSensitiveLog,
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 { StartProjectSessionRequest, StartProjectSessionResponse } from "../models/models_0";
4
+ import { StartProjectSessionRequestFilterSensitiveLog, StartProjectSessionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartProjectSessionCommand, serializeAws_restJson1StartProjectSessionCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartProjectSessionCommand = (function (_super) {
7
7
  __extends(StartProjectSessionCommand, _super);
@@ -20,8 +20,8 @@ var StartProjectSessionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartProjectSessionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartProjectSessionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartProjectSessionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartProjectSessionResponseFilterSensitiveLog,
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 { StopJobRunRequest, StopJobRunResponse } from "../models/models_0";
4
+ import { StopJobRunRequestFilterSensitiveLog, StopJobRunResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StopJobRunCommand, serializeAws_restJson1StopJobRunCommand, } from "../protocols/Aws_restJson1";
6
6
  var StopJobRunCommand = (function (_super) {
7
7
  __extends(StopJobRunCommand, _super);
@@ -20,8 +20,8 @@ var StopJobRunCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StopJobRunRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopJobRunResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StopJobRunRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StopJobRunResponseFilterSensitiveLog,
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, TagResourceResponse } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
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: TagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
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, UntagResourceResponse } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
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: UntagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
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 { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0";
4
+ import { UpdateDatasetRequestFilterSensitiveLog, UpdateDatasetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateDatasetCommand, serializeAws_restJson1UpdateDatasetCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateDatasetCommand = (function (_super) {
7
7
  __extends(UpdateDatasetCommand, _super);
@@ -20,8 +20,8 @@ var UpdateDatasetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDatasetRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateDatasetResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDatasetRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDatasetResponseFilterSensitiveLog,
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 { UpdateProfileJobRequest, UpdateProfileJobResponse } from "../models/models_0";
4
+ import { UpdateProfileJobRequestFilterSensitiveLog, UpdateProfileJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateProfileJobCommand, serializeAws_restJson1UpdateProfileJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateProfileJobCommand = (function (_super) {
7
7
  __extends(UpdateProfileJobCommand, _super);
@@ -20,8 +20,8 @@ var UpdateProfileJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateProfileJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateProfileJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateProfileJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateProfileJobResponseFilterSensitiveLog,
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 { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0";
4
+ import { UpdateProjectRequestFilterSensitiveLog, UpdateProjectResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateProjectCommand, serializeAws_restJson1UpdateProjectCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateProjectCommand = (function (_super) {
7
7
  __extends(UpdateProjectCommand, _super);
@@ -20,8 +20,8 @@ var UpdateProjectCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateProjectRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateProjectResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateProjectRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateProjectResponseFilterSensitiveLog,
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 { UpdateRecipeRequest, UpdateRecipeResponse } from "../models/models_0";
4
+ import { UpdateRecipeRequestFilterSensitiveLog, UpdateRecipeResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateRecipeCommand, serializeAws_restJson1UpdateRecipeCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateRecipeCommand = (function (_super) {
7
7
  __extends(UpdateRecipeCommand, _super);
@@ -20,8 +20,8 @@ var UpdateRecipeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateRecipeRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateRecipeResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateRecipeRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateRecipeResponseFilterSensitiveLog,
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 { UpdateRecipeJobRequest, UpdateRecipeJobResponse } from "../models/models_0";
4
+ import { UpdateRecipeJobRequestFilterSensitiveLog, UpdateRecipeJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateRecipeJobCommand, serializeAws_restJson1UpdateRecipeJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateRecipeJobCommand = (function (_super) {
7
7
  __extends(UpdateRecipeJobCommand, _super);
@@ -20,8 +20,8 @@ var UpdateRecipeJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateRecipeJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateRecipeJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateRecipeJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateRecipeJobResponseFilterSensitiveLog,
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 { UpdateRulesetRequest, UpdateRulesetResponse } from "../models/models_0";
4
+ import { UpdateRulesetRequestFilterSensitiveLog, UpdateRulesetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateRulesetCommand, serializeAws_restJson1UpdateRulesetCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateRulesetCommand = (function (_super) {
7
7
  __extends(UpdateRulesetCommand, _super);
@@ -20,8 +20,8 @@ var UpdateRulesetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateRulesetRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateRulesetResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateRulesetRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateRulesetResponseFilterSensitiveLog,
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 { UpdateScheduleRequest, UpdateScheduleResponse } from "../models/models_0";
4
+ import { UpdateScheduleRequestFilterSensitiveLog, UpdateScheduleResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateScheduleCommand, serializeAws_restJson1UpdateScheduleCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateScheduleCommand = (function (_super) {
7
7
  __extends(UpdateScheduleCommand, _super);
@@ -20,8 +20,8 @@ var UpdateScheduleCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateScheduleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateScheduleResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateScheduleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateScheduleResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {