@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 { ConfigureLogsForPlaybackConfigurationRequest, ConfigureLogsForPlaybackConfigurationResponse, } from "../models/models_0";
4
+ import { ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog, ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand, serializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var ConfigureLogsForPlaybackConfigurationCommand = (function (_super) {
7
7
  __extends(ConfigureLogsForPlaybackConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var ConfigureLogsForPlaybackConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ConfigureLogsForPlaybackConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ConfigureLogsForPlaybackConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog,
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 { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
4
+ import { CreateChannelRequestFilterSensitiveLog, CreateChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateChannelCommand, serializeAws_restJson1CreateChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateChannelCommand = (function (_super) {
7
7
  __extends(CreateChannelCommand, _super);
@@ -20,8 +20,8 @@ var CreateChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateChannelResponseFilterSensitiveLog,
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 { CreateLiveSourceRequest, CreateLiveSourceResponse } from "../models/models_0";
4
+ import { CreateLiveSourceRequestFilterSensitiveLog, CreateLiveSourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateLiveSourceCommand, serializeAws_restJson1CreateLiveSourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateLiveSourceCommand = (function (_super) {
7
7
  __extends(CreateLiveSourceCommand, _super);
@@ -20,8 +20,8 @@ var CreateLiveSourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateLiveSourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateLiveSourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateLiveSourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateLiveSourceResponseFilterSensitiveLog,
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 { CreatePrefetchScheduleRequest, CreatePrefetchScheduleResponse } from "../models/models_0";
4
+ import { CreatePrefetchScheduleRequestFilterSensitiveLog, CreatePrefetchScheduleResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreatePrefetchScheduleCommand, serializeAws_restJson1CreatePrefetchScheduleCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreatePrefetchScheduleCommand = (function (_super) {
7
7
  __extends(CreatePrefetchScheduleCommand, _super);
@@ -20,8 +20,8 @@ var CreatePrefetchScheduleCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreatePrefetchScheduleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreatePrefetchScheduleResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreatePrefetchScheduleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreatePrefetchScheduleResponseFilterSensitiveLog,
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 { CreateProgramRequest, CreateProgramResponse } from "../models/models_0";
4
+ import { CreateProgramRequestFilterSensitiveLog, CreateProgramResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateProgramCommand, serializeAws_restJson1CreateProgramCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateProgramCommand = (function (_super) {
7
7
  __extends(CreateProgramCommand, _super);
@@ -20,8 +20,8 @@ var CreateProgramCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateProgramRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateProgramResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateProgramRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateProgramResponseFilterSensitiveLog,
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 { CreateSourceLocationRequest, CreateSourceLocationResponse } from "../models/models_0";
4
+ import { CreateSourceLocationRequestFilterSensitiveLog, CreateSourceLocationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateSourceLocationCommand, serializeAws_restJson1CreateSourceLocationCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateSourceLocationCommand = (function (_super) {
7
7
  __extends(CreateSourceLocationCommand, _super);
@@ -20,8 +20,8 @@ var CreateSourceLocationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateSourceLocationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateSourceLocationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateSourceLocationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateSourceLocationResponseFilterSensitiveLog,
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 { CreateVodSourceRequest, CreateVodSourceResponse } from "../models/models_0";
4
+ import { CreateVodSourceRequestFilterSensitiveLog, CreateVodSourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateVodSourceCommand, serializeAws_restJson1CreateVodSourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateVodSourceCommand = (function (_super) {
7
7
  __extends(CreateVodSourceCommand, _super);
@@ -20,8 +20,8 @@ var CreateVodSourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateVodSourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateVodSourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateVodSourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateVodSourceResponseFilterSensitiveLog,
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 { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
4
+ import { DeleteChannelRequestFilterSensitiveLog, DeleteChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteChannelCommand, serializeAws_restJson1DeleteChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteChannelCommand = (function (_super) {
7
7
  __extends(DeleteChannelCommand, _super);
@@ -20,8 +20,8 @@ var DeleteChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteChannelResponseFilterSensitiveLog,
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 { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } from "../models/models_0";
4
+ import { DeleteChannelPolicyRequestFilterSensitiveLog, DeleteChannelPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteChannelPolicyCommand, serializeAws_restJson1DeleteChannelPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteChannelPolicyCommand = (function (_super) {
7
7
  __extends(DeleteChannelPolicyCommand, _super);
@@ -20,8 +20,8 @@ var DeleteChannelPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteChannelPolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteChannelPolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteChannelPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteChannelPolicyResponseFilterSensitiveLog,
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 { DeleteLiveSourceRequest, DeleteLiveSourceResponse } from "../models/models_0";
4
+ import { DeleteLiveSourceRequestFilterSensitiveLog, DeleteLiveSourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteLiveSourceCommand, serializeAws_restJson1DeleteLiveSourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteLiveSourceCommand = (function (_super) {
7
7
  __extends(DeleteLiveSourceCommand, _super);
@@ -20,8 +20,8 @@ var DeleteLiveSourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteLiveSourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteLiveSourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteLiveSourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteLiveSourceResponseFilterSensitiveLog,
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 { DeletePlaybackConfigurationRequest, DeletePlaybackConfigurationResponse } from "../models/models_0";
4
+ import { DeletePlaybackConfigurationRequestFilterSensitiveLog, DeletePlaybackConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeletePlaybackConfigurationCommand, serializeAws_restJson1DeletePlaybackConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeletePlaybackConfigurationCommand = (function (_super) {
7
7
  __extends(DeletePlaybackConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var DeletePlaybackConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeletePlaybackConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeletePlaybackConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeletePlaybackConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeletePlaybackConfigurationResponseFilterSensitiveLog,
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 { DeletePrefetchScheduleRequest, DeletePrefetchScheduleResponse } from "../models/models_0";
4
+ import { DeletePrefetchScheduleRequestFilterSensitiveLog, DeletePrefetchScheduleResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeletePrefetchScheduleCommand, serializeAws_restJson1DeletePrefetchScheduleCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeletePrefetchScheduleCommand = (function (_super) {
7
7
  __extends(DeletePrefetchScheduleCommand, _super);
@@ -20,8 +20,8 @@ var DeletePrefetchScheduleCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeletePrefetchScheduleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeletePrefetchScheduleResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeletePrefetchScheduleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeletePrefetchScheduleResponseFilterSensitiveLog,
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 { DeleteProgramRequest, DeleteProgramResponse } from "../models/models_0";
4
+ import { DeleteProgramRequestFilterSensitiveLog, DeleteProgramResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteProgramCommand, serializeAws_restJson1DeleteProgramCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteProgramCommand = (function (_super) {
7
7
  __extends(DeleteProgramCommand, _super);
@@ -20,8 +20,8 @@ var DeleteProgramCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteProgramRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteProgramResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteProgramRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteProgramResponseFilterSensitiveLog,
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 { DeleteSourceLocationRequest, DeleteSourceLocationResponse } from "../models/models_0";
4
+ import { DeleteSourceLocationRequestFilterSensitiveLog, DeleteSourceLocationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteSourceLocationCommand, serializeAws_restJson1DeleteSourceLocationCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteSourceLocationCommand = (function (_super) {
7
7
  __extends(DeleteSourceLocationCommand, _super);
@@ -20,8 +20,8 @@ var DeleteSourceLocationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteSourceLocationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteSourceLocationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteSourceLocationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteSourceLocationResponseFilterSensitiveLog,
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 { DeleteVodSourceRequest, DeleteVodSourceResponse } from "../models/models_0";
4
+ import { DeleteVodSourceRequestFilterSensitiveLog, DeleteVodSourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteVodSourceCommand, serializeAws_restJson1DeleteVodSourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteVodSourceCommand = (function (_super) {
7
7
  __extends(DeleteVodSourceCommand, _super);
@@ -20,8 +20,8 @@ var DeleteVodSourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteVodSourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteVodSourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteVodSourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteVodSourceResponseFilterSensitiveLog,
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 { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0";
4
+ import { DescribeChannelRequestFilterSensitiveLog, DescribeChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeChannelCommand, serializeAws_restJson1DescribeChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeChannelCommand = (function (_super) {
7
7
  __extends(DescribeChannelCommand, _super);
@@ -20,8 +20,8 @@ var DescribeChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeChannelResponseFilterSensitiveLog,
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 { DescribeLiveSourceRequest, DescribeLiveSourceResponse } from "../models/models_0";
4
+ import { DescribeLiveSourceRequestFilterSensitiveLog, DescribeLiveSourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeLiveSourceCommand, serializeAws_restJson1DescribeLiveSourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeLiveSourceCommand = (function (_super) {
7
7
  __extends(DescribeLiveSourceCommand, _super);
@@ -20,8 +20,8 @@ var DescribeLiveSourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeLiveSourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeLiveSourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeLiveSourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeLiveSourceResponseFilterSensitiveLog,
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 { DescribeProgramRequest, DescribeProgramResponse } from "../models/models_0";
4
+ import { DescribeProgramRequestFilterSensitiveLog, DescribeProgramResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeProgramCommand, serializeAws_restJson1DescribeProgramCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeProgramCommand = (function (_super) {
7
7
  __extends(DescribeProgramCommand, _super);
@@ -20,8 +20,8 @@ var DescribeProgramCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeProgramRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeProgramResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeProgramRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeProgramResponseFilterSensitiveLog,
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 { DescribeSourceLocationRequest, DescribeSourceLocationResponse } from "../models/models_0";
4
+ import { DescribeSourceLocationRequestFilterSensitiveLog, DescribeSourceLocationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeSourceLocationCommand, serializeAws_restJson1DescribeSourceLocationCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeSourceLocationCommand = (function (_super) {
7
7
  __extends(DescribeSourceLocationCommand, _super);
@@ -20,8 +20,8 @@ var DescribeSourceLocationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeSourceLocationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeSourceLocationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeSourceLocationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeSourceLocationResponseFilterSensitiveLog,
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 { DescribeVodSourceRequest, DescribeVodSourceResponse } from "../models/models_0";
4
+ import { DescribeVodSourceRequestFilterSensitiveLog, DescribeVodSourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeVodSourceCommand, serializeAws_restJson1DescribeVodSourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeVodSourceCommand = (function (_super) {
7
7
  __extends(DescribeVodSourceCommand, _super);
@@ -20,8 +20,8 @@ var DescribeVodSourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeVodSourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeVodSourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeVodSourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeVodSourceResponseFilterSensitiveLog,
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 { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/models_0";
4
+ import { GetChannelPolicyRequestFilterSensitiveLog, GetChannelPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetChannelPolicyCommand, serializeAws_restJson1GetChannelPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetChannelPolicyCommand = (function (_super) {
7
7
  __extends(GetChannelPolicyCommand, _super);
@@ -20,8 +20,8 @@ var GetChannelPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetChannelPolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetChannelPolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetChannelPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetChannelPolicyResponseFilterSensitiveLog,
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 { GetChannelScheduleRequest, GetChannelScheduleResponse } from "../models/models_0";
4
+ import { GetChannelScheduleRequestFilterSensitiveLog, GetChannelScheduleResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetChannelScheduleCommand, serializeAws_restJson1GetChannelScheduleCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetChannelScheduleCommand = (function (_super) {
7
7
  __extends(GetChannelScheduleCommand, _super);
@@ -20,8 +20,8 @@ var GetChannelScheduleCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetChannelScheduleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetChannelScheduleResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetChannelScheduleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetChannelScheduleResponseFilterSensitiveLog,
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 { GetPlaybackConfigurationRequest, GetPlaybackConfigurationResponse } from "../models/models_0";
4
+ import { GetPlaybackConfigurationRequestFilterSensitiveLog, GetPlaybackConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetPlaybackConfigurationCommand, serializeAws_restJson1GetPlaybackConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetPlaybackConfigurationCommand = (function (_super) {
7
7
  __extends(GetPlaybackConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var GetPlaybackConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetPlaybackConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetPlaybackConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetPlaybackConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPlaybackConfigurationResponseFilterSensitiveLog,
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 { GetPrefetchScheduleRequest, GetPrefetchScheduleResponse } from "../models/models_0";
4
+ import { GetPrefetchScheduleRequestFilterSensitiveLog, GetPrefetchScheduleResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetPrefetchScheduleCommand, serializeAws_restJson1GetPrefetchScheduleCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetPrefetchScheduleCommand = (function (_super) {
7
7
  __extends(GetPrefetchScheduleCommand, _super);
@@ -20,8 +20,8 @@ var GetPrefetchScheduleCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetPrefetchScheduleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetPrefetchScheduleResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetPrefetchScheduleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPrefetchScheduleResponseFilterSensitiveLog,
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 { ListAlertsRequest, ListAlertsResponse } from "../models/models_0";
4
+ import { ListAlertsRequestFilterSensitiveLog, ListAlertsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAlertsCommand, serializeAws_restJson1ListAlertsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListAlertsCommand = (function (_super) {
7
7
  __extends(ListAlertsCommand, _super);
@@ -20,8 +20,8 @@ var ListAlertsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListAlertsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListAlertsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListAlertsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListAlertsResponseFilterSensitiveLog,
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 { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
4
+ import { ListChannelsRequestFilterSensitiveLog, ListChannelsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListChannelsCommand, serializeAws_restJson1ListChannelsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListChannelsCommand = (function (_super) {
7
7
  __extends(ListChannelsCommand, _super);
@@ -20,8 +20,8 @@ var ListChannelsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListChannelsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListChannelsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListChannelsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListChannelsResponseFilterSensitiveLog,
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 { ListLiveSourcesRequest, ListLiveSourcesResponse } from "../models/models_0";
4
+ import { ListLiveSourcesRequestFilterSensitiveLog, ListLiveSourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListLiveSourcesCommand, serializeAws_restJson1ListLiveSourcesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListLiveSourcesCommand = (function (_super) {
7
7
  __extends(ListLiveSourcesCommand, _super);
@@ -20,8 +20,8 @@ var ListLiveSourcesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListLiveSourcesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListLiveSourcesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListLiveSourcesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListLiveSourcesResponseFilterSensitiveLog,
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 { ListPlaybackConfigurationsRequest, ListPlaybackConfigurationsResponse } from "../models/models_0";
4
+ import { ListPlaybackConfigurationsRequestFilterSensitiveLog, ListPlaybackConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListPlaybackConfigurationsCommand, serializeAws_restJson1ListPlaybackConfigurationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListPlaybackConfigurationsCommand = (function (_super) {
7
7
  __extends(ListPlaybackConfigurationsCommand, _super);
@@ -20,8 +20,8 @@ var ListPlaybackConfigurationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListPlaybackConfigurationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPlaybackConfigurationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListPlaybackConfigurationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPlaybackConfigurationsResponseFilterSensitiveLog,
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 { ListPrefetchSchedulesRequest, ListPrefetchSchedulesResponse } from "../models/models_0";
4
+ import { ListPrefetchSchedulesRequestFilterSensitiveLog, ListPrefetchSchedulesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListPrefetchSchedulesCommand, serializeAws_restJson1ListPrefetchSchedulesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListPrefetchSchedulesCommand = (function (_super) {
7
7
  __extends(ListPrefetchSchedulesCommand, _super);
@@ -20,8 +20,8 @@ var ListPrefetchSchedulesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListPrefetchSchedulesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPrefetchSchedulesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListPrefetchSchedulesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPrefetchSchedulesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {