@aws-sdk/client-medialive 3.337.0 → 3.341.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (249) hide show
  1. package/dist-cjs/MediaLiveClient.js +2 -1
  2. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -1
  3. package/dist-cjs/commands/BatchDeleteCommand.js +2 -1
  4. package/dist-cjs/commands/BatchStartCommand.js +2 -1
  5. package/dist-cjs/commands/BatchStopCommand.js +2 -1
  6. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -1
  7. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -1
  8. package/dist-cjs/commands/ClaimDeviceCommand.js +2 -1
  9. package/dist-cjs/commands/CreateChannelCommand.js +2 -1
  10. package/dist-cjs/commands/CreateInputCommand.js +2 -1
  11. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -1
  12. package/dist-cjs/commands/CreateMultiplexCommand.js +2 -1
  13. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -1
  14. package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -1
  15. package/dist-cjs/commands/CreateTagsCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteChannelCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteInputCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -1
  21. package/dist-cjs/commands/DeleteReservationCommand.js +2 -1
  22. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -1
  23. package/dist-cjs/commands/DeleteTagsCommand.js +2 -1
  24. package/dist-cjs/commands/DescribeChannelCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeInputCommand.js +2 -1
  26. package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -1
  29. package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -1
  30. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -1
  31. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -1
  32. package/dist-cjs/commands/DescribeReservationCommand.js +2 -1
  33. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -1
  34. package/dist-cjs/commands/ListChannelsCommand.js +2 -1
  35. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -1
  36. package/dist-cjs/commands/ListInputDevicesCommand.js +2 -1
  37. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -1
  38. package/dist-cjs/commands/ListInputsCommand.js +2 -1
  39. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -1
  40. package/dist-cjs/commands/ListMultiplexesCommand.js +2 -1
  41. package/dist-cjs/commands/ListOfferingsCommand.js +2 -1
  42. package/dist-cjs/commands/ListReservationsCommand.js +2 -1
  43. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  44. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -1
  45. package/dist-cjs/commands/RebootInputDeviceCommand.js +2 -1
  46. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -1
  47. package/dist-cjs/commands/StartChannelCommand.js +2 -1
  48. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -1
  49. package/dist-cjs/commands/StartMultiplexCommand.js +2 -1
  50. package/dist-cjs/commands/StopChannelCommand.js +2 -1
  51. package/dist-cjs/commands/StopMultiplexCommand.js +2 -1
  52. package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -1
  53. package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -1
  54. package/dist-cjs/commands/UpdateChannelCommand.js +2 -1
  55. package/dist-cjs/commands/UpdateInputCommand.js +2 -1
  56. package/dist-cjs/commands/UpdateInputDeviceCommand.js +2 -1
  57. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +2 -1
  58. package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -1
  59. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -1
  60. package/dist-cjs/commands/UpdateReservationCommand.js +2 -1
  61. package/dist-cjs/index.js +2 -2
  62. package/dist-cjs/models/MediaLiveServiceException.js +2 -1
  63. package/dist-es/MediaLiveClient.js +1 -0
  64. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +1 -0
  65. package/dist-es/commands/BatchDeleteCommand.js +1 -0
  66. package/dist-es/commands/BatchStartCommand.js +1 -0
  67. package/dist-es/commands/BatchStopCommand.js +1 -0
  68. package/dist-es/commands/BatchUpdateScheduleCommand.js +1 -0
  69. package/dist-es/commands/CancelInputDeviceTransferCommand.js +1 -0
  70. package/dist-es/commands/ClaimDeviceCommand.js +1 -0
  71. package/dist-es/commands/CreateChannelCommand.js +1 -0
  72. package/dist-es/commands/CreateInputCommand.js +1 -0
  73. package/dist-es/commands/CreateInputSecurityGroupCommand.js +1 -0
  74. package/dist-es/commands/CreateMultiplexCommand.js +1 -0
  75. package/dist-es/commands/CreateMultiplexProgramCommand.js +1 -0
  76. package/dist-es/commands/CreatePartnerInputCommand.js +1 -0
  77. package/dist-es/commands/CreateTagsCommand.js +1 -0
  78. package/dist-es/commands/DeleteChannelCommand.js +1 -0
  79. package/dist-es/commands/DeleteInputCommand.js +1 -0
  80. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +1 -0
  81. package/dist-es/commands/DeleteMultiplexCommand.js +1 -0
  82. package/dist-es/commands/DeleteMultiplexProgramCommand.js +1 -0
  83. package/dist-es/commands/DeleteReservationCommand.js +1 -0
  84. package/dist-es/commands/DeleteScheduleCommand.js +1 -0
  85. package/dist-es/commands/DeleteTagsCommand.js +1 -0
  86. package/dist-es/commands/DescribeChannelCommand.js +1 -0
  87. package/dist-es/commands/DescribeInputCommand.js +1 -0
  88. package/dist-es/commands/DescribeInputDeviceCommand.js +1 -0
  89. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -0
  90. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +1 -0
  91. package/dist-es/commands/DescribeMultiplexCommand.js +1 -0
  92. package/dist-es/commands/DescribeMultiplexProgramCommand.js +1 -0
  93. package/dist-es/commands/DescribeOfferingCommand.js +1 -0
  94. package/dist-es/commands/DescribeReservationCommand.js +1 -0
  95. package/dist-es/commands/DescribeScheduleCommand.js +1 -0
  96. package/dist-es/commands/ListChannelsCommand.js +1 -0
  97. package/dist-es/commands/ListInputDeviceTransfersCommand.js +1 -0
  98. package/dist-es/commands/ListInputDevicesCommand.js +1 -0
  99. package/dist-es/commands/ListInputSecurityGroupsCommand.js +1 -0
  100. package/dist-es/commands/ListInputsCommand.js +1 -0
  101. package/dist-es/commands/ListMultiplexProgramsCommand.js +1 -0
  102. package/dist-es/commands/ListMultiplexesCommand.js +1 -0
  103. package/dist-es/commands/ListOfferingsCommand.js +1 -0
  104. package/dist-es/commands/ListReservationsCommand.js +1 -0
  105. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  106. package/dist-es/commands/PurchaseOfferingCommand.js +1 -0
  107. package/dist-es/commands/RebootInputDeviceCommand.js +1 -0
  108. package/dist-es/commands/RejectInputDeviceTransferCommand.js +1 -0
  109. package/dist-es/commands/StartChannelCommand.js +1 -0
  110. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +1 -0
  111. package/dist-es/commands/StartMultiplexCommand.js +1 -0
  112. package/dist-es/commands/StopChannelCommand.js +1 -0
  113. package/dist-es/commands/StopMultiplexCommand.js +1 -0
  114. package/dist-es/commands/TransferInputDeviceCommand.js +1 -0
  115. package/dist-es/commands/UpdateChannelClassCommand.js +1 -0
  116. package/dist-es/commands/UpdateChannelCommand.js +1 -0
  117. package/dist-es/commands/UpdateInputCommand.js +1 -0
  118. package/dist-es/commands/UpdateInputDeviceCommand.js +1 -0
  119. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +1 -0
  120. package/dist-es/commands/UpdateMultiplexCommand.js +1 -0
  121. package/dist-es/commands/UpdateMultiplexProgramCommand.js +1 -0
  122. package/dist-es/commands/UpdateReservationCommand.js +1 -0
  123. package/dist-es/index.js +2 -2
  124. package/dist-es/models/MediaLiveServiceException.js +1 -0
  125. package/dist-types/MediaLiveClient.d.ts +3 -3
  126. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +4 -0
  127. package/dist-types/commands/BatchDeleteCommand.d.ts +4 -0
  128. package/dist-types/commands/BatchStartCommand.d.ts +4 -0
  129. package/dist-types/commands/BatchStopCommand.d.ts +4 -0
  130. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +4 -0
  131. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +4 -0
  132. package/dist-types/commands/ClaimDeviceCommand.d.ts +4 -0
  133. package/dist-types/commands/CreateChannelCommand.d.ts +4 -0
  134. package/dist-types/commands/CreateInputCommand.d.ts +4 -0
  135. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +4 -0
  136. package/dist-types/commands/CreateMultiplexCommand.d.ts +4 -0
  137. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +4 -0
  138. package/dist-types/commands/CreatePartnerInputCommand.d.ts +4 -0
  139. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  140. package/dist-types/commands/DeleteChannelCommand.d.ts +4 -0
  141. package/dist-types/commands/DeleteInputCommand.d.ts +4 -0
  142. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +4 -0
  143. package/dist-types/commands/DeleteMultiplexCommand.d.ts +4 -0
  144. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +4 -0
  145. package/dist-types/commands/DeleteReservationCommand.d.ts +4 -0
  146. package/dist-types/commands/DeleteScheduleCommand.d.ts +4 -0
  147. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  148. package/dist-types/commands/DescribeChannelCommand.d.ts +4 -0
  149. package/dist-types/commands/DescribeInputCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +4 -0
  151. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +4 -0
  152. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +4 -0
  153. package/dist-types/commands/DescribeMultiplexCommand.d.ts +4 -0
  154. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +4 -0
  155. package/dist-types/commands/DescribeOfferingCommand.d.ts +4 -0
  156. package/dist-types/commands/DescribeReservationCommand.d.ts +4 -0
  157. package/dist-types/commands/DescribeScheduleCommand.d.ts +4 -0
  158. package/dist-types/commands/ListChannelsCommand.d.ts +4 -0
  159. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +4 -0
  160. package/dist-types/commands/ListInputDevicesCommand.d.ts +4 -0
  161. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +4 -0
  162. package/dist-types/commands/ListInputsCommand.d.ts +4 -0
  163. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +4 -0
  164. package/dist-types/commands/ListMultiplexesCommand.d.ts +4 -0
  165. package/dist-types/commands/ListOfferingsCommand.d.ts +4 -0
  166. package/dist-types/commands/ListReservationsCommand.d.ts +4 -0
  167. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  168. package/dist-types/commands/PurchaseOfferingCommand.d.ts +4 -0
  169. package/dist-types/commands/RebootInputDeviceCommand.d.ts +4 -0
  170. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +4 -0
  171. package/dist-types/commands/StartChannelCommand.d.ts +4 -0
  172. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +4 -0
  173. package/dist-types/commands/StartMultiplexCommand.d.ts +4 -0
  174. package/dist-types/commands/StopChannelCommand.d.ts +4 -0
  175. package/dist-types/commands/StopMultiplexCommand.d.ts +4 -0
  176. package/dist-types/commands/TransferInputDeviceCommand.d.ts +4 -0
  177. package/dist-types/commands/UpdateChannelClassCommand.d.ts +4 -0
  178. package/dist-types/commands/UpdateChannelCommand.d.ts +4 -0
  179. package/dist-types/commands/UpdateInputCommand.d.ts +4 -0
  180. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +4 -0
  181. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +4 -0
  182. package/dist-types/commands/UpdateMultiplexCommand.d.ts +4 -0
  183. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +4 -0
  184. package/dist-types/commands/UpdateReservationCommand.d.ts +4 -0
  185. package/dist-types/index.d.ts +7 -2
  186. package/dist-types/models/MediaLiveServiceException.d.ts +1 -0
  187. package/dist-types/ts3.4/MediaLiveClient.d.ts +3 -3
  188. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +1 -0
  216. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +1 -0
  217. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +1 -0
  218. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +1 -0
  219. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +1 -0
  220. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +1 -0
  221. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +1 -0
  222. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +1 -0
  223. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +1 -0
  224. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +1 -0
  225. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +1 -0
  226. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +1 -0
  227. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/index.d.ts +2 -2
  248. package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +1 -0
  249. package/package.json +31 -31
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { ListInputDevicesRequest, ListInputDevicesResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { ListInputSecurityGroupsRequest, ListInputSecurityGroupsResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { ListInputsRequest, ListInputsResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { ListMultiplexProgramsRequest, ListMultiplexProgramsResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { ListMultiplexesRequest, ListMultiplexesResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { ListOfferingsRequest, ListOfferingsResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { ListReservationsRequest, ListReservationsResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { PurchaseOfferingRequest, PurchaseOfferingResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { RebootInputDeviceRequest, RebootInputDeviceResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { RejectInputDeviceTransferRequest, RejectInputDeviceTransferResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { StartChannelRequest, StartChannelResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -4,6 +4,10 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { StartInputDeviceMaintenanceWindowRequest } from "../models/models_1";
6
6
  import { StartInputDeviceMaintenanceWindowResponse } from "../models/models_2";
7
+ /**
8
+ * @public
9
+ */
10
+ export { __MetadataBearer, $Command };
7
11
  /**
8
12
  * @public
9
13
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { StartMultiplexRequest, StartMultiplexResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { StopChannelRequest, StopChannelResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { StopMultiplexRequest, StopMultiplexResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { TransferInputDeviceRequest, TransferInputDeviceResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateChannelClassRequest, UpdateChannelClassResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateInputRequest, UpdateInputResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateInputDeviceRequest, UpdateInputDeviceResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateInputSecurityGroupRequest, UpdateInputSecurityGroupResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateMultiplexProgramRequest, UpdateMultiplexProgramResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
5
  import { UpdateReservationRequest, UpdateReservationResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,12 @@
1
- export * from "./MediaLive";
1
+ /**
2
+ * API for AWS Elemental MediaLive
3
+ *
4
+ * @packageDocumentation
5
+ */
2
6
  export * from "./MediaLiveClient";
7
+ export * from "./MediaLive";
3
8
  export * from "./commands";
4
- export * from "./models";
5
9
  export * from "./pagination";
6
10
  export * from "./waiters";
11
+ export * from "./models";
7
12
  export { MediaLiveServiceException } from "./models/MediaLiveServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -288,6 +288,7 @@ import {
288
288
  ClientResolvedEndpointParameters,
289
289
  EndpointParameters,
290
290
  } from "./endpoint/EndpointParameters";
291
+ export { __Client };
291
292
  export type ServiceInputTypes =
292
293
  | AcceptInputDeviceTransferCommandInput
293
294
  | BatchDeleteCommandInput
@@ -433,7 +434,7 @@ export interface ClientDefaults
433
434
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
434
435
  sdkStreamMixin?: __SdkStreamMixinInjector;
435
436
  }
436
- type MediaLiveClientConfigType = Partial<
437
+ export type MediaLiveClientConfigType = Partial<
437
438
  __SmithyConfiguration<__HttpHandlerOptions>
438
439
  > &
439
440
  ClientDefaults &
@@ -445,7 +446,7 @@ type MediaLiveClientConfigType = Partial<
445
446
  UserAgentInputConfig &
446
447
  ClientInputEndpointParameters;
447
448
  export interface MediaLiveClientConfig extends MediaLiveClientConfigType {}
448
- type MediaLiveClientResolvedConfigType =
449
+ export type MediaLiveClientResolvedConfigType =
449
450
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
450
451
  Required<ClientDefaults> &
451
452
  RegionResolvedConfig &
@@ -467,4 +468,3 @@ export declare class MediaLiveClient extends __Client<
467
468
  constructor(configuration: MediaLiveClientConfig);
468
469
  destroy(): void;
469
470
  }
470
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AcceptInputDeviceTransferRequest,
16
16
  AcceptInputDeviceTransferResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AcceptInputDeviceTransferCommandInput
19
20
  extends AcceptInputDeviceTransferRequest {}
20
21
  export interface AcceptInputDeviceTransferCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaLiveClient";
14
14
  import { BatchDeleteRequest, BatchDeleteResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface BatchDeleteCommandInput extends BatchDeleteRequest {}
16
17
  export interface BatchDeleteCommandOutput
17
18
  extends BatchDeleteResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaLiveClient";
14
14
  import { BatchStartRequest, BatchStartResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface BatchStartCommandInput extends BatchStartRequest {}
16
17
  export interface BatchStartCommandOutput
17
18
  extends BatchStartResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaLiveClient";
14
14
  import { BatchStopRequest, BatchStopResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface BatchStopCommandInput extends BatchStopRequest {}
16
17
  export interface BatchStopCommandOutput
17
18
  extends BatchStopResponse,
@@ -15,6 +15,7 @@ import {
15
15
  BatchUpdateScheduleRequest,
16
16
  BatchUpdateScheduleResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchUpdateScheduleCommandInput
19
20
  extends BatchUpdateScheduleRequest {}
20
21
  export interface BatchUpdateScheduleCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CancelInputDeviceTransferRequest,
16
16
  CancelInputDeviceTransferResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CancelInputDeviceTransferCommandInput
19
20
  extends CancelInputDeviceTransferRequest {}
20
21
  export interface CancelInputDeviceTransferCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaLiveClient";
14
14
  import { ClaimDeviceRequest, ClaimDeviceResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ClaimDeviceCommandInput extends ClaimDeviceRequest {}
16
17
  export interface ClaimDeviceCommandOutput
17
18
  extends ClaimDeviceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateChannelRequest,
16
16
  CreateChannelResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateChannelCommandInput extends CreateChannelRequest {}
19
20
  export interface CreateChannelCommandOutput
20
21
  extends CreateChannelResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaLiveClient";
14
14
  import { CreateInputRequest, CreateInputResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateInputCommandInput extends CreateInputRequest {}
16
17
  export interface CreateInputCommandOutput
17
18
  extends CreateInputResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateInputSecurityGroupRequest,
16
16
  CreateInputSecurityGroupResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateInputSecurityGroupCommandInput
19
20
  extends CreateInputSecurityGroupRequest {}
20
21
  export interface CreateInputSecurityGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateMultiplexRequest,
16
16
  CreateMultiplexResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateMultiplexCommandInput extends CreateMultiplexRequest {}
19
20
  export interface CreateMultiplexCommandOutput
20
21
  extends CreateMultiplexResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateMultiplexProgramRequest,
16
16
  CreateMultiplexProgramResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateMultiplexProgramCommandInput
19
20
  extends CreateMultiplexProgramRequest {}
20
21
  export interface CreateMultiplexProgramCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreatePartnerInputRequest,
16
16
  CreatePartnerInputResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreatePartnerInputCommandInput
19
20
  extends CreatePartnerInputRequest {}
20
21
  export interface CreatePartnerInputCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaLiveClient";
14
14
  import { CreateTagsRequest } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateTagsCommandInput extends CreateTagsRequest {}
16
17
  export interface CreateTagsCommandOutput extends __MetadataBearer {}
17
18
  export declare class CreateTagsCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  DeleteChannelRequest,
16
16
  DeleteChannelResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
19
20
  export interface DeleteChannelCommandOutput
20
21
  extends DeleteChannelResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaLiveClient";
14
14
  import { DeleteInputRequest, DeleteInputResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteInputCommandInput extends DeleteInputRequest {}
16
17
  export interface DeleteInputCommandOutput
17
18
  extends DeleteInputResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteInputSecurityGroupRequest,
16
16
  DeleteInputSecurityGroupResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteInputSecurityGroupCommandInput
19
20
  extends DeleteInputSecurityGroupRequest {}
20
21
  export interface DeleteInputSecurityGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteMultiplexRequest,
16
16
  DeleteMultiplexResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteMultiplexCommandInput extends DeleteMultiplexRequest {}
19
20
  export interface DeleteMultiplexCommandOutput
20
21
  extends DeleteMultiplexResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteMultiplexProgramRequest,
16
16
  DeleteMultiplexProgramResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteMultiplexProgramCommandInput
19
20
  extends DeleteMultiplexProgramRequest {}
20
21
  export interface DeleteMultiplexProgramCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteReservationRequest,
16
16
  DeleteReservationResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteReservationCommandInput
19
20
  extends DeleteReservationRequest {}
20
21
  export interface DeleteReservationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteScheduleRequest,
16
16
  DeleteScheduleResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteScheduleCommandInput extends DeleteScheduleRequest {}
19
20
  export interface DeleteScheduleCommandOutput
20
21
  extends DeleteScheduleResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaLiveClient";
14
14
  import { DeleteTagsRequest } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
16
17
  export interface DeleteTagsCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteTagsCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  DescribeChannelRequest,
16
16
  DescribeChannelResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeChannelCommandInput extends DescribeChannelRequest {}
19
20
  export interface DescribeChannelCommandOutput
20
21
  extends DescribeChannelResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeInputRequest,
16
16
  DescribeInputResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeInputCommandInput extends DescribeInputRequest {}
19
20
  export interface DescribeInputCommandOutput
20
21
  extends DescribeInputResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeInputDeviceRequest,
16
16
  DescribeInputDeviceResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeInputDeviceCommandInput
19
20
  extends DescribeInputDeviceRequest {}
20
21
  export interface DescribeInputDeviceCommandOutput
@@ -16,6 +16,7 @@ import {
16
16
  DescribeInputDeviceThumbnailRequest,
17
17
  DescribeInputDeviceThumbnailResponse,
18
18
  } from "../models/models_1";
19
+ export { __MetadataBearer, $Command };
19
20
  export interface DescribeInputDeviceThumbnailCommandInput
20
21
  extends DescribeInputDeviceThumbnailRequest {}
21
22
  export interface DescribeInputDeviceThumbnailCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeInputSecurityGroupRequest,
16
16
  DescribeInputSecurityGroupResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeInputSecurityGroupCommandInput
19
20
  extends DescribeInputSecurityGroupRequest {}
20
21
  export interface DescribeInputSecurityGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeMultiplexRequest,
16
16
  DescribeMultiplexResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeMultiplexCommandInput
19
20
  extends DescribeMultiplexRequest {}
20
21
  export interface DescribeMultiplexCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeMultiplexProgramRequest,
16
16
  DescribeMultiplexProgramResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeMultiplexProgramCommandInput
19
20
  extends DescribeMultiplexProgramRequest {}
20
21
  export interface DescribeMultiplexProgramCommandOutput