@aws-sdk/client-medialive 3.296.0 → 3.298.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 (204) hide show
  1. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -3
  2. package/dist-cjs/commands/BatchDeleteCommand.js +2 -3
  3. package/dist-cjs/commands/BatchStartCommand.js +2 -3
  4. package/dist-cjs/commands/BatchStopCommand.js +2 -3
  5. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -3
  6. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -3
  7. package/dist-cjs/commands/ClaimDeviceCommand.js +2 -3
  8. package/dist-cjs/commands/CreateChannelCommand.js +2 -3
  9. package/dist-cjs/commands/CreateInputCommand.js +2 -3
  10. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -3
  11. package/dist-cjs/commands/CreateMultiplexCommand.js +2 -3
  12. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -3
  13. package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -3
  14. package/dist-cjs/commands/CreateTagsCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteChannelCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteInputCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -3
  20. package/dist-cjs/commands/DeleteReservationCommand.js +2 -3
  21. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -3
  22. package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
  23. package/dist-cjs/commands/DescribeChannelCommand.js +2 -3
  24. package/dist-cjs/commands/DescribeInputCommand.js +2 -3
  25. package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -3
  26. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +1 -1
  27. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -3
  28. package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -3
  29. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -3
  30. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -3
  31. package/dist-cjs/commands/DescribeReservationCommand.js +2 -3
  32. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -3
  33. package/dist-cjs/commands/ListChannelsCommand.js +2 -3
  34. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -3
  35. package/dist-cjs/commands/ListInputDevicesCommand.js +2 -3
  36. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -3
  37. package/dist-cjs/commands/ListInputsCommand.js +2 -3
  38. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -3
  39. package/dist-cjs/commands/ListMultiplexesCommand.js +2 -3
  40. package/dist-cjs/commands/ListOfferingsCommand.js +2 -3
  41. package/dist-cjs/commands/ListReservationsCommand.js +2 -3
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  43. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -3
  44. package/dist-cjs/commands/RebootInputDeviceCommand.js +2 -3
  45. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -3
  46. package/dist-cjs/commands/StartChannelCommand.js +2 -3
  47. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -4
  48. package/dist-cjs/commands/StartMultiplexCommand.js +2 -3
  49. package/dist-cjs/commands/StopChannelCommand.js +2 -3
  50. package/dist-cjs/commands/StopMultiplexCommand.js +2 -3
  51. package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -3
  52. package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -3
  53. package/dist-cjs/commands/UpdateChannelCommand.js +2 -3
  54. package/dist-cjs/commands/UpdateInputCommand.js +2 -3
  55. package/dist-cjs/commands/UpdateInputDeviceCommand.js +2 -3
  56. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +2 -3
  57. package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -3
  58. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -3
  59. package/dist-cjs/commands/UpdateReservationCommand.js +2 -3
  60. package/dist-cjs/models/models_0.js +1 -579
  61. package/dist-cjs/models/models_1.js +1 -728
  62. package/dist-cjs/models/models_2.js +0 -101
  63. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +2 -3
  64. package/dist-es/commands/BatchDeleteCommand.js +2 -3
  65. package/dist-es/commands/BatchStartCommand.js +2 -3
  66. package/dist-es/commands/BatchStopCommand.js +2 -3
  67. package/dist-es/commands/BatchUpdateScheduleCommand.js +2 -3
  68. package/dist-es/commands/CancelInputDeviceTransferCommand.js +2 -3
  69. package/dist-es/commands/ClaimDeviceCommand.js +2 -3
  70. package/dist-es/commands/CreateChannelCommand.js +2 -3
  71. package/dist-es/commands/CreateInputCommand.js +2 -3
  72. package/dist-es/commands/CreateInputSecurityGroupCommand.js +2 -3
  73. package/dist-es/commands/CreateMultiplexCommand.js +2 -3
  74. package/dist-es/commands/CreateMultiplexProgramCommand.js +2 -3
  75. package/dist-es/commands/CreatePartnerInputCommand.js +2 -3
  76. package/dist-es/commands/CreateTagsCommand.js +2 -3
  77. package/dist-es/commands/DeleteChannelCommand.js +2 -3
  78. package/dist-es/commands/DeleteInputCommand.js +2 -3
  79. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +2 -3
  80. package/dist-es/commands/DeleteMultiplexCommand.js +2 -3
  81. package/dist-es/commands/DeleteMultiplexProgramCommand.js +2 -3
  82. package/dist-es/commands/DeleteReservationCommand.js +2 -3
  83. package/dist-es/commands/DeleteScheduleCommand.js +2 -3
  84. package/dist-es/commands/DeleteTagsCommand.js +2 -3
  85. package/dist-es/commands/DescribeChannelCommand.js +2 -3
  86. package/dist-es/commands/DescribeInputCommand.js +2 -3
  87. package/dist-es/commands/DescribeInputDeviceCommand.js +2 -3
  88. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
  89. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +2 -3
  90. package/dist-es/commands/DescribeMultiplexCommand.js +2 -3
  91. package/dist-es/commands/DescribeMultiplexProgramCommand.js +2 -3
  92. package/dist-es/commands/DescribeOfferingCommand.js +2 -3
  93. package/dist-es/commands/DescribeReservationCommand.js +2 -3
  94. package/dist-es/commands/DescribeScheduleCommand.js +2 -3
  95. package/dist-es/commands/ListChannelsCommand.js +2 -3
  96. package/dist-es/commands/ListInputDeviceTransfersCommand.js +2 -3
  97. package/dist-es/commands/ListInputDevicesCommand.js +2 -3
  98. package/dist-es/commands/ListInputSecurityGroupsCommand.js +2 -3
  99. package/dist-es/commands/ListInputsCommand.js +2 -3
  100. package/dist-es/commands/ListMultiplexProgramsCommand.js +2 -3
  101. package/dist-es/commands/ListMultiplexesCommand.js +2 -3
  102. package/dist-es/commands/ListOfferingsCommand.js +2 -3
  103. package/dist-es/commands/ListReservationsCommand.js +2 -3
  104. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  105. package/dist-es/commands/PurchaseOfferingCommand.js +2 -3
  106. package/dist-es/commands/RebootInputDeviceCommand.js +2 -3
  107. package/dist-es/commands/RejectInputDeviceTransferCommand.js +2 -3
  108. package/dist-es/commands/StartChannelCommand.js +2 -3
  109. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -4
  110. package/dist-es/commands/StartMultiplexCommand.js +2 -3
  111. package/dist-es/commands/StopChannelCommand.js +2 -3
  112. package/dist-es/commands/StopMultiplexCommand.js +2 -3
  113. package/dist-es/commands/TransferInputDeviceCommand.js +2 -3
  114. package/dist-es/commands/UpdateChannelClassCommand.js +2 -3
  115. package/dist-es/commands/UpdateChannelCommand.js +2 -3
  116. package/dist-es/commands/UpdateInputCommand.js +2 -3
  117. package/dist-es/commands/UpdateInputDeviceCommand.js +2 -3
  118. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +2 -3
  119. package/dist-es/commands/UpdateMultiplexCommand.js +2 -3
  120. package/dist-es/commands/UpdateMultiplexProgramCommand.js +2 -3
  121. package/dist-es/commands/UpdateReservationCommand.js +2 -3
  122. package/dist-es/models/models_0.js +0 -432
  123. package/dist-es/models/models_1.js +0 -543
  124. package/dist-es/models/models_2.js +1 -75
  125. package/dist-types/MediaLive.d.ts +60 -0
  126. package/dist-types/MediaLiveClient.d.ts +24 -4
  127. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +16 -0
  128. package/dist-types/commands/BatchDeleteCommand.d.ts +16 -0
  129. package/dist-types/commands/BatchStartCommand.d.ts +16 -0
  130. package/dist-types/commands/BatchStopCommand.d.ts +16 -0
  131. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +16 -0
  132. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +16 -0
  133. package/dist-types/commands/ClaimDeviceCommand.d.ts +16 -0
  134. package/dist-types/commands/CreateChannelCommand.d.ts +16 -0
  135. package/dist-types/commands/CreateInputCommand.d.ts +16 -0
  136. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +16 -0
  137. package/dist-types/commands/CreateMultiplexCommand.d.ts +16 -0
  138. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +16 -0
  139. package/dist-types/commands/CreatePartnerInputCommand.d.ts +16 -0
  140. package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
  141. package/dist-types/commands/DeleteChannelCommand.d.ts +16 -0
  142. package/dist-types/commands/DeleteInputCommand.d.ts +16 -0
  143. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +16 -0
  144. package/dist-types/commands/DeleteMultiplexCommand.d.ts +16 -0
  145. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +16 -0
  146. package/dist-types/commands/DeleteReservationCommand.d.ts +16 -0
  147. package/dist-types/commands/DeleteScheduleCommand.d.ts +16 -0
  148. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  149. package/dist-types/commands/DescribeChannelCommand.d.ts +16 -0
  150. package/dist-types/commands/DescribeInputCommand.d.ts +16 -0
  151. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +16 -0
  152. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +16 -0
  153. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +16 -0
  154. package/dist-types/commands/DescribeMultiplexCommand.d.ts +16 -0
  155. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +16 -0
  156. package/dist-types/commands/DescribeOfferingCommand.d.ts +16 -0
  157. package/dist-types/commands/DescribeReservationCommand.d.ts +16 -0
  158. package/dist-types/commands/DescribeScheduleCommand.d.ts +16 -0
  159. package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
  160. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +16 -0
  161. package/dist-types/commands/ListInputDevicesCommand.d.ts +16 -0
  162. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +16 -0
  163. package/dist-types/commands/ListInputsCommand.d.ts +16 -0
  164. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +16 -0
  165. package/dist-types/commands/ListMultiplexesCommand.d.ts +16 -0
  166. package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
  167. package/dist-types/commands/ListReservationsCommand.d.ts +16 -0
  168. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  169. package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
  170. package/dist-types/commands/RebootInputDeviceCommand.d.ts +16 -0
  171. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +16 -0
  172. package/dist-types/commands/StartChannelCommand.d.ts +16 -0
  173. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +16 -0
  174. package/dist-types/commands/StartMultiplexCommand.d.ts +16 -0
  175. package/dist-types/commands/StopChannelCommand.d.ts +16 -0
  176. package/dist-types/commands/StopMultiplexCommand.d.ts +16 -0
  177. package/dist-types/commands/TransferInputDeviceCommand.d.ts +16 -0
  178. package/dist-types/commands/UpdateChannelClassCommand.d.ts +16 -0
  179. package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
  180. package/dist-types/commands/UpdateInputCommand.d.ts +16 -0
  181. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +16 -0
  182. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +16 -0
  183. package/dist-types/commands/UpdateMultiplexCommand.d.ts +16 -0
  184. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +16 -0
  185. package/dist-types/commands/UpdateReservationCommand.d.ts +16 -0
  186. package/dist-types/models/MediaLiveServiceException.d.ts +2 -0
  187. package/dist-types/models/models_0.d.ts +612 -576
  188. package/dist-types/models/models_1.d.ts +518 -724
  189. package/dist-types/models/models_2.d.ts +25 -100
  190. package/dist-types/pagination/DescribeSchedulePaginator.d.ts +3 -0
  191. package/dist-types/pagination/Interfaces.d.ts +3 -0
  192. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  193. package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +3 -0
  194. package/dist-types/pagination/ListInputDevicesPaginator.d.ts +3 -0
  195. package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +3 -0
  196. package/dist-types/pagination/ListInputsPaginator.d.ts +3 -0
  197. package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +3 -0
  198. package/dist-types/pagination/ListMultiplexesPaginator.d.ts +3 -0
  199. package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
  200. package/dist-types/pagination/ListReservationsPaginator.d.ts +3 -0
  201. package/dist-types/ts3.4/models/models_0.d.ts +0 -402
  202. package/dist-types/ts3.4/models/models_1.d.ts +0 -527
  203. package/dist-types/ts3.4/models/models_2.d.ts +0 -75
  204. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeInputSecurityGroupRequestFilterSensitiveLog, DescribeInputSecurityGroupResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1DescribeInputSecurityGroupCommand, serializeAws_restJson1DescribeInputSecurityGroupCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DescribeInputSecurityGroupCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DescribeInputSecurityGroupCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DescribeInputSecurityGroupRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DescribeInputSecurityGroupResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeMultiplexRequestFilterSensitiveLog, DescribeMultiplexResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1DescribeMultiplexCommand, serializeAws_restJson1DescribeMultiplexCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DescribeMultiplexCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DescribeMultiplexCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DescribeMultiplexRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DescribeMultiplexResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeMultiplexProgramRequestFilterSensitiveLog, DescribeMultiplexProgramResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1DescribeMultiplexProgramCommand, serializeAws_restJson1DescribeMultiplexProgramCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DescribeMultiplexProgramCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DescribeMultiplexProgramCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DescribeMultiplexProgramRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DescribeMultiplexProgramResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeOfferingRequestFilterSensitiveLog, DescribeOfferingResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1DescribeOfferingCommand, serializeAws_restJson1DescribeOfferingCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DescribeOfferingCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DescribeOfferingCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DescribeOfferingRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DescribeOfferingResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeReservationRequestFilterSensitiveLog, DescribeReservationResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1DescribeReservationCommand, serializeAws_restJson1DescribeReservationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DescribeReservationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DescribeReservationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DescribeReservationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DescribeReservationResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeScheduleRequestFilterSensitiveLog, DescribeScheduleResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1DescribeScheduleCommand, serializeAws_restJson1DescribeScheduleCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DescribeScheduleCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DescribeScheduleCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DescribeScheduleRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DescribeScheduleResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListChannelsRequestFilterSensitiveLog, ListChannelsResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1ListChannelsCommand, serializeAws_restJson1ListChannelsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListChannelsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListChannelsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListChannelsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListChannelsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListInputDeviceTransfersRequestFilterSensitiveLog, ListInputDeviceTransfersResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1ListInputDeviceTransfersCommand, serializeAws_restJson1ListInputDeviceTransfersCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListInputDeviceTransfersCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListInputDeviceTransfersCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListInputDeviceTransfersRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListInputDeviceTransfersResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListInputDevicesRequestFilterSensitiveLog, ListInputDevicesResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1ListInputDevicesCommand, serializeAws_restJson1ListInputDevicesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListInputDevicesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListInputDevicesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListInputDevicesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListInputDevicesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListInputSecurityGroupsRequestFilterSensitiveLog, ListInputSecurityGroupsResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1ListInputSecurityGroupsCommand, serializeAws_restJson1ListInputSecurityGroupsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListInputSecurityGroupsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListInputSecurityGroupsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListInputSecurityGroupsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListInputSecurityGroupsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListInputsRequestFilterSensitiveLog, ListInputsResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1ListInputsCommand, serializeAws_restJson1ListInputsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListInputsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListInputsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListInputsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListInputsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListMultiplexProgramsRequestFilterSensitiveLog, ListMultiplexProgramsResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1ListMultiplexProgramsCommand, serializeAws_restJson1ListMultiplexProgramsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListMultiplexProgramsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListMultiplexProgramsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListMultiplexProgramsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListMultiplexProgramsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListMultiplexesRequestFilterSensitiveLog, ListMultiplexesResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1ListMultiplexesCommand, serializeAws_restJson1ListMultiplexesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListMultiplexesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListMultiplexesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListMultiplexesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListMultiplexesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListOfferingsRequestFilterSensitiveLog, ListOfferingsResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1ListOfferingsCommand, serializeAws_restJson1ListOfferingsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListOfferingsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListOfferingsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListOfferingsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListOfferingsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListReservationsRequestFilterSensitiveLog, ListReservationsResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1ListReservationsCommand, serializeAws_restJson1ListReservationsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListReservationsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListReservationsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListReservationsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListReservationsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListTagsForResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PurchaseOfferingRequestFilterSensitiveLog, PurchaseOfferingResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1PurchaseOfferingCommand, serializeAws_restJson1PurchaseOfferingCommand, } from "../protocols/Aws_restJson1";
6
5
  export class PurchaseOfferingCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PurchaseOfferingCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PurchaseOfferingRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: PurchaseOfferingResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RebootInputDeviceRequestFilterSensitiveLog, RebootInputDeviceResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1RebootInputDeviceCommand, serializeAws_restJson1RebootInputDeviceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class RebootInputDeviceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class RebootInputDeviceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: RebootInputDeviceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: RebootInputDeviceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RejectInputDeviceTransferRequestFilterSensitiveLog, RejectInputDeviceTransferResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1RejectInputDeviceTransferCommand, serializeAws_restJson1RejectInputDeviceTransferCommand, } from "../protocols/Aws_restJson1";
6
5
  export class RejectInputDeviceTransferCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class RejectInputDeviceTransferCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: RejectInputDeviceTransferRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: RejectInputDeviceTransferResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartChannelRequestFilterSensitiveLog, StartChannelResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_restJson1StartChannelCommand, serializeAws_restJson1StartChannelCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StartChannelCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StartChannelCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StartChannelRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StartChannelResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,8 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog, } from "../models/models_1";
5
- import { StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog, } from "../models/models_2";
6
4
  import { deserializeAws_restJson1StartInputDeviceMaintenanceWindowCommand, serializeAws_restJson1StartInputDeviceMaintenanceWindowCommand, } from "../protocols/Aws_restJson1";
7
5
  export class StartInputDeviceMaintenanceWindowCommand extends $Command {
8
6
  static getEndpointParameterInstructions() {
@@ -28,8 +26,8 @@ export class StartInputDeviceMaintenanceWindowCommand extends $Command {
28
26
  logger,
29
27
  clientName,
30
28
  commandName,
31
- inputFilterSensitiveLog: StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog,
32
- outputFilterSensitiveLog: StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
33
31
  };
34
32
  const { requestHandler } = configuration;
35
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartMultiplexRequestFilterSensitiveLog, StartMultiplexResponseFilterSensitiveLog, } from "../models/models_2";
5
4
  import { deserializeAws_restJson1StartMultiplexCommand, serializeAws_restJson1StartMultiplexCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StartMultiplexCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StartMultiplexCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StartMultiplexRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StartMultiplexResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StopChannelRequestFilterSensitiveLog, StopChannelResponseFilterSensitiveLog, } from "../models/models_2";
5
4
  import { deserializeAws_restJson1StopChannelCommand, serializeAws_restJson1StopChannelCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StopChannelCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StopChannelCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StopChannelRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StopChannelResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StopMultiplexRequestFilterSensitiveLog, StopMultiplexResponseFilterSensitiveLog, } from "../models/models_2";
5
4
  import { deserializeAws_restJson1StopMultiplexCommand, serializeAws_restJson1StopMultiplexCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StopMultiplexCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StopMultiplexCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StopMultiplexRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StopMultiplexResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TransferInputDeviceRequestFilterSensitiveLog, TransferInputDeviceResponseFilterSensitiveLog, } from "../models/models_2";
5
4
  import { deserializeAws_restJson1TransferInputDeviceCommand, serializeAws_restJson1TransferInputDeviceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class TransferInputDeviceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TransferInputDeviceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TransferInputDeviceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: TransferInputDeviceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateChannelClassRequestFilterSensitiveLog, UpdateChannelClassResponseFilterSensitiveLog, } from "../models/models_2";
5
4
  import { deserializeAws_restJson1UpdateChannelClassCommand, serializeAws_restJson1UpdateChannelClassCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateChannelClassCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateChannelClassCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateChannelClassRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateChannelClassResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateChannelRequestFilterSensitiveLog, UpdateChannelResponseFilterSensitiveLog, } from "../models/models_2";
5
4
  import { deserializeAws_restJson1UpdateChannelCommand, serializeAws_restJson1UpdateChannelCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateChannelCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateChannelCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateChannelRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateChannelResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateInputRequestFilterSensitiveLog, UpdateInputResponseFilterSensitiveLog, } from "../models/models_2";
5
4
  import { deserializeAws_restJson1UpdateInputCommand, serializeAws_restJson1UpdateInputCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateInputCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateInputCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateInputRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateInputResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateInputDeviceRequestFilterSensitiveLog, UpdateInputDeviceResponseFilterSensitiveLog, } from "../models/models_2";
5
4
  import { deserializeAws_restJson1UpdateInputDeviceCommand, serializeAws_restJson1UpdateInputDeviceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateInputDeviceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateInputDeviceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateInputDeviceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateInputDeviceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateInputSecurityGroupRequestFilterSensitiveLog, UpdateInputSecurityGroupResponseFilterSensitiveLog, } from "../models/models_2";
5
4
  import { deserializeAws_restJson1UpdateInputSecurityGroupCommand, serializeAws_restJson1UpdateInputSecurityGroupCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateInputSecurityGroupCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateInputSecurityGroupCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateInputSecurityGroupRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateInputSecurityGroupResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateMultiplexRequestFilterSensitiveLog, UpdateMultiplexResponseFilterSensitiveLog, } from "../models/models_2";
5
4
  import { deserializeAws_restJson1UpdateMultiplexCommand, serializeAws_restJson1UpdateMultiplexCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateMultiplexCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateMultiplexCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateMultiplexRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateMultiplexResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);