@aws-sdk/client-medialive 3.649.0 → 3.651.1

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 (260) hide show
  1. package/README.md +176 -0
  2. package/dist-cjs/index.js +2364 -442
  3. package/dist-es/MediaLive.js +44 -0
  4. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +1 -3
  5. package/dist-es/commands/BatchDeleteCommand.js +1 -3
  6. package/dist-es/commands/BatchStartCommand.js +1 -3
  7. package/dist-es/commands/BatchStopCommand.js +1 -3
  8. package/dist-es/commands/BatchUpdateScheduleCommand.js +1 -3
  9. package/dist-es/commands/CancelInputDeviceTransferCommand.js +1 -3
  10. package/dist-es/commands/ClaimDeviceCommand.js +1 -3
  11. package/dist-es/commands/CreateChannelCommand.js +1 -3
  12. package/dist-es/commands/CreateChannelPlacementGroupCommand.js +22 -0
  13. package/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +1 -3
  14. package/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  15. package/dist-es/commands/CreateClusterCommand.js +22 -0
  16. package/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +1 -3
  17. package/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +1 -3
  18. package/dist-es/commands/CreateInputCommand.js +1 -3
  19. package/dist-es/commands/CreateInputSecurityGroupCommand.js +1 -3
  20. package/dist-es/commands/CreateMultiplexCommand.js +1 -3
  21. package/dist-es/commands/CreateMultiplexProgramCommand.js +1 -3
  22. package/dist-es/commands/CreateNetworkCommand.js +22 -0
  23. package/dist-es/commands/CreateNodeCommand.js +22 -0
  24. package/dist-es/commands/CreateNodeRegistrationScriptCommand.js +22 -0
  25. package/dist-es/commands/CreatePartnerInputCommand.js +1 -3
  26. package/dist-es/commands/CreateSignalMapCommand.js +1 -3
  27. package/dist-es/commands/CreateTagsCommand.js +1 -3
  28. package/dist-es/commands/DeleteChannelCommand.js +1 -3
  29. package/dist-es/commands/DeleteChannelPlacementGroupCommand.js +22 -0
  30. package/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +1 -3
  31. package/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +1 -3
  32. package/dist-es/commands/DeleteClusterCommand.js +22 -0
  33. package/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +1 -3
  34. package/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +1 -3
  35. package/dist-es/commands/DeleteInputCommand.js +1 -3
  36. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +1 -3
  37. package/dist-es/commands/DeleteMultiplexCommand.js +1 -3
  38. package/dist-es/commands/DeleteMultiplexProgramCommand.js +1 -3
  39. package/dist-es/commands/DeleteNetworkCommand.js +22 -0
  40. package/dist-es/commands/DeleteNodeCommand.js +22 -0
  41. package/dist-es/commands/DeleteReservationCommand.js +1 -3
  42. package/dist-es/commands/DeleteScheduleCommand.js +1 -3
  43. package/dist-es/commands/DeleteSignalMapCommand.js +1 -3
  44. package/dist-es/commands/DeleteTagsCommand.js +1 -3
  45. package/dist-es/commands/DescribeAccountConfigurationCommand.js +1 -3
  46. package/dist-es/commands/DescribeChannelCommand.js +1 -3
  47. package/dist-es/commands/DescribeChannelPlacementGroupCommand.js +22 -0
  48. package/dist-es/commands/DescribeClusterCommand.js +22 -0
  49. package/dist-es/commands/DescribeInputCommand.js +1 -3
  50. package/dist-es/commands/DescribeInputDeviceCommand.js +1 -3
  51. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -3
  52. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +1 -3
  53. package/dist-es/commands/DescribeMultiplexCommand.js +1 -3
  54. package/dist-es/commands/DescribeMultiplexProgramCommand.js +1 -3
  55. package/dist-es/commands/DescribeNetworkCommand.js +22 -0
  56. package/dist-es/commands/DescribeNodeCommand.js +22 -0
  57. package/dist-es/commands/DescribeOfferingCommand.js +1 -3
  58. package/dist-es/commands/DescribeReservationCommand.js +1 -3
  59. package/dist-es/commands/DescribeScheduleCommand.js +1 -3
  60. package/dist-es/commands/DescribeThumbnailsCommand.js +1 -3
  61. package/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +1 -3
  62. package/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +1 -3
  63. package/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +1 -3
  64. package/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +1 -3
  65. package/dist-es/commands/GetSignalMapCommand.js +1 -3
  66. package/dist-es/commands/ListChannelPlacementGroupsCommand.js +22 -0
  67. package/dist-es/commands/ListChannelsCommand.js +1 -3
  68. package/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +1 -3
  69. package/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +1 -3
  70. package/dist-es/commands/ListClustersCommand.js +22 -0
  71. package/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +1 -3
  72. package/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +1 -3
  73. package/dist-es/commands/ListInputDeviceTransfersCommand.js +1 -3
  74. package/dist-es/commands/ListInputDevicesCommand.js +1 -3
  75. package/dist-es/commands/ListInputSecurityGroupsCommand.js +1 -3
  76. package/dist-es/commands/ListInputsCommand.js +1 -3
  77. package/dist-es/commands/ListMultiplexProgramsCommand.js +1 -3
  78. package/dist-es/commands/ListMultiplexesCommand.js +1 -3
  79. package/dist-es/commands/ListNetworksCommand.js +22 -0
  80. package/dist-es/commands/ListNodesCommand.js +22 -0
  81. package/dist-es/commands/ListOfferingsCommand.js +1 -3
  82. package/dist-es/commands/ListReservationsCommand.js +1 -3
  83. package/dist-es/commands/ListSignalMapsCommand.js +1 -3
  84. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  85. package/dist-es/commands/PurchaseOfferingCommand.js +1 -3
  86. package/dist-es/commands/RebootInputDeviceCommand.js +1 -3
  87. package/dist-es/commands/RejectInputDeviceTransferCommand.js +1 -3
  88. package/dist-es/commands/RestartChannelPipelinesCommand.js +1 -3
  89. package/dist-es/commands/StartChannelCommand.js +1 -3
  90. package/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +1 -3
  91. package/dist-es/commands/StartInputDeviceCommand.js +1 -3
  92. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +1 -3
  93. package/dist-es/commands/StartMonitorDeploymentCommand.js +1 -3
  94. package/dist-es/commands/StartMultiplexCommand.js +1 -3
  95. package/dist-es/commands/StartUpdateSignalMapCommand.js +1 -3
  96. package/dist-es/commands/StopChannelCommand.js +1 -3
  97. package/dist-es/commands/StopInputDeviceCommand.js +1 -3
  98. package/dist-es/commands/StopMultiplexCommand.js +1 -3
  99. package/dist-es/commands/TransferInputDeviceCommand.js +1 -3
  100. package/dist-es/commands/UpdateAccountConfigurationCommand.js +1 -3
  101. package/dist-es/commands/UpdateChannelClassCommand.js +1 -3
  102. package/dist-es/commands/UpdateChannelCommand.js +1 -3
  103. package/dist-es/commands/UpdateChannelPlacementGroupCommand.js +22 -0
  104. package/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +1 -3
  105. package/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  106. package/dist-es/commands/UpdateClusterCommand.js +22 -0
  107. package/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +1 -3
  108. package/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +1 -3
  109. package/dist-es/commands/UpdateInputCommand.js +1 -3
  110. package/dist-es/commands/UpdateInputDeviceCommand.js +1 -3
  111. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +1 -3
  112. package/dist-es/commands/UpdateMultiplexCommand.js +1 -3
  113. package/dist-es/commands/UpdateMultiplexProgramCommand.js +1 -3
  114. package/dist-es/commands/UpdateNetworkCommand.js +22 -0
  115. package/dist-es/commands/UpdateNodeCommand.js +22 -0
  116. package/dist-es/commands/UpdateNodeStateCommand.js +22 -0
  117. package/dist-es/commands/UpdateReservationCommand.js +1 -3
  118. package/dist-es/commands/index.js +22 -0
  119. package/dist-es/models/models_0.js +64 -60
  120. package/dist-es/models/models_1.js +115 -41
  121. package/dist-es/models/models_2.js +25 -0
  122. package/dist-es/pagination/ListChannelPlacementGroupsPaginator.js +4 -0
  123. package/dist-es/pagination/ListClustersPaginator.js +4 -0
  124. package/dist-es/pagination/ListNetworksPaginator.js +4 -0
  125. package/dist-es/pagination/ListNodesPaginator.js +4 -0
  126. package/dist-es/pagination/index.js +4 -0
  127. package/dist-es/protocols/Aws_restJson1.js +1247 -5
  128. package/dist-es/waiters/index.js +7 -0
  129. package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +43 -0
  130. package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +43 -0
  131. package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +43 -0
  132. package/dist-es/waiters/waitForClusterCreated.js +52 -0
  133. package/dist-es/waiters/waitForClusterDeleted.js +43 -0
  134. package/dist-es/waiters/waitForNodeDeregistered.js +52 -0
  135. package/dist-es/waiters/waitForNodeRegistered.js +55 -0
  136. package/dist-types/MediaLive.d.ts +158 -0
  137. package/dist-types/MediaLiveClient.d.ts +24 -2
  138. package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
  139. package/dist-types/commands/CreateChannelCommand.d.ts +247 -19
  140. package/dist-types/commands/CreateChannelPlacementGroupCommand.d.ts +99 -0
  141. package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  142. package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  143. package/dist-types/commands/CreateClusterCommand.d.ts +113 -0
  144. package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  145. package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  146. package/dist-types/commands/CreateInputCommand.d.ts +36 -3
  147. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  148. package/dist-types/commands/CreateMultiplexCommand.d.ts +1 -1
  149. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  150. package/dist-types/commands/CreateNetworkCommand.d.ts +113 -0
  151. package/dist-types/commands/CreateNodeCommand.d.ts +111 -0
  152. package/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +92 -0
  153. package/dist-types/commands/CreatePartnerInputCommand.d.ts +18 -2
  154. package/dist-types/commands/DeleteChannelCommand.d.ts +123 -9
  155. package/dist-types/commands/DeleteChannelPlacementGroupCommand.d.ts +95 -0
  156. package/dist-types/commands/DeleteClusterCommand.d.ts +101 -0
  157. package/dist-types/commands/DeleteNetworkCommand.d.ts +101 -0
  158. package/dist-types/commands/DeleteNodeCommand.d.ts +102 -0
  159. package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeChannelCommand.d.ts +123 -9
  161. package/dist-types/commands/DescribeChannelPlacementGroupCommand.d.ts +92 -0
  162. package/dist-types/commands/DescribeClusterCommand.d.ts +98 -0
  163. package/dist-types/commands/DescribeInputCommand.d.ts +17 -1
  164. package/dist-types/commands/DescribeNetworkCommand.d.ts +98 -0
  165. package/dist-types/commands/DescribeNodeCommand.d.ts +99 -0
  166. package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
  167. package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
  168. package/dist-types/commands/ListChannelPlacementGroupsCommand.d.ts +95 -0
  169. package/dist-types/commands/ListChannelsCommand.d.ts +18 -1
  170. package/dist-types/commands/ListClustersCommand.d.ts +101 -0
  171. package/dist-types/commands/ListInputsCommand.d.ts +17 -1
  172. package/dist-types/commands/ListNetworksCommand.d.ts +101 -0
  173. package/dist-types/commands/ListNodesCommand.d.ts +103 -0
  174. package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
  175. package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
  176. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  177. package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +123 -9
  178. package/dist-types/commands/StartChannelCommand.d.ts +123 -9
  179. package/dist-types/commands/StopChannelCommand.d.ts +123 -9
  180. package/dist-types/commands/UpdateChannelClassCommand.d.ts +130 -9
  181. package/dist-types/commands/UpdateChannelCommand.d.ts +239 -9
  182. package/dist-types/commands/UpdateChannelPlacementGroupCommand.d.ts +99 -0
  183. package/dist-types/commands/UpdateClusterCommand.d.ts +107 -0
  184. package/dist-types/commands/UpdateInputCommand.d.ts +33 -1
  185. package/dist-types/commands/UpdateNetworkCommand.d.ts +110 -0
  186. package/dist-types/commands/UpdateNodeCommand.d.ts +101 -0
  187. package/dist-types/commands/UpdateNodeStateCommand.d.ts +103 -0
  188. package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
  189. package/dist-types/commands/index.d.ts +22 -0
  190. package/dist-types/models/models_0.d.ts +1584 -1537
  191. package/dist-types/models/models_1.d.ts +3553 -3959
  192. package/dist-types/models/models_2.d.ts +2877 -65
  193. package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +7 -0
  194. package/dist-types/pagination/ListClustersPaginator.d.ts +7 -0
  195. package/dist-types/pagination/ListNetworksPaginator.d.ts +7 -0
  196. package/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  197. package/dist-types/pagination/index.d.ts +4 -0
  198. package/dist-types/protocols/Aws_restJson1.d.ts +198 -0
  199. package/dist-types/ts3.4/MediaLive.d.ts +378 -0
  200. package/dist-types/ts3.4/MediaLiveClient.d.ts +132 -0
  201. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/CreateChannelPlacementGroupCommand.d.ts +40 -0
  204. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +39 -0
  207. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +39 -0
  214. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +36 -0
  215. package/dist-types/ts3.4/commands/CreateNodeRegistrationScriptCommand.d.ts +40 -0
  216. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/DeleteChannelPlacementGroupCommand.d.ts +40 -0
  218. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +39 -0
  219. package/dist-types/ts3.4/commands/DeleteNetworkCommand.d.ts +39 -0
  220. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +36 -0
  221. package/dist-types/ts3.4/commands/DescribeChannelPlacementGroupCommand.d.ts +40 -0
  222. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +39 -0
  223. package/dist-types/ts3.4/commands/DescribeNetworkCommand.d.ts +39 -0
  224. package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +36 -0
  225. package/dist-types/ts3.4/commands/ListChannelPlacementGroupsCommand.d.ts +40 -0
  226. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +36 -0
  227. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +36 -0
  228. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +36 -0
  229. package/dist-types/ts3.4/commands/UpdateChannelPlacementGroupCommand.d.ts +40 -0
  230. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +39 -0
  231. package/dist-types/ts3.4/commands/UpdateNetworkCommand.d.ts +39 -0
  232. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +36 -0
  233. package/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +39 -0
  234. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  235. package/dist-types/ts3.4/models/models_0.d.ts +203 -188
  236. package/dist-types/ts3.4/models/models_1.d.ts +312 -372
  237. package/dist-types/ts3.4/models/models_2.d.ts +686 -9
  238. package/dist-types/ts3.4/pagination/ListChannelPlacementGroupsPaginator.d.ts +11 -0
  239. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -0
  240. package/dist-types/ts3.4/pagination/ListNetworksPaginator.d.ts +11 -0
  241. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  242. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  243. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +264 -0
  244. package/dist-types/ts3.4/waiters/index.d.ts +7 -0
  245. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupAssigned.d.ts +11 -0
  246. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupDeleted.d.ts +11 -0
  247. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupUnassigned.d.ts +11 -0
  248. package/dist-types/ts3.4/waiters/waitForClusterCreated.d.ts +11 -0
  249. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -0
  250. package/dist-types/ts3.4/waiters/waitForNodeDeregistered.d.ts +11 -0
  251. package/dist-types/ts3.4/waiters/waitForNodeRegistered.d.ts +11 -0
  252. package/dist-types/waiters/index.d.ts +7 -0
  253. package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +14 -0
  254. package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +14 -0
  255. package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +14 -0
  256. package/dist-types/waiters/waitForClusterCreated.d.ts +14 -0
  257. package/dist-types/waiters/waitForClusterDeleted.d.ts +14 -0
  258. package/dist-types/waiters/waitForNodeDeregistered.d.ts +14 -0
  259. package/dist-types/waiters/waitForNodeRegistered.d.ts +14 -0
  260. package/package.json +5 -5
@@ -7,38 +7,51 @@ import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } fro
7
7
  import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
8
8
  import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
9
9
  import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
10
+ import { CreateChannelPlacementGroupCommandInput, CreateChannelPlacementGroupCommandOutput } from "./commands/CreateChannelPlacementGroupCommand";
10
11
  import { CreateCloudWatchAlarmTemplateCommandInput, CreateCloudWatchAlarmTemplateCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateCommand";
11
12
  import { CreateCloudWatchAlarmTemplateGroupCommandInput, CreateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
13
+ import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
12
14
  import { CreateEventBridgeRuleTemplateCommandInput, CreateEventBridgeRuleTemplateCommandOutput } from "./commands/CreateEventBridgeRuleTemplateCommand";
13
15
  import { CreateEventBridgeRuleTemplateGroupCommandInput, CreateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
14
16
  import { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
15
17
  import { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
16
18
  import { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
17
19
  import { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
20
+ import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
21
+ import { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
22
+ import { CreateNodeRegistrationScriptCommandInput, CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
18
23
  import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
19
24
  import { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
20
25
  import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
21
26
  import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
27
+ import { DeleteChannelPlacementGroupCommandInput, DeleteChannelPlacementGroupCommandOutput } from "./commands/DeleteChannelPlacementGroupCommand";
22
28
  import { DeleteCloudWatchAlarmTemplateCommandInput, DeleteCloudWatchAlarmTemplateCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
23
29
  import { DeleteCloudWatchAlarmTemplateGroupCommandInput, DeleteCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
30
+ import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
24
31
  import { DeleteEventBridgeRuleTemplateCommandInput, DeleteEventBridgeRuleTemplateCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateCommand";
25
32
  import { DeleteEventBridgeRuleTemplateGroupCommandInput, DeleteEventBridgeRuleTemplateGroupCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
26
33
  import { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
27
34
  import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
28
35
  import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
29
36
  import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
37
+ import { DeleteNetworkCommandInput, DeleteNetworkCommandOutput } from "./commands/DeleteNetworkCommand";
38
+ import { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
30
39
  import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
31
40
  import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
32
41
  import { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
33
42
  import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
34
43
  import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
35
44
  import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
45
+ import { DescribeChannelPlacementGroupCommandInput, DescribeChannelPlacementGroupCommandOutput } from "./commands/DescribeChannelPlacementGroupCommand";
46
+ import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
36
47
  import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
37
48
  import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
38
49
  import { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
39
50
  import { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
40
51
  import { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
41
52
  import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
53
+ import { DescribeNetworkCommandInput, DescribeNetworkCommandOutput } from "./commands/DescribeNetworkCommand";
54
+ import { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "./commands/DescribeNodeCommand";
42
55
  import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
43
56
  import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
44
57
  import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
@@ -48,9 +61,11 @@ import { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplate
48
61
  import { GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput } from "./commands/GetEventBridgeRuleTemplateCommand";
49
62
  import { GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
50
63
  import { GetSignalMapCommandInput, GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand";
64
+ import { ListChannelPlacementGroupsCommandInput, ListChannelPlacementGroupsCommandOutput } from "./commands/ListChannelPlacementGroupsCommand";
51
65
  import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
52
66
  import { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
53
67
  import { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "./commands/ListCloudWatchAlarmTemplatesCommand";
68
+ import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
54
69
  import { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
55
70
  import { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "./commands/ListEventBridgeRuleTemplatesCommand";
56
71
  import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
@@ -59,6 +74,8 @@ import { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/List
59
74
  import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
60
75
  import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
61
76
  import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
77
+ import { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
78
+ import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
62
79
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
63
80
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
64
81
  import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
@@ -81,8 +98,10 @@ import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } fro
81
98
  import { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
82
99
  import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
83
100
  import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
101
+ import { UpdateChannelPlacementGroupCommandInput, UpdateChannelPlacementGroupCommandOutput } from "./commands/UpdateChannelPlacementGroupCommand";
84
102
  import { UpdateCloudWatchAlarmTemplateCommandInput, UpdateCloudWatchAlarmTemplateCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
85
103
  import { UpdateCloudWatchAlarmTemplateGroupCommandInput, UpdateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
104
+ import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
86
105
  import { UpdateEventBridgeRuleTemplateCommandInput, UpdateEventBridgeRuleTemplateCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateCommand";
87
106
  import { UpdateEventBridgeRuleTemplateGroupCommandInput, UpdateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
88
107
  import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
@@ -90,6 +109,9 @@ import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from ".
90
109
  import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
91
110
  import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
92
111
  import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
112
+ import { UpdateNetworkCommandInput, UpdateNetworkCommandOutput } from "./commands/UpdateNetworkCommand";
113
+ import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
114
+ import { UpdateNodeStateCommandInput, UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
93
115
  import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
94
116
  import { MediaLiveClient } from "./MediaLiveClient";
95
117
  export interface MediaLive {
@@ -146,6 +168,12 @@ export interface MediaLive {
146
168
  createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
147
169
  createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
148
170
  createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
171
+ /**
172
+ * @see {@link CreateChannelPlacementGroupCommand}
173
+ */
174
+ createChannelPlacementGroup(args: CreateChannelPlacementGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelPlacementGroupCommandOutput>;
175
+ createChannelPlacementGroup(args: CreateChannelPlacementGroupCommandInput, cb: (err: any, data?: CreateChannelPlacementGroupCommandOutput) => void): void;
176
+ createChannelPlacementGroup(args: CreateChannelPlacementGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelPlacementGroupCommandOutput) => void): void;
149
177
  /**
150
178
  * @see {@link CreateCloudWatchAlarmTemplateCommand}
151
179
  */
@@ -158,6 +186,13 @@ export interface MediaLive {
158
186
  createCloudWatchAlarmTemplateGroup(args: CreateCloudWatchAlarmTemplateGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateCloudWatchAlarmTemplateGroupCommandOutput>;
159
187
  createCloudWatchAlarmTemplateGroup(args: CreateCloudWatchAlarmTemplateGroupCommandInput, cb: (err: any, data?: CreateCloudWatchAlarmTemplateGroupCommandOutput) => void): void;
160
188
  createCloudWatchAlarmTemplateGroup(args: CreateCloudWatchAlarmTemplateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCloudWatchAlarmTemplateGroupCommandOutput) => void): void;
189
+ /**
190
+ * @see {@link CreateClusterCommand}
191
+ */
192
+ createCluster(): Promise<CreateClusterCommandOutput>;
193
+ createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
194
+ createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
195
+ createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
161
196
  /**
162
197
  * @see {@link CreateEventBridgeRuleTemplateCommand}
163
198
  */
@@ -196,6 +231,25 @@ export interface MediaLive {
196
231
  createMultiplexProgram(args: CreateMultiplexProgramCommandInput, options?: __HttpHandlerOptions): Promise<CreateMultiplexProgramCommandOutput>;
197
232
  createMultiplexProgram(args: CreateMultiplexProgramCommandInput, cb: (err: any, data?: CreateMultiplexProgramCommandOutput) => void): void;
198
233
  createMultiplexProgram(args: CreateMultiplexProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMultiplexProgramCommandOutput) => void): void;
234
+ /**
235
+ * @see {@link CreateNetworkCommand}
236
+ */
237
+ createNetwork(): Promise<CreateNetworkCommandOutput>;
238
+ createNetwork(args: CreateNetworkCommandInput, options?: __HttpHandlerOptions): Promise<CreateNetworkCommandOutput>;
239
+ createNetwork(args: CreateNetworkCommandInput, cb: (err: any, data?: CreateNetworkCommandOutput) => void): void;
240
+ createNetwork(args: CreateNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNetworkCommandOutput) => void): void;
241
+ /**
242
+ * @see {@link CreateNodeCommand}
243
+ */
244
+ createNode(args: CreateNodeCommandInput, options?: __HttpHandlerOptions): Promise<CreateNodeCommandOutput>;
245
+ createNode(args: CreateNodeCommandInput, cb: (err: any, data?: CreateNodeCommandOutput) => void): void;
246
+ createNode(args: CreateNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNodeCommandOutput) => void): void;
247
+ /**
248
+ * @see {@link CreateNodeRegistrationScriptCommand}
249
+ */
250
+ createNodeRegistrationScript(args: CreateNodeRegistrationScriptCommandInput, options?: __HttpHandlerOptions): Promise<CreateNodeRegistrationScriptCommandOutput>;
251
+ createNodeRegistrationScript(args: CreateNodeRegistrationScriptCommandInput, cb: (err: any, data?: CreateNodeRegistrationScriptCommandOutput) => void): void;
252
+ createNodeRegistrationScript(args: CreateNodeRegistrationScriptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNodeRegistrationScriptCommandOutput) => void): void;
199
253
  /**
200
254
  * @see {@link CreatePartnerInputCommand}
201
255
  */
@@ -220,6 +274,12 @@ export interface MediaLive {
220
274
  deleteChannel(args: DeleteChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelCommandOutput>;
221
275
  deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
222
276
  deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
277
+ /**
278
+ * @see {@link DeleteChannelPlacementGroupCommand}
279
+ */
280
+ deleteChannelPlacementGroup(args: DeleteChannelPlacementGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelPlacementGroupCommandOutput>;
281
+ deleteChannelPlacementGroup(args: DeleteChannelPlacementGroupCommandInput, cb: (err: any, data?: DeleteChannelPlacementGroupCommandOutput) => void): void;
282
+ deleteChannelPlacementGroup(args: DeleteChannelPlacementGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelPlacementGroupCommandOutput) => void): void;
223
283
  /**
224
284
  * @see {@link DeleteCloudWatchAlarmTemplateCommand}
225
285
  */
@@ -232,6 +292,12 @@ export interface MediaLive {
232
292
  deleteCloudWatchAlarmTemplateGroup(args: DeleteCloudWatchAlarmTemplateGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCloudWatchAlarmTemplateGroupCommandOutput>;
233
293
  deleteCloudWatchAlarmTemplateGroup(args: DeleteCloudWatchAlarmTemplateGroupCommandInput, cb: (err: any, data?: DeleteCloudWatchAlarmTemplateGroupCommandOutput) => void): void;
234
294
  deleteCloudWatchAlarmTemplateGroup(args: DeleteCloudWatchAlarmTemplateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCloudWatchAlarmTemplateGroupCommandOutput) => void): void;
295
+ /**
296
+ * @see {@link DeleteClusterCommand}
297
+ */
298
+ deleteCluster(args: DeleteClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterCommandOutput>;
299
+ deleteCluster(args: DeleteClusterCommandInput, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
300
+ deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
235
301
  /**
236
302
  * @see {@link DeleteEventBridgeRuleTemplateCommand}
237
303
  */
@@ -268,6 +334,18 @@ export interface MediaLive {
268
334
  deleteMultiplexProgram(args: DeleteMultiplexProgramCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMultiplexProgramCommandOutput>;
269
335
  deleteMultiplexProgram(args: DeleteMultiplexProgramCommandInput, cb: (err: any, data?: DeleteMultiplexProgramCommandOutput) => void): void;
270
336
  deleteMultiplexProgram(args: DeleteMultiplexProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMultiplexProgramCommandOutput) => void): void;
337
+ /**
338
+ * @see {@link DeleteNetworkCommand}
339
+ */
340
+ deleteNetwork(args: DeleteNetworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNetworkCommandOutput>;
341
+ deleteNetwork(args: DeleteNetworkCommandInput, cb: (err: any, data?: DeleteNetworkCommandOutput) => void): void;
342
+ deleteNetwork(args: DeleteNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNetworkCommandOutput) => void): void;
343
+ /**
344
+ * @see {@link DeleteNodeCommand}
345
+ */
346
+ deleteNode(args: DeleteNodeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNodeCommandOutput>;
347
+ deleteNode(args: DeleteNodeCommandInput, cb: (err: any, data?: DeleteNodeCommandOutput) => void): void;
348
+ deleteNode(args: DeleteNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNodeCommandOutput) => void): void;
271
349
  /**
272
350
  * @see {@link DeleteReservationCommand}
273
351
  */
@@ -305,6 +383,18 @@ export interface MediaLive {
305
383
  describeChannel(args: DescribeChannelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelCommandOutput>;
306
384
  describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
307
385
  describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
386
+ /**
387
+ * @see {@link DescribeChannelPlacementGroupCommand}
388
+ */
389
+ describeChannelPlacementGroup(args: DescribeChannelPlacementGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelPlacementGroupCommandOutput>;
390
+ describeChannelPlacementGroup(args: DescribeChannelPlacementGroupCommandInput, cb: (err: any, data?: DescribeChannelPlacementGroupCommandOutput) => void): void;
391
+ describeChannelPlacementGroup(args: DescribeChannelPlacementGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelPlacementGroupCommandOutput) => void): void;
392
+ /**
393
+ * @see {@link DescribeClusterCommand}
394
+ */
395
+ describeCluster(args: DescribeClusterCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterCommandOutput>;
396
+ describeCluster(args: DescribeClusterCommandInput, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
397
+ describeCluster(args: DescribeClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
308
398
  /**
309
399
  * @see {@link DescribeInputCommand}
310
400
  */
@@ -341,6 +431,18 @@ export interface MediaLive {
341
431
  describeMultiplexProgram(args: DescribeMultiplexProgramCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMultiplexProgramCommandOutput>;
342
432
  describeMultiplexProgram(args: DescribeMultiplexProgramCommandInput, cb: (err: any, data?: DescribeMultiplexProgramCommandOutput) => void): void;
343
433
  describeMultiplexProgram(args: DescribeMultiplexProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMultiplexProgramCommandOutput) => void): void;
434
+ /**
435
+ * @see {@link DescribeNetworkCommand}
436
+ */
437
+ describeNetwork(args: DescribeNetworkCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNetworkCommandOutput>;
438
+ describeNetwork(args: DescribeNetworkCommandInput, cb: (err: any, data?: DescribeNetworkCommandOutput) => void): void;
439
+ describeNetwork(args: DescribeNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNetworkCommandOutput) => void): void;
440
+ /**
441
+ * @see {@link DescribeNodeCommand}
442
+ */
443
+ describeNode(args: DescribeNodeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNodeCommandOutput>;
444
+ describeNode(args: DescribeNodeCommandInput, cb: (err: any, data?: DescribeNodeCommandOutput) => void): void;
445
+ describeNode(args: DescribeNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNodeCommandOutput) => void): void;
344
446
  /**
345
447
  * @see {@link DescribeOfferingCommand}
346
448
  */
@@ -395,6 +497,12 @@ export interface MediaLive {
395
497
  getSignalMap(args: GetSignalMapCommandInput, options?: __HttpHandlerOptions): Promise<GetSignalMapCommandOutput>;
396
498
  getSignalMap(args: GetSignalMapCommandInput, cb: (err: any, data?: GetSignalMapCommandOutput) => void): void;
397
499
  getSignalMap(args: GetSignalMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSignalMapCommandOutput) => void): void;
500
+ /**
501
+ * @see {@link ListChannelPlacementGroupsCommand}
502
+ */
503
+ listChannelPlacementGroups(args: ListChannelPlacementGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelPlacementGroupsCommandOutput>;
504
+ listChannelPlacementGroups(args: ListChannelPlacementGroupsCommandInput, cb: (err: any, data?: ListChannelPlacementGroupsCommandOutput) => void): void;
505
+ listChannelPlacementGroups(args: ListChannelPlacementGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelPlacementGroupsCommandOutput) => void): void;
398
506
  /**
399
507
  * @see {@link ListChannelsCommand}
400
508
  */
@@ -416,6 +524,13 @@ export interface MediaLive {
416
524
  listCloudWatchAlarmTemplates(args: ListCloudWatchAlarmTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCloudWatchAlarmTemplatesCommandOutput>;
417
525
  listCloudWatchAlarmTemplates(args: ListCloudWatchAlarmTemplatesCommandInput, cb: (err: any, data?: ListCloudWatchAlarmTemplatesCommandOutput) => void): void;
418
526
  listCloudWatchAlarmTemplates(args: ListCloudWatchAlarmTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCloudWatchAlarmTemplatesCommandOutput) => void): void;
527
+ /**
528
+ * @see {@link ListClustersCommand}
529
+ */
530
+ listClusters(): Promise<ListClustersCommandOutput>;
531
+ listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
532
+ listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
533
+ listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
419
534
  /**
420
535
  * @see {@link ListEventBridgeRuleTemplateGroupsCommand}
421
536
  */
@@ -470,6 +585,19 @@ export interface MediaLive {
470
585
  listMultiplexPrograms(args: ListMultiplexProgramsCommandInput, options?: __HttpHandlerOptions): Promise<ListMultiplexProgramsCommandOutput>;
471
586
  listMultiplexPrograms(args: ListMultiplexProgramsCommandInput, cb: (err: any, data?: ListMultiplexProgramsCommandOutput) => void): void;
472
587
  listMultiplexPrograms(args: ListMultiplexProgramsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMultiplexProgramsCommandOutput) => void): void;
588
+ /**
589
+ * @see {@link ListNetworksCommand}
590
+ */
591
+ listNetworks(): Promise<ListNetworksCommandOutput>;
592
+ listNetworks(args: ListNetworksCommandInput, options?: __HttpHandlerOptions): Promise<ListNetworksCommandOutput>;
593
+ listNetworks(args: ListNetworksCommandInput, cb: (err: any, data?: ListNetworksCommandOutput) => void): void;
594
+ listNetworks(args: ListNetworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNetworksCommandOutput) => void): void;
595
+ /**
596
+ * @see {@link ListNodesCommand}
597
+ */
598
+ listNodes(args: ListNodesCommandInput, options?: __HttpHandlerOptions): Promise<ListNodesCommandOutput>;
599
+ listNodes(args: ListNodesCommandInput, cb: (err: any, data?: ListNodesCommandOutput) => void): void;
600
+ listNodes(args: ListNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNodesCommandOutput) => void): void;
473
601
  /**
474
602
  * @see {@link ListOfferingsCommand}
475
603
  */
@@ -606,6 +734,12 @@ export interface MediaLive {
606
734
  updateChannelClass(args: UpdateChannelClassCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelClassCommandOutput>;
607
735
  updateChannelClass(args: UpdateChannelClassCommandInput, cb: (err: any, data?: UpdateChannelClassCommandOutput) => void): void;
608
736
  updateChannelClass(args: UpdateChannelClassCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelClassCommandOutput) => void): void;
737
+ /**
738
+ * @see {@link UpdateChannelPlacementGroupCommand}
739
+ */
740
+ updateChannelPlacementGroup(args: UpdateChannelPlacementGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelPlacementGroupCommandOutput>;
741
+ updateChannelPlacementGroup(args: UpdateChannelPlacementGroupCommandInput, cb: (err: any, data?: UpdateChannelPlacementGroupCommandOutput) => void): void;
742
+ updateChannelPlacementGroup(args: UpdateChannelPlacementGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelPlacementGroupCommandOutput) => void): void;
609
743
  /**
610
744
  * @see {@link UpdateCloudWatchAlarmTemplateCommand}
611
745
  */
@@ -618,6 +752,12 @@ export interface MediaLive {
618
752
  updateCloudWatchAlarmTemplateGroup(args: UpdateCloudWatchAlarmTemplateGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCloudWatchAlarmTemplateGroupCommandOutput>;
619
753
  updateCloudWatchAlarmTemplateGroup(args: UpdateCloudWatchAlarmTemplateGroupCommandInput, cb: (err: any, data?: UpdateCloudWatchAlarmTemplateGroupCommandOutput) => void): void;
620
754
  updateCloudWatchAlarmTemplateGroup(args: UpdateCloudWatchAlarmTemplateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCloudWatchAlarmTemplateGroupCommandOutput) => void): void;
755
+ /**
756
+ * @see {@link UpdateClusterCommand}
757
+ */
758
+ updateCluster(args: UpdateClusterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterCommandOutput>;
759
+ updateCluster(args: UpdateClusterCommandInput, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
760
+ updateCluster(args: UpdateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
621
761
  /**
622
762
  * @see {@link UpdateEventBridgeRuleTemplateCommand}
623
763
  */
@@ -660,6 +800,24 @@ export interface MediaLive {
660
800
  updateMultiplexProgram(args: UpdateMultiplexProgramCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMultiplexProgramCommandOutput>;
661
801
  updateMultiplexProgram(args: UpdateMultiplexProgramCommandInput, cb: (err: any, data?: UpdateMultiplexProgramCommandOutput) => void): void;
662
802
  updateMultiplexProgram(args: UpdateMultiplexProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMultiplexProgramCommandOutput) => void): void;
803
+ /**
804
+ * @see {@link UpdateNetworkCommand}
805
+ */
806
+ updateNetwork(args: UpdateNetworkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNetworkCommandOutput>;
807
+ updateNetwork(args: UpdateNetworkCommandInput, cb: (err: any, data?: UpdateNetworkCommandOutput) => void): void;
808
+ updateNetwork(args: UpdateNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNetworkCommandOutput) => void): void;
809
+ /**
810
+ * @see {@link UpdateNodeCommand}
811
+ */
812
+ updateNode(args: UpdateNodeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNodeCommandOutput>;
813
+ updateNode(args: UpdateNodeCommandInput, cb: (err: any, data?: UpdateNodeCommandOutput) => void): void;
814
+ updateNode(args: UpdateNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNodeCommandOutput) => void): void;
815
+ /**
816
+ * @see {@link UpdateNodeStateCommand}
817
+ */
818
+ updateNodeState(args: UpdateNodeStateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNodeStateCommandOutput>;
819
+ updateNodeState(args: UpdateNodeStateCommandInput, cb: (err: any, data?: UpdateNodeStateCommandOutput) => void): void;
820
+ updateNodeState(args: UpdateNodeStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNodeStateCommandOutput) => void): void;
663
821
  /**
664
822
  * @see {@link UpdateReservationCommand}
665
823
  */
@@ -15,38 +15,51 @@ import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } fro
15
15
  import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
16
16
  import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
17
17
  import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
18
+ import { CreateChannelPlacementGroupCommandInput, CreateChannelPlacementGroupCommandOutput } from "./commands/CreateChannelPlacementGroupCommand";
18
19
  import { CreateCloudWatchAlarmTemplateCommandInput, CreateCloudWatchAlarmTemplateCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateCommand";
19
20
  import { CreateCloudWatchAlarmTemplateGroupCommandInput, CreateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
21
+ import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
20
22
  import { CreateEventBridgeRuleTemplateCommandInput, CreateEventBridgeRuleTemplateCommandOutput } from "./commands/CreateEventBridgeRuleTemplateCommand";
21
23
  import { CreateEventBridgeRuleTemplateGroupCommandInput, CreateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
22
24
  import { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
23
25
  import { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
24
26
  import { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
25
27
  import { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
28
+ import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
29
+ import { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
30
+ import { CreateNodeRegistrationScriptCommandInput, CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
26
31
  import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
27
32
  import { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
28
33
  import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
29
34
  import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
35
+ import { DeleteChannelPlacementGroupCommandInput, DeleteChannelPlacementGroupCommandOutput } from "./commands/DeleteChannelPlacementGroupCommand";
30
36
  import { DeleteCloudWatchAlarmTemplateCommandInput, DeleteCloudWatchAlarmTemplateCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
31
37
  import { DeleteCloudWatchAlarmTemplateGroupCommandInput, DeleteCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
38
+ import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
32
39
  import { DeleteEventBridgeRuleTemplateCommandInput, DeleteEventBridgeRuleTemplateCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateCommand";
33
40
  import { DeleteEventBridgeRuleTemplateGroupCommandInput, DeleteEventBridgeRuleTemplateGroupCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
34
41
  import { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
35
42
  import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
36
43
  import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
37
44
  import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
45
+ import { DeleteNetworkCommandInput, DeleteNetworkCommandOutput } from "./commands/DeleteNetworkCommand";
46
+ import { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
38
47
  import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
39
48
  import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
40
49
  import { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
41
50
  import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
42
51
  import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
43
52
  import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
53
+ import { DescribeChannelPlacementGroupCommandInput, DescribeChannelPlacementGroupCommandOutput } from "./commands/DescribeChannelPlacementGroupCommand";
54
+ import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
44
55
  import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
45
56
  import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
46
57
  import { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
47
58
  import { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
48
59
  import { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
49
60
  import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
61
+ import { DescribeNetworkCommandInput, DescribeNetworkCommandOutput } from "./commands/DescribeNetworkCommand";
62
+ import { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "./commands/DescribeNodeCommand";
50
63
  import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
51
64
  import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
52
65
  import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
@@ -56,9 +69,11 @@ import { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplate
56
69
  import { GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput } from "./commands/GetEventBridgeRuleTemplateCommand";
57
70
  import { GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
58
71
  import { GetSignalMapCommandInput, GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand";
72
+ import { ListChannelPlacementGroupsCommandInput, ListChannelPlacementGroupsCommandOutput } from "./commands/ListChannelPlacementGroupsCommand";
59
73
  import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
60
74
  import { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
61
75
  import { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "./commands/ListCloudWatchAlarmTemplatesCommand";
76
+ import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
62
77
  import { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
63
78
  import { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "./commands/ListEventBridgeRuleTemplatesCommand";
64
79
  import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
@@ -67,6 +82,8 @@ import { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/List
67
82
  import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
68
83
  import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
69
84
  import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
85
+ import { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
86
+ import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
70
87
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
71
88
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
72
89
  import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
@@ -89,8 +106,10 @@ import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } fro
89
106
  import { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
90
107
  import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
91
108
  import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
109
+ import { UpdateChannelPlacementGroupCommandInput, UpdateChannelPlacementGroupCommandOutput } from "./commands/UpdateChannelPlacementGroupCommand";
92
110
  import { UpdateCloudWatchAlarmTemplateCommandInput, UpdateCloudWatchAlarmTemplateCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
93
111
  import { UpdateCloudWatchAlarmTemplateGroupCommandInput, UpdateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
112
+ import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
94
113
  import { UpdateEventBridgeRuleTemplateCommandInput, UpdateEventBridgeRuleTemplateCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateCommand";
95
114
  import { UpdateEventBridgeRuleTemplateGroupCommandInput, UpdateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
96
115
  import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
@@ -98,6 +117,9 @@ import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from ".
98
117
  import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
99
118
  import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
100
119
  import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
120
+ import { UpdateNetworkCommandInput, UpdateNetworkCommandOutput } from "./commands/UpdateNetworkCommand";
121
+ import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
122
+ import { UpdateNodeStateCommandInput, UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
101
123
  import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
102
124
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
103
125
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
@@ -105,11 +127,11 @@ export { __Client };
105
127
  /**
106
128
  * @public
107
129
  */
108
- export type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateCloudWatchAlarmTemplateCommandInput | CreateCloudWatchAlarmTemplateGroupCommandInput | CreateEventBridgeRuleTemplateCommandInput | CreateEventBridgeRuleTemplateGroupCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreatePartnerInputCommandInput | CreateSignalMapCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteCloudWatchAlarmTemplateCommandInput | DeleteCloudWatchAlarmTemplateGroupCommandInput | DeleteEventBridgeRuleTemplateCommandInput | DeleteEventBridgeRuleTemplateGroupCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteSignalMapCommandInput | DeleteTagsCommandInput | DescribeAccountConfigurationCommandInput | DescribeChannelCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | DescribeThumbnailsCommandInput | GetCloudWatchAlarmTemplateCommandInput | GetCloudWatchAlarmTemplateGroupCommandInput | GetEventBridgeRuleTemplateCommandInput | GetEventBridgeRuleTemplateGroupCommandInput | GetSignalMapCommandInput | ListChannelsCommandInput | ListCloudWatchAlarmTemplateGroupsCommandInput | ListCloudWatchAlarmTemplatesCommandInput | ListEventBridgeRuleTemplateGroupsCommandInput | ListEventBridgeRuleTemplatesCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListSignalMapsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RebootInputDeviceCommandInput | RejectInputDeviceTransferCommandInput | RestartChannelPipelinesCommandInput | StartChannelCommandInput | StartDeleteMonitorDeploymentCommandInput | StartInputDeviceCommandInput | StartInputDeviceMaintenanceWindowCommandInput | StartMonitorDeploymentCommandInput | StartMultiplexCommandInput | StartUpdateSignalMapCommandInput | StopChannelCommandInput | StopInputDeviceCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateAccountConfigurationCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateCloudWatchAlarmTemplateCommandInput | UpdateCloudWatchAlarmTemplateGroupCommandInput | UpdateEventBridgeRuleTemplateCommandInput | UpdateEventBridgeRuleTemplateGroupCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateReservationCommandInput;
130
+ export type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateChannelPlacementGroupCommandInput | CreateCloudWatchAlarmTemplateCommandInput | CreateCloudWatchAlarmTemplateGroupCommandInput | CreateClusterCommandInput | CreateEventBridgeRuleTemplateCommandInput | CreateEventBridgeRuleTemplateGroupCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreateNetworkCommandInput | CreateNodeCommandInput | CreateNodeRegistrationScriptCommandInput | CreatePartnerInputCommandInput | CreateSignalMapCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteChannelPlacementGroupCommandInput | DeleteCloudWatchAlarmTemplateCommandInput | DeleteCloudWatchAlarmTemplateGroupCommandInput | DeleteClusterCommandInput | DeleteEventBridgeRuleTemplateCommandInput | DeleteEventBridgeRuleTemplateGroupCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteNetworkCommandInput | DeleteNodeCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteSignalMapCommandInput | DeleteTagsCommandInput | DescribeAccountConfigurationCommandInput | DescribeChannelCommandInput | DescribeChannelPlacementGroupCommandInput | DescribeClusterCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeNetworkCommandInput | DescribeNodeCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | DescribeThumbnailsCommandInput | GetCloudWatchAlarmTemplateCommandInput | GetCloudWatchAlarmTemplateGroupCommandInput | GetEventBridgeRuleTemplateCommandInput | GetEventBridgeRuleTemplateGroupCommandInput | GetSignalMapCommandInput | ListChannelPlacementGroupsCommandInput | ListChannelsCommandInput | ListCloudWatchAlarmTemplateGroupsCommandInput | ListCloudWatchAlarmTemplatesCommandInput | ListClustersCommandInput | ListEventBridgeRuleTemplateGroupsCommandInput | ListEventBridgeRuleTemplatesCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListNetworksCommandInput | ListNodesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListSignalMapsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RebootInputDeviceCommandInput | RejectInputDeviceTransferCommandInput | RestartChannelPipelinesCommandInput | StartChannelCommandInput | StartDeleteMonitorDeploymentCommandInput | StartInputDeviceCommandInput | StartInputDeviceMaintenanceWindowCommandInput | StartMonitorDeploymentCommandInput | StartMultiplexCommandInput | StartUpdateSignalMapCommandInput | StopChannelCommandInput | StopInputDeviceCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateAccountConfigurationCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateChannelPlacementGroupCommandInput | UpdateCloudWatchAlarmTemplateCommandInput | UpdateCloudWatchAlarmTemplateGroupCommandInput | UpdateClusterCommandInput | UpdateEventBridgeRuleTemplateCommandInput | UpdateEventBridgeRuleTemplateGroupCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateNetworkCommandInput | UpdateNodeCommandInput | UpdateNodeStateCommandInput | UpdateReservationCommandInput;
109
131
  /**
110
132
  * @public
111
133
  */
112
- export type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateCloudWatchAlarmTemplateCommandOutput | CreateCloudWatchAlarmTemplateGroupCommandOutput | CreateEventBridgeRuleTemplateCommandOutput | CreateEventBridgeRuleTemplateGroupCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreatePartnerInputCommandOutput | CreateSignalMapCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteCloudWatchAlarmTemplateCommandOutput | DeleteCloudWatchAlarmTemplateGroupCommandOutput | DeleteEventBridgeRuleTemplateCommandOutput | DeleteEventBridgeRuleTemplateGroupCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteSignalMapCommandOutput | DeleteTagsCommandOutput | DescribeAccountConfigurationCommandOutput | DescribeChannelCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | DescribeThumbnailsCommandOutput | GetCloudWatchAlarmTemplateCommandOutput | GetCloudWatchAlarmTemplateGroupCommandOutput | GetEventBridgeRuleTemplateCommandOutput | GetEventBridgeRuleTemplateGroupCommandOutput | GetSignalMapCommandOutput | ListChannelsCommandOutput | ListCloudWatchAlarmTemplateGroupsCommandOutput | ListCloudWatchAlarmTemplatesCommandOutput | ListEventBridgeRuleTemplateGroupsCommandOutput | ListEventBridgeRuleTemplatesCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListSignalMapsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RebootInputDeviceCommandOutput | RejectInputDeviceTransferCommandOutput | RestartChannelPipelinesCommandOutput | StartChannelCommandOutput | StartDeleteMonitorDeploymentCommandOutput | StartInputDeviceCommandOutput | StartInputDeviceMaintenanceWindowCommandOutput | StartMonitorDeploymentCommandOutput | StartMultiplexCommandOutput | StartUpdateSignalMapCommandOutput | StopChannelCommandOutput | StopInputDeviceCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateAccountConfigurationCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateCloudWatchAlarmTemplateCommandOutput | UpdateCloudWatchAlarmTemplateGroupCommandOutput | UpdateEventBridgeRuleTemplateCommandOutput | UpdateEventBridgeRuleTemplateGroupCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateReservationCommandOutput;
134
+ export type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateChannelPlacementGroupCommandOutput | CreateCloudWatchAlarmTemplateCommandOutput | CreateCloudWatchAlarmTemplateGroupCommandOutput | CreateClusterCommandOutput | CreateEventBridgeRuleTemplateCommandOutput | CreateEventBridgeRuleTemplateGroupCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreateNetworkCommandOutput | CreateNodeCommandOutput | CreateNodeRegistrationScriptCommandOutput | CreatePartnerInputCommandOutput | CreateSignalMapCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteChannelPlacementGroupCommandOutput | DeleteCloudWatchAlarmTemplateCommandOutput | DeleteCloudWatchAlarmTemplateGroupCommandOutput | DeleteClusterCommandOutput | DeleteEventBridgeRuleTemplateCommandOutput | DeleteEventBridgeRuleTemplateGroupCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteNetworkCommandOutput | DeleteNodeCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteSignalMapCommandOutput | DeleteTagsCommandOutput | DescribeAccountConfigurationCommandOutput | DescribeChannelCommandOutput | DescribeChannelPlacementGroupCommandOutput | DescribeClusterCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeNetworkCommandOutput | DescribeNodeCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | DescribeThumbnailsCommandOutput | GetCloudWatchAlarmTemplateCommandOutput | GetCloudWatchAlarmTemplateGroupCommandOutput | GetEventBridgeRuleTemplateCommandOutput | GetEventBridgeRuleTemplateGroupCommandOutput | GetSignalMapCommandOutput | ListChannelPlacementGroupsCommandOutput | ListChannelsCommandOutput | ListCloudWatchAlarmTemplateGroupsCommandOutput | ListCloudWatchAlarmTemplatesCommandOutput | ListClustersCommandOutput | ListEventBridgeRuleTemplateGroupsCommandOutput | ListEventBridgeRuleTemplatesCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListNetworksCommandOutput | ListNodesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListSignalMapsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RebootInputDeviceCommandOutput | RejectInputDeviceTransferCommandOutput | RestartChannelPipelinesCommandOutput | StartChannelCommandOutput | StartDeleteMonitorDeploymentCommandOutput | StartInputDeviceCommandOutput | StartInputDeviceMaintenanceWindowCommandOutput | StartMonitorDeploymentCommandOutput | StartMultiplexCommandOutput | StartUpdateSignalMapCommandOutput | StopChannelCommandOutput | StopInputDeviceCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateAccountConfigurationCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateChannelPlacementGroupCommandOutput | UpdateCloudWatchAlarmTemplateCommandOutput | UpdateCloudWatchAlarmTemplateGroupCommandOutput | UpdateClusterCommandOutput | UpdateEventBridgeRuleTemplateCommandOutput | UpdateEventBridgeRuleTemplateGroupCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateNetworkCommandOutput | UpdateNodeCommandOutput | UpdateNodeStateCommandOutput | UpdateReservationCommandOutput;
113
135
  /**
114
136
  * @public
115
137
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { ClaimDeviceRequest, ClaimDeviceResponse } from "../models/models_1";
4
+ import { ClaimDeviceRequest, ClaimDeviceResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */