@aws-sdk/client-medialive 3.335.0 → 3.338.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,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaLiveClient = void 0;
3
+ exports.MediaLiveClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class MediaLiveClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AcceptInputDeviceTransferCommand = void 0;
3
+ exports.AcceptInputDeviceTransferCommand = 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 AcceptInputDeviceTransferCommand 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.BatchDeleteCommand = void 0;
3
+ exports.BatchDeleteCommand = 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 BatchDeleteCommand 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.BatchStartCommand = void 0;
3
+ exports.BatchStartCommand = 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 BatchStartCommand 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.BatchStopCommand = void 0;
3
+ exports.BatchStopCommand = 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 BatchStopCommand 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.BatchUpdateScheduleCommand = void 0;
3
+ exports.BatchUpdateScheduleCommand = 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 BatchUpdateScheduleCommand 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.CancelInputDeviceTransferCommand = void 0;
3
+ exports.CancelInputDeviceTransferCommand = 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 CancelInputDeviceTransferCommand 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.ClaimDeviceCommand = void 0;
3
+ exports.ClaimDeviceCommand = 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 ClaimDeviceCommand 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.CreateChannelCommand = void 0;
3
+ exports.CreateChannelCommand = 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 CreateChannelCommand 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.CreateInputCommand = void 0;
3
+ exports.CreateInputCommand = 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 CreateInputCommand 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.CreateInputSecurityGroupCommand = void 0;
3
+ exports.CreateInputSecurityGroupCommand = 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 CreateInputSecurityGroupCommand 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.CreateMultiplexCommand = void 0;
3
+ exports.CreateMultiplexCommand = 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 CreateMultiplexCommand 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.CreateMultiplexProgramCommand = void 0;
3
+ exports.CreateMultiplexProgramCommand = 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 CreateMultiplexProgramCommand 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.CreatePartnerInputCommand = void 0;
3
+ exports.CreatePartnerInputCommand = 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 CreatePartnerInputCommand 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.CreateTagsCommand = void 0;
3
+ exports.CreateTagsCommand = 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 CreateTagsCommand 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.DeleteChannelCommand = void 0;
3
+ exports.DeleteChannelCommand = 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 DeleteChannelCommand 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.DeleteInputCommand = void 0;
3
+ exports.DeleteInputCommand = 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 DeleteInputCommand 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.DeleteInputSecurityGroupCommand = void 0;
3
+ exports.DeleteInputSecurityGroupCommand = 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 DeleteInputSecurityGroupCommand 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.DeleteMultiplexCommand = void 0;
3
+ exports.DeleteMultiplexCommand = 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 DeleteMultiplexCommand 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.DeleteMultiplexProgramCommand = void 0;
3
+ exports.DeleteMultiplexProgramCommand = 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 DeleteMultiplexProgramCommand 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.DeleteReservationCommand = void 0;
3
+ exports.DeleteReservationCommand = 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 DeleteReservationCommand 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.DeleteScheduleCommand = void 0;
3
+ exports.DeleteScheduleCommand = 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 DeleteScheduleCommand 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.DeleteTagsCommand = void 0;
3
+ exports.DeleteTagsCommand = 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 DeleteTagsCommand 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.DescribeChannelCommand = void 0;
3
+ exports.DescribeChannelCommand = 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 DescribeChannelCommand 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.DescribeInputCommand = void 0;
3
+ exports.DescribeInputCommand = 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 DescribeInputCommand 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.DescribeInputDeviceCommand = void 0;
3
+ exports.DescribeInputDeviceCommand = 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 DescribeInputDeviceCommand 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.DescribeInputDeviceThumbnailCommand = void 0;
3
+ exports.DescribeInputDeviceThumbnailCommand = 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 models_1_1 = require("../models/models_1");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeInputDeviceThumbnailCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInputSecurityGroupCommand = void 0;
3
+ exports.DescribeInputSecurityGroupCommand = 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 DescribeInputSecurityGroupCommand 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.DescribeMultiplexCommand = void 0;
3
+ exports.DescribeMultiplexCommand = 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 DescribeMultiplexCommand 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.DescribeMultiplexProgramCommand = void 0;
3
+ exports.DescribeMultiplexProgramCommand = 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 DescribeMultiplexProgramCommand 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.DescribeOfferingCommand = void 0;
3
+ exports.DescribeOfferingCommand = 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 DescribeOfferingCommand 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.DescribeReservationCommand = void 0;
3
+ exports.DescribeReservationCommand = 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 DescribeReservationCommand 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.DescribeScheduleCommand = void 0;
3
+ exports.DescribeScheduleCommand = 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 DescribeScheduleCommand 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.ListChannelsCommand = void 0;
3
+ exports.ListChannelsCommand = 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 ListChannelsCommand 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.ListInputDeviceTransfersCommand = void 0;
3
+ exports.ListInputDeviceTransfersCommand = 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 ListInputDeviceTransfersCommand 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.ListInputDevicesCommand = void 0;
3
+ exports.ListInputDevicesCommand = 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 ListInputDevicesCommand 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.ListInputSecurityGroupsCommand = void 0;
3
+ exports.ListInputSecurityGroupsCommand = 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 ListInputSecurityGroupsCommand 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.ListInputsCommand = void 0;
3
+ exports.ListInputsCommand = 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 ListInputsCommand 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.ListMultiplexProgramsCommand = void 0;
3
+ exports.ListMultiplexProgramsCommand = 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 ListMultiplexProgramsCommand 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.ListMultiplexesCommand = void 0;
3
+ exports.ListMultiplexesCommand = 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 ListMultiplexesCommand 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.ListOfferingsCommand = void 0;
3
+ exports.ListOfferingsCommand = 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 ListOfferingsCommand 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.ListReservationsCommand = void 0;
3
+ exports.ListReservationsCommand = 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 ListReservationsCommand 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.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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.PurchaseOfferingCommand = void 0;
3
+ exports.PurchaseOfferingCommand = 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 PurchaseOfferingCommand 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.RebootInputDeviceCommand = void 0;
3
+ exports.RebootInputDeviceCommand = 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 RebootInputDeviceCommand 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.RejectInputDeviceTransferCommand = void 0;
3
+ exports.RejectInputDeviceTransferCommand = 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 RejectInputDeviceTransferCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {