@aws-sdk/client-medialive 3.34.0 → 3.37.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 (994) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/MediaLive.js +862 -0
  3. package/dist-cjs/MediaLiveClient.js +35 -0
  4. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +36 -0
  5. package/dist-cjs/commands/BatchDeleteCommand.js +36 -0
  6. package/dist-cjs/commands/BatchStartCommand.js +36 -0
  7. package/dist-cjs/commands/BatchStopCommand.js +36 -0
  8. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +36 -0
  9. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +36 -0
  10. package/dist-cjs/commands/ClaimDeviceCommand.js +36 -0
  11. package/dist-cjs/commands/CreateChannelCommand.js +36 -0
  12. package/dist-cjs/commands/CreateInputCommand.js +36 -0
  13. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +36 -0
  14. package/dist-cjs/commands/CreateMultiplexCommand.js +36 -0
  15. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +36 -0
  16. package/dist-cjs/commands/CreatePartnerInputCommand.js +36 -0
  17. package/dist-cjs/commands/CreateTagsCommand.js +36 -0
  18. package/dist-cjs/commands/DeleteChannelCommand.js +36 -0
  19. package/dist-cjs/commands/DeleteInputCommand.js +36 -0
  20. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +36 -0
  21. package/dist-cjs/commands/DeleteMultiplexCommand.js +36 -0
  22. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +36 -0
  23. package/dist-cjs/commands/DeleteReservationCommand.js +36 -0
  24. package/dist-cjs/commands/DeleteScheduleCommand.js +36 -0
  25. package/dist-cjs/commands/DeleteTagsCommand.js +36 -0
  26. package/dist-cjs/commands/DescribeChannelCommand.js +36 -0
  27. package/dist-cjs/commands/DescribeInputCommand.js +36 -0
  28. package/dist-cjs/commands/DescribeInputDeviceCommand.js +36 -0
  29. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +36 -0
  30. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +36 -0
  31. package/dist-cjs/commands/DescribeMultiplexCommand.js +36 -0
  32. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +36 -0
  33. package/dist-cjs/commands/DescribeOfferingCommand.js +36 -0
  34. package/dist-cjs/commands/DescribeReservationCommand.js +36 -0
  35. package/dist-cjs/commands/DescribeScheduleCommand.js +36 -0
  36. package/dist-cjs/commands/ListChannelsCommand.js +36 -0
  37. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +36 -0
  38. package/dist-cjs/commands/ListInputDevicesCommand.js +36 -0
  39. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +36 -0
  40. package/dist-cjs/commands/ListInputsCommand.js +36 -0
  41. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +36 -0
  42. package/dist-cjs/commands/ListMultiplexesCommand.js +36 -0
  43. package/dist-cjs/commands/ListOfferingsCommand.js +36 -0
  44. package/dist-cjs/commands/ListReservationsCommand.js +36 -0
  45. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  46. package/dist-cjs/commands/PurchaseOfferingCommand.js +36 -0
  47. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +36 -0
  48. package/dist-cjs/commands/StartChannelCommand.js +36 -0
  49. package/dist-cjs/commands/StartMultiplexCommand.js +36 -0
  50. package/dist-cjs/commands/StopChannelCommand.js +36 -0
  51. package/dist-cjs/commands/StopMultiplexCommand.js +36 -0
  52. package/dist-cjs/commands/TransferInputDeviceCommand.js +36 -0
  53. package/dist-cjs/commands/UpdateChannelClassCommand.js +36 -0
  54. package/dist-cjs/commands/UpdateChannelCommand.js +36 -0
  55. package/dist-cjs/commands/UpdateInputCommand.js +36 -0
  56. package/dist-cjs/commands/UpdateInputDeviceCommand.js +36 -0
  57. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +36 -0
  58. package/dist-cjs/commands/UpdateMultiplexCommand.js +36 -0
  59. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +36 -0
  60. package/dist-cjs/commands/UpdateReservationCommand.js +36 -0
  61. package/dist-cjs/endpoints.js +72 -0
  62. package/dist-cjs/index.js +85 -0
  63. package/dist-cjs/models/index.js +5 -0
  64. package/dist-cjs/models/models_0.js +1777 -0
  65. package/dist-cjs/models/models_1.js +1785 -0
  66. package/dist-cjs/pagination/DescribeSchedulePaginator.js +35 -0
  67. package/dist-cjs/pagination/Interfaces.js +2 -0
  68. package/dist-cjs/pagination/ListChannelsPaginator.js +35 -0
  69. package/dist-cjs/pagination/ListInputDeviceTransfersPaginator.js +35 -0
  70. package/dist-cjs/pagination/ListInputDevicesPaginator.js +35 -0
  71. package/dist-cjs/pagination/ListInputSecurityGroupsPaginator.js +35 -0
  72. package/dist-cjs/pagination/ListInputsPaginator.js +35 -0
  73. package/dist-cjs/pagination/ListMultiplexProgramsPaginator.js +35 -0
  74. package/dist-cjs/pagination/ListMultiplexesPaginator.js +35 -0
  75. package/dist-cjs/pagination/ListOfferingsPaginator.js +35 -0
  76. package/dist-cjs/pagination/ListReservationsPaginator.js +35 -0
  77. package/dist-cjs/protocols/Aws_restJson1.js +13643 -0
  78. package/dist-cjs/runtimeConfig.browser.js +37 -0
  79. package/dist-cjs/runtimeConfig.js +42 -0
  80. package/dist-cjs/runtimeConfig.native.js +16 -0
  81. package/dist-cjs/runtimeConfig.shared.js +17 -0
  82. package/dist-cjs/waiters/waitForChannelCreated.js +57 -0
  83. package/dist-cjs/waiters/waitForChannelDeleted.js +48 -0
  84. package/dist-cjs/waiters/waitForChannelRunning.js +48 -0
  85. package/dist-cjs/waiters/waitForChannelStopped.js +48 -0
  86. package/dist-cjs/waiters/waitForInputAttached.js +48 -0
  87. package/dist-cjs/waiters/waitForInputDeleted.js +48 -0
  88. package/dist-cjs/waiters/waitForInputDetached.js +57 -0
  89. package/dist-cjs/waiters/waitForMultiplexCreated.js +57 -0
  90. package/dist-cjs/waiters/waitForMultiplexDeleted.js +48 -0
  91. package/dist-cjs/waiters/waitForMultiplexRunning.js +48 -0
  92. package/dist-cjs/waiters/waitForMultiplexStopped.js +48 -0
  93. package/dist-es/MediaLive.js +865 -0
  94. package/dist-es/MediaLiveClient.js +37 -0
  95. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +39 -0
  96. package/dist-es/commands/BatchDeleteCommand.js +39 -0
  97. package/dist-es/commands/BatchStartCommand.js +39 -0
  98. package/dist-es/commands/BatchStopCommand.js +39 -0
  99. package/dist-es/commands/BatchUpdateScheduleCommand.js +39 -0
  100. package/dist-es/commands/CancelInputDeviceTransferCommand.js +39 -0
  101. package/dist-es/commands/ClaimDeviceCommand.js +39 -0
  102. package/dist-es/commands/CreateChannelCommand.js +39 -0
  103. package/dist-es/commands/CreateInputCommand.js +39 -0
  104. package/dist-es/commands/CreateInputSecurityGroupCommand.js +39 -0
  105. package/dist-es/commands/CreateMultiplexCommand.js +39 -0
  106. package/dist-es/commands/CreateMultiplexProgramCommand.js +39 -0
  107. package/dist-es/commands/CreatePartnerInputCommand.js +39 -0
  108. package/dist-es/commands/CreateTagsCommand.js +39 -0
  109. package/dist-es/commands/DeleteChannelCommand.js +39 -0
  110. package/dist-es/commands/DeleteInputCommand.js +39 -0
  111. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +39 -0
  112. package/dist-es/commands/DeleteMultiplexCommand.js +39 -0
  113. package/dist-es/commands/DeleteMultiplexProgramCommand.js +39 -0
  114. package/dist-es/commands/DeleteReservationCommand.js +39 -0
  115. package/dist-es/commands/DeleteScheduleCommand.js +39 -0
  116. package/dist-es/commands/DeleteTagsCommand.js +39 -0
  117. package/dist-es/commands/DescribeChannelCommand.js +39 -0
  118. package/dist-es/commands/DescribeInputCommand.js +39 -0
  119. package/dist-es/commands/DescribeInputDeviceCommand.js +39 -0
  120. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +39 -0
  121. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +39 -0
  122. package/dist-es/commands/DescribeMultiplexCommand.js +39 -0
  123. package/dist-es/commands/DescribeMultiplexProgramCommand.js +39 -0
  124. package/dist-es/commands/DescribeOfferingCommand.js +39 -0
  125. package/dist-es/commands/DescribeReservationCommand.js +39 -0
  126. package/dist-es/commands/DescribeScheduleCommand.js +39 -0
  127. package/dist-es/commands/ListChannelsCommand.js +39 -0
  128. package/dist-es/commands/ListInputDeviceTransfersCommand.js +39 -0
  129. package/dist-es/commands/ListInputDevicesCommand.js +39 -0
  130. package/dist-es/commands/ListInputSecurityGroupsCommand.js +39 -0
  131. package/dist-es/commands/ListInputsCommand.js +39 -0
  132. package/dist-es/commands/ListMultiplexProgramsCommand.js +39 -0
  133. package/dist-es/commands/ListMultiplexesCommand.js +39 -0
  134. package/dist-es/commands/ListOfferingsCommand.js +39 -0
  135. package/dist-es/commands/ListReservationsCommand.js +39 -0
  136. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  137. package/dist-es/commands/PurchaseOfferingCommand.js +39 -0
  138. package/dist-es/commands/RejectInputDeviceTransferCommand.js +39 -0
  139. package/dist-es/commands/StartChannelCommand.js +39 -0
  140. package/dist-es/commands/StartMultiplexCommand.js +39 -0
  141. package/dist-es/commands/StopChannelCommand.js +39 -0
  142. package/dist-es/commands/StopMultiplexCommand.js +39 -0
  143. package/dist-es/commands/TransferInputDeviceCommand.js +39 -0
  144. package/dist-es/commands/UpdateChannelClassCommand.js +39 -0
  145. package/dist-es/commands/UpdateChannelCommand.js +39 -0
  146. package/dist-es/commands/UpdateInputCommand.js +39 -0
  147. package/dist-es/commands/UpdateInputDeviceCommand.js +39 -0
  148. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +39 -0
  149. package/dist-es/commands/UpdateMultiplexCommand.js +39 -0
  150. package/dist-es/commands/UpdateMultiplexProgramCommand.js +39 -0
  151. package/dist-es/commands/UpdateReservationCommand.js +39 -0
  152. package/dist-es/endpoints.js +68 -0
  153. package/dist-es/index.js +82 -0
  154. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  155. package/dist-es/models/models_0.js +1484 -0
  156. package/dist-es/models/models_1.js +1372 -0
  157. package/dist-es/pagination/DescribeSchedulePaginator.js +74 -0
  158. package/dist-es/pagination/Interfaces.js +1 -0
  159. package/dist-es/pagination/ListChannelsPaginator.js +74 -0
  160. package/dist-es/pagination/ListInputDeviceTransfersPaginator.js +74 -0
  161. package/dist-es/pagination/ListInputDevicesPaginator.js +74 -0
  162. package/dist-es/pagination/ListInputSecurityGroupsPaginator.js +74 -0
  163. package/dist-es/pagination/ListInputsPaginator.js +74 -0
  164. package/dist-es/pagination/ListMultiplexProgramsPaginator.js +74 -0
  165. package/dist-es/pagination/ListMultiplexesPaginator.js +74 -0
  166. package/dist-es/pagination/ListOfferingsPaginator.js +74 -0
  167. package/dist-es/pagination/ListReservationsPaginator.js +74 -0
  168. package/dist-es/protocols/Aws_restJson1.js +13647 -0
  169. package/dist-es/runtimeConfig.browser.js +16 -0
  170. package/dist-es/runtimeConfig.js +21 -0
  171. package/dist-es/runtimeConfig.native.js +8 -0
  172. package/dist-es/runtimeConfig.shared.js +13 -0
  173. package/dist-es/waiters/waitForChannelCreated.js +72 -0
  174. package/dist-es/waiters/waitForChannelDeleted.js +63 -0
  175. package/dist-es/waiters/waitForChannelRunning.js +63 -0
  176. package/dist-es/waiters/waitForChannelStopped.js +63 -0
  177. package/dist-es/waiters/waitForInputAttached.js +63 -0
  178. package/dist-es/waiters/waitForInputDeleted.js +63 -0
  179. package/dist-es/waiters/waitForInputDetached.js +72 -0
  180. package/dist-es/waiters/waitForMultiplexCreated.js +72 -0
  181. package/dist-es/waiters/waitForMultiplexDeleted.js +63 -0
  182. package/dist-es/waiters/waitForMultiplexRunning.js +63 -0
  183. package/dist-es/waiters/waitForMultiplexStopped.js +63 -0
  184. package/dist-types/MediaLive.d.ts +406 -0
  185. package/dist-types/MediaLiveClient.d.ts +189 -0
  186. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +35 -0
  187. package/dist-types/commands/BatchDeleteCommand.d.ts +35 -0
  188. package/dist-types/commands/BatchStartCommand.d.ts +35 -0
  189. package/dist-types/commands/BatchStopCommand.d.ts +35 -0
  190. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +35 -0
  191. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +35 -0
  192. package/dist-types/commands/ClaimDeviceCommand.d.ts +35 -0
  193. package/dist-types/commands/CreateChannelCommand.d.ts +35 -0
  194. package/dist-types/commands/CreateInputCommand.d.ts +35 -0
  195. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +35 -0
  196. package/dist-types/commands/CreateMultiplexCommand.d.ts +35 -0
  197. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +35 -0
  198. package/dist-types/commands/CreatePartnerInputCommand.d.ts +35 -0
  199. package/dist-types/commands/CreateTagsCommand.d.ts +35 -0
  200. package/dist-types/commands/DeleteChannelCommand.d.ts +35 -0
  201. package/dist-types/commands/DeleteInputCommand.d.ts +35 -0
  202. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +35 -0
  203. package/dist-types/commands/DeleteMultiplexCommand.d.ts +35 -0
  204. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +35 -0
  205. package/dist-types/commands/DeleteReservationCommand.d.ts +35 -0
  206. package/dist-types/commands/DeleteScheduleCommand.d.ts +35 -0
  207. package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
  208. package/dist-types/commands/DescribeChannelCommand.d.ts +35 -0
  209. package/dist-types/commands/DescribeInputCommand.d.ts +35 -0
  210. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +35 -0
  211. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +35 -0
  212. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +35 -0
  213. package/dist-types/commands/DescribeMultiplexCommand.d.ts +35 -0
  214. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +35 -0
  215. package/dist-types/commands/DescribeOfferingCommand.d.ts +35 -0
  216. package/dist-types/commands/DescribeReservationCommand.d.ts +35 -0
  217. package/dist-types/commands/DescribeScheduleCommand.d.ts +35 -0
  218. package/dist-types/commands/ListChannelsCommand.d.ts +35 -0
  219. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +35 -0
  220. package/dist-types/commands/ListInputDevicesCommand.d.ts +35 -0
  221. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +35 -0
  222. package/dist-types/commands/ListInputsCommand.d.ts +35 -0
  223. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +35 -0
  224. package/dist-types/commands/ListMultiplexesCommand.d.ts +35 -0
  225. package/dist-types/commands/ListOfferingsCommand.d.ts +35 -0
  226. package/dist-types/commands/ListReservationsCommand.d.ts +35 -0
  227. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  228. package/dist-types/commands/PurchaseOfferingCommand.d.ts +35 -0
  229. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +35 -0
  230. package/dist-types/commands/StartChannelCommand.d.ts +35 -0
  231. package/dist-types/commands/StartMultiplexCommand.d.ts +35 -0
  232. package/dist-types/commands/StopChannelCommand.d.ts +35 -0
  233. package/dist-types/commands/StopMultiplexCommand.d.ts +35 -0
  234. package/dist-types/commands/TransferInputDeviceCommand.d.ts +35 -0
  235. package/dist-types/commands/UpdateChannelClassCommand.d.ts +35 -0
  236. package/dist-types/commands/UpdateChannelCommand.d.ts +35 -0
  237. package/dist-types/commands/UpdateInputCommand.d.ts +35 -0
  238. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +35 -0
  239. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +35 -0
  240. package/dist-types/commands/UpdateMultiplexCommand.d.ts +35 -0
  241. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +35 -0
  242. package/dist-types/commands/UpdateReservationCommand.d.ts +35 -0
  243. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  244. package/dist-types/index.d.ts +82 -0
  245. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  246. package/dist-types/models/models_0.d.ts +4778 -0
  247. package/dist-types/models/models_1.d.ts +6129 -0
  248. package/dist-types/pagination/DescribeSchedulePaginator.d.ts +4 -0
  249. package/dist-types/pagination/Interfaces.d.ts +6 -0
  250. package/dist-types/pagination/ListChannelsPaginator.d.ts +4 -0
  251. package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
  252. package/dist-types/pagination/ListInputDevicesPaginator.d.ts +4 -0
  253. package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
  254. package/dist-types/pagination/ListInputsPaginator.d.ts +4 -0
  255. package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
  256. package/dist-types/pagination/ListMultiplexesPaginator.d.ts +4 -0
  257. package/dist-types/pagination/ListOfferingsPaginator.d.ts +4 -0
  258. package/dist-types/pagination/ListReservationsPaginator.d.ts +4 -0
  259. package/dist-types/protocols/Aws_restJson1.d.ts +173 -0
  260. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  261. package/dist-types/runtimeConfig.d.ts +37 -0
  262. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  263. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  264. package/dist-types/ts3.4/MediaLive.d.ts +290 -0
  265. package/dist-types/ts3.4/MediaLiveClient.d.ts +124 -0
  266. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +17 -0
  267. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +17 -0
  268. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +17 -0
  269. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +17 -0
  270. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +17 -0
  271. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +17 -0
  272. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +17 -0
  273. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
  274. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +17 -0
  275. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +17 -0
  276. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +17 -0
  277. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +17 -0
  278. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +17 -0
  279. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  280. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
  281. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +17 -0
  282. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +17 -0
  284. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +17 -0
  285. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +17 -0
  286. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +17 -0
  287. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  288. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
  289. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +17 -0
  290. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +17 -0
  291. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +17 -0
  292. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +17 -0
  293. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +17 -0
  294. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +17 -0
  295. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +17 -0
  296. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +17 -0
  297. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +17 -0
  298. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
  299. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +17 -0
  300. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +17 -0
  301. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +17 -0
  302. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +17 -0
  303. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +17 -0
  304. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +17 -0
  305. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
  306. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +17 -0
  307. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  308. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
  309. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +17 -0
  310. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +17 -0
  311. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +17 -0
  312. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +17 -0
  313. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +17 -0
  314. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +17 -0
  315. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +17 -0
  316. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
  317. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +17 -0
  318. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +17 -0
  319. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +17 -0
  320. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +17 -0
  321. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +17 -0
  322. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +17 -0
  323. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  324. package/dist-types/ts3.4/index.d.ts +82 -0
  325. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  326. package/dist-types/ts3.4/models/models_0.d.ts +2931 -0
  327. package/dist-types/ts3.4/models/models_1.d.ts +3571 -0
  328. package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +4 -0
  329. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  330. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
  331. package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
  332. package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +4 -0
  333. package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
  334. package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +4 -0
  335. package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
  336. package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +4 -0
  337. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
  338. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +4 -0
  339. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
  340. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  341. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  342. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  343. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  344. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +7 -0
  345. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +7 -0
  346. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +7 -0
  347. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +7 -0
  348. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +7 -0
  349. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +7 -0
  350. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +7 -0
  351. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +7 -0
  352. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +7 -0
  353. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +7 -0
  354. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +7 -0
  355. package/dist-types/waiters/waitForChannelCreated.d.ts +14 -0
  356. package/dist-types/waiters/waitForChannelDeleted.d.ts +14 -0
  357. package/dist-types/waiters/waitForChannelRunning.d.ts +14 -0
  358. package/dist-types/waiters/waitForChannelStopped.d.ts +14 -0
  359. package/dist-types/waiters/waitForInputAttached.d.ts +14 -0
  360. package/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
  361. package/dist-types/waiters/waitForInputDetached.d.ts +14 -0
  362. package/dist-types/waiters/waitForMultiplexCreated.d.ts +14 -0
  363. package/dist-types/waiters/waitForMultiplexDeleted.d.ts +14 -0
  364. package/dist-types/waiters/waitForMultiplexRunning.d.ts +14 -0
  365. package/dist-types/waiters/waitForMultiplexStopped.d.ts +14 -0
  366. package/package.json +46 -43
  367. package/MediaLive.ts +0 -1973
  368. package/MediaLiveClient.ts +0 -463
  369. package/commands/AcceptInputDeviceTransferCommand.ts +0 -97
  370. package/commands/BatchDeleteCommand.ts +0 -94
  371. package/commands/BatchStartCommand.ts +0 -94
  372. package/commands/BatchStopCommand.ts +0 -94
  373. package/commands/BatchUpdateScheduleCommand.ts +0 -94
  374. package/commands/CancelInputDeviceTransferCommand.ts +0 -97
  375. package/commands/CreateChannelCommand.ts +0 -94
  376. package/commands/CreateInputCommand.ts +0 -94
  377. package/commands/CreateInputSecurityGroupCommand.ts +0 -94
  378. package/commands/CreateMultiplexCommand.ts +0 -94
  379. package/commands/CreateMultiplexProgramCommand.ts +0 -94
  380. package/commands/CreatePartnerInputCommand.ts +0 -94
  381. package/commands/CreateTagsCommand.ts +0 -94
  382. package/commands/DeleteChannelCommand.ts +0 -94
  383. package/commands/DeleteInputCommand.ts +0 -94
  384. package/commands/DeleteInputSecurityGroupCommand.ts +0 -94
  385. package/commands/DeleteMultiplexCommand.ts +0 -94
  386. package/commands/DeleteMultiplexProgramCommand.ts +0 -94
  387. package/commands/DeleteReservationCommand.ts +0 -94
  388. package/commands/DeleteScheduleCommand.ts +0 -94
  389. package/commands/DeleteTagsCommand.ts +0 -94
  390. package/commands/DescribeChannelCommand.ts +0 -94
  391. package/commands/DescribeInputCommand.ts +0 -94
  392. package/commands/DescribeInputDeviceCommand.ts +0 -94
  393. package/commands/DescribeInputDeviceThumbnailCommand.ts +0 -99
  394. package/commands/DescribeInputSecurityGroupCommand.ts +0 -97
  395. package/commands/DescribeMultiplexCommand.ts +0 -94
  396. package/commands/DescribeMultiplexProgramCommand.ts +0 -94
  397. package/commands/DescribeOfferingCommand.ts +0 -94
  398. package/commands/DescribeReservationCommand.ts +0 -94
  399. package/commands/DescribeScheduleCommand.ts +0 -94
  400. package/commands/ListChannelsCommand.ts +0 -94
  401. package/commands/ListInputDeviceTransfersCommand.ts +0 -94
  402. package/commands/ListInputDevicesCommand.ts +0 -94
  403. package/commands/ListInputSecurityGroupsCommand.ts +0 -94
  404. package/commands/ListInputsCommand.ts +0 -94
  405. package/commands/ListMultiplexProgramsCommand.ts +0 -94
  406. package/commands/ListMultiplexesCommand.ts +0 -94
  407. package/commands/ListOfferingsCommand.ts +0 -94
  408. package/commands/ListReservationsCommand.ts +0 -94
  409. package/commands/ListTagsForResourceCommand.ts +0 -94
  410. package/commands/PurchaseOfferingCommand.ts +0 -94
  411. package/commands/RejectInputDeviceTransferCommand.ts +0 -97
  412. package/commands/StartChannelCommand.ts +0 -94
  413. package/commands/StartMultiplexCommand.ts +0 -94
  414. package/commands/StopChannelCommand.ts +0 -94
  415. package/commands/StopMultiplexCommand.ts +0 -94
  416. package/commands/TransferInputDeviceCommand.ts +0 -94
  417. package/commands/UpdateChannelClassCommand.ts +0 -94
  418. package/commands/UpdateChannelCommand.ts +0 -94
  419. package/commands/UpdateInputCommand.ts +0 -94
  420. package/commands/UpdateInputDeviceCommand.ts +0 -94
  421. package/commands/UpdateInputSecurityGroupCommand.ts +0 -94
  422. package/commands/UpdateMultiplexCommand.ts +0 -94
  423. package/commands/UpdateMultiplexProgramCommand.ts +0 -94
  424. package/commands/UpdateReservationCommand.ts +0 -94
  425. package/dist/cjs/MediaLive.js +0 -851
  426. package/dist/cjs/MediaLive.js.map +0 -1
  427. package/dist/cjs/MediaLiveClient.js +0 -44
  428. package/dist/cjs/MediaLiveClient.js.map +0 -1
  429. package/dist/cjs/commands/AcceptInputDeviceTransferCommand.js +0 -61
  430. package/dist/cjs/commands/AcceptInputDeviceTransferCommand.js.map +0 -1
  431. package/dist/cjs/commands/BatchDeleteCommand.js +0 -61
  432. package/dist/cjs/commands/BatchDeleteCommand.js.map +0 -1
  433. package/dist/cjs/commands/BatchStartCommand.js +0 -61
  434. package/dist/cjs/commands/BatchStartCommand.js.map +0 -1
  435. package/dist/cjs/commands/BatchStopCommand.js +0 -61
  436. package/dist/cjs/commands/BatchStopCommand.js.map +0 -1
  437. package/dist/cjs/commands/BatchUpdateScheduleCommand.js +0 -61
  438. package/dist/cjs/commands/BatchUpdateScheduleCommand.js.map +0 -1
  439. package/dist/cjs/commands/CancelInputDeviceTransferCommand.js +0 -61
  440. package/dist/cjs/commands/CancelInputDeviceTransferCommand.js.map +0 -1
  441. package/dist/cjs/commands/CreateChannelCommand.js +0 -61
  442. package/dist/cjs/commands/CreateChannelCommand.js.map +0 -1
  443. package/dist/cjs/commands/CreateInputCommand.js +0 -61
  444. package/dist/cjs/commands/CreateInputCommand.js.map +0 -1
  445. package/dist/cjs/commands/CreateInputSecurityGroupCommand.js +0 -61
  446. package/dist/cjs/commands/CreateInputSecurityGroupCommand.js.map +0 -1
  447. package/dist/cjs/commands/CreateMultiplexCommand.js +0 -61
  448. package/dist/cjs/commands/CreateMultiplexCommand.js.map +0 -1
  449. package/dist/cjs/commands/CreateMultiplexProgramCommand.js +0 -61
  450. package/dist/cjs/commands/CreateMultiplexProgramCommand.js.map +0 -1
  451. package/dist/cjs/commands/CreatePartnerInputCommand.js +0 -61
  452. package/dist/cjs/commands/CreatePartnerInputCommand.js.map +0 -1
  453. package/dist/cjs/commands/CreateTagsCommand.js +0 -61
  454. package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
  455. package/dist/cjs/commands/DeleteChannelCommand.js +0 -61
  456. package/dist/cjs/commands/DeleteChannelCommand.js.map +0 -1
  457. package/dist/cjs/commands/DeleteInputCommand.js +0 -61
  458. package/dist/cjs/commands/DeleteInputCommand.js.map +0 -1
  459. package/dist/cjs/commands/DeleteInputSecurityGroupCommand.js +0 -61
  460. package/dist/cjs/commands/DeleteInputSecurityGroupCommand.js.map +0 -1
  461. package/dist/cjs/commands/DeleteMultiplexCommand.js +0 -61
  462. package/dist/cjs/commands/DeleteMultiplexCommand.js.map +0 -1
  463. package/dist/cjs/commands/DeleteMultiplexProgramCommand.js +0 -61
  464. package/dist/cjs/commands/DeleteMultiplexProgramCommand.js.map +0 -1
  465. package/dist/cjs/commands/DeleteReservationCommand.js +0 -61
  466. package/dist/cjs/commands/DeleteReservationCommand.js.map +0 -1
  467. package/dist/cjs/commands/DeleteScheduleCommand.js +0 -61
  468. package/dist/cjs/commands/DeleteScheduleCommand.js.map +0 -1
  469. package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
  470. package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
  471. package/dist/cjs/commands/DescribeChannelCommand.js +0 -61
  472. package/dist/cjs/commands/DescribeChannelCommand.js.map +0 -1
  473. package/dist/cjs/commands/DescribeInputCommand.js +0 -61
  474. package/dist/cjs/commands/DescribeInputCommand.js.map +0 -1
  475. package/dist/cjs/commands/DescribeInputDeviceCommand.js +0 -61
  476. package/dist/cjs/commands/DescribeInputDeviceCommand.js.map +0 -1
  477. package/dist/cjs/commands/DescribeInputDeviceThumbnailCommand.js +0 -61
  478. package/dist/cjs/commands/DescribeInputDeviceThumbnailCommand.js.map +0 -1
  479. package/dist/cjs/commands/DescribeInputSecurityGroupCommand.js +0 -61
  480. package/dist/cjs/commands/DescribeInputSecurityGroupCommand.js.map +0 -1
  481. package/dist/cjs/commands/DescribeMultiplexCommand.js +0 -61
  482. package/dist/cjs/commands/DescribeMultiplexCommand.js.map +0 -1
  483. package/dist/cjs/commands/DescribeMultiplexProgramCommand.js +0 -61
  484. package/dist/cjs/commands/DescribeMultiplexProgramCommand.js.map +0 -1
  485. package/dist/cjs/commands/DescribeOfferingCommand.js +0 -61
  486. package/dist/cjs/commands/DescribeOfferingCommand.js.map +0 -1
  487. package/dist/cjs/commands/DescribeReservationCommand.js +0 -61
  488. package/dist/cjs/commands/DescribeReservationCommand.js.map +0 -1
  489. package/dist/cjs/commands/DescribeScheduleCommand.js +0 -61
  490. package/dist/cjs/commands/DescribeScheduleCommand.js.map +0 -1
  491. package/dist/cjs/commands/ListChannelsCommand.js +0 -61
  492. package/dist/cjs/commands/ListChannelsCommand.js.map +0 -1
  493. package/dist/cjs/commands/ListInputDeviceTransfersCommand.js +0 -61
  494. package/dist/cjs/commands/ListInputDeviceTransfersCommand.js.map +0 -1
  495. package/dist/cjs/commands/ListInputDevicesCommand.js +0 -61
  496. package/dist/cjs/commands/ListInputDevicesCommand.js.map +0 -1
  497. package/dist/cjs/commands/ListInputSecurityGroupsCommand.js +0 -61
  498. package/dist/cjs/commands/ListInputSecurityGroupsCommand.js.map +0 -1
  499. package/dist/cjs/commands/ListInputsCommand.js +0 -61
  500. package/dist/cjs/commands/ListInputsCommand.js.map +0 -1
  501. package/dist/cjs/commands/ListMultiplexProgramsCommand.js +0 -61
  502. package/dist/cjs/commands/ListMultiplexProgramsCommand.js.map +0 -1
  503. package/dist/cjs/commands/ListMultiplexesCommand.js +0 -61
  504. package/dist/cjs/commands/ListMultiplexesCommand.js.map +0 -1
  505. package/dist/cjs/commands/ListOfferingsCommand.js +0 -61
  506. package/dist/cjs/commands/ListOfferingsCommand.js.map +0 -1
  507. package/dist/cjs/commands/ListReservationsCommand.js +0 -61
  508. package/dist/cjs/commands/ListReservationsCommand.js.map +0 -1
  509. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
  510. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  511. package/dist/cjs/commands/PurchaseOfferingCommand.js +0 -61
  512. package/dist/cjs/commands/PurchaseOfferingCommand.js.map +0 -1
  513. package/dist/cjs/commands/RejectInputDeviceTransferCommand.js +0 -61
  514. package/dist/cjs/commands/RejectInputDeviceTransferCommand.js.map +0 -1
  515. package/dist/cjs/commands/StartChannelCommand.js +0 -61
  516. package/dist/cjs/commands/StartChannelCommand.js.map +0 -1
  517. package/dist/cjs/commands/StartMultiplexCommand.js +0 -61
  518. package/dist/cjs/commands/StartMultiplexCommand.js.map +0 -1
  519. package/dist/cjs/commands/StopChannelCommand.js +0 -61
  520. package/dist/cjs/commands/StopChannelCommand.js.map +0 -1
  521. package/dist/cjs/commands/StopMultiplexCommand.js +0 -61
  522. package/dist/cjs/commands/StopMultiplexCommand.js.map +0 -1
  523. package/dist/cjs/commands/TransferInputDeviceCommand.js +0 -61
  524. package/dist/cjs/commands/TransferInputDeviceCommand.js.map +0 -1
  525. package/dist/cjs/commands/UpdateChannelClassCommand.js +0 -61
  526. package/dist/cjs/commands/UpdateChannelClassCommand.js.map +0 -1
  527. package/dist/cjs/commands/UpdateChannelCommand.js +0 -61
  528. package/dist/cjs/commands/UpdateChannelCommand.js.map +0 -1
  529. package/dist/cjs/commands/UpdateInputCommand.js +0 -61
  530. package/dist/cjs/commands/UpdateInputCommand.js.map +0 -1
  531. package/dist/cjs/commands/UpdateInputDeviceCommand.js +0 -61
  532. package/dist/cjs/commands/UpdateInputDeviceCommand.js.map +0 -1
  533. package/dist/cjs/commands/UpdateInputSecurityGroupCommand.js +0 -61
  534. package/dist/cjs/commands/UpdateInputSecurityGroupCommand.js.map +0 -1
  535. package/dist/cjs/commands/UpdateMultiplexCommand.js +0 -61
  536. package/dist/cjs/commands/UpdateMultiplexCommand.js.map +0 -1
  537. package/dist/cjs/commands/UpdateMultiplexProgramCommand.js +0 -61
  538. package/dist/cjs/commands/UpdateMultiplexProgramCommand.js.map +0 -1
  539. package/dist/cjs/commands/UpdateReservationCommand.js +0 -61
  540. package/dist/cjs/commands/UpdateReservationCommand.js.map +0 -1
  541. package/dist/cjs/endpoints.js +0 -73
  542. package/dist/cjs/endpoints.js.map +0 -1
  543. package/dist/cjs/index.js +0 -85
  544. package/dist/cjs/index.js.map +0 -1
  545. package/dist/cjs/models/index.js +0 -6
  546. package/dist/cjs/models/index.js.map +0 -1
  547. package/dist/cjs/models/models_0.js +0 -2191
  548. package/dist/cjs/models/models_0.js.map +0 -1
  549. package/dist/cjs/models/models_1.js +0 -2346
  550. package/dist/cjs/models/models_1.js.map +0 -1
  551. package/dist/cjs/package.json +0 -94
  552. package/dist/cjs/pagination/DescribeSchedulePaginator.js +0 -46
  553. package/dist/cjs/pagination/DescribeSchedulePaginator.js.map +0 -1
  554. package/dist/cjs/pagination/Interfaces.js +0 -3
  555. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  556. package/dist/cjs/pagination/ListChannelsPaginator.js +0 -46
  557. package/dist/cjs/pagination/ListChannelsPaginator.js.map +0 -1
  558. package/dist/cjs/pagination/ListInputDeviceTransfersPaginator.js +0 -46
  559. package/dist/cjs/pagination/ListInputDeviceTransfersPaginator.js.map +0 -1
  560. package/dist/cjs/pagination/ListInputDevicesPaginator.js +0 -46
  561. package/dist/cjs/pagination/ListInputDevicesPaginator.js.map +0 -1
  562. package/dist/cjs/pagination/ListInputSecurityGroupsPaginator.js +0 -46
  563. package/dist/cjs/pagination/ListInputSecurityGroupsPaginator.js.map +0 -1
  564. package/dist/cjs/pagination/ListInputsPaginator.js +0 -46
  565. package/dist/cjs/pagination/ListInputsPaginator.js.map +0 -1
  566. package/dist/cjs/pagination/ListMultiplexProgramsPaginator.js +0 -46
  567. package/dist/cjs/pagination/ListMultiplexProgramsPaginator.js.map +0 -1
  568. package/dist/cjs/pagination/ListMultiplexesPaginator.js +0 -46
  569. package/dist/cjs/pagination/ListMultiplexesPaginator.js.map +0 -1
  570. package/dist/cjs/pagination/ListOfferingsPaginator.js +0 -46
  571. package/dist/cjs/pagination/ListOfferingsPaginator.js.map +0 -1
  572. package/dist/cjs/pagination/ListReservationsPaginator.js +0 -46
  573. package/dist/cjs/pagination/ListReservationsPaginator.js.map +0 -1
  574. package/dist/cjs/protocols/Aws_restJson1.js +0 -13453
  575. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  576. package/dist/cjs/runtimeConfig.browser.js +0 -41
  577. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  578. package/dist/cjs/runtimeConfig.js +0 -46
  579. package/dist/cjs/runtimeConfig.js.map +0 -1
  580. package/dist/cjs/runtimeConfig.native.js +0 -20
  581. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  582. package/dist/cjs/runtimeConfig.shared.js +0 -21
  583. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  584. package/dist/cjs/waiters/waitForChannelCreated.js +0 -67
  585. package/dist/cjs/waiters/waitForChannelCreated.js.map +0 -1
  586. package/dist/cjs/waiters/waitForChannelDeleted.js +0 -58
  587. package/dist/cjs/waiters/waitForChannelDeleted.js.map +0 -1
  588. package/dist/cjs/waiters/waitForChannelRunning.js +0 -58
  589. package/dist/cjs/waiters/waitForChannelRunning.js.map +0 -1
  590. package/dist/cjs/waiters/waitForChannelStopped.js +0 -58
  591. package/dist/cjs/waiters/waitForChannelStopped.js.map +0 -1
  592. package/dist/cjs/waiters/waitForInputAttached.js +0 -58
  593. package/dist/cjs/waiters/waitForInputAttached.js.map +0 -1
  594. package/dist/cjs/waiters/waitForInputDeleted.js +0 -58
  595. package/dist/cjs/waiters/waitForInputDeleted.js.map +0 -1
  596. package/dist/cjs/waiters/waitForInputDetached.js +0 -67
  597. package/dist/cjs/waiters/waitForInputDetached.js.map +0 -1
  598. package/dist/cjs/waiters/waitForMultiplexCreated.js +0 -67
  599. package/dist/cjs/waiters/waitForMultiplexCreated.js.map +0 -1
  600. package/dist/cjs/waiters/waitForMultiplexDeleted.js +0 -58
  601. package/dist/cjs/waiters/waitForMultiplexDeleted.js.map +0 -1
  602. package/dist/cjs/waiters/waitForMultiplexRunning.js +0 -58
  603. package/dist/cjs/waiters/waitForMultiplexRunning.js.map +0 -1
  604. package/dist/cjs/waiters/waitForMultiplexStopped.js +0 -58
  605. package/dist/cjs/waiters/waitForMultiplexStopped.js.map +0 -1
  606. package/dist/es/MediaLive.js +0 -851
  607. package/dist/es/MediaLive.js.map +0 -1
  608. package/dist/es/MediaLiveClient.js +0 -38
  609. package/dist/es/MediaLiveClient.js.map +0 -1
  610. package/dist/es/commands/AcceptInputDeviceTransferCommand.js +0 -40
  611. package/dist/es/commands/AcceptInputDeviceTransferCommand.js.map +0 -1
  612. package/dist/es/commands/BatchDeleteCommand.js +0 -40
  613. package/dist/es/commands/BatchDeleteCommand.js.map +0 -1
  614. package/dist/es/commands/BatchStartCommand.js +0 -40
  615. package/dist/es/commands/BatchStartCommand.js.map +0 -1
  616. package/dist/es/commands/BatchStopCommand.js +0 -40
  617. package/dist/es/commands/BatchStopCommand.js.map +0 -1
  618. package/dist/es/commands/BatchUpdateScheduleCommand.js +0 -40
  619. package/dist/es/commands/BatchUpdateScheduleCommand.js.map +0 -1
  620. package/dist/es/commands/CancelInputDeviceTransferCommand.js +0 -40
  621. package/dist/es/commands/CancelInputDeviceTransferCommand.js.map +0 -1
  622. package/dist/es/commands/CreateChannelCommand.js +0 -40
  623. package/dist/es/commands/CreateChannelCommand.js.map +0 -1
  624. package/dist/es/commands/CreateInputCommand.js +0 -40
  625. package/dist/es/commands/CreateInputCommand.js.map +0 -1
  626. package/dist/es/commands/CreateInputSecurityGroupCommand.js +0 -40
  627. package/dist/es/commands/CreateInputSecurityGroupCommand.js.map +0 -1
  628. package/dist/es/commands/CreateMultiplexCommand.js +0 -40
  629. package/dist/es/commands/CreateMultiplexCommand.js.map +0 -1
  630. package/dist/es/commands/CreateMultiplexProgramCommand.js +0 -40
  631. package/dist/es/commands/CreateMultiplexProgramCommand.js.map +0 -1
  632. package/dist/es/commands/CreatePartnerInputCommand.js +0 -40
  633. package/dist/es/commands/CreatePartnerInputCommand.js.map +0 -1
  634. package/dist/es/commands/CreateTagsCommand.js +0 -40
  635. package/dist/es/commands/CreateTagsCommand.js.map +0 -1
  636. package/dist/es/commands/DeleteChannelCommand.js +0 -40
  637. package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
  638. package/dist/es/commands/DeleteInputCommand.js +0 -40
  639. package/dist/es/commands/DeleteInputCommand.js.map +0 -1
  640. package/dist/es/commands/DeleteInputSecurityGroupCommand.js +0 -40
  641. package/dist/es/commands/DeleteInputSecurityGroupCommand.js.map +0 -1
  642. package/dist/es/commands/DeleteMultiplexCommand.js +0 -40
  643. package/dist/es/commands/DeleteMultiplexCommand.js.map +0 -1
  644. package/dist/es/commands/DeleteMultiplexProgramCommand.js +0 -40
  645. package/dist/es/commands/DeleteMultiplexProgramCommand.js.map +0 -1
  646. package/dist/es/commands/DeleteReservationCommand.js +0 -40
  647. package/dist/es/commands/DeleteReservationCommand.js.map +0 -1
  648. package/dist/es/commands/DeleteScheduleCommand.js +0 -40
  649. package/dist/es/commands/DeleteScheduleCommand.js.map +0 -1
  650. package/dist/es/commands/DeleteTagsCommand.js +0 -40
  651. package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
  652. package/dist/es/commands/DescribeChannelCommand.js +0 -40
  653. package/dist/es/commands/DescribeChannelCommand.js.map +0 -1
  654. package/dist/es/commands/DescribeInputCommand.js +0 -40
  655. package/dist/es/commands/DescribeInputCommand.js.map +0 -1
  656. package/dist/es/commands/DescribeInputDeviceCommand.js +0 -40
  657. package/dist/es/commands/DescribeInputDeviceCommand.js.map +0 -1
  658. package/dist/es/commands/DescribeInputDeviceThumbnailCommand.js +0 -40
  659. package/dist/es/commands/DescribeInputDeviceThumbnailCommand.js.map +0 -1
  660. package/dist/es/commands/DescribeInputSecurityGroupCommand.js +0 -40
  661. package/dist/es/commands/DescribeInputSecurityGroupCommand.js.map +0 -1
  662. package/dist/es/commands/DescribeMultiplexCommand.js +0 -40
  663. package/dist/es/commands/DescribeMultiplexCommand.js.map +0 -1
  664. package/dist/es/commands/DescribeMultiplexProgramCommand.js +0 -40
  665. package/dist/es/commands/DescribeMultiplexProgramCommand.js.map +0 -1
  666. package/dist/es/commands/DescribeOfferingCommand.js +0 -40
  667. package/dist/es/commands/DescribeOfferingCommand.js.map +0 -1
  668. package/dist/es/commands/DescribeReservationCommand.js +0 -40
  669. package/dist/es/commands/DescribeReservationCommand.js.map +0 -1
  670. package/dist/es/commands/DescribeScheduleCommand.js +0 -40
  671. package/dist/es/commands/DescribeScheduleCommand.js.map +0 -1
  672. package/dist/es/commands/ListChannelsCommand.js +0 -40
  673. package/dist/es/commands/ListChannelsCommand.js.map +0 -1
  674. package/dist/es/commands/ListInputDeviceTransfersCommand.js +0 -40
  675. package/dist/es/commands/ListInputDeviceTransfersCommand.js.map +0 -1
  676. package/dist/es/commands/ListInputDevicesCommand.js +0 -40
  677. package/dist/es/commands/ListInputDevicesCommand.js.map +0 -1
  678. package/dist/es/commands/ListInputSecurityGroupsCommand.js +0 -40
  679. package/dist/es/commands/ListInputSecurityGroupsCommand.js.map +0 -1
  680. package/dist/es/commands/ListInputsCommand.js +0 -40
  681. package/dist/es/commands/ListInputsCommand.js.map +0 -1
  682. package/dist/es/commands/ListMultiplexProgramsCommand.js +0 -40
  683. package/dist/es/commands/ListMultiplexProgramsCommand.js.map +0 -1
  684. package/dist/es/commands/ListMultiplexesCommand.js +0 -40
  685. package/dist/es/commands/ListMultiplexesCommand.js.map +0 -1
  686. package/dist/es/commands/ListOfferingsCommand.js +0 -40
  687. package/dist/es/commands/ListOfferingsCommand.js.map +0 -1
  688. package/dist/es/commands/ListReservationsCommand.js +0 -40
  689. package/dist/es/commands/ListReservationsCommand.js.map +0 -1
  690. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  691. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  692. package/dist/es/commands/PurchaseOfferingCommand.js +0 -40
  693. package/dist/es/commands/PurchaseOfferingCommand.js.map +0 -1
  694. package/dist/es/commands/RejectInputDeviceTransferCommand.js +0 -40
  695. package/dist/es/commands/RejectInputDeviceTransferCommand.js.map +0 -1
  696. package/dist/es/commands/StartChannelCommand.js +0 -40
  697. package/dist/es/commands/StartChannelCommand.js.map +0 -1
  698. package/dist/es/commands/StartMultiplexCommand.js +0 -40
  699. package/dist/es/commands/StartMultiplexCommand.js.map +0 -1
  700. package/dist/es/commands/StopChannelCommand.js +0 -40
  701. package/dist/es/commands/StopChannelCommand.js.map +0 -1
  702. package/dist/es/commands/StopMultiplexCommand.js +0 -40
  703. package/dist/es/commands/StopMultiplexCommand.js.map +0 -1
  704. package/dist/es/commands/TransferInputDeviceCommand.js +0 -40
  705. package/dist/es/commands/TransferInputDeviceCommand.js.map +0 -1
  706. package/dist/es/commands/UpdateChannelClassCommand.js +0 -40
  707. package/dist/es/commands/UpdateChannelClassCommand.js.map +0 -1
  708. package/dist/es/commands/UpdateChannelCommand.js +0 -40
  709. package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
  710. package/dist/es/commands/UpdateInputCommand.js +0 -40
  711. package/dist/es/commands/UpdateInputCommand.js.map +0 -1
  712. package/dist/es/commands/UpdateInputDeviceCommand.js +0 -40
  713. package/dist/es/commands/UpdateInputDeviceCommand.js.map +0 -1
  714. package/dist/es/commands/UpdateInputSecurityGroupCommand.js +0 -40
  715. package/dist/es/commands/UpdateInputSecurityGroupCommand.js.map +0 -1
  716. package/dist/es/commands/UpdateMultiplexCommand.js +0 -40
  717. package/dist/es/commands/UpdateMultiplexCommand.js.map +0 -1
  718. package/dist/es/commands/UpdateMultiplexProgramCommand.js +0 -40
  719. package/dist/es/commands/UpdateMultiplexProgramCommand.js.map +0 -1
  720. package/dist/es/commands/UpdateReservationCommand.js +0 -40
  721. package/dist/es/commands/UpdateReservationCommand.js.map +0 -1
  722. package/dist/es/endpoints.js +0 -69
  723. package/dist/es/endpoints.js.map +0 -1
  724. package/dist/es/index.js +0 -82
  725. package/dist/es/index.js.map +0 -1
  726. package/dist/es/models/index.js +0 -3
  727. package/dist/es/models/index.js.map +0 -1
  728. package/dist/es/models/models_0.js +0 -1489
  729. package/dist/es/models/models_0.js.map +0 -1
  730. package/dist/es/models/models_1.js +0 -1334
  731. package/dist/es/models/models_1.js.map +0 -1
  732. package/dist/es/package.json +0 -94
  733. package/dist/es/pagination/DescribeSchedulePaginator.js +0 -75
  734. package/dist/es/pagination/DescribeSchedulePaginator.js.map +0 -1
  735. package/dist/es/pagination/Interfaces.js +0 -2
  736. package/dist/es/pagination/Interfaces.js.map +0 -1
  737. package/dist/es/pagination/ListChannelsPaginator.js +0 -75
  738. package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
  739. package/dist/es/pagination/ListInputDeviceTransfersPaginator.js +0 -75
  740. package/dist/es/pagination/ListInputDeviceTransfersPaginator.js.map +0 -1
  741. package/dist/es/pagination/ListInputDevicesPaginator.js +0 -75
  742. package/dist/es/pagination/ListInputDevicesPaginator.js.map +0 -1
  743. package/dist/es/pagination/ListInputSecurityGroupsPaginator.js +0 -75
  744. package/dist/es/pagination/ListInputSecurityGroupsPaginator.js.map +0 -1
  745. package/dist/es/pagination/ListInputsPaginator.js +0 -75
  746. package/dist/es/pagination/ListInputsPaginator.js.map +0 -1
  747. package/dist/es/pagination/ListMultiplexProgramsPaginator.js +0 -75
  748. package/dist/es/pagination/ListMultiplexProgramsPaginator.js.map +0 -1
  749. package/dist/es/pagination/ListMultiplexesPaginator.js +0 -75
  750. package/dist/es/pagination/ListMultiplexesPaginator.js.map +0 -1
  751. package/dist/es/pagination/ListOfferingsPaginator.js +0 -75
  752. package/dist/es/pagination/ListOfferingsPaginator.js.map +0 -1
  753. package/dist/es/pagination/ListReservationsPaginator.js +0 -75
  754. package/dist/es/pagination/ListReservationsPaginator.js.map +0 -1
  755. package/dist/es/protocols/Aws_restJson1.js +0 -13451
  756. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  757. package/dist/es/runtimeConfig.browser.js +0 -17
  758. package/dist/es/runtimeConfig.browser.js.map +0 -1
  759. package/dist/es/runtimeConfig.js +0 -22
  760. package/dist/es/runtimeConfig.js.map +0 -1
  761. package/dist/es/runtimeConfig.native.js +0 -9
  762. package/dist/es/runtimeConfig.native.js.map +0 -1
  763. package/dist/es/runtimeConfig.shared.js +0 -14
  764. package/dist/es/runtimeConfig.shared.js.map +0 -1
  765. package/dist/es/waiters/waitForChannelCreated.js +0 -73
  766. package/dist/es/waiters/waitForChannelCreated.js.map +0 -1
  767. package/dist/es/waiters/waitForChannelDeleted.js +0 -64
  768. package/dist/es/waiters/waitForChannelDeleted.js.map +0 -1
  769. package/dist/es/waiters/waitForChannelRunning.js +0 -64
  770. package/dist/es/waiters/waitForChannelRunning.js.map +0 -1
  771. package/dist/es/waiters/waitForChannelStopped.js +0 -64
  772. package/dist/es/waiters/waitForChannelStopped.js.map +0 -1
  773. package/dist/es/waiters/waitForInputAttached.js +0 -64
  774. package/dist/es/waiters/waitForInputAttached.js.map +0 -1
  775. package/dist/es/waiters/waitForInputDeleted.js +0 -64
  776. package/dist/es/waiters/waitForInputDeleted.js.map +0 -1
  777. package/dist/es/waiters/waitForInputDetached.js +0 -73
  778. package/dist/es/waiters/waitForInputDetached.js.map +0 -1
  779. package/dist/es/waiters/waitForMultiplexCreated.js +0 -73
  780. package/dist/es/waiters/waitForMultiplexCreated.js.map +0 -1
  781. package/dist/es/waiters/waitForMultiplexDeleted.js +0 -64
  782. package/dist/es/waiters/waitForMultiplexDeleted.js.map +0 -1
  783. package/dist/es/waiters/waitForMultiplexRunning.js +0 -64
  784. package/dist/es/waiters/waitForMultiplexRunning.js.map +0 -1
  785. package/dist/es/waiters/waitForMultiplexStopped.js +0 -64
  786. package/dist/es/waiters/waitForMultiplexStopped.js.map +0 -1
  787. package/dist/types/MediaLive.d.ts +0 -399
  788. package/dist/types/MediaLiveClient.d.ts +0 -188
  789. package/dist/types/commands/AcceptInputDeviceTransferCommand.d.ts +0 -35
  790. package/dist/types/commands/BatchDeleteCommand.d.ts +0 -35
  791. package/dist/types/commands/BatchStartCommand.d.ts +0 -35
  792. package/dist/types/commands/BatchStopCommand.d.ts +0 -35
  793. package/dist/types/commands/BatchUpdateScheduleCommand.d.ts +0 -35
  794. package/dist/types/commands/CancelInputDeviceTransferCommand.d.ts +0 -35
  795. package/dist/types/commands/CreateChannelCommand.d.ts +0 -35
  796. package/dist/types/commands/CreateInputCommand.d.ts +0 -35
  797. package/dist/types/commands/CreateInputSecurityGroupCommand.d.ts +0 -35
  798. package/dist/types/commands/CreateMultiplexCommand.d.ts +0 -35
  799. package/dist/types/commands/CreateMultiplexProgramCommand.d.ts +0 -35
  800. package/dist/types/commands/CreatePartnerInputCommand.d.ts +0 -35
  801. package/dist/types/commands/CreateTagsCommand.d.ts +0 -35
  802. package/dist/types/commands/DeleteChannelCommand.d.ts +0 -35
  803. package/dist/types/commands/DeleteInputCommand.d.ts +0 -35
  804. package/dist/types/commands/DeleteInputSecurityGroupCommand.d.ts +0 -35
  805. package/dist/types/commands/DeleteMultiplexCommand.d.ts +0 -35
  806. package/dist/types/commands/DeleteMultiplexProgramCommand.d.ts +0 -35
  807. package/dist/types/commands/DeleteReservationCommand.d.ts +0 -35
  808. package/dist/types/commands/DeleteScheduleCommand.d.ts +0 -35
  809. package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
  810. package/dist/types/commands/DescribeChannelCommand.d.ts +0 -35
  811. package/dist/types/commands/DescribeInputCommand.d.ts +0 -35
  812. package/dist/types/commands/DescribeInputDeviceCommand.d.ts +0 -35
  813. package/dist/types/commands/DescribeInputDeviceThumbnailCommand.d.ts +0 -35
  814. package/dist/types/commands/DescribeInputSecurityGroupCommand.d.ts +0 -35
  815. package/dist/types/commands/DescribeMultiplexCommand.d.ts +0 -35
  816. package/dist/types/commands/DescribeMultiplexProgramCommand.d.ts +0 -35
  817. package/dist/types/commands/DescribeOfferingCommand.d.ts +0 -35
  818. package/dist/types/commands/DescribeReservationCommand.d.ts +0 -35
  819. package/dist/types/commands/DescribeScheduleCommand.d.ts +0 -35
  820. package/dist/types/commands/ListChannelsCommand.d.ts +0 -35
  821. package/dist/types/commands/ListInputDeviceTransfersCommand.d.ts +0 -35
  822. package/dist/types/commands/ListInputDevicesCommand.d.ts +0 -35
  823. package/dist/types/commands/ListInputSecurityGroupsCommand.d.ts +0 -35
  824. package/dist/types/commands/ListInputsCommand.d.ts +0 -35
  825. package/dist/types/commands/ListMultiplexProgramsCommand.d.ts +0 -35
  826. package/dist/types/commands/ListMultiplexesCommand.d.ts +0 -35
  827. package/dist/types/commands/ListOfferingsCommand.d.ts +0 -35
  828. package/dist/types/commands/ListReservationsCommand.d.ts +0 -35
  829. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
  830. package/dist/types/commands/PurchaseOfferingCommand.d.ts +0 -35
  831. package/dist/types/commands/RejectInputDeviceTransferCommand.d.ts +0 -35
  832. package/dist/types/commands/StartChannelCommand.d.ts +0 -35
  833. package/dist/types/commands/StartMultiplexCommand.d.ts +0 -35
  834. package/dist/types/commands/StopChannelCommand.d.ts +0 -35
  835. package/dist/types/commands/StopMultiplexCommand.d.ts +0 -35
  836. package/dist/types/commands/TransferInputDeviceCommand.d.ts +0 -35
  837. package/dist/types/commands/UpdateChannelClassCommand.d.ts +0 -35
  838. package/dist/types/commands/UpdateChannelCommand.d.ts +0 -35
  839. package/dist/types/commands/UpdateInputCommand.d.ts +0 -35
  840. package/dist/types/commands/UpdateInputDeviceCommand.d.ts +0 -35
  841. package/dist/types/commands/UpdateInputSecurityGroupCommand.d.ts +0 -35
  842. package/dist/types/commands/UpdateMultiplexCommand.d.ts +0 -35
  843. package/dist/types/commands/UpdateMultiplexProgramCommand.d.ts +0 -35
  844. package/dist/types/commands/UpdateReservationCommand.d.ts +0 -35
  845. package/dist/types/index.d.ts +0 -81
  846. package/dist/types/models/models_0.d.ts +0 -4708
  847. package/dist/types/models/models_1.d.ts +0 -6078
  848. package/dist/types/pagination/DescribeSchedulePaginator.d.ts +0 -4
  849. package/dist/types/pagination/Interfaces.d.ts +0 -6
  850. package/dist/types/pagination/ListChannelsPaginator.d.ts +0 -4
  851. package/dist/types/pagination/ListInputDeviceTransfersPaginator.d.ts +0 -4
  852. package/dist/types/pagination/ListInputDevicesPaginator.d.ts +0 -4
  853. package/dist/types/pagination/ListInputSecurityGroupsPaginator.d.ts +0 -4
  854. package/dist/types/pagination/ListInputsPaginator.d.ts +0 -4
  855. package/dist/types/pagination/ListMultiplexProgramsPaginator.d.ts +0 -4
  856. package/dist/types/pagination/ListMultiplexesPaginator.d.ts +0 -4
  857. package/dist/types/pagination/ListOfferingsPaginator.d.ts +0 -4
  858. package/dist/types/pagination/ListReservationsPaginator.d.ts +0 -4
  859. package/dist/types/protocols/Aws_restJson1.d.ts +0 -170
  860. package/dist/types/runtimeConfig.d.ts +0 -37
  861. package/dist/types/ts3.4/MediaLive.d.ts +0 -399
  862. package/dist/types/ts3.4/MediaLiveClient.d.ts +0 -188
  863. package/dist/types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +0 -35
  864. package/dist/types/ts3.4/commands/BatchDeleteCommand.d.ts +0 -35
  865. package/dist/types/ts3.4/commands/BatchStartCommand.d.ts +0 -35
  866. package/dist/types/ts3.4/commands/BatchStopCommand.d.ts +0 -35
  867. package/dist/types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +0 -35
  868. package/dist/types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +0 -35
  869. package/dist/types/ts3.4/commands/CreateChannelCommand.d.ts +0 -35
  870. package/dist/types/ts3.4/commands/CreateInputCommand.d.ts +0 -35
  871. package/dist/types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +0 -35
  872. package/dist/types/ts3.4/commands/CreateMultiplexCommand.d.ts +0 -35
  873. package/dist/types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +0 -35
  874. package/dist/types/ts3.4/commands/CreatePartnerInputCommand.d.ts +0 -35
  875. package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -35
  876. package/dist/types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -35
  877. package/dist/types/ts3.4/commands/DeleteInputCommand.d.ts +0 -35
  878. package/dist/types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +0 -35
  879. package/dist/types/ts3.4/commands/DeleteMultiplexCommand.d.ts +0 -35
  880. package/dist/types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +0 -35
  881. package/dist/types/ts3.4/commands/DeleteReservationCommand.d.ts +0 -35
  882. package/dist/types/ts3.4/commands/DeleteScheduleCommand.d.ts +0 -35
  883. package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
  884. package/dist/types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -35
  885. package/dist/types/ts3.4/commands/DescribeInputCommand.d.ts +0 -35
  886. package/dist/types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +0 -35
  887. package/dist/types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +0 -35
  888. package/dist/types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +0 -35
  889. package/dist/types/ts3.4/commands/DescribeMultiplexCommand.d.ts +0 -35
  890. package/dist/types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +0 -35
  891. package/dist/types/ts3.4/commands/DescribeOfferingCommand.d.ts +0 -35
  892. package/dist/types/ts3.4/commands/DescribeReservationCommand.d.ts +0 -35
  893. package/dist/types/ts3.4/commands/DescribeScheduleCommand.d.ts +0 -35
  894. package/dist/types/ts3.4/commands/ListChannelsCommand.d.ts +0 -35
  895. package/dist/types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +0 -35
  896. package/dist/types/ts3.4/commands/ListInputDevicesCommand.d.ts +0 -35
  897. package/dist/types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +0 -35
  898. package/dist/types/ts3.4/commands/ListInputsCommand.d.ts +0 -35
  899. package/dist/types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +0 -35
  900. package/dist/types/ts3.4/commands/ListMultiplexesCommand.d.ts +0 -35
  901. package/dist/types/ts3.4/commands/ListOfferingsCommand.d.ts +0 -35
  902. package/dist/types/ts3.4/commands/ListReservationsCommand.d.ts +0 -35
  903. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  904. package/dist/types/ts3.4/commands/PurchaseOfferingCommand.d.ts +0 -35
  905. package/dist/types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +0 -35
  906. package/dist/types/ts3.4/commands/StartChannelCommand.d.ts +0 -35
  907. package/dist/types/ts3.4/commands/StartMultiplexCommand.d.ts +0 -35
  908. package/dist/types/ts3.4/commands/StopChannelCommand.d.ts +0 -35
  909. package/dist/types/ts3.4/commands/StopMultiplexCommand.d.ts +0 -35
  910. package/dist/types/ts3.4/commands/TransferInputDeviceCommand.d.ts +0 -35
  911. package/dist/types/ts3.4/commands/UpdateChannelClassCommand.d.ts +0 -35
  912. package/dist/types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -35
  913. package/dist/types/ts3.4/commands/UpdateInputCommand.d.ts +0 -35
  914. package/dist/types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +0 -35
  915. package/dist/types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +0 -35
  916. package/dist/types/ts3.4/commands/UpdateMultiplexCommand.d.ts +0 -35
  917. package/dist/types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +0 -35
  918. package/dist/types/ts3.4/commands/UpdateReservationCommand.d.ts +0 -35
  919. package/dist/types/ts3.4/index.d.ts +0 -81
  920. package/dist/types/ts3.4/models/models_0.d.ts +0 -4708
  921. package/dist/types/ts3.4/models/models_1.d.ts +0 -6078
  922. package/dist/types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +0 -4
  923. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  924. package/dist/types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -4
  925. package/dist/types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +0 -4
  926. package/dist/types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +0 -4
  927. package/dist/types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +0 -4
  928. package/dist/types/ts3.4/pagination/ListInputsPaginator.d.ts +0 -4
  929. package/dist/types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +0 -4
  930. package/dist/types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +0 -4
  931. package/dist/types/ts3.4/pagination/ListOfferingsPaginator.d.ts +0 -4
  932. package/dist/types/ts3.4/pagination/ListReservationsPaginator.d.ts +0 -4
  933. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -170
  934. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  935. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  936. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  937. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  938. package/dist/types/ts3.4/waiters/waitForChannelCreated.d.ts +0 -14
  939. package/dist/types/ts3.4/waiters/waitForChannelDeleted.d.ts +0 -14
  940. package/dist/types/ts3.4/waiters/waitForChannelRunning.d.ts +0 -14
  941. package/dist/types/ts3.4/waiters/waitForChannelStopped.d.ts +0 -14
  942. package/dist/types/ts3.4/waiters/waitForInputAttached.d.ts +0 -14
  943. package/dist/types/ts3.4/waiters/waitForInputDeleted.d.ts +0 -14
  944. package/dist/types/ts3.4/waiters/waitForInputDetached.d.ts +0 -14
  945. package/dist/types/ts3.4/waiters/waitForMultiplexCreated.d.ts +0 -14
  946. package/dist/types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +0 -14
  947. package/dist/types/ts3.4/waiters/waitForMultiplexRunning.d.ts +0 -14
  948. package/dist/types/ts3.4/waiters/waitForMultiplexStopped.d.ts +0 -14
  949. package/dist/types/waiters/waitForChannelCreated.d.ts +0 -14
  950. package/dist/types/waiters/waitForChannelDeleted.d.ts +0 -14
  951. package/dist/types/waiters/waitForChannelRunning.d.ts +0 -14
  952. package/dist/types/waiters/waitForChannelStopped.d.ts +0 -14
  953. package/dist/types/waiters/waitForInputAttached.d.ts +0 -14
  954. package/dist/types/waiters/waitForInputDeleted.d.ts +0 -14
  955. package/dist/types/waiters/waitForInputDetached.d.ts +0 -14
  956. package/dist/types/waiters/waitForMultiplexCreated.d.ts +0 -14
  957. package/dist/types/waiters/waitForMultiplexDeleted.d.ts +0 -14
  958. package/dist/types/waiters/waitForMultiplexRunning.d.ts +0 -14
  959. package/dist/types/waiters/waitForMultiplexStopped.d.ts +0 -14
  960. package/endpoints.ts +0 -73
  961. package/index.ts +0 -81
  962. package/jest.config.js +0 -4
  963. package/models/models_0.ts +0 -5851
  964. package/models/models_1.ts +0 -7592
  965. package/pagination/DescribeSchedulePaginator.ts +0 -58
  966. package/pagination/Interfaces.ts +0 -7
  967. package/pagination/ListChannelsPaginator.ts +0 -58
  968. package/pagination/ListInputDeviceTransfersPaginator.ts +0 -58
  969. package/pagination/ListInputDevicesPaginator.ts +0 -58
  970. package/pagination/ListInputSecurityGroupsPaginator.ts +0 -58
  971. package/pagination/ListInputsPaginator.ts +0 -54
  972. package/pagination/ListMultiplexProgramsPaginator.ts +0 -58
  973. package/pagination/ListMultiplexesPaginator.ts +0 -58
  974. package/pagination/ListOfferingsPaginator.ts +0 -58
  975. package/pagination/ListReservationsPaginator.ts +0 -58
  976. package/protocols/Aws_restJson1.ts +0 -15914
  977. package/runtimeConfig.browser.ts +0 -40
  978. package/runtimeConfig.native.ts +0 -16
  979. package/runtimeConfig.shared.ts +0 -16
  980. package/runtimeConfig.ts +0 -45
  981. package/tsconfig.es.json +0 -10
  982. package/tsconfig.json +0 -31
  983. package/tsconfig.types.json +0 -8
  984. package/waiters/waitForChannelCreated.ts +0 -65
  985. package/waiters/waitForChannelDeleted.ts +0 -57
  986. package/waiters/waitForChannelRunning.ts +0 -57
  987. package/waiters/waitForChannelStopped.ts +0 -57
  988. package/waiters/waitForInputAttached.ts +0 -57
  989. package/waiters/waitForInputDeleted.ts +0 -57
  990. package/waiters/waitForInputDetached.ts +0 -65
  991. package/waiters/waitForMultiplexCreated.ts +0 -65
  992. package/waiters/waitForMultiplexDeleted.ts +0 -57
  993. package/waiters/waitForMultiplexRunning.ts +0 -57
  994. package/waiters/waitForMultiplexStopped.ts +0 -57
@@ -0,0 +1,290 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
3
+ import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
4
+ import { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
5
+ import { BatchStopCommandInput, BatchStopCommandOutput } from "./commands/BatchStopCommand";
6
+ import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } from "./commands/BatchUpdateScheduleCommand";
7
+ import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
8
+ import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
9
+ import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
10
+ import { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
11
+ import { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
12
+ import { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
13
+ import { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
14
+ import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
15
+ import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
16
+ import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
17
+ import { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
18
+ import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
19
+ import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
20
+ import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
21
+ import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
22
+ import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
23
+ import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
24
+ import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
25
+ import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
26
+ import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
27
+ import { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
28
+ import { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
29
+ import { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
30
+ import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
31
+ import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
32
+ import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
33
+ import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
34
+ import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
35
+ import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
36
+ import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
37
+ import { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/ListInputsCommand";
38
+ import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
39
+ import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
40
+ import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
41
+ import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
42
+ import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
43
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
44
+ import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
45
+ import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
46
+ import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
47
+ import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
48
+ import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
49
+ import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
50
+ import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
51
+ import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
52
+ import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
53
+ import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
54
+ import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand";
55
+ import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
56
+ import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
57
+ import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
58
+ import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
59
+ import { MediaLiveClient } from "./MediaLiveClient";
60
+
61
+ export declare class MediaLive extends MediaLiveClient {
62
+
63
+ acceptInputDeviceTransfer(args: AcceptInputDeviceTransferCommandInput, options?: __HttpHandlerOptions): Promise<AcceptInputDeviceTransferCommandOutput>;
64
+ acceptInputDeviceTransfer(args: AcceptInputDeviceTransferCommandInput, cb: (err: any, data?: AcceptInputDeviceTransferCommandOutput) => void): void;
65
+ acceptInputDeviceTransfer(args: AcceptInputDeviceTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptInputDeviceTransferCommandOutput) => void): void;
66
+
67
+ batchDelete(args: BatchDeleteCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteCommandOutput>;
68
+ batchDelete(args: BatchDeleteCommandInput, cb: (err: any, data?: BatchDeleteCommandOutput) => void): void;
69
+ batchDelete(args: BatchDeleteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteCommandOutput) => void): void;
70
+
71
+ batchStart(args: BatchStartCommandInput, options?: __HttpHandlerOptions): Promise<BatchStartCommandOutput>;
72
+ batchStart(args: BatchStartCommandInput, cb: (err: any, data?: BatchStartCommandOutput) => void): void;
73
+ batchStart(args: BatchStartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchStartCommandOutput) => void): void;
74
+
75
+ batchStop(args: BatchStopCommandInput, options?: __HttpHandlerOptions): Promise<BatchStopCommandOutput>;
76
+ batchStop(args: BatchStopCommandInput, cb: (err: any, data?: BatchStopCommandOutput) => void): void;
77
+ batchStop(args: BatchStopCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchStopCommandOutput) => void): void;
78
+
79
+ batchUpdateSchedule(args: BatchUpdateScheduleCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateScheduleCommandOutput>;
80
+ batchUpdateSchedule(args: BatchUpdateScheduleCommandInput, cb: (err: any, data?: BatchUpdateScheduleCommandOutput) => void): void;
81
+ batchUpdateSchedule(args: BatchUpdateScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateScheduleCommandOutput) => void): void;
82
+
83
+ cancelInputDeviceTransfer(args: CancelInputDeviceTransferCommandInput, options?: __HttpHandlerOptions): Promise<CancelInputDeviceTransferCommandOutput>;
84
+ cancelInputDeviceTransfer(args: CancelInputDeviceTransferCommandInput, cb: (err: any, data?: CancelInputDeviceTransferCommandOutput) => void): void;
85
+ cancelInputDeviceTransfer(args: CancelInputDeviceTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelInputDeviceTransferCommandOutput) => void): void;
86
+
87
+ claimDevice(args: ClaimDeviceCommandInput, options?: __HttpHandlerOptions): Promise<ClaimDeviceCommandOutput>;
88
+ claimDevice(args: ClaimDeviceCommandInput, cb: (err: any, data?: ClaimDeviceCommandOutput) => void): void;
89
+ claimDevice(args: ClaimDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ClaimDeviceCommandOutput) => void): void;
90
+
91
+ createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
92
+ createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
93
+ createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
94
+
95
+ createInput(args: CreateInputCommandInput, options?: __HttpHandlerOptions): Promise<CreateInputCommandOutput>;
96
+ createInput(args: CreateInputCommandInput, cb: (err: any, data?: CreateInputCommandOutput) => void): void;
97
+ createInput(args: CreateInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInputCommandOutput) => void): void;
98
+
99
+ createInputSecurityGroup(args: CreateInputSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateInputSecurityGroupCommandOutput>;
100
+ createInputSecurityGroup(args: CreateInputSecurityGroupCommandInput, cb: (err: any, data?: CreateInputSecurityGroupCommandOutput) => void): void;
101
+ createInputSecurityGroup(args: CreateInputSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInputSecurityGroupCommandOutput) => void): void;
102
+
103
+ createMultiplex(args: CreateMultiplexCommandInput, options?: __HttpHandlerOptions): Promise<CreateMultiplexCommandOutput>;
104
+ createMultiplex(args: CreateMultiplexCommandInput, cb: (err: any, data?: CreateMultiplexCommandOutput) => void): void;
105
+ createMultiplex(args: CreateMultiplexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMultiplexCommandOutput) => void): void;
106
+
107
+ createMultiplexProgram(args: CreateMultiplexProgramCommandInput, options?: __HttpHandlerOptions): Promise<CreateMultiplexProgramCommandOutput>;
108
+ createMultiplexProgram(args: CreateMultiplexProgramCommandInput, cb: (err: any, data?: CreateMultiplexProgramCommandOutput) => void): void;
109
+ createMultiplexProgram(args: CreateMultiplexProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMultiplexProgramCommandOutput) => void): void;
110
+
111
+ createPartnerInput(args: CreatePartnerInputCommandInput, options?: __HttpHandlerOptions): Promise<CreatePartnerInputCommandOutput>;
112
+ createPartnerInput(args: CreatePartnerInputCommandInput, cb: (err: any, data?: CreatePartnerInputCommandOutput) => void): void;
113
+ createPartnerInput(args: CreatePartnerInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePartnerInputCommandOutput) => void): void;
114
+
115
+ createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
116
+ createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
117
+ createTags(args: CreateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
118
+
119
+ deleteChannel(args: DeleteChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelCommandOutput>;
120
+ deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
121
+ deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
122
+
123
+ deleteInput(args: DeleteInputCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInputCommandOutput>;
124
+ deleteInput(args: DeleteInputCommandInput, cb: (err: any, data?: DeleteInputCommandOutput) => void): void;
125
+ deleteInput(args: DeleteInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInputCommandOutput) => void): void;
126
+
127
+ deleteInputSecurityGroup(args: DeleteInputSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInputSecurityGroupCommandOutput>;
128
+ deleteInputSecurityGroup(args: DeleteInputSecurityGroupCommandInput, cb: (err: any, data?: DeleteInputSecurityGroupCommandOutput) => void): void;
129
+ deleteInputSecurityGroup(args: DeleteInputSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInputSecurityGroupCommandOutput) => void): void;
130
+
131
+ deleteMultiplex(args: DeleteMultiplexCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMultiplexCommandOutput>;
132
+ deleteMultiplex(args: DeleteMultiplexCommandInput, cb: (err: any, data?: DeleteMultiplexCommandOutput) => void): void;
133
+ deleteMultiplex(args: DeleteMultiplexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMultiplexCommandOutput) => void): void;
134
+
135
+ deleteMultiplexProgram(args: DeleteMultiplexProgramCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMultiplexProgramCommandOutput>;
136
+ deleteMultiplexProgram(args: DeleteMultiplexProgramCommandInput, cb: (err: any, data?: DeleteMultiplexProgramCommandOutput) => void): void;
137
+ deleteMultiplexProgram(args: DeleteMultiplexProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMultiplexProgramCommandOutput) => void): void;
138
+
139
+ deleteReservation(args: DeleteReservationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReservationCommandOutput>;
140
+ deleteReservation(args: DeleteReservationCommandInput, cb: (err: any, data?: DeleteReservationCommandOutput) => void): void;
141
+ deleteReservation(args: DeleteReservationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReservationCommandOutput) => void): void;
142
+
143
+ deleteSchedule(args: DeleteScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteScheduleCommandOutput>;
144
+ deleteSchedule(args: DeleteScheduleCommandInput, cb: (err: any, data?: DeleteScheduleCommandOutput) => void): void;
145
+ deleteSchedule(args: DeleteScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteScheduleCommandOutput) => void): void;
146
+
147
+ deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
148
+ deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
149
+ deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
150
+
151
+ describeChannel(args: DescribeChannelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelCommandOutput>;
152
+ describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
153
+ describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
154
+
155
+ describeInput(args: DescribeInputCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInputCommandOutput>;
156
+ describeInput(args: DescribeInputCommandInput, cb: (err: any, data?: DescribeInputCommandOutput) => void): void;
157
+ describeInput(args: DescribeInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInputCommandOutput) => void): void;
158
+
159
+ describeInputDevice(args: DescribeInputDeviceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInputDeviceCommandOutput>;
160
+ describeInputDevice(args: DescribeInputDeviceCommandInput, cb: (err: any, data?: DescribeInputDeviceCommandOutput) => void): void;
161
+ describeInputDevice(args: DescribeInputDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInputDeviceCommandOutput) => void): void;
162
+
163
+ describeInputDeviceThumbnail(args: DescribeInputDeviceThumbnailCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInputDeviceThumbnailCommandOutput>;
164
+ describeInputDeviceThumbnail(args: DescribeInputDeviceThumbnailCommandInput, cb: (err: any, data?: DescribeInputDeviceThumbnailCommandOutput) => void): void;
165
+ describeInputDeviceThumbnail(args: DescribeInputDeviceThumbnailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInputDeviceThumbnailCommandOutput) => void): void;
166
+
167
+ describeInputSecurityGroup(args: DescribeInputSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInputSecurityGroupCommandOutput>;
168
+ describeInputSecurityGroup(args: DescribeInputSecurityGroupCommandInput, cb: (err: any, data?: DescribeInputSecurityGroupCommandOutput) => void): void;
169
+ describeInputSecurityGroup(args: DescribeInputSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInputSecurityGroupCommandOutput) => void): void;
170
+
171
+ describeMultiplex(args: DescribeMultiplexCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMultiplexCommandOutput>;
172
+ describeMultiplex(args: DescribeMultiplexCommandInput, cb: (err: any, data?: DescribeMultiplexCommandOutput) => void): void;
173
+ describeMultiplex(args: DescribeMultiplexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMultiplexCommandOutput) => void): void;
174
+
175
+ describeMultiplexProgram(args: DescribeMultiplexProgramCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMultiplexProgramCommandOutput>;
176
+ describeMultiplexProgram(args: DescribeMultiplexProgramCommandInput, cb: (err: any, data?: DescribeMultiplexProgramCommandOutput) => void): void;
177
+ describeMultiplexProgram(args: DescribeMultiplexProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMultiplexProgramCommandOutput) => void): void;
178
+
179
+ describeOffering(args: DescribeOfferingCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOfferingCommandOutput>;
180
+ describeOffering(args: DescribeOfferingCommandInput, cb: (err: any, data?: DescribeOfferingCommandOutput) => void): void;
181
+ describeOffering(args: DescribeOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOfferingCommandOutput) => void): void;
182
+
183
+ describeReservation(args: DescribeReservationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservationCommandOutput>;
184
+ describeReservation(args: DescribeReservationCommandInput, cb: (err: any, data?: DescribeReservationCommandOutput) => void): void;
185
+ describeReservation(args: DescribeReservationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservationCommandOutput) => void): void;
186
+
187
+ describeSchedule(args: DescribeScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScheduleCommandOutput>;
188
+ describeSchedule(args: DescribeScheduleCommandInput, cb: (err: any, data?: DescribeScheduleCommandOutput) => void): void;
189
+ describeSchedule(args: DescribeScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScheduleCommandOutput) => void): void;
190
+
191
+ listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
192
+ listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
193
+ listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
194
+
195
+ listInputDevices(args: ListInputDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListInputDevicesCommandOutput>;
196
+ listInputDevices(args: ListInputDevicesCommandInput, cb: (err: any, data?: ListInputDevicesCommandOutput) => void): void;
197
+ listInputDevices(args: ListInputDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInputDevicesCommandOutput) => void): void;
198
+
199
+ listInputDeviceTransfers(args: ListInputDeviceTransfersCommandInput, options?: __HttpHandlerOptions): Promise<ListInputDeviceTransfersCommandOutput>;
200
+ listInputDeviceTransfers(args: ListInputDeviceTransfersCommandInput, cb: (err: any, data?: ListInputDeviceTransfersCommandOutput) => void): void;
201
+ listInputDeviceTransfers(args: ListInputDeviceTransfersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInputDeviceTransfersCommandOutput) => void): void;
202
+
203
+ listInputs(args: ListInputsCommandInput, options?: __HttpHandlerOptions): Promise<ListInputsCommandOutput>;
204
+ listInputs(args: ListInputsCommandInput, cb: (err: any, data?: ListInputsCommandOutput) => void): void;
205
+ listInputs(args: ListInputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInputsCommandOutput) => void): void;
206
+
207
+ listInputSecurityGroups(args: ListInputSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListInputSecurityGroupsCommandOutput>;
208
+ listInputSecurityGroups(args: ListInputSecurityGroupsCommandInput, cb: (err: any, data?: ListInputSecurityGroupsCommandOutput) => void): void;
209
+ listInputSecurityGroups(args: ListInputSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInputSecurityGroupsCommandOutput) => void): void;
210
+
211
+ listMultiplexes(args: ListMultiplexesCommandInput, options?: __HttpHandlerOptions): Promise<ListMultiplexesCommandOutput>;
212
+ listMultiplexes(args: ListMultiplexesCommandInput, cb: (err: any, data?: ListMultiplexesCommandOutput) => void): void;
213
+ listMultiplexes(args: ListMultiplexesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMultiplexesCommandOutput) => void): void;
214
+
215
+ listMultiplexPrograms(args: ListMultiplexProgramsCommandInput, options?: __HttpHandlerOptions): Promise<ListMultiplexProgramsCommandOutput>;
216
+ listMultiplexPrograms(args: ListMultiplexProgramsCommandInput, cb: (err: any, data?: ListMultiplexProgramsCommandOutput) => void): void;
217
+ listMultiplexPrograms(args: ListMultiplexProgramsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMultiplexProgramsCommandOutput) => void): void;
218
+
219
+ listOfferings(args: ListOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<ListOfferingsCommandOutput>;
220
+ listOfferings(args: ListOfferingsCommandInput, cb: (err: any, data?: ListOfferingsCommandOutput) => void): void;
221
+ listOfferings(args: ListOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOfferingsCommandOutput) => void): void;
222
+
223
+ listReservations(args: ListReservationsCommandInput, options?: __HttpHandlerOptions): Promise<ListReservationsCommandOutput>;
224
+ listReservations(args: ListReservationsCommandInput, cb: (err: any, data?: ListReservationsCommandOutput) => void): void;
225
+ listReservations(args: ListReservationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReservationsCommandOutput) => void): void;
226
+
227
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
228
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
229
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
230
+
231
+ purchaseOffering(args: PurchaseOfferingCommandInput, options?: __HttpHandlerOptions): Promise<PurchaseOfferingCommandOutput>;
232
+ purchaseOffering(args: PurchaseOfferingCommandInput, cb: (err: any, data?: PurchaseOfferingCommandOutput) => void): void;
233
+ purchaseOffering(args: PurchaseOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseOfferingCommandOutput) => void): void;
234
+
235
+ rejectInputDeviceTransfer(args: RejectInputDeviceTransferCommandInput, options?: __HttpHandlerOptions): Promise<RejectInputDeviceTransferCommandOutput>;
236
+ rejectInputDeviceTransfer(args: RejectInputDeviceTransferCommandInput, cb: (err: any, data?: RejectInputDeviceTransferCommandOutput) => void): void;
237
+ rejectInputDeviceTransfer(args: RejectInputDeviceTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectInputDeviceTransferCommandOutput) => void): void;
238
+
239
+ startChannel(args: StartChannelCommandInput, options?: __HttpHandlerOptions): Promise<StartChannelCommandOutput>;
240
+ startChannel(args: StartChannelCommandInput, cb: (err: any, data?: StartChannelCommandOutput) => void): void;
241
+ startChannel(args: StartChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartChannelCommandOutput) => void): void;
242
+
243
+ startMultiplex(args: StartMultiplexCommandInput, options?: __HttpHandlerOptions): Promise<StartMultiplexCommandOutput>;
244
+ startMultiplex(args: StartMultiplexCommandInput, cb: (err: any, data?: StartMultiplexCommandOutput) => void): void;
245
+ startMultiplex(args: StartMultiplexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMultiplexCommandOutput) => void): void;
246
+
247
+ stopChannel(args: StopChannelCommandInput, options?: __HttpHandlerOptions): Promise<StopChannelCommandOutput>;
248
+ stopChannel(args: StopChannelCommandInput, cb: (err: any, data?: StopChannelCommandOutput) => void): void;
249
+ stopChannel(args: StopChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopChannelCommandOutput) => void): void;
250
+
251
+ stopMultiplex(args: StopMultiplexCommandInput, options?: __HttpHandlerOptions): Promise<StopMultiplexCommandOutput>;
252
+ stopMultiplex(args: StopMultiplexCommandInput, cb: (err: any, data?: StopMultiplexCommandOutput) => void): void;
253
+ stopMultiplex(args: StopMultiplexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMultiplexCommandOutput) => void): void;
254
+
255
+ transferInputDevice(args: TransferInputDeviceCommandInput, options?: __HttpHandlerOptions): Promise<TransferInputDeviceCommandOutput>;
256
+ transferInputDevice(args: TransferInputDeviceCommandInput, cb: (err: any, data?: TransferInputDeviceCommandOutput) => void): void;
257
+ transferInputDevice(args: TransferInputDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TransferInputDeviceCommandOutput) => void): void;
258
+
259
+ updateChannel(args: UpdateChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelCommandOutput>;
260
+ updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
261
+ updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
262
+
263
+ updateChannelClass(args: UpdateChannelClassCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelClassCommandOutput>;
264
+ updateChannelClass(args: UpdateChannelClassCommandInput, cb: (err: any, data?: UpdateChannelClassCommandOutput) => void): void;
265
+ updateChannelClass(args: UpdateChannelClassCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelClassCommandOutput) => void): void;
266
+
267
+ updateInput(args: UpdateInputCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInputCommandOutput>;
268
+ updateInput(args: UpdateInputCommandInput, cb: (err: any, data?: UpdateInputCommandOutput) => void): void;
269
+ updateInput(args: UpdateInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInputCommandOutput) => void): void;
270
+
271
+ updateInputDevice(args: UpdateInputDeviceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInputDeviceCommandOutput>;
272
+ updateInputDevice(args: UpdateInputDeviceCommandInput, cb: (err: any, data?: UpdateInputDeviceCommandOutput) => void): void;
273
+ updateInputDevice(args: UpdateInputDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInputDeviceCommandOutput) => void): void;
274
+
275
+ updateInputSecurityGroup(args: UpdateInputSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInputSecurityGroupCommandOutput>;
276
+ updateInputSecurityGroup(args: UpdateInputSecurityGroupCommandInput, cb: (err: any, data?: UpdateInputSecurityGroupCommandOutput) => void): void;
277
+ updateInputSecurityGroup(args: UpdateInputSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInputSecurityGroupCommandOutput) => void): void;
278
+
279
+ updateMultiplex(args: UpdateMultiplexCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMultiplexCommandOutput>;
280
+ updateMultiplex(args: UpdateMultiplexCommandInput, cb: (err: any, data?: UpdateMultiplexCommandOutput) => void): void;
281
+ updateMultiplex(args: UpdateMultiplexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMultiplexCommandOutput) => void): void;
282
+
283
+ updateMultiplexProgram(args: UpdateMultiplexProgramCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMultiplexProgramCommandOutput>;
284
+ updateMultiplexProgram(args: UpdateMultiplexProgramCommandInput, cb: (err: any, data?: UpdateMultiplexProgramCommandOutput) => void): void;
285
+ updateMultiplexProgram(args: UpdateMultiplexProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMultiplexProgramCommandOutput) => void): void;
286
+
287
+ updateReservation(args: UpdateReservationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReservationCommandOutput>;
288
+ updateReservation(args: UpdateReservationCommandInput, cb: (err: any, data?: UpdateReservationCommandOutput) => void): void;
289
+ updateReservation(args: UpdateReservationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReservationCommandOutput) => void): void;
290
+ }
@@ -0,0 +1,124 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
10
+ import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
11
+ import { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
12
+ import { BatchStopCommandInput, BatchStopCommandOutput } from "./commands/BatchStopCommand";
13
+ import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } from "./commands/BatchUpdateScheduleCommand";
14
+ import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
15
+ import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
16
+ import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
17
+ import { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
18
+ import { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
19
+ import { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
20
+ import { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
21
+ import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
22
+ import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
23
+ import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
24
+ import { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
25
+ import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
26
+ import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
27
+ import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
28
+ import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
29
+ import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
30
+ import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
31
+ import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
32
+ import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
33
+ import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
34
+ import { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
35
+ import { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
36
+ import { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
37
+ import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
38
+ import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
39
+ import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
40
+ import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
41
+ import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
42
+ import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
43
+ import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
44
+ import { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/ListInputsCommand";
45
+ import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
46
+ import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
47
+ import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
48
+ import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
49
+ import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
50
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
51
+ import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
52
+ import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
53
+ import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
54
+ import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
55
+ import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
56
+ import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
57
+ import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
58
+ import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
59
+ import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
60
+ import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
61
+ import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand";
62
+ import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
63
+ import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
64
+ import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
65
+ import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
66
+ export declare type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreatePartnerInputCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteTagsCommandInput | DescribeChannelCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | ListChannelsCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RejectInputDeviceTransferCommandInput | StartChannelCommandInput | StartMultiplexCommandInput | StopChannelCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateReservationCommandInput;
67
+ export declare type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreatePartnerInputCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteTagsCommandOutput | DescribeChannelCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | ListChannelsCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RejectInputDeviceTransferCommandOutput | StartChannelCommandOutput | StartMultiplexCommandOutput | StopChannelCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateReservationCommandOutput;
68
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
69
+
70
+ requestHandler?: __HttpHandler;
71
+
72
+ sha256?: __HashConstructor;
73
+
74
+ urlParser?: __UrlParser;
75
+
76
+ bodyLengthChecker?: (body: any) => number | undefined;
77
+
78
+ streamCollector?: __StreamCollector;
79
+
80
+ base64Decoder?: __Decoder;
81
+
82
+ base64Encoder?: __Encoder;
83
+
84
+ utf8Decoder?: __Decoder;
85
+
86
+ utf8Encoder?: __Encoder;
87
+
88
+ runtime?: string;
89
+
90
+ disableHostPrefix?: boolean;
91
+
92
+ maxAttempts?: number | __Provider<number>;
93
+
94
+ retryMode?: string | __Provider<string>;
95
+
96
+ logger?: __Logger;
97
+
98
+ serviceId?: string;
99
+
100
+ region?: string | __Provider<string>;
101
+
102
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
103
+
104
+ regionInfoProvider?: RegionInfoProvider;
105
+
106
+ defaultUserAgentProvider?: Provider<__UserAgent>;
107
+ }
108
+ declare type MediaLiveClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
109
+
110
+ export interface MediaLiveClientConfig extends MediaLiveClientConfigType {
111
+ }
112
+ declare type MediaLiveClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
113
+
114
+ export interface MediaLiveClientResolvedConfig extends MediaLiveClientResolvedConfigType {
115
+ }
116
+
117
+ export declare class MediaLiveClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaLiveClientResolvedConfig> {
118
+
119
+ readonly config: MediaLiveClientResolvedConfig;
120
+ constructor(configuration: MediaLiveClientConfig);
121
+
122
+ destroy(): void;
123
+ }
124
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { AcceptInputDeviceTransferRequest, AcceptInputDeviceTransferResponse } from "../models/models_1";
5
+ export interface AcceptInputDeviceTransferCommandInput extends AcceptInputDeviceTransferRequest {
6
+ }
7
+ export interface AcceptInputDeviceTransferCommandOutput extends AcceptInputDeviceTransferResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AcceptInputDeviceTransferCommand extends $Command<AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
11
+ readonly input: AcceptInputDeviceTransferCommandInput;
12
+ constructor(input: AcceptInputDeviceTransferCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { BatchDeleteRequest, BatchDeleteResponse } from "../models/models_1";
5
+ export interface BatchDeleteCommandInput extends BatchDeleteRequest {
6
+ }
7
+ export interface BatchDeleteCommandOutput extends BatchDeleteResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchDeleteCommand extends $Command<BatchDeleteCommandInput, BatchDeleteCommandOutput, MediaLiveClientResolvedConfig> {
11
+ readonly input: BatchDeleteCommandInput;
12
+ constructor(input: BatchDeleteCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteCommandInput, BatchDeleteCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { BatchStartRequest, BatchStartResponse } from "../models/models_1";
5
+ export interface BatchStartCommandInput extends BatchStartRequest {
6
+ }
7
+ export interface BatchStartCommandOutput extends BatchStartResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchStartCommand extends $Command<BatchStartCommandInput, BatchStartCommandOutput, MediaLiveClientResolvedConfig> {
11
+ readonly input: BatchStartCommandInput;
12
+ constructor(input: BatchStartCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchStartCommandInput, BatchStartCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { BatchStopRequest, BatchStopResponse } from "../models/models_1";
5
+ export interface BatchStopCommandInput extends BatchStopRequest {
6
+ }
7
+ export interface BatchStopCommandOutput extends BatchStopResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchStopCommand extends $Command<BatchStopCommandInput, BatchStopCommandOutput, MediaLiveClientResolvedConfig> {
11
+ readonly input: BatchStopCommandInput;
12
+ constructor(input: BatchStopCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchStopCommandInput, BatchStopCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { BatchUpdateScheduleRequest, BatchUpdateScheduleResponse } from "../models/models_1";
5
+ export interface BatchUpdateScheduleCommandInput extends BatchUpdateScheduleRequest {
6
+ }
7
+ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchUpdateScheduleCommand extends $Command<BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput, MediaLiveClientResolvedConfig> {
11
+ readonly input: BatchUpdateScheduleCommandInput;
12
+ constructor(input: BatchUpdateScheduleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { CancelInputDeviceTransferRequest, CancelInputDeviceTransferResponse } from "../models/models_1";
5
+ export interface CancelInputDeviceTransferCommandInput extends CancelInputDeviceTransferRequest {
6
+ }
7
+ export interface CancelInputDeviceTransferCommandOutput extends CancelInputDeviceTransferResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CancelInputDeviceTransferCommand extends $Command<CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
11
+ readonly input: CancelInputDeviceTransferCommandInput;
12
+ constructor(input: CancelInputDeviceTransferCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { ClaimDeviceRequest, ClaimDeviceResponse } from "../models/models_1";
5
+ export interface ClaimDeviceCommandInput extends ClaimDeviceRequest {
6
+ }
7
+ export interface ClaimDeviceCommandOutput extends ClaimDeviceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ClaimDeviceCommand extends $Command<ClaimDeviceCommandInput, ClaimDeviceCommandOutput, MediaLiveClientResolvedConfig> {
11
+ readonly input: ClaimDeviceCommandInput;
12
+ constructor(input: ClaimDeviceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ClaimDeviceCommandInput, ClaimDeviceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { CreateChannelRequest, CreateChannelResponse } from "../models/models_1";
5
+ export interface CreateChannelCommandInput extends CreateChannelRequest {
6
+ }
7
+ export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaLiveClientResolvedConfig> {
11
+ readonly input: CreateChannelCommandInput;
12
+ constructor(input: CreateChannelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { CreateInputRequest, CreateInputResponse } from "../models/models_1";
5
+ export interface CreateInputCommandInput extends CreateInputRequest {
6
+ }
7
+ export interface CreateInputCommandOutput extends CreateInputResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateInputCommand extends $Command<CreateInputCommandInput, CreateInputCommandOutput, MediaLiveClientResolvedConfig> {
11
+ readonly input: CreateInputCommandInput;
12
+ constructor(input: CreateInputCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInputCommandInput, CreateInputCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }