@aws-sdk/client-mediatailor 3.131.0 → 3.137.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 (90) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  4. package/dist-cjs/commands/CreateLiveSourceCommand.js +2 -2
  5. package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +2 -2
  6. package/dist-cjs/commands/CreateProgramCommand.js +2 -2
  7. package/dist-cjs/commands/CreateSourceLocationCommand.js +2 -2
  8. package/dist-cjs/commands/CreateVodSourceCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteChannelPolicyCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteLiveSourceCommand.js +2 -2
  12. package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +2 -2
  13. package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteProgramCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteSourceLocationCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteVodSourceCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeLiveSourceCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeProgramCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeSourceLocationCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeVodSourceCommand.js +2 -2
  22. package/dist-cjs/commands/GetChannelPolicyCommand.js +2 -2
  23. package/dist-cjs/commands/GetChannelScheduleCommand.js +2 -2
  24. package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +2 -2
  25. package/dist-cjs/commands/GetPrefetchScheduleCommand.js +2 -2
  26. package/dist-cjs/commands/ListAlertsCommand.js +2 -2
  27. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  28. package/dist-cjs/commands/ListLiveSourcesCommand.js +2 -2
  29. package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +2 -2
  30. package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +2 -2
  31. package/dist-cjs/commands/ListSourceLocationsCommand.js +2 -2
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-cjs/commands/ListVodSourcesCommand.js +2 -2
  34. package/dist-cjs/commands/PutChannelPolicyCommand.js +2 -2
  35. package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +2 -2
  36. package/dist-cjs/commands/StartChannelCommand.js +2 -2
  37. package/dist-cjs/commands/StopChannelCommand.js +2 -2
  38. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  39. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  40. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateLiveSourceCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateSourceLocationCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateVodSourceCommand.js +2 -2
  44. package/dist-cjs/models/models_0.js +479 -717
  45. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +3 -3
  46. package/dist-es/commands/CreateChannelCommand.js +3 -3
  47. package/dist-es/commands/CreateLiveSourceCommand.js +3 -3
  48. package/dist-es/commands/CreatePrefetchScheduleCommand.js +3 -3
  49. package/dist-es/commands/CreateProgramCommand.js +3 -3
  50. package/dist-es/commands/CreateSourceLocationCommand.js +3 -3
  51. package/dist-es/commands/CreateVodSourceCommand.js +3 -3
  52. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  53. package/dist-es/commands/DeleteChannelPolicyCommand.js +3 -3
  54. package/dist-es/commands/DeleteLiveSourceCommand.js +3 -3
  55. package/dist-es/commands/DeletePlaybackConfigurationCommand.js +3 -3
  56. package/dist-es/commands/DeletePrefetchScheduleCommand.js +3 -3
  57. package/dist-es/commands/DeleteProgramCommand.js +3 -3
  58. package/dist-es/commands/DeleteSourceLocationCommand.js +3 -3
  59. package/dist-es/commands/DeleteVodSourceCommand.js +3 -3
  60. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  61. package/dist-es/commands/DescribeLiveSourceCommand.js +3 -3
  62. package/dist-es/commands/DescribeProgramCommand.js +3 -3
  63. package/dist-es/commands/DescribeSourceLocationCommand.js +3 -3
  64. package/dist-es/commands/DescribeVodSourceCommand.js +3 -3
  65. package/dist-es/commands/GetChannelPolicyCommand.js +3 -3
  66. package/dist-es/commands/GetChannelScheduleCommand.js +3 -3
  67. package/dist-es/commands/GetPlaybackConfigurationCommand.js +3 -3
  68. package/dist-es/commands/GetPrefetchScheduleCommand.js +3 -3
  69. package/dist-es/commands/ListAlertsCommand.js +3 -3
  70. package/dist-es/commands/ListChannelsCommand.js +3 -3
  71. package/dist-es/commands/ListLiveSourcesCommand.js +3 -3
  72. package/dist-es/commands/ListPlaybackConfigurationsCommand.js +3 -3
  73. package/dist-es/commands/ListPrefetchSchedulesCommand.js +3 -3
  74. package/dist-es/commands/ListSourceLocationsCommand.js +3 -3
  75. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  76. package/dist-es/commands/ListVodSourcesCommand.js +3 -3
  77. package/dist-es/commands/PutChannelPolicyCommand.js +3 -3
  78. package/dist-es/commands/PutPlaybackConfigurationCommand.js +3 -3
  79. package/dist-es/commands/StartChannelCommand.js +3 -3
  80. package/dist-es/commands/StopChannelCommand.js +3 -3
  81. package/dist-es/commands/TagResourceCommand.js +2 -2
  82. package/dist-es/commands/UntagResourceCommand.js +2 -2
  83. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  84. package/dist-es/commands/UpdateLiveSourceCommand.js +3 -3
  85. package/dist-es/commands/UpdateSourceLocationCommand.js +3 -3
  86. package/dist-es/commands/UpdateVodSourceCommand.js +3 -3
  87. package/dist-es/models/models_0.js +119 -476
  88. package/dist-types/models/models_0.d.ts +476 -714
  89. package/dist-types/ts3.4/models/models_0.d.ts +238 -476
  90. 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 { ListSourceLocationsRequest, ListSourceLocationsResponse } from "../models/models_0";
4
+ import { ListSourceLocationsRequestFilterSensitiveLog, ListSourceLocationsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListSourceLocationsCommand, serializeAws_restJson1ListSourceLocationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListSourceLocationsCommand = (function (_super) {
7
7
  __extends(ListSourceLocationsCommand, _super);
@@ -20,8 +20,8 @@ var ListSourceLocationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListSourceLocationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListSourceLocationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListSourceLocationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListSourceLocationsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_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 { ListVodSourcesRequest, ListVodSourcesResponse } from "../models/models_0";
4
+ import { ListVodSourcesRequestFilterSensitiveLog, ListVodSourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListVodSourcesCommand, serializeAws_restJson1ListVodSourcesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListVodSourcesCommand = (function (_super) {
7
7
  __extends(ListVodSourcesCommand, _super);
@@ -20,8 +20,8 @@ var ListVodSourcesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListVodSourcesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListVodSourcesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListVodSourcesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListVodSourcesResponseFilterSensitiveLog,
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 { PutChannelPolicyRequest, PutChannelPolicyResponse } from "../models/models_0";
4
+ import { PutChannelPolicyRequestFilterSensitiveLog, PutChannelPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutChannelPolicyCommand, serializeAws_restJson1PutChannelPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutChannelPolicyCommand = (function (_super) {
7
7
  __extends(PutChannelPolicyCommand, _super);
@@ -20,8 +20,8 @@ var PutChannelPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutChannelPolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutChannelPolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutChannelPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutChannelPolicyResponseFilterSensitiveLog,
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 { PutPlaybackConfigurationRequest, PutPlaybackConfigurationResponse } from "../models/models_0";
4
+ import { PutPlaybackConfigurationRequestFilterSensitiveLog, PutPlaybackConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutPlaybackConfigurationCommand, serializeAws_restJson1PutPlaybackConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutPlaybackConfigurationCommand = (function (_super) {
7
7
  __extends(PutPlaybackConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var PutPlaybackConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutPlaybackConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutPlaybackConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutPlaybackConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutPlaybackConfigurationResponseFilterSensitiveLog,
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 { StartChannelRequest, StartChannelResponse } from "../models/models_0";
4
+ import { StartChannelRequestFilterSensitiveLog, StartChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartChannelCommand, serializeAws_restJson1StartChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartChannelCommand = (function (_super) {
7
7
  __extends(StartChannelCommand, _super);
@@ -20,8 +20,8 @@ var StartChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartChannelResponseFilterSensitiveLog,
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 { StopChannelRequest, StopChannelResponse } from "../models/models_0";
4
+ import { StopChannelRequestFilterSensitiveLog, StopChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StopChannelCommand, serializeAws_restJson1StopChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var StopChannelCommand = (function (_super) {
7
7
  __extends(StopChannelCommand, _super);
@@ -20,8 +20,8 @@ var StopChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StopChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StopChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StopChannelResponseFilterSensitiveLog,
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 } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog } 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,7 +20,7 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -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 } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog } 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,7 +20,7 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -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 { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
4
+ import { UpdateChannelRequestFilterSensitiveLog, UpdateChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateChannelCommand, serializeAws_restJson1UpdateChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateChannelCommand = (function (_super) {
7
7
  __extends(UpdateChannelCommand, _super);
@@ -20,8 +20,8 @@ var UpdateChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateChannelResponseFilterSensitiveLog,
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 { UpdateLiveSourceRequest, UpdateLiveSourceResponse } from "../models/models_0";
4
+ import { UpdateLiveSourceRequestFilterSensitiveLog, UpdateLiveSourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateLiveSourceCommand, serializeAws_restJson1UpdateLiveSourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateLiveSourceCommand = (function (_super) {
7
7
  __extends(UpdateLiveSourceCommand, _super);
@@ -20,8 +20,8 @@ var UpdateLiveSourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateLiveSourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateLiveSourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateLiveSourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateLiveSourceResponseFilterSensitiveLog,
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 { UpdateSourceLocationRequest, UpdateSourceLocationResponse } from "../models/models_0";
4
+ import { UpdateSourceLocationRequestFilterSensitiveLog, UpdateSourceLocationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateSourceLocationCommand, serializeAws_restJson1UpdateSourceLocationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateSourceLocationCommand = (function (_super) {
7
7
  __extends(UpdateSourceLocationCommand, _super);
@@ -20,8 +20,8 @@ var UpdateSourceLocationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateSourceLocationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateSourceLocationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateSourceLocationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateSourceLocationResponseFilterSensitiveLog,
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 { UpdateVodSourceRequest, UpdateVodSourceResponse } from "../models/models_0";
4
+ import { UpdateVodSourceRequestFilterSensitiveLog, UpdateVodSourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateVodSourceCommand, serializeAws_restJson1UpdateVodSourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateVodSourceCommand = (function (_super) {
7
7
  __extends(UpdateVodSourceCommand, _super);
@@ -20,8 +20,8 @@ var UpdateVodSourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateVodSourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateVodSourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateVodSourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateVodSourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {