@aws-sdk/client-medialive 3.337.0 → 3.341.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 (249) hide show
  1. package/dist-cjs/MediaLiveClient.js +2 -1
  2. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -1
  3. package/dist-cjs/commands/BatchDeleteCommand.js +2 -1
  4. package/dist-cjs/commands/BatchStartCommand.js +2 -1
  5. package/dist-cjs/commands/BatchStopCommand.js +2 -1
  6. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -1
  7. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -1
  8. package/dist-cjs/commands/ClaimDeviceCommand.js +2 -1
  9. package/dist-cjs/commands/CreateChannelCommand.js +2 -1
  10. package/dist-cjs/commands/CreateInputCommand.js +2 -1
  11. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -1
  12. package/dist-cjs/commands/CreateMultiplexCommand.js +2 -1
  13. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -1
  14. package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -1
  15. package/dist-cjs/commands/CreateTagsCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteChannelCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteInputCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -1
  21. package/dist-cjs/commands/DeleteReservationCommand.js +2 -1
  22. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -1
  23. package/dist-cjs/commands/DeleteTagsCommand.js +2 -1
  24. package/dist-cjs/commands/DescribeChannelCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeInputCommand.js +2 -1
  26. package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -1
  29. package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -1
  30. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -1
  31. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -1
  32. package/dist-cjs/commands/DescribeReservationCommand.js +2 -1
  33. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -1
  34. package/dist-cjs/commands/ListChannelsCommand.js +2 -1
  35. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -1
  36. package/dist-cjs/commands/ListInputDevicesCommand.js +2 -1
  37. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -1
  38. package/dist-cjs/commands/ListInputsCommand.js +2 -1
  39. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -1
  40. package/dist-cjs/commands/ListMultiplexesCommand.js +2 -1
  41. package/dist-cjs/commands/ListOfferingsCommand.js +2 -1
  42. package/dist-cjs/commands/ListReservationsCommand.js +2 -1
  43. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  44. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -1
  45. package/dist-cjs/commands/RebootInputDeviceCommand.js +2 -1
  46. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -1
  47. package/dist-cjs/commands/StartChannelCommand.js +2 -1
  48. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -1
  49. package/dist-cjs/commands/StartMultiplexCommand.js +2 -1
  50. package/dist-cjs/commands/StopChannelCommand.js +2 -1
  51. package/dist-cjs/commands/StopMultiplexCommand.js +2 -1
  52. package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -1
  53. package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -1
  54. package/dist-cjs/commands/UpdateChannelCommand.js +2 -1
  55. package/dist-cjs/commands/UpdateInputCommand.js +2 -1
  56. package/dist-cjs/commands/UpdateInputDeviceCommand.js +2 -1
  57. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +2 -1
  58. package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -1
  59. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -1
  60. package/dist-cjs/commands/UpdateReservationCommand.js +2 -1
  61. package/dist-cjs/index.js +2 -2
  62. package/dist-cjs/models/MediaLiveServiceException.js +2 -1
  63. package/dist-es/MediaLiveClient.js +1 -0
  64. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +1 -0
  65. package/dist-es/commands/BatchDeleteCommand.js +1 -0
  66. package/dist-es/commands/BatchStartCommand.js +1 -0
  67. package/dist-es/commands/BatchStopCommand.js +1 -0
  68. package/dist-es/commands/BatchUpdateScheduleCommand.js +1 -0
  69. package/dist-es/commands/CancelInputDeviceTransferCommand.js +1 -0
  70. package/dist-es/commands/ClaimDeviceCommand.js +1 -0
  71. package/dist-es/commands/CreateChannelCommand.js +1 -0
  72. package/dist-es/commands/CreateInputCommand.js +1 -0
  73. package/dist-es/commands/CreateInputSecurityGroupCommand.js +1 -0
  74. package/dist-es/commands/CreateMultiplexCommand.js +1 -0
  75. package/dist-es/commands/CreateMultiplexProgramCommand.js +1 -0
  76. package/dist-es/commands/CreatePartnerInputCommand.js +1 -0
  77. package/dist-es/commands/CreateTagsCommand.js +1 -0
  78. package/dist-es/commands/DeleteChannelCommand.js +1 -0
  79. package/dist-es/commands/DeleteInputCommand.js +1 -0
  80. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +1 -0
  81. package/dist-es/commands/DeleteMultiplexCommand.js +1 -0
  82. package/dist-es/commands/DeleteMultiplexProgramCommand.js +1 -0
  83. package/dist-es/commands/DeleteReservationCommand.js +1 -0
  84. package/dist-es/commands/DeleteScheduleCommand.js +1 -0
  85. package/dist-es/commands/DeleteTagsCommand.js +1 -0
  86. package/dist-es/commands/DescribeChannelCommand.js +1 -0
  87. package/dist-es/commands/DescribeInputCommand.js +1 -0
  88. package/dist-es/commands/DescribeInputDeviceCommand.js +1 -0
  89. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -0
  90. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +1 -0
  91. package/dist-es/commands/DescribeMultiplexCommand.js +1 -0
  92. package/dist-es/commands/DescribeMultiplexProgramCommand.js +1 -0
  93. package/dist-es/commands/DescribeOfferingCommand.js +1 -0
  94. package/dist-es/commands/DescribeReservationCommand.js +1 -0
  95. package/dist-es/commands/DescribeScheduleCommand.js +1 -0
  96. package/dist-es/commands/ListChannelsCommand.js +1 -0
  97. package/dist-es/commands/ListInputDeviceTransfersCommand.js +1 -0
  98. package/dist-es/commands/ListInputDevicesCommand.js +1 -0
  99. package/dist-es/commands/ListInputSecurityGroupsCommand.js +1 -0
  100. package/dist-es/commands/ListInputsCommand.js +1 -0
  101. package/dist-es/commands/ListMultiplexProgramsCommand.js +1 -0
  102. package/dist-es/commands/ListMultiplexesCommand.js +1 -0
  103. package/dist-es/commands/ListOfferingsCommand.js +1 -0
  104. package/dist-es/commands/ListReservationsCommand.js +1 -0
  105. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  106. package/dist-es/commands/PurchaseOfferingCommand.js +1 -0
  107. package/dist-es/commands/RebootInputDeviceCommand.js +1 -0
  108. package/dist-es/commands/RejectInputDeviceTransferCommand.js +1 -0
  109. package/dist-es/commands/StartChannelCommand.js +1 -0
  110. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +1 -0
  111. package/dist-es/commands/StartMultiplexCommand.js +1 -0
  112. package/dist-es/commands/StopChannelCommand.js +1 -0
  113. package/dist-es/commands/StopMultiplexCommand.js +1 -0
  114. package/dist-es/commands/TransferInputDeviceCommand.js +1 -0
  115. package/dist-es/commands/UpdateChannelClassCommand.js +1 -0
  116. package/dist-es/commands/UpdateChannelCommand.js +1 -0
  117. package/dist-es/commands/UpdateInputCommand.js +1 -0
  118. package/dist-es/commands/UpdateInputDeviceCommand.js +1 -0
  119. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +1 -0
  120. package/dist-es/commands/UpdateMultiplexCommand.js +1 -0
  121. package/dist-es/commands/UpdateMultiplexProgramCommand.js +1 -0
  122. package/dist-es/commands/UpdateReservationCommand.js +1 -0
  123. package/dist-es/index.js +2 -2
  124. package/dist-es/models/MediaLiveServiceException.js +1 -0
  125. package/dist-types/MediaLiveClient.d.ts +3 -3
  126. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +4 -0
  127. package/dist-types/commands/BatchDeleteCommand.d.ts +4 -0
  128. package/dist-types/commands/BatchStartCommand.d.ts +4 -0
  129. package/dist-types/commands/BatchStopCommand.d.ts +4 -0
  130. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +4 -0
  131. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +4 -0
  132. package/dist-types/commands/ClaimDeviceCommand.d.ts +4 -0
  133. package/dist-types/commands/CreateChannelCommand.d.ts +4 -0
  134. package/dist-types/commands/CreateInputCommand.d.ts +4 -0
  135. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +4 -0
  136. package/dist-types/commands/CreateMultiplexCommand.d.ts +4 -0
  137. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +4 -0
  138. package/dist-types/commands/CreatePartnerInputCommand.d.ts +4 -0
  139. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  140. package/dist-types/commands/DeleteChannelCommand.d.ts +4 -0
  141. package/dist-types/commands/DeleteInputCommand.d.ts +4 -0
  142. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +4 -0
  143. package/dist-types/commands/DeleteMultiplexCommand.d.ts +4 -0
  144. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +4 -0
  145. package/dist-types/commands/DeleteReservationCommand.d.ts +4 -0
  146. package/dist-types/commands/DeleteScheduleCommand.d.ts +4 -0
  147. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  148. package/dist-types/commands/DescribeChannelCommand.d.ts +4 -0
  149. package/dist-types/commands/DescribeInputCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +4 -0
  151. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +4 -0
  152. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +4 -0
  153. package/dist-types/commands/DescribeMultiplexCommand.d.ts +4 -0
  154. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +4 -0
  155. package/dist-types/commands/DescribeOfferingCommand.d.ts +4 -0
  156. package/dist-types/commands/DescribeReservationCommand.d.ts +4 -0
  157. package/dist-types/commands/DescribeScheduleCommand.d.ts +4 -0
  158. package/dist-types/commands/ListChannelsCommand.d.ts +4 -0
  159. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +4 -0
  160. package/dist-types/commands/ListInputDevicesCommand.d.ts +4 -0
  161. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +4 -0
  162. package/dist-types/commands/ListInputsCommand.d.ts +4 -0
  163. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +4 -0
  164. package/dist-types/commands/ListMultiplexesCommand.d.ts +4 -0
  165. package/dist-types/commands/ListOfferingsCommand.d.ts +4 -0
  166. package/dist-types/commands/ListReservationsCommand.d.ts +4 -0
  167. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  168. package/dist-types/commands/PurchaseOfferingCommand.d.ts +4 -0
  169. package/dist-types/commands/RebootInputDeviceCommand.d.ts +4 -0
  170. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +4 -0
  171. package/dist-types/commands/StartChannelCommand.d.ts +4 -0
  172. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +4 -0
  173. package/dist-types/commands/StartMultiplexCommand.d.ts +4 -0
  174. package/dist-types/commands/StopChannelCommand.d.ts +4 -0
  175. package/dist-types/commands/StopMultiplexCommand.d.ts +4 -0
  176. package/dist-types/commands/TransferInputDeviceCommand.d.ts +4 -0
  177. package/dist-types/commands/UpdateChannelClassCommand.d.ts +4 -0
  178. package/dist-types/commands/UpdateChannelCommand.d.ts +4 -0
  179. package/dist-types/commands/UpdateInputCommand.d.ts +4 -0
  180. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +4 -0
  181. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +4 -0
  182. package/dist-types/commands/UpdateMultiplexCommand.d.ts +4 -0
  183. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +4 -0
  184. package/dist-types/commands/UpdateReservationCommand.d.ts +4 -0
  185. package/dist-types/index.d.ts +7 -2
  186. package/dist-types/models/MediaLiveServiceException.d.ts +1 -0
  187. package/dist-types/ts3.4/MediaLiveClient.d.ts +3 -3
  188. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +1 -0
  216. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +1 -0
  217. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +1 -0
  218. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +1 -0
  219. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +1 -0
  220. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +1 -0
  221. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +1 -0
  222. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +1 -0
  223. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +1 -0
  224. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +1 -0
  225. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +1 -0
  226. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +1 -0
  227. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/index.d.ts +2 -2
  248. package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +1 -0
  249. package/package.json +31 -31
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartChannelCommand = void 0;
3
+ exports.StartChannelCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class StartChannelCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartInputDeviceMaintenanceWindowCommand = void 0;
3
+ exports.StartInputDeviceMaintenanceWindowCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class StartInputDeviceMaintenanceWindowCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartMultiplexCommand = void 0;
3
+ exports.StartMultiplexCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class StartMultiplexCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopChannelCommand = void 0;
3
+ exports.StopChannelCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class StopChannelCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopMultiplexCommand = void 0;
3
+ exports.StopMultiplexCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class StopMultiplexCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TransferInputDeviceCommand = void 0;
3
+ exports.TransferInputDeviceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class TransferInputDeviceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateChannelClassCommand = void 0;
3
+ exports.UpdateChannelClassCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateChannelClassCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateChannelCommand = void 0;
3
+ exports.UpdateChannelCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateChannelCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateInputCommand = void 0;
3
+ exports.UpdateInputCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateInputCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateInputDeviceCommand = void 0;
3
+ exports.UpdateInputDeviceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateInputDeviceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateInputSecurityGroupCommand = void 0;
3
+ exports.UpdateInputSecurityGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateInputSecurityGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateMultiplexCommand = void 0;
3
+ exports.UpdateMultiplexCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateMultiplexCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateMultiplexProgramCommand = void 0;
3
+ exports.UpdateMultiplexProgramCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateMultiplexProgramCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateReservationCommand = void 0;
3
+ exports.UpdateReservationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateReservationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MediaLiveServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./MediaLive"), exports);
6
5
  tslib_1.__exportStar(require("./MediaLiveClient"), exports);
6
+ tslib_1.__exportStar(require("./MediaLive"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
10
9
  tslib_1.__exportStar(require("./waiters"), exports);
10
+ tslib_1.__exportStar(require("./models"), exports);
11
11
  var MediaLiveServiceException_1 = require("./models/MediaLiveServiceException");
12
12
  Object.defineProperty(exports, "MediaLiveServiceException", { enumerable: true, get: function () { return MediaLiveServiceException_1.MediaLiveServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaLiveServiceException = void 0;
3
+ exports.MediaLiveServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class MediaLiveServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class MediaLiveClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ 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
4
  import { de_AcceptInputDeviceTransferCommand, se_AcceptInputDeviceTransferCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class AcceptInputDeviceTransferCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_BatchDeleteCommand, se_BatchDeleteCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class BatchDeleteCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_BatchStartCommand, se_BatchStartCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class BatchStartCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_BatchStopCommand, se_BatchStopCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class BatchStopCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_BatchUpdateScheduleCommand, se_BatchUpdateScheduleCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class BatchUpdateScheduleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_CancelInputDeviceTransferCommand, se_CancelInputDeviceTransferCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CancelInputDeviceTransferCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ClaimDeviceCommand, se_ClaimDeviceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ClaimDeviceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateChannelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_CreateInputCommand, se_CreateInputCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateInputCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_CreateInputSecurityGroupCommand, se_CreateInputSecurityGroupCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateInputSecurityGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_CreateMultiplexCommand, se_CreateMultiplexCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateMultiplexCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_CreateMultiplexProgramCommand, se_CreateMultiplexProgramCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateMultiplexProgramCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_CreatePartnerInputCommand, se_CreatePartnerInputCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreatePartnerInputCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateTagsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteChannelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DeleteInputCommand, se_DeleteInputCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteInputCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DeleteInputSecurityGroupCommand, se_DeleteInputSecurityGroupCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteInputSecurityGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DeleteMultiplexCommand, se_DeleteMultiplexCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteMultiplexCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DeleteMultiplexProgramCommand, se_DeleteMultiplexProgramCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteMultiplexProgramCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DeleteReservationCommand, se_DeleteReservationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteReservationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DeleteScheduleCommand, se_DeleteScheduleCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteScheduleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteTagsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DescribeChannelCommand, se_DescribeChannelCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeChannelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DescribeInputCommand, se_DescribeInputCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeInputCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DescribeInputDeviceCommand, se_DescribeInputDeviceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeInputDeviceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeInputDeviceThumbnailResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { de_DescribeInputDeviceThumbnailCommand, se_DescribeInputDeviceThumbnailCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeInputDeviceThumbnailCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DescribeInputSecurityGroupCommand, se_DescribeInputSecurityGroupCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeInputSecurityGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DescribeMultiplexCommand, se_DescribeMultiplexCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeMultiplexCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DescribeMultiplexProgramCommand, se_DescribeMultiplexProgramCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeMultiplexProgramCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DescribeOfferingCommand, se_DescribeOfferingCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeOfferingCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DescribeReservationCommand, se_DescribeReservationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeReservationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_DescribeScheduleCommand, se_DescribeScheduleCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeScheduleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListChannelsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListInputDeviceTransfersCommand, se_ListInputDeviceTransfersCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListInputDeviceTransfersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListInputDevicesCommand, se_ListInputDevicesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListInputDevicesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListInputSecurityGroupsCommand, se_ListInputSecurityGroupsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListInputSecurityGroupsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListInputsCommand, se_ListInputsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListInputsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListMultiplexProgramsCommand, se_ListMultiplexProgramsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListMultiplexProgramsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListMultiplexesCommand, se_ListMultiplexesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListMultiplexesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListOfferingsCommand, se_ListOfferingsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListOfferingsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListReservationsCommand, se_ListReservationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListReservationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ 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
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {