@aws-sdk/client-medialive 3.130.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 (156) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/MediaLive.js +30 -0
  3. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDeleteCommand.js +2 -2
  5. package/dist-cjs/commands/BatchStartCommand.js +2 -2
  6. package/dist-cjs/commands/BatchStopCommand.js +2 -2
  7. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -2
  8. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -2
  9. package/dist-cjs/commands/ClaimDeviceCommand.js +2 -2
  10. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  11. package/dist-cjs/commands/CreateInputCommand.js +2 -2
  12. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateMultiplexCommand.js +2 -2
  14. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -2
  15. package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -2
  16. package/dist-cjs/commands/CreateTagsCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteInputCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteReservationCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
  25. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeInputCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
  35. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  36. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -2
  37. package/dist-cjs/commands/ListInputDevicesCommand.js +2 -2
  38. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -2
  39. package/dist-cjs/commands/ListInputsCommand.js +2 -2
  40. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -2
  41. package/dist-cjs/commands/ListMultiplexesCommand.js +2 -2
  42. package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
  43. package/dist-cjs/commands/ListReservationsCommand.js +2 -2
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  45. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
  46. package/dist-cjs/commands/RebootInputDeviceCommand.js +36 -0
  47. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
  48. package/dist-cjs/commands/StartChannelCommand.js +2 -2
  49. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +36 -0
  50. package/dist-cjs/commands/StartMultiplexCommand.js +2 -2
  51. package/dist-cjs/commands/StopChannelCommand.js +2 -2
  52. package/dist-cjs/commands/StopMultiplexCommand.js +2 -2
  53. package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateInputCommand.js +3 -2
  57. package/dist-cjs/commands/UpdateInputDeviceCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateReservationCommand.js +2 -2
  62. package/dist-cjs/commands/index.js +2 -0
  63. package/dist-cjs/models/models_0.js +574 -858
  64. package/dist-cjs/models/models_1.js +779 -1164
  65. package/dist-cjs/models/models_2.js +45 -37
  66. package/dist-cjs/protocols/Aws_restJson1.js +171 -3
  67. package/dist-es/MediaLive.js +30 -0
  68. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
  69. package/dist-es/commands/BatchDeleteCommand.js +3 -3
  70. package/dist-es/commands/BatchStartCommand.js +3 -3
  71. package/dist-es/commands/BatchStopCommand.js +3 -3
  72. package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
  73. package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
  74. package/dist-es/commands/ClaimDeviceCommand.js +3 -3
  75. package/dist-es/commands/CreateChannelCommand.js +3 -3
  76. package/dist-es/commands/CreateInputCommand.js +3 -3
  77. package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
  78. package/dist-es/commands/CreateMultiplexCommand.js +3 -3
  79. package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
  80. package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
  81. package/dist-es/commands/CreateTagsCommand.js +2 -2
  82. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  83. package/dist-es/commands/DeleteInputCommand.js +3 -3
  84. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
  85. package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
  86. package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
  87. package/dist-es/commands/DeleteReservationCommand.js +3 -3
  88. package/dist-es/commands/DeleteScheduleCommand.js +3 -3
  89. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  90. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  91. package/dist-es/commands/DescribeInputCommand.js +3 -3
  92. package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
  93. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
  94. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
  95. package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
  96. package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
  97. package/dist-es/commands/DescribeOfferingCommand.js +3 -3
  98. package/dist-es/commands/DescribeReservationCommand.js +3 -3
  99. package/dist-es/commands/DescribeScheduleCommand.js +3 -3
  100. package/dist-es/commands/ListChannelsCommand.js +3 -3
  101. package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
  102. package/dist-es/commands/ListInputDevicesCommand.js +3 -3
  103. package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
  104. package/dist-es/commands/ListInputsCommand.js +3 -3
  105. package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
  106. package/dist-es/commands/ListMultiplexesCommand.js +3 -3
  107. package/dist-es/commands/ListOfferingsCommand.js +3 -3
  108. package/dist-es/commands/ListReservationsCommand.js +3 -3
  109. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  110. package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
  111. package/dist-es/commands/RebootInputDeviceCommand.js +39 -0
  112. package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
  113. package/dist-es/commands/StartChannelCommand.js +3 -3
  114. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +39 -0
  115. package/dist-es/commands/StartMultiplexCommand.js +3 -3
  116. package/dist-es/commands/StopChannelCommand.js +3 -3
  117. package/dist-es/commands/StopMultiplexCommand.js +3 -3
  118. package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
  119. package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
  120. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  121. package/dist-es/commands/UpdateInputCommand.js +4 -3
  122. package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
  123. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
  124. package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
  125. package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
  126. package/dist-es/commands/UpdateReservationCommand.js +3 -3
  127. package/dist-es/commands/index.js +2 -0
  128. package/dist-es/models/models_0.js +142 -568
  129. package/dist-es/models/models_1.js +197 -772
  130. package/dist-es/models/models_2.js +11 -24
  131. package/dist-es/protocols/Aws_restJson1.js +224 -0
  132. package/dist-types/MediaLive.d.ts +14 -0
  133. package/dist-types/MediaLiveClient.d.ts +4 -2
  134. package/dist-types/commands/RebootInputDeviceCommand.d.ts +35 -0
  135. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +35 -0
  136. package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
  137. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
  138. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
  139. package/dist-types/commands/index.d.ts +2 -0
  140. package/dist-types/models/models_0.d.ts +568 -852
  141. package/dist-types/models/models_1.d.ts +788 -1251
  142. package/dist-types/models/models_2.d.ts +155 -37
  143. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  144. package/dist-types/ts3.4/MediaLive.d.ts +10 -0
  145. package/dist-types/ts3.4/MediaLiveClient.d.ts +4 -2
  146. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -1
  149. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  152. package/dist-types/ts3.4/models/models_0.d.ts +284 -568
  153. package/dist-types/ts3.4/models/models_1.d.ts +397 -820
  154. package/dist-types/ts3.4/models/models_2.d.ts +81 -25
  155. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  156. 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_1";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_1";
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 { PurchaseOfferingRequest, PurchaseOfferingResponse } from "../models/models_1";
4
+ import { PurchaseOfferingRequestFilterSensitiveLog, PurchaseOfferingResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1PurchaseOfferingCommand, serializeAws_restJson1PurchaseOfferingCommand, } from "../protocols/Aws_restJson1";
6
6
  var PurchaseOfferingCommand = (function (_super) {
7
7
  __extends(PurchaseOfferingCommand, _super);
@@ -20,8 +20,8 @@ var PurchaseOfferingCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PurchaseOfferingRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PurchaseOfferingResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PurchaseOfferingRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PurchaseOfferingResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { RebootInputDeviceRequestFilterSensitiveLog, RebootInputDeviceResponseFilterSensitiveLog, } from "../models/models_1";
5
+ import { deserializeAws_restJson1RebootInputDeviceCommand, serializeAws_restJson1RebootInputDeviceCommand, } from "../protocols/Aws_restJson1";
6
+ var RebootInputDeviceCommand = (function (_super) {
7
+ __extends(RebootInputDeviceCommand, _super);
8
+ function RebootInputDeviceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ RebootInputDeviceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "RebootInputDeviceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: RebootInputDeviceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RebootInputDeviceResponseFilterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ RebootInputDeviceCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1RebootInputDeviceCommand(input, context);
33
+ };
34
+ RebootInputDeviceCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1RebootInputDeviceCommand(output, context);
36
+ };
37
+ return RebootInputDeviceCommand;
38
+ }($Command));
39
+ export { RebootInputDeviceCommand };
@@ -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 { RejectInputDeviceTransferRequest, RejectInputDeviceTransferResponse } from "../models/models_1";
4
+ import { RejectInputDeviceTransferRequestFilterSensitiveLog, RejectInputDeviceTransferResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1RejectInputDeviceTransferCommand, serializeAws_restJson1RejectInputDeviceTransferCommand, } from "../protocols/Aws_restJson1";
6
6
  var RejectInputDeviceTransferCommand = (function (_super) {
7
7
  __extends(RejectInputDeviceTransferCommand, _super);
@@ -20,8 +20,8 @@ var RejectInputDeviceTransferCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RejectInputDeviceTransferRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: RejectInputDeviceTransferResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RejectInputDeviceTransferRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RejectInputDeviceTransferResponseFilterSensitiveLog,
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_1";
4
+ import { StartChannelRequestFilterSensitiveLog, StartChannelResponseFilterSensitiveLog, } from "../models/models_1";
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) {
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog, StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog, } from "../models/models_1";
5
+ import { deserializeAws_restJson1StartInputDeviceMaintenanceWindowCommand, serializeAws_restJson1StartInputDeviceMaintenanceWindowCommand, } from "../protocols/Aws_restJson1";
6
+ var StartInputDeviceMaintenanceWindowCommand = (function (_super) {
7
+ __extends(StartInputDeviceMaintenanceWindowCommand, _super);
8
+ function StartInputDeviceMaintenanceWindowCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ StartInputDeviceMaintenanceWindowCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "StartInputDeviceMaintenanceWindowCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ StartInputDeviceMaintenanceWindowCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1StartInputDeviceMaintenanceWindowCommand(input, context);
33
+ };
34
+ StartInputDeviceMaintenanceWindowCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1StartInputDeviceMaintenanceWindowCommand(output, context);
36
+ };
37
+ return StartInputDeviceMaintenanceWindowCommand;
38
+ }($Command));
39
+ export { StartInputDeviceMaintenanceWindowCommand };
@@ -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 { StartMultiplexRequest, StartMultiplexResponse } from "../models/models_1";
4
+ import { StartMultiplexRequestFilterSensitiveLog, StartMultiplexResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1StartMultiplexCommand, serializeAws_restJson1StartMultiplexCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartMultiplexCommand = (function (_super) {
7
7
  __extends(StartMultiplexCommand, _super);
@@ -20,8 +20,8 @@ var StartMultiplexCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartMultiplexRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartMultiplexResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartMultiplexRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartMultiplexResponseFilterSensitiveLog,
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_1";
4
+ import { StopChannelRequestFilterSensitiveLog, StopChannelResponseFilterSensitiveLog, } from "../models/models_1";
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 { StopMultiplexRequest, StopMultiplexResponse } from "../models/models_1";
4
+ import { StopMultiplexRequestFilterSensitiveLog, StopMultiplexResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1StopMultiplexCommand, serializeAws_restJson1StopMultiplexCommand, } from "../protocols/Aws_restJson1";
6
6
  var StopMultiplexCommand = (function (_super) {
7
7
  __extends(StopMultiplexCommand, _super);
@@ -20,8 +20,8 @@ var StopMultiplexCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StopMultiplexRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopMultiplexResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StopMultiplexRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StopMultiplexResponseFilterSensitiveLog,
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 { TransferInputDeviceRequest, TransferInputDeviceResponse } from "../models/models_1";
4
+ import { TransferInputDeviceRequestFilterSensitiveLog, TransferInputDeviceResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1TransferInputDeviceCommand, serializeAws_restJson1TransferInputDeviceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TransferInputDeviceCommand = (function (_super) {
7
7
  __extends(TransferInputDeviceCommand, _super);
@@ -20,8 +20,8 @@ var TransferInputDeviceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TransferInputDeviceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: TransferInputDeviceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TransferInputDeviceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TransferInputDeviceResponseFilterSensitiveLog,
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 { UpdateChannelClassRequest, UpdateChannelClassResponse } from "../models/models_1";
4
+ import { UpdateChannelClassRequestFilterSensitiveLog, UpdateChannelClassResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateChannelClassCommand, serializeAws_restJson1UpdateChannelClassCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateChannelClassCommand = (function (_super) {
7
7
  __extends(UpdateChannelClassCommand, _super);
@@ -20,8 +20,8 @@ var UpdateChannelClassCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateChannelClassRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateChannelClassResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateChannelClassRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateChannelClassResponseFilterSensitiveLog,
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 { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_1";
4
+ import { UpdateChannelRequestFilterSensitiveLog, UpdateChannelResponseFilterSensitiveLog, } from "../models/models_1";
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,8 @@
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 { UpdateInputRequest, UpdateInputResponse } from "../models/models_1";
4
+ import { UpdateInputRequestFilterSensitiveLog } from "../models/models_1";
5
+ import { UpdateInputResponseFilterSensitiveLog } from "../models/models_2";
5
6
  import { deserializeAws_restJson1UpdateInputCommand, serializeAws_restJson1UpdateInputCommand, } from "../protocols/Aws_restJson1";
6
7
  var UpdateInputCommand = (function (_super) {
7
8
  __extends(UpdateInputCommand, _super);
@@ -20,8 +21,8 @@ var UpdateInputCommand = (function (_super) {
20
21
  logger: logger,
21
22
  clientName: clientName,
22
23
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateInputRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateInputResponse.filterSensitiveLog,
24
+ inputFilterSensitiveLog: UpdateInputRequestFilterSensitiveLog,
25
+ outputFilterSensitiveLog: UpdateInputResponseFilterSensitiveLog,
25
26
  };
26
27
  var requestHandler = configuration.requestHandler;
27
28
  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 { UpdateInputDeviceRequest, UpdateInputDeviceResponse } from "../models/models_1";
4
+ import { UpdateInputDeviceRequestFilterSensitiveLog, UpdateInputDeviceResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateInputDeviceCommand, serializeAws_restJson1UpdateInputDeviceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateInputDeviceCommand = (function (_super) {
7
7
  __extends(UpdateInputDeviceCommand, _super);
@@ -20,8 +20,8 @@ var UpdateInputDeviceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateInputDeviceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateInputDeviceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateInputDeviceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateInputDeviceResponseFilterSensitiveLog,
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 { UpdateInputSecurityGroupRequest, UpdateInputSecurityGroupResponse } from "../models/models_1";
4
+ import { UpdateInputSecurityGroupRequestFilterSensitiveLog, UpdateInputSecurityGroupResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateInputSecurityGroupCommand, serializeAws_restJson1UpdateInputSecurityGroupCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateInputSecurityGroupCommand = (function (_super) {
7
7
  __extends(UpdateInputSecurityGroupCommand, _super);
@@ -20,8 +20,8 @@ var UpdateInputSecurityGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateInputSecurityGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateInputSecurityGroupResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateInputSecurityGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateInputSecurityGroupResponseFilterSensitiveLog,
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 { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/models_2";
4
+ import { UpdateMultiplexRequestFilterSensitiveLog, UpdateMultiplexResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateMultiplexCommand, serializeAws_restJson1UpdateMultiplexCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateMultiplexCommand = (function (_super) {
7
7
  __extends(UpdateMultiplexCommand, _super);
@@ -20,8 +20,8 @@ var UpdateMultiplexCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateMultiplexRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateMultiplexResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateMultiplexRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateMultiplexResponseFilterSensitiveLog,
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 { UpdateMultiplexProgramRequest, UpdateMultiplexProgramResponse } from "../models/models_2";
4
+ import { UpdateMultiplexProgramRequestFilterSensitiveLog, UpdateMultiplexProgramResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateMultiplexProgramCommand, serializeAws_restJson1UpdateMultiplexProgramCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateMultiplexProgramCommand = (function (_super) {
7
7
  __extends(UpdateMultiplexProgramCommand, _super);
@@ -20,8 +20,8 @@ var UpdateMultiplexProgramCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateMultiplexProgramRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateMultiplexProgramResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateMultiplexProgramRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateMultiplexProgramResponseFilterSensitiveLog,
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 { UpdateReservationRequest, UpdateReservationResponse } from "../models/models_2";
4
+ import { UpdateReservationRequestFilterSensitiveLog, UpdateReservationResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateReservationCommand, serializeAws_restJson1UpdateReservationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateReservationCommand = (function (_super) {
7
7
  __extends(UpdateReservationCommand, _super);
@@ -20,8 +20,8 @@ var UpdateReservationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateReservationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateReservationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateReservationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateReservationResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -41,8 +41,10 @@ export * from "./ListOfferingsCommand";
41
41
  export * from "./ListReservationsCommand";
42
42
  export * from "./ListTagsForResourceCommand";
43
43
  export * from "./PurchaseOfferingCommand";
44
+ export * from "./RebootInputDeviceCommand";
44
45
  export * from "./RejectInputDeviceTransferCommand";
45
46
  export * from "./StartChannelCommand";
47
+ export * from "./StartInputDeviceMaintenanceWindowCommand";
46
48
  export * from "./StartMultiplexCommand";
47
49
  export * from "./StopChannelCommand";
48
50
  export * from "./StopMultiplexCommand";