@aws-sdk/client-medialive 3.131.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/MediaLive.js +30 -0
  4. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDeleteCommand.js +2 -2
  6. package/dist-cjs/commands/BatchStartCommand.js +2 -2
  7. package/dist-cjs/commands/BatchStopCommand.js +2 -2
  8. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -2
  9. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -2
  10. package/dist-cjs/commands/ClaimDeviceCommand.js +2 -2
  11. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  12. package/dist-cjs/commands/CreateInputCommand.js +2 -2
  13. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -2
  14. package/dist-cjs/commands/CreateMultiplexCommand.js +2 -2
  15. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -2
  16. package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -2
  17. package/dist-cjs/commands/CreateTagsCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteInputCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteReservationCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
  26. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeInputCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
  36. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  37. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -2
  38. package/dist-cjs/commands/ListInputDevicesCommand.js +2 -2
  39. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -2
  40. package/dist-cjs/commands/ListInputsCommand.js +2 -2
  41. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -2
  42. package/dist-cjs/commands/ListMultiplexesCommand.js +2 -2
  43. package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
  44. package/dist-cjs/commands/ListReservationsCommand.js +2 -2
  45. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  46. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
  47. package/dist-cjs/commands/RebootInputDeviceCommand.js +36 -0
  48. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
  49. package/dist-cjs/commands/StartChannelCommand.js +2 -2
  50. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +36 -0
  51. package/dist-cjs/commands/StartMultiplexCommand.js +2 -2
  52. package/dist-cjs/commands/StopChannelCommand.js +2 -2
  53. package/dist-cjs/commands/StopMultiplexCommand.js +2 -2
  54. package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateInputCommand.js +3 -2
  58. package/dist-cjs/commands/UpdateInputDeviceCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateReservationCommand.js +2 -2
  63. package/dist-cjs/commands/index.js +2 -0
  64. package/dist-cjs/models/models_0.js +574 -858
  65. package/dist-cjs/models/models_1.js +779 -1164
  66. package/dist-cjs/models/models_2.js +45 -37
  67. package/dist-cjs/protocols/Aws_restJson1.js +171 -3
  68. package/dist-es/MediaLive.js +30 -0
  69. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
  70. package/dist-es/commands/BatchDeleteCommand.js +3 -3
  71. package/dist-es/commands/BatchStartCommand.js +3 -3
  72. package/dist-es/commands/BatchStopCommand.js +3 -3
  73. package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
  74. package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
  75. package/dist-es/commands/ClaimDeviceCommand.js +3 -3
  76. package/dist-es/commands/CreateChannelCommand.js +3 -3
  77. package/dist-es/commands/CreateInputCommand.js +3 -3
  78. package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
  79. package/dist-es/commands/CreateMultiplexCommand.js +3 -3
  80. package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
  81. package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
  82. package/dist-es/commands/CreateTagsCommand.js +2 -2
  83. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  84. package/dist-es/commands/DeleteInputCommand.js +3 -3
  85. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
  86. package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
  87. package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
  88. package/dist-es/commands/DeleteReservationCommand.js +3 -3
  89. package/dist-es/commands/DeleteScheduleCommand.js +3 -3
  90. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  91. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  92. package/dist-es/commands/DescribeInputCommand.js +3 -3
  93. package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
  94. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
  95. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
  96. package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
  97. package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
  98. package/dist-es/commands/DescribeOfferingCommand.js +3 -3
  99. package/dist-es/commands/DescribeReservationCommand.js +3 -3
  100. package/dist-es/commands/DescribeScheduleCommand.js +3 -3
  101. package/dist-es/commands/ListChannelsCommand.js +3 -3
  102. package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
  103. package/dist-es/commands/ListInputDevicesCommand.js +3 -3
  104. package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
  105. package/dist-es/commands/ListInputsCommand.js +3 -3
  106. package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
  107. package/dist-es/commands/ListMultiplexesCommand.js +3 -3
  108. package/dist-es/commands/ListOfferingsCommand.js +3 -3
  109. package/dist-es/commands/ListReservationsCommand.js +3 -3
  110. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  111. package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
  112. package/dist-es/commands/RebootInputDeviceCommand.js +39 -0
  113. package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
  114. package/dist-es/commands/StartChannelCommand.js +3 -3
  115. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +39 -0
  116. package/dist-es/commands/StartMultiplexCommand.js +3 -3
  117. package/dist-es/commands/StopChannelCommand.js +3 -3
  118. package/dist-es/commands/StopMultiplexCommand.js +3 -3
  119. package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
  120. package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
  121. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  122. package/dist-es/commands/UpdateInputCommand.js +4 -3
  123. package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
  124. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
  125. package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
  126. package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
  127. package/dist-es/commands/UpdateReservationCommand.js +3 -3
  128. package/dist-es/commands/index.js +2 -0
  129. package/dist-es/models/models_0.js +142 -568
  130. package/dist-es/models/models_1.js +197 -772
  131. package/dist-es/models/models_2.js +11 -24
  132. package/dist-es/protocols/Aws_restJson1.js +224 -0
  133. package/dist-types/MediaLive.d.ts +14 -0
  134. package/dist-types/MediaLiveClient.d.ts +4 -2
  135. package/dist-types/commands/RebootInputDeviceCommand.d.ts +35 -0
  136. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +35 -0
  137. package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
  138. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
  139. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
  140. package/dist-types/commands/index.d.ts +2 -0
  141. package/dist-types/models/models_0.d.ts +568 -852
  142. package/dist-types/models/models_1.d.ts +788 -1251
  143. package/dist-types/models/models_2.d.ts +155 -37
  144. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  145. package/dist-types/ts3.4/MediaLive.d.ts +10 -0
  146. package/dist-types/ts3.4/MediaLiveClient.d.ts +4 -2
  147. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -1
  150. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  153. package/dist-types/ts3.4/models/models_0.d.ts +284 -568
  154. package/dist-types/ts3.4/models/models_1.d.ts +397 -820
  155. package/dist-types/ts3.4/models/models_2.d.ts +81 -25
  156. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  157. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
18
+
19
+
20
+ ### Features
21
+
22
+ * **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.136.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.135.0...v3.136.0) (2022-07-22)
29
+
30
+
31
+ ### Features
32
+
33
+ * **client-medialive:** Link devices now support remote rebooting. Link devices now support maintenance windows. Maintenance windows allow a Link device to install software updates without stopping the MediaLive channel. The channel will experience a brief loss of input from the device while updates are installed. ([3cef41f](https://github.com/aws/aws-sdk-js-v3/commit/3cef41f821a5c7f34ca7a7d0ba3f63fffdf25b56))
34
+
35
+
36
+
37
+
38
+
6
39
  # [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
7
40
 
8
41
  **Note:** Version bump only for package @aws-sdk/client-medialive
package/README.md CHANGED
@@ -165,7 +165,7 @@ try {
165
165
  const data = await client.send(command);
166
166
  // process data.
167
167
  } catch (error) {
168
- const { requestId, cfId, extendedRequestId } = error.$metadata;
168
+ const { requestId, cfId, extendedRequestId } = error.$$metadata;
169
169
  console.log({ requestId, cfId, extendedRequestId });
170
170
  /**
171
171
  * The keys within exceptions are also parsed.
@@ -44,8 +44,10 @@ const ListOfferingsCommand_1 = require("./commands/ListOfferingsCommand");
44
44
  const ListReservationsCommand_1 = require("./commands/ListReservationsCommand");
45
45
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
46
46
  const PurchaseOfferingCommand_1 = require("./commands/PurchaseOfferingCommand");
47
+ const RebootInputDeviceCommand_1 = require("./commands/RebootInputDeviceCommand");
47
48
  const RejectInputDeviceTransferCommand_1 = require("./commands/RejectInputDeviceTransferCommand");
48
49
  const StartChannelCommand_1 = require("./commands/StartChannelCommand");
50
+ const StartInputDeviceMaintenanceWindowCommand_1 = require("./commands/StartInputDeviceMaintenanceWindowCommand");
49
51
  const StartMultiplexCommand_1 = require("./commands/StartMultiplexCommand");
50
52
  const StopChannelCommand_1 = require("./commands/StopChannelCommand");
51
53
  const StopMultiplexCommand_1 = require("./commands/StopMultiplexCommand");
@@ -662,6 +664,20 @@ class MediaLive extends MediaLiveClient_1.MediaLiveClient {
662
664
  return this.send(command, optionsOrCb);
663
665
  }
664
666
  }
667
+ rebootInputDevice(args, optionsOrCb, cb) {
668
+ const command = new RebootInputDeviceCommand_1.RebootInputDeviceCommand(args);
669
+ if (typeof optionsOrCb === "function") {
670
+ this.send(command, optionsOrCb);
671
+ }
672
+ else if (typeof cb === "function") {
673
+ if (typeof optionsOrCb !== "object")
674
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
675
+ this.send(command, optionsOrCb || {}, cb);
676
+ }
677
+ else {
678
+ return this.send(command, optionsOrCb);
679
+ }
680
+ }
665
681
  rejectInputDeviceTransfer(args, optionsOrCb, cb) {
666
682
  const command = new RejectInputDeviceTransferCommand_1.RejectInputDeviceTransferCommand(args);
667
683
  if (typeof optionsOrCb === "function") {
@@ -690,6 +706,20 @@ class MediaLive extends MediaLiveClient_1.MediaLiveClient {
690
706
  return this.send(command, optionsOrCb);
691
707
  }
692
708
  }
709
+ startInputDeviceMaintenanceWindow(args, optionsOrCb, cb) {
710
+ const command = new StartInputDeviceMaintenanceWindowCommand_1.StartInputDeviceMaintenanceWindowCommand(args);
711
+ if (typeof optionsOrCb === "function") {
712
+ this.send(command, optionsOrCb);
713
+ }
714
+ else if (typeof cb === "function") {
715
+ if (typeof optionsOrCb !== "object")
716
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
717
+ this.send(command, optionsOrCb || {}, cb);
718
+ }
719
+ else {
720
+ return this.send(command, optionsOrCb);
721
+ }
722
+ }
693
723
  startMultiplex(args, optionsOrCb, cb) {
694
724
  const command = new StartMultiplexCommand_1.StartMultiplexCommand(args);
695
725
  if (typeof optionsOrCb === "function") {
@@ -20,8 +20,8 @@ class AcceptInputDeviceTransferCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.AcceptInputDeviceTransferRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.AcceptInputDeviceTransferResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.AcceptInputDeviceTransferRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.AcceptInputDeviceTransferResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class BatchDeleteCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.BatchDeleteRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.BatchDeleteResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.BatchDeleteRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.BatchDeleteResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class BatchStartCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.BatchStartRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.BatchStartResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.BatchStartRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.BatchStartResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class BatchStopCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.BatchStopRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.BatchStopResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.BatchStopRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.BatchStopResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class BatchUpdateScheduleCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.BatchUpdateScheduleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.BatchUpdateScheduleResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.BatchUpdateScheduleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.BatchUpdateScheduleResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CancelInputDeviceTransferCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.CancelInputDeviceTransferRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.CancelInputDeviceTransferResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.CancelInputDeviceTransferRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.CancelInputDeviceTransferResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ClaimDeviceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.ClaimDeviceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.ClaimDeviceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.ClaimDeviceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.ClaimDeviceResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateChannelCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.CreateChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.CreateChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.CreateChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.CreateChannelResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateInputCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.CreateInputRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.CreateInputResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.CreateInputRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.CreateInputResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateInputSecurityGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.CreateInputSecurityGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.CreateInputSecurityGroupResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.CreateInputSecurityGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.CreateInputSecurityGroupResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateMultiplexCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.CreateMultiplexRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.CreateMultiplexResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.CreateMultiplexRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.CreateMultiplexResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateMultiplexProgramCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.CreateMultiplexProgramRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.CreateMultiplexProgramResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.CreateMultiplexProgramRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.CreateMultiplexProgramResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreatePartnerInputCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.CreatePartnerInputRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.CreatePartnerInputResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.CreatePartnerInputRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.CreatePartnerInputResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,7 +20,7 @@ class CreateTagsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.CreateTagsRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.CreateTagsRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,8 +20,8 @@ class DeleteChannelCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DeleteChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DeleteChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DeleteChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DeleteChannelResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DeleteInputCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DeleteInputRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DeleteInputResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DeleteInputRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DeleteInputResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DeleteInputSecurityGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DeleteInputSecurityGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DeleteInputSecurityGroupResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DeleteInputSecurityGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DeleteInputSecurityGroupResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DeleteMultiplexCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DeleteMultiplexRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DeleteMultiplexResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DeleteMultiplexRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DeleteMultiplexResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DeleteMultiplexProgramCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DeleteMultiplexProgramRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DeleteMultiplexProgramResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DeleteMultiplexProgramRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DeleteMultiplexProgramResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DeleteReservationCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DeleteReservationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DeleteReservationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DeleteReservationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DeleteReservationResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DeleteScheduleCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DeleteScheduleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DeleteScheduleResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DeleteScheduleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DeleteScheduleResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,7 +20,7 @@ class DeleteTagsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DeleteTagsRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DeleteTagsRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,8 +20,8 @@ class DescribeChannelCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DescribeChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DescribeChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DescribeChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DescribeChannelResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DescribeInputCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DescribeInputRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DescribeInputResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DescribeInputRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DescribeInputResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DescribeInputDeviceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DescribeInputDeviceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DescribeInputDeviceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DescribeInputDeviceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DescribeInputDeviceResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DescribeInputDeviceThumbnailCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DescribeInputDeviceThumbnailRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DescribeInputDeviceThumbnailResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DescribeInputDeviceThumbnailRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DescribeInputDeviceThumbnailResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DescribeInputSecurityGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DescribeInputSecurityGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DescribeInputSecurityGroupResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DescribeInputSecurityGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DescribeInputSecurityGroupResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DescribeMultiplexCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DescribeMultiplexRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DescribeMultiplexResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DescribeMultiplexRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DescribeMultiplexResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DescribeMultiplexProgramCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DescribeMultiplexProgramRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DescribeMultiplexProgramResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DescribeMultiplexProgramRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DescribeMultiplexProgramResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DescribeOfferingCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DescribeOfferingRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DescribeOfferingResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DescribeOfferingRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DescribeOfferingResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DescribeReservationCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DescribeReservationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DescribeReservationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DescribeReservationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DescribeReservationResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class DescribeScheduleCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.DescribeScheduleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.DescribeScheduleResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DescribeScheduleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DescribeScheduleResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListChannelsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.ListChannelsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.ListChannelsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.ListChannelsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.ListChannelsResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListInputDeviceTransfersCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.ListInputDeviceTransfersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.ListInputDeviceTransfersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.ListInputDeviceTransfersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.ListInputDeviceTransfersResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListInputDevicesCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.ListInputDevicesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.ListInputDevicesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.ListInputDevicesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.ListInputDevicesResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListInputSecurityGroupsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.ListInputSecurityGroupsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.ListInputSecurityGroupsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.ListInputSecurityGroupsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.ListInputSecurityGroupsResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListInputsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.ListInputsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.ListInputsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.ListInputsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.ListInputsResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListMultiplexProgramsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.ListMultiplexProgramsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.ListMultiplexProgramsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.ListMultiplexProgramsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.ListMultiplexProgramsResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListMultiplexesCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.ListMultiplexesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.ListMultiplexesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.ListMultiplexesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.ListMultiplexesResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListOfferingsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.ListOfferingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.ListOfferingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.ListOfferingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.ListOfferingsResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListReservationsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.ListReservationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.ListReservationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.ListReservationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.ListReservationsResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);