@aws-sdk/client-medialive 3.645.0 → 3.650.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 (268) hide show
  1. package/README.md +176 -0
  2. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  3. package/dist-cjs/index.js +2364 -442
  4. package/dist-es/MediaLive.js +44 -0
  5. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +1 -3
  6. package/dist-es/commands/BatchDeleteCommand.js +1 -3
  7. package/dist-es/commands/BatchStartCommand.js +1 -3
  8. package/dist-es/commands/BatchStopCommand.js +1 -3
  9. package/dist-es/commands/BatchUpdateScheduleCommand.js +1 -3
  10. package/dist-es/commands/CancelInputDeviceTransferCommand.js +1 -3
  11. package/dist-es/commands/ClaimDeviceCommand.js +1 -3
  12. package/dist-es/commands/CreateChannelCommand.js +1 -3
  13. package/dist-es/commands/CreateChannelPlacementGroupCommand.js +22 -0
  14. package/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +1 -3
  15. package/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  16. package/dist-es/commands/CreateClusterCommand.js +22 -0
  17. package/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +1 -3
  18. package/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +1 -3
  19. package/dist-es/commands/CreateInputCommand.js +1 -3
  20. package/dist-es/commands/CreateInputSecurityGroupCommand.js +1 -3
  21. package/dist-es/commands/CreateMultiplexCommand.js +1 -3
  22. package/dist-es/commands/CreateMultiplexProgramCommand.js +1 -3
  23. package/dist-es/commands/CreateNetworkCommand.js +22 -0
  24. package/dist-es/commands/CreateNodeCommand.js +22 -0
  25. package/dist-es/commands/CreateNodeRegistrationScriptCommand.js +22 -0
  26. package/dist-es/commands/CreatePartnerInputCommand.js +1 -3
  27. package/dist-es/commands/CreateSignalMapCommand.js +1 -3
  28. package/dist-es/commands/CreateTagsCommand.js +1 -3
  29. package/dist-es/commands/DeleteChannelCommand.js +1 -3
  30. package/dist-es/commands/DeleteChannelPlacementGroupCommand.js +22 -0
  31. package/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +1 -3
  32. package/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +1 -3
  33. package/dist-es/commands/DeleteClusterCommand.js +22 -0
  34. package/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +1 -3
  35. package/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +1 -3
  36. package/dist-es/commands/DeleteInputCommand.js +1 -3
  37. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +1 -3
  38. package/dist-es/commands/DeleteMultiplexCommand.js +1 -3
  39. package/dist-es/commands/DeleteMultiplexProgramCommand.js +1 -3
  40. package/dist-es/commands/DeleteNetworkCommand.js +22 -0
  41. package/dist-es/commands/DeleteNodeCommand.js +22 -0
  42. package/dist-es/commands/DeleteReservationCommand.js +1 -3
  43. package/dist-es/commands/DeleteScheduleCommand.js +1 -3
  44. package/dist-es/commands/DeleteSignalMapCommand.js +1 -3
  45. package/dist-es/commands/DeleteTagsCommand.js +1 -3
  46. package/dist-es/commands/DescribeAccountConfigurationCommand.js +1 -3
  47. package/dist-es/commands/DescribeChannelCommand.js +1 -3
  48. package/dist-es/commands/DescribeChannelPlacementGroupCommand.js +22 -0
  49. package/dist-es/commands/DescribeClusterCommand.js +22 -0
  50. package/dist-es/commands/DescribeInputCommand.js +1 -3
  51. package/dist-es/commands/DescribeInputDeviceCommand.js +1 -3
  52. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -3
  53. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +1 -3
  54. package/dist-es/commands/DescribeMultiplexCommand.js +1 -3
  55. package/dist-es/commands/DescribeMultiplexProgramCommand.js +1 -3
  56. package/dist-es/commands/DescribeNetworkCommand.js +22 -0
  57. package/dist-es/commands/DescribeNodeCommand.js +22 -0
  58. package/dist-es/commands/DescribeOfferingCommand.js +1 -3
  59. package/dist-es/commands/DescribeReservationCommand.js +1 -3
  60. package/dist-es/commands/DescribeScheduleCommand.js +1 -3
  61. package/dist-es/commands/DescribeThumbnailsCommand.js +1 -3
  62. package/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +1 -3
  63. package/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +1 -3
  64. package/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +1 -3
  65. package/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +1 -3
  66. package/dist-es/commands/GetSignalMapCommand.js +1 -3
  67. package/dist-es/commands/ListChannelPlacementGroupsCommand.js +22 -0
  68. package/dist-es/commands/ListChannelsCommand.js +1 -3
  69. package/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +1 -3
  70. package/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +1 -3
  71. package/dist-es/commands/ListClustersCommand.js +22 -0
  72. package/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +1 -3
  73. package/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +1 -3
  74. package/dist-es/commands/ListInputDeviceTransfersCommand.js +1 -3
  75. package/dist-es/commands/ListInputDevicesCommand.js +1 -3
  76. package/dist-es/commands/ListInputSecurityGroupsCommand.js +1 -3
  77. package/dist-es/commands/ListInputsCommand.js +1 -3
  78. package/dist-es/commands/ListMultiplexProgramsCommand.js +1 -3
  79. package/dist-es/commands/ListMultiplexesCommand.js +1 -3
  80. package/dist-es/commands/ListNetworksCommand.js +22 -0
  81. package/dist-es/commands/ListNodesCommand.js +22 -0
  82. package/dist-es/commands/ListOfferingsCommand.js +1 -3
  83. package/dist-es/commands/ListReservationsCommand.js +1 -3
  84. package/dist-es/commands/ListSignalMapsCommand.js +1 -3
  85. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  86. package/dist-es/commands/PurchaseOfferingCommand.js +1 -3
  87. package/dist-es/commands/RebootInputDeviceCommand.js +1 -3
  88. package/dist-es/commands/RejectInputDeviceTransferCommand.js +1 -3
  89. package/dist-es/commands/RestartChannelPipelinesCommand.js +1 -3
  90. package/dist-es/commands/StartChannelCommand.js +1 -3
  91. package/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +1 -3
  92. package/dist-es/commands/StartInputDeviceCommand.js +1 -3
  93. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +1 -3
  94. package/dist-es/commands/StartMonitorDeploymentCommand.js +1 -3
  95. package/dist-es/commands/StartMultiplexCommand.js +1 -3
  96. package/dist-es/commands/StartUpdateSignalMapCommand.js +1 -3
  97. package/dist-es/commands/StopChannelCommand.js +1 -3
  98. package/dist-es/commands/StopInputDeviceCommand.js +1 -3
  99. package/dist-es/commands/StopMultiplexCommand.js +1 -3
  100. package/dist-es/commands/TransferInputDeviceCommand.js +1 -3
  101. package/dist-es/commands/UpdateAccountConfigurationCommand.js +1 -3
  102. package/dist-es/commands/UpdateChannelClassCommand.js +1 -3
  103. package/dist-es/commands/UpdateChannelCommand.js +1 -3
  104. package/dist-es/commands/UpdateChannelPlacementGroupCommand.js +22 -0
  105. package/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +1 -3
  106. package/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  107. package/dist-es/commands/UpdateClusterCommand.js +22 -0
  108. package/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +1 -3
  109. package/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +1 -3
  110. package/dist-es/commands/UpdateInputCommand.js +1 -3
  111. package/dist-es/commands/UpdateInputDeviceCommand.js +1 -3
  112. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +1 -3
  113. package/dist-es/commands/UpdateMultiplexCommand.js +1 -3
  114. package/dist-es/commands/UpdateMultiplexProgramCommand.js +1 -3
  115. package/dist-es/commands/UpdateNetworkCommand.js +22 -0
  116. package/dist-es/commands/UpdateNodeCommand.js +22 -0
  117. package/dist-es/commands/UpdateNodeStateCommand.js +22 -0
  118. package/dist-es/commands/UpdateReservationCommand.js +1 -3
  119. package/dist-es/commands/index.js +22 -0
  120. package/dist-es/endpoint/endpointResolver.js +7 -3
  121. package/dist-es/models/models_0.js +64 -60
  122. package/dist-es/models/models_1.js +115 -41
  123. package/dist-es/models/models_2.js +25 -0
  124. package/dist-es/pagination/ListChannelPlacementGroupsPaginator.js +4 -0
  125. package/dist-es/pagination/ListClustersPaginator.js +4 -0
  126. package/dist-es/pagination/ListNetworksPaginator.js +4 -0
  127. package/dist-es/pagination/ListNodesPaginator.js +4 -0
  128. package/dist-es/pagination/index.js +4 -0
  129. package/dist-es/protocols/Aws_restJson1.js +1247 -5
  130. package/dist-es/waiters/index.js +7 -0
  131. package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +43 -0
  132. package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +43 -0
  133. package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +43 -0
  134. package/dist-es/waiters/waitForClusterCreated.js +52 -0
  135. package/dist-es/waiters/waitForClusterDeleted.js +43 -0
  136. package/dist-es/waiters/waitForNodeDeregistered.js +52 -0
  137. package/dist-es/waiters/waitForNodeRegistered.js +55 -0
  138. package/dist-types/MediaLive.d.ts +158 -0
  139. package/dist-types/MediaLiveClient.d.ts +24 -2
  140. package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
  141. package/dist-types/commands/CreateChannelCommand.d.ts +247 -19
  142. package/dist-types/commands/CreateChannelPlacementGroupCommand.d.ts +99 -0
  143. package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  144. package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  145. package/dist-types/commands/CreateClusterCommand.d.ts +113 -0
  146. package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  147. package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  148. package/dist-types/commands/CreateInputCommand.d.ts +36 -3
  149. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  150. package/dist-types/commands/CreateMultiplexCommand.d.ts +1 -1
  151. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  152. package/dist-types/commands/CreateNetworkCommand.d.ts +113 -0
  153. package/dist-types/commands/CreateNodeCommand.d.ts +111 -0
  154. package/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +92 -0
  155. package/dist-types/commands/CreatePartnerInputCommand.d.ts +18 -2
  156. package/dist-types/commands/DeleteChannelCommand.d.ts +123 -9
  157. package/dist-types/commands/DeleteChannelPlacementGroupCommand.d.ts +95 -0
  158. package/dist-types/commands/DeleteClusterCommand.d.ts +101 -0
  159. package/dist-types/commands/DeleteNetworkCommand.d.ts +101 -0
  160. package/dist-types/commands/DeleteNodeCommand.d.ts +102 -0
  161. package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
  162. package/dist-types/commands/DescribeChannelCommand.d.ts +123 -9
  163. package/dist-types/commands/DescribeChannelPlacementGroupCommand.d.ts +92 -0
  164. package/dist-types/commands/DescribeClusterCommand.d.ts +98 -0
  165. package/dist-types/commands/DescribeInputCommand.d.ts +17 -1
  166. package/dist-types/commands/DescribeNetworkCommand.d.ts +98 -0
  167. package/dist-types/commands/DescribeNodeCommand.d.ts +99 -0
  168. package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
  169. package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
  170. package/dist-types/commands/ListChannelPlacementGroupsCommand.d.ts +95 -0
  171. package/dist-types/commands/ListChannelsCommand.d.ts +18 -1
  172. package/dist-types/commands/ListClustersCommand.d.ts +101 -0
  173. package/dist-types/commands/ListInputsCommand.d.ts +17 -1
  174. package/dist-types/commands/ListNetworksCommand.d.ts +101 -0
  175. package/dist-types/commands/ListNodesCommand.d.ts +103 -0
  176. package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
  177. package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
  178. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  179. package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +123 -9
  180. package/dist-types/commands/StartChannelCommand.d.ts +123 -9
  181. package/dist-types/commands/StopChannelCommand.d.ts +123 -9
  182. package/dist-types/commands/UpdateChannelClassCommand.d.ts +130 -9
  183. package/dist-types/commands/UpdateChannelCommand.d.ts +239 -9
  184. package/dist-types/commands/UpdateChannelPlacementGroupCommand.d.ts +99 -0
  185. package/dist-types/commands/UpdateClusterCommand.d.ts +107 -0
  186. package/dist-types/commands/UpdateInputCommand.d.ts +33 -1
  187. package/dist-types/commands/UpdateNetworkCommand.d.ts +110 -0
  188. package/dist-types/commands/UpdateNodeCommand.d.ts +101 -0
  189. package/dist-types/commands/UpdateNodeStateCommand.d.ts +103 -0
  190. package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
  191. package/dist-types/commands/index.d.ts +22 -0
  192. package/dist-types/models/models_0.d.ts +1584 -1537
  193. package/dist-types/models/models_1.d.ts +3553 -3959
  194. package/dist-types/models/models_2.d.ts +2877 -65
  195. package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +7 -0
  196. package/dist-types/pagination/ListClustersPaginator.d.ts +7 -0
  197. package/dist-types/pagination/ListNetworksPaginator.d.ts +7 -0
  198. package/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  199. package/dist-types/pagination/index.d.ts +4 -0
  200. package/dist-types/protocols/Aws_restJson1.d.ts +198 -0
  201. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  202. package/dist-types/runtimeConfig.d.ts +2 -0
  203. package/dist-types/runtimeConfig.native.d.ts +2 -0
  204. package/dist-types/ts3.4/MediaLive.d.ts +378 -0
  205. package/dist-types/ts3.4/MediaLiveClient.d.ts +132 -0
  206. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/CreateChannelPlacementGroupCommand.d.ts +40 -0
  209. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +39 -0
  212. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +39 -0
  219. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +36 -0
  220. package/dist-types/ts3.4/commands/CreateNodeRegistrationScriptCommand.d.ts +40 -0
  221. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/DeleteChannelPlacementGroupCommand.d.ts +40 -0
  223. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +39 -0
  224. package/dist-types/ts3.4/commands/DeleteNetworkCommand.d.ts +39 -0
  225. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +36 -0
  226. package/dist-types/ts3.4/commands/DescribeChannelPlacementGroupCommand.d.ts +40 -0
  227. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +39 -0
  228. package/dist-types/ts3.4/commands/DescribeNetworkCommand.d.ts +39 -0
  229. package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +36 -0
  230. package/dist-types/ts3.4/commands/ListChannelPlacementGroupsCommand.d.ts +40 -0
  231. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +36 -0
  232. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +36 -0
  233. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +36 -0
  234. package/dist-types/ts3.4/commands/UpdateChannelPlacementGroupCommand.d.ts +40 -0
  235. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +39 -0
  236. package/dist-types/ts3.4/commands/UpdateNetworkCommand.d.ts +39 -0
  237. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +36 -0
  238. package/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +39 -0
  239. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  240. package/dist-types/ts3.4/models/models_0.d.ts +203 -188
  241. package/dist-types/ts3.4/models/models_1.d.ts +312 -372
  242. package/dist-types/ts3.4/models/models_2.d.ts +686 -9
  243. package/dist-types/ts3.4/pagination/ListChannelPlacementGroupsPaginator.d.ts +11 -0
  244. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -0
  245. package/dist-types/ts3.4/pagination/ListNetworksPaginator.d.ts +11 -0
  246. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  247. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  248. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +264 -0
  249. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  250. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  251. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  252. package/dist-types/ts3.4/waiters/index.d.ts +7 -0
  253. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupAssigned.d.ts +11 -0
  254. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupDeleted.d.ts +11 -0
  255. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupUnassigned.d.ts +11 -0
  256. package/dist-types/ts3.4/waiters/waitForClusterCreated.d.ts +11 -0
  257. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -0
  258. package/dist-types/ts3.4/waiters/waitForNodeDeregistered.d.ts +11 -0
  259. package/dist-types/ts3.4/waiters/waitForNodeRegistered.d.ts +11 -0
  260. package/dist-types/waiters/index.d.ts +7 -0
  261. package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +14 -0
  262. package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +14 -0
  263. package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +14 -0
  264. package/dist-types/waiters/waitForClusterCreated.d.ts +14 -0
  265. package/dist-types/waiters/waitForClusterDeleted.d.ts +14 -0
  266. package/dist-types/waiters/waitForNodeDeregistered.d.ts +14 -0
  267. package/dist-types/waiters/waitForNodeRegistered.d.ts +14 -0
  268. package/package.json +37 -37
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListChannelPlacementGroupsCommandInput,
4
+ ListChannelPlacementGroupsCommandOutput,
5
+ } from "../commands/ListChannelPlacementGroupsCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListChannelPlacementGroups: (
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListChannelPlacementGroupsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListChannelPlacementGroupsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListClustersCommandInput,
4
+ ListClustersCommandOutput,
5
+ } from "../commands/ListClustersCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListClusters: (
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListClustersCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListClustersCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListNetworksCommandInput,
4
+ ListNetworksCommandOutput,
5
+ } from "../commands/ListNetworksCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListNetworks: (
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListNetworksCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListNetworksCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListNodesCommandInput,
4
+ ListNodesCommandOutput,
5
+ } from "../commands/ListNodesCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListNodes: (
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListNodesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListNodesCommandOutput>;
@@ -1,8 +1,10 @@
1
1
  export * from "./DescribeSchedulePaginator";
2
2
  export * from "./Interfaces";
3
+ export * from "./ListChannelPlacementGroupsPaginator";
3
4
  export * from "./ListChannelsPaginator";
4
5
  export * from "./ListCloudWatchAlarmTemplateGroupsPaginator";
5
6
  export * from "./ListCloudWatchAlarmTemplatesPaginator";
7
+ export * from "./ListClustersPaginator";
6
8
  export * from "./ListEventBridgeRuleTemplateGroupsPaginator";
7
9
  export * from "./ListEventBridgeRuleTemplatesPaginator";
8
10
  export * from "./ListInputDeviceTransfersPaginator";
@@ -11,6 +13,8 @@ export * from "./ListInputSecurityGroupsPaginator";
11
13
  export * from "./ListInputsPaginator";
12
14
  export * from "./ListMultiplexProgramsPaginator";
13
15
  export * from "./ListMultiplexesPaginator";
16
+ export * from "./ListNetworksPaginator";
17
+ export * from "./ListNodesPaginator";
14
18
  export * from "./ListOfferingsPaginator";
15
19
  export * from "./ListReservationsPaginator";
16
20
  export * from "./ListSignalMapsPaginator";
@@ -38,6 +38,10 @@ import {
38
38
  CreateChannelCommandInput,
39
39
  CreateChannelCommandOutput,
40
40
  } from "../commands/CreateChannelCommand";
41
+ import {
42
+ CreateChannelPlacementGroupCommandInput,
43
+ CreateChannelPlacementGroupCommandOutput,
44
+ } from "../commands/CreateChannelPlacementGroupCommand";
41
45
  import {
42
46
  CreateCloudWatchAlarmTemplateCommandInput,
43
47
  CreateCloudWatchAlarmTemplateCommandOutput,
@@ -46,6 +50,10 @@ import {
46
50
  CreateCloudWatchAlarmTemplateGroupCommandInput,
47
51
  CreateCloudWatchAlarmTemplateGroupCommandOutput,
48
52
  } from "../commands/CreateCloudWatchAlarmTemplateGroupCommand";
53
+ import {
54
+ CreateClusterCommandInput,
55
+ CreateClusterCommandOutput,
56
+ } from "../commands/CreateClusterCommand";
49
57
  import {
50
58
  CreateEventBridgeRuleTemplateCommandInput,
51
59
  CreateEventBridgeRuleTemplateCommandOutput,
@@ -70,6 +78,18 @@ import {
70
78
  CreateMultiplexProgramCommandInput,
71
79
  CreateMultiplexProgramCommandOutput,
72
80
  } from "../commands/CreateMultiplexProgramCommand";
81
+ import {
82
+ CreateNetworkCommandInput,
83
+ CreateNetworkCommandOutput,
84
+ } from "../commands/CreateNetworkCommand";
85
+ import {
86
+ CreateNodeCommandInput,
87
+ CreateNodeCommandOutput,
88
+ } from "../commands/CreateNodeCommand";
89
+ import {
90
+ CreateNodeRegistrationScriptCommandInput,
91
+ CreateNodeRegistrationScriptCommandOutput,
92
+ } from "../commands/CreateNodeRegistrationScriptCommand";
73
93
  import {
74
94
  CreatePartnerInputCommandInput,
75
95
  CreatePartnerInputCommandOutput,
@@ -86,6 +106,10 @@ import {
86
106
  DeleteChannelCommandInput,
87
107
  DeleteChannelCommandOutput,
88
108
  } from "../commands/DeleteChannelCommand";
109
+ import {
110
+ DeleteChannelPlacementGroupCommandInput,
111
+ DeleteChannelPlacementGroupCommandOutput,
112
+ } from "../commands/DeleteChannelPlacementGroupCommand";
89
113
  import {
90
114
  DeleteCloudWatchAlarmTemplateCommandInput,
91
115
  DeleteCloudWatchAlarmTemplateCommandOutput,
@@ -94,6 +118,10 @@ import {
94
118
  DeleteCloudWatchAlarmTemplateGroupCommandInput,
95
119
  DeleteCloudWatchAlarmTemplateGroupCommandOutput,
96
120
  } from "../commands/DeleteCloudWatchAlarmTemplateGroupCommand";
121
+ import {
122
+ DeleteClusterCommandInput,
123
+ DeleteClusterCommandOutput,
124
+ } from "../commands/DeleteClusterCommand";
97
125
  import {
98
126
  DeleteEventBridgeRuleTemplateCommandInput,
99
127
  DeleteEventBridgeRuleTemplateCommandOutput,
@@ -118,6 +146,14 @@ import {
118
146
  DeleteMultiplexProgramCommandInput,
119
147
  DeleteMultiplexProgramCommandOutput,
120
148
  } from "../commands/DeleteMultiplexProgramCommand";
149
+ import {
150
+ DeleteNetworkCommandInput,
151
+ DeleteNetworkCommandOutput,
152
+ } from "../commands/DeleteNetworkCommand";
153
+ import {
154
+ DeleteNodeCommandInput,
155
+ DeleteNodeCommandOutput,
156
+ } from "../commands/DeleteNodeCommand";
121
157
  import {
122
158
  DeleteReservationCommandInput,
123
159
  DeleteReservationCommandOutput,
@@ -142,6 +178,14 @@ import {
142
178
  DescribeChannelCommandInput,
143
179
  DescribeChannelCommandOutput,
144
180
  } from "../commands/DescribeChannelCommand";
181
+ import {
182
+ DescribeChannelPlacementGroupCommandInput,
183
+ DescribeChannelPlacementGroupCommandOutput,
184
+ } from "../commands/DescribeChannelPlacementGroupCommand";
185
+ import {
186
+ DescribeClusterCommandInput,
187
+ DescribeClusterCommandOutput,
188
+ } from "../commands/DescribeClusterCommand";
145
189
  import {
146
190
  DescribeInputCommandInput,
147
191
  DescribeInputCommandOutput,
@@ -166,6 +210,14 @@ import {
166
210
  DescribeMultiplexProgramCommandInput,
167
211
  DescribeMultiplexProgramCommandOutput,
168
212
  } from "../commands/DescribeMultiplexProgramCommand";
213
+ import {
214
+ DescribeNetworkCommandInput,
215
+ DescribeNetworkCommandOutput,
216
+ } from "../commands/DescribeNetworkCommand";
217
+ import {
218
+ DescribeNodeCommandInput,
219
+ DescribeNodeCommandOutput,
220
+ } from "../commands/DescribeNodeCommand";
169
221
  import {
170
222
  DescribeOfferingCommandInput,
171
223
  DescribeOfferingCommandOutput,
@@ -202,6 +254,10 @@ import {
202
254
  GetSignalMapCommandInput,
203
255
  GetSignalMapCommandOutput,
204
256
  } from "../commands/GetSignalMapCommand";
257
+ import {
258
+ ListChannelPlacementGroupsCommandInput,
259
+ ListChannelPlacementGroupsCommandOutput,
260
+ } from "../commands/ListChannelPlacementGroupsCommand";
205
261
  import {
206
262
  ListChannelsCommandInput,
207
263
  ListChannelsCommandOutput,
@@ -214,6 +270,10 @@ import {
214
270
  ListCloudWatchAlarmTemplatesCommandInput,
215
271
  ListCloudWatchAlarmTemplatesCommandOutput,
216
272
  } from "../commands/ListCloudWatchAlarmTemplatesCommand";
273
+ import {
274
+ ListClustersCommandInput,
275
+ ListClustersCommandOutput,
276
+ } from "../commands/ListClustersCommand";
217
277
  import {
218
278
  ListEventBridgeRuleTemplateGroupsCommandInput,
219
279
  ListEventBridgeRuleTemplateGroupsCommandOutput,
@@ -246,6 +306,14 @@ import {
246
306
  ListMultiplexProgramsCommandInput,
247
307
  ListMultiplexProgramsCommandOutput,
248
308
  } from "../commands/ListMultiplexProgramsCommand";
309
+ import {
310
+ ListNetworksCommandInput,
311
+ ListNetworksCommandOutput,
312
+ } from "../commands/ListNetworksCommand";
313
+ import {
314
+ ListNodesCommandInput,
315
+ ListNodesCommandOutput,
316
+ } from "../commands/ListNodesCommand";
249
317
  import {
250
318
  ListOfferingsCommandInput,
251
319
  ListOfferingsCommandOutput,
@@ -334,6 +402,10 @@ import {
334
402
  UpdateChannelCommandInput,
335
403
  UpdateChannelCommandOutput,
336
404
  } from "../commands/UpdateChannelCommand";
405
+ import {
406
+ UpdateChannelPlacementGroupCommandInput,
407
+ UpdateChannelPlacementGroupCommandOutput,
408
+ } from "../commands/UpdateChannelPlacementGroupCommand";
337
409
  import {
338
410
  UpdateCloudWatchAlarmTemplateCommandInput,
339
411
  UpdateCloudWatchAlarmTemplateCommandOutput,
@@ -342,6 +414,10 @@ import {
342
414
  UpdateCloudWatchAlarmTemplateGroupCommandInput,
343
415
  UpdateCloudWatchAlarmTemplateGroupCommandOutput,
344
416
  } from "../commands/UpdateCloudWatchAlarmTemplateGroupCommand";
417
+ import {
418
+ UpdateClusterCommandInput,
419
+ UpdateClusterCommandOutput,
420
+ } from "../commands/UpdateClusterCommand";
345
421
  import {
346
422
  UpdateEventBridgeRuleTemplateCommandInput,
347
423
  UpdateEventBridgeRuleTemplateCommandOutput,
@@ -370,6 +446,18 @@ import {
370
446
  UpdateMultiplexProgramCommandInput,
371
447
  UpdateMultiplexProgramCommandOutput,
372
448
  } from "../commands/UpdateMultiplexProgramCommand";
449
+ import {
450
+ UpdateNetworkCommandInput,
451
+ UpdateNetworkCommandOutput,
452
+ } from "../commands/UpdateNetworkCommand";
453
+ import {
454
+ UpdateNodeCommandInput,
455
+ UpdateNodeCommandOutput,
456
+ } from "../commands/UpdateNodeCommand";
457
+ import {
458
+ UpdateNodeStateCommandInput,
459
+ UpdateNodeStateCommandOutput,
460
+ } from "../commands/UpdateNodeStateCommand";
373
461
  import {
374
462
  UpdateReservationCommandInput,
375
463
  UpdateReservationCommandOutput,
@@ -406,6 +494,10 @@ export declare const se_CreateChannelCommand: (
406
494
  input: CreateChannelCommandInput,
407
495
  context: __SerdeContext
408
496
  ) => Promise<__HttpRequest>;
497
+ export declare const se_CreateChannelPlacementGroupCommand: (
498
+ input: CreateChannelPlacementGroupCommandInput,
499
+ context: __SerdeContext
500
+ ) => Promise<__HttpRequest>;
409
501
  export declare const se_CreateCloudWatchAlarmTemplateCommand: (
410
502
  input: CreateCloudWatchAlarmTemplateCommandInput,
411
503
  context: __SerdeContext
@@ -414,6 +506,10 @@ export declare const se_CreateCloudWatchAlarmTemplateGroupCommand: (
414
506
  input: CreateCloudWatchAlarmTemplateGroupCommandInput,
415
507
  context: __SerdeContext
416
508
  ) => Promise<__HttpRequest>;
509
+ export declare const se_CreateClusterCommand: (
510
+ input: CreateClusterCommandInput,
511
+ context: __SerdeContext
512
+ ) => Promise<__HttpRequest>;
417
513
  export declare const se_CreateEventBridgeRuleTemplateCommand: (
418
514
  input: CreateEventBridgeRuleTemplateCommandInput,
419
515
  context: __SerdeContext
@@ -438,6 +534,18 @@ export declare const se_CreateMultiplexProgramCommand: (
438
534
  input: CreateMultiplexProgramCommandInput,
439
535
  context: __SerdeContext
440
536
  ) => Promise<__HttpRequest>;
537
+ export declare const se_CreateNetworkCommand: (
538
+ input: CreateNetworkCommandInput,
539
+ context: __SerdeContext
540
+ ) => Promise<__HttpRequest>;
541
+ export declare const se_CreateNodeCommand: (
542
+ input: CreateNodeCommandInput,
543
+ context: __SerdeContext
544
+ ) => Promise<__HttpRequest>;
545
+ export declare const se_CreateNodeRegistrationScriptCommand: (
546
+ input: CreateNodeRegistrationScriptCommandInput,
547
+ context: __SerdeContext
548
+ ) => Promise<__HttpRequest>;
441
549
  export declare const se_CreatePartnerInputCommand: (
442
550
  input: CreatePartnerInputCommandInput,
443
551
  context: __SerdeContext
@@ -454,6 +562,10 @@ export declare const se_DeleteChannelCommand: (
454
562
  input: DeleteChannelCommandInput,
455
563
  context: __SerdeContext
456
564
  ) => Promise<__HttpRequest>;
565
+ export declare const se_DeleteChannelPlacementGroupCommand: (
566
+ input: DeleteChannelPlacementGroupCommandInput,
567
+ context: __SerdeContext
568
+ ) => Promise<__HttpRequest>;
457
569
  export declare const se_DeleteCloudWatchAlarmTemplateCommand: (
458
570
  input: DeleteCloudWatchAlarmTemplateCommandInput,
459
571
  context: __SerdeContext
@@ -462,6 +574,10 @@ export declare const se_DeleteCloudWatchAlarmTemplateGroupCommand: (
462
574
  input: DeleteCloudWatchAlarmTemplateGroupCommandInput,
463
575
  context: __SerdeContext
464
576
  ) => Promise<__HttpRequest>;
577
+ export declare const se_DeleteClusterCommand: (
578
+ input: DeleteClusterCommandInput,
579
+ context: __SerdeContext
580
+ ) => Promise<__HttpRequest>;
465
581
  export declare const se_DeleteEventBridgeRuleTemplateCommand: (
466
582
  input: DeleteEventBridgeRuleTemplateCommandInput,
467
583
  context: __SerdeContext
@@ -486,6 +602,14 @@ export declare const se_DeleteMultiplexProgramCommand: (
486
602
  input: DeleteMultiplexProgramCommandInput,
487
603
  context: __SerdeContext
488
604
  ) => Promise<__HttpRequest>;
605
+ export declare const se_DeleteNetworkCommand: (
606
+ input: DeleteNetworkCommandInput,
607
+ context: __SerdeContext
608
+ ) => Promise<__HttpRequest>;
609
+ export declare const se_DeleteNodeCommand: (
610
+ input: DeleteNodeCommandInput,
611
+ context: __SerdeContext
612
+ ) => Promise<__HttpRequest>;
489
613
  export declare const se_DeleteReservationCommand: (
490
614
  input: DeleteReservationCommandInput,
491
615
  context: __SerdeContext
@@ -510,6 +634,14 @@ export declare const se_DescribeChannelCommand: (
510
634
  input: DescribeChannelCommandInput,
511
635
  context: __SerdeContext
512
636
  ) => Promise<__HttpRequest>;
637
+ export declare const se_DescribeChannelPlacementGroupCommand: (
638
+ input: DescribeChannelPlacementGroupCommandInput,
639
+ context: __SerdeContext
640
+ ) => Promise<__HttpRequest>;
641
+ export declare const se_DescribeClusterCommand: (
642
+ input: DescribeClusterCommandInput,
643
+ context: __SerdeContext
644
+ ) => Promise<__HttpRequest>;
513
645
  export declare const se_DescribeInputCommand: (
514
646
  input: DescribeInputCommandInput,
515
647
  context: __SerdeContext
@@ -534,6 +666,14 @@ export declare const se_DescribeMultiplexProgramCommand: (
534
666
  input: DescribeMultiplexProgramCommandInput,
535
667
  context: __SerdeContext
536
668
  ) => Promise<__HttpRequest>;
669
+ export declare const se_DescribeNetworkCommand: (
670
+ input: DescribeNetworkCommandInput,
671
+ context: __SerdeContext
672
+ ) => Promise<__HttpRequest>;
673
+ export declare const se_DescribeNodeCommand: (
674
+ input: DescribeNodeCommandInput,
675
+ context: __SerdeContext
676
+ ) => Promise<__HttpRequest>;
537
677
  export declare const se_DescribeOfferingCommand: (
538
678
  input: DescribeOfferingCommandInput,
539
679
  context: __SerdeContext
@@ -570,6 +710,10 @@ export declare const se_GetSignalMapCommand: (
570
710
  input: GetSignalMapCommandInput,
571
711
  context: __SerdeContext
572
712
  ) => Promise<__HttpRequest>;
713
+ export declare const se_ListChannelPlacementGroupsCommand: (
714
+ input: ListChannelPlacementGroupsCommandInput,
715
+ context: __SerdeContext
716
+ ) => Promise<__HttpRequest>;
573
717
  export declare const se_ListChannelsCommand: (
574
718
  input: ListChannelsCommandInput,
575
719
  context: __SerdeContext
@@ -582,6 +726,10 @@ export declare const se_ListCloudWatchAlarmTemplatesCommand: (
582
726
  input: ListCloudWatchAlarmTemplatesCommandInput,
583
727
  context: __SerdeContext
584
728
  ) => Promise<__HttpRequest>;
729
+ export declare const se_ListClustersCommand: (
730
+ input: ListClustersCommandInput,
731
+ context: __SerdeContext
732
+ ) => Promise<__HttpRequest>;
585
733
  export declare const se_ListEventBridgeRuleTemplateGroupsCommand: (
586
734
  input: ListEventBridgeRuleTemplateGroupsCommandInput,
587
735
  context: __SerdeContext
@@ -614,6 +762,14 @@ export declare const se_ListMultiplexProgramsCommand: (
614
762
  input: ListMultiplexProgramsCommandInput,
615
763
  context: __SerdeContext
616
764
  ) => Promise<__HttpRequest>;
765
+ export declare const se_ListNetworksCommand: (
766
+ input: ListNetworksCommandInput,
767
+ context: __SerdeContext
768
+ ) => Promise<__HttpRequest>;
769
+ export declare const se_ListNodesCommand: (
770
+ input: ListNodesCommandInput,
771
+ context: __SerdeContext
772
+ ) => Promise<__HttpRequest>;
617
773
  export declare const se_ListOfferingsCommand: (
618
774
  input: ListOfferingsCommandInput,
619
775
  context: __SerdeContext
@@ -702,6 +858,10 @@ export declare const se_UpdateChannelClassCommand: (
702
858
  input: UpdateChannelClassCommandInput,
703
859
  context: __SerdeContext
704
860
  ) => Promise<__HttpRequest>;
861
+ export declare const se_UpdateChannelPlacementGroupCommand: (
862
+ input: UpdateChannelPlacementGroupCommandInput,
863
+ context: __SerdeContext
864
+ ) => Promise<__HttpRequest>;
705
865
  export declare const se_UpdateCloudWatchAlarmTemplateCommand: (
706
866
  input: UpdateCloudWatchAlarmTemplateCommandInput,
707
867
  context: __SerdeContext
@@ -710,6 +870,10 @@ export declare const se_UpdateCloudWatchAlarmTemplateGroupCommand: (
710
870
  input: UpdateCloudWatchAlarmTemplateGroupCommandInput,
711
871
  context: __SerdeContext
712
872
  ) => Promise<__HttpRequest>;
873
+ export declare const se_UpdateClusterCommand: (
874
+ input: UpdateClusterCommandInput,
875
+ context: __SerdeContext
876
+ ) => Promise<__HttpRequest>;
713
877
  export declare const se_UpdateEventBridgeRuleTemplateCommand: (
714
878
  input: UpdateEventBridgeRuleTemplateCommandInput,
715
879
  context: __SerdeContext
@@ -738,6 +902,18 @@ export declare const se_UpdateMultiplexProgramCommand: (
738
902
  input: UpdateMultiplexProgramCommandInput,
739
903
  context: __SerdeContext
740
904
  ) => Promise<__HttpRequest>;
905
+ export declare const se_UpdateNetworkCommand: (
906
+ input: UpdateNetworkCommandInput,
907
+ context: __SerdeContext
908
+ ) => Promise<__HttpRequest>;
909
+ export declare const se_UpdateNodeCommand: (
910
+ input: UpdateNodeCommandInput,
911
+ context: __SerdeContext
912
+ ) => Promise<__HttpRequest>;
913
+ export declare const se_UpdateNodeStateCommand: (
914
+ input: UpdateNodeStateCommandInput,
915
+ context: __SerdeContext
916
+ ) => Promise<__HttpRequest>;
741
917
  export declare const se_UpdateReservationCommand: (
742
918
  input: UpdateReservationCommandInput,
743
919
  context: __SerdeContext
@@ -774,6 +950,10 @@ export declare const de_CreateChannelCommand: (
774
950
  output: __HttpResponse,
775
951
  context: __SerdeContext
776
952
  ) => Promise<CreateChannelCommandOutput>;
953
+ export declare const de_CreateChannelPlacementGroupCommand: (
954
+ output: __HttpResponse,
955
+ context: __SerdeContext
956
+ ) => Promise<CreateChannelPlacementGroupCommandOutput>;
777
957
  export declare const de_CreateCloudWatchAlarmTemplateCommand: (
778
958
  output: __HttpResponse,
779
959
  context: __SerdeContext
@@ -782,6 +962,10 @@ export declare const de_CreateCloudWatchAlarmTemplateGroupCommand: (
782
962
  output: __HttpResponse,
783
963
  context: __SerdeContext
784
964
  ) => Promise<CreateCloudWatchAlarmTemplateGroupCommandOutput>;
965
+ export declare const de_CreateClusterCommand: (
966
+ output: __HttpResponse,
967
+ context: __SerdeContext
968
+ ) => Promise<CreateClusterCommandOutput>;
785
969
  export declare const de_CreateEventBridgeRuleTemplateCommand: (
786
970
  output: __HttpResponse,
787
971
  context: __SerdeContext
@@ -806,6 +990,18 @@ export declare const de_CreateMultiplexProgramCommand: (
806
990
  output: __HttpResponse,
807
991
  context: __SerdeContext
808
992
  ) => Promise<CreateMultiplexProgramCommandOutput>;
993
+ export declare const de_CreateNetworkCommand: (
994
+ output: __HttpResponse,
995
+ context: __SerdeContext
996
+ ) => Promise<CreateNetworkCommandOutput>;
997
+ export declare const de_CreateNodeCommand: (
998
+ output: __HttpResponse,
999
+ context: __SerdeContext
1000
+ ) => Promise<CreateNodeCommandOutput>;
1001
+ export declare const de_CreateNodeRegistrationScriptCommand: (
1002
+ output: __HttpResponse,
1003
+ context: __SerdeContext
1004
+ ) => Promise<CreateNodeRegistrationScriptCommandOutput>;
809
1005
  export declare const de_CreatePartnerInputCommand: (
810
1006
  output: __HttpResponse,
811
1007
  context: __SerdeContext
@@ -822,6 +1018,10 @@ export declare const de_DeleteChannelCommand: (
822
1018
  output: __HttpResponse,
823
1019
  context: __SerdeContext
824
1020
  ) => Promise<DeleteChannelCommandOutput>;
1021
+ export declare const de_DeleteChannelPlacementGroupCommand: (
1022
+ output: __HttpResponse,
1023
+ context: __SerdeContext
1024
+ ) => Promise<DeleteChannelPlacementGroupCommandOutput>;
825
1025
  export declare const de_DeleteCloudWatchAlarmTemplateCommand: (
826
1026
  output: __HttpResponse,
827
1027
  context: __SerdeContext
@@ -830,6 +1030,10 @@ export declare const de_DeleteCloudWatchAlarmTemplateGroupCommand: (
830
1030
  output: __HttpResponse,
831
1031
  context: __SerdeContext
832
1032
  ) => Promise<DeleteCloudWatchAlarmTemplateGroupCommandOutput>;
1033
+ export declare const de_DeleteClusterCommand: (
1034
+ output: __HttpResponse,
1035
+ context: __SerdeContext
1036
+ ) => Promise<DeleteClusterCommandOutput>;
833
1037
  export declare const de_DeleteEventBridgeRuleTemplateCommand: (
834
1038
  output: __HttpResponse,
835
1039
  context: __SerdeContext
@@ -854,6 +1058,14 @@ export declare const de_DeleteMultiplexProgramCommand: (
854
1058
  output: __HttpResponse,
855
1059
  context: __SerdeContext
856
1060
  ) => Promise<DeleteMultiplexProgramCommandOutput>;
1061
+ export declare const de_DeleteNetworkCommand: (
1062
+ output: __HttpResponse,
1063
+ context: __SerdeContext
1064
+ ) => Promise<DeleteNetworkCommandOutput>;
1065
+ export declare const de_DeleteNodeCommand: (
1066
+ output: __HttpResponse,
1067
+ context: __SerdeContext
1068
+ ) => Promise<DeleteNodeCommandOutput>;
857
1069
  export declare const de_DeleteReservationCommand: (
858
1070
  output: __HttpResponse,
859
1071
  context: __SerdeContext
@@ -878,6 +1090,14 @@ export declare const de_DescribeChannelCommand: (
878
1090
  output: __HttpResponse,
879
1091
  context: __SerdeContext
880
1092
  ) => Promise<DescribeChannelCommandOutput>;
1093
+ export declare const de_DescribeChannelPlacementGroupCommand: (
1094
+ output: __HttpResponse,
1095
+ context: __SerdeContext
1096
+ ) => Promise<DescribeChannelPlacementGroupCommandOutput>;
1097
+ export declare const de_DescribeClusterCommand: (
1098
+ output: __HttpResponse,
1099
+ context: __SerdeContext
1100
+ ) => Promise<DescribeClusterCommandOutput>;
881
1101
  export declare const de_DescribeInputCommand: (
882
1102
  output: __HttpResponse,
883
1103
  context: __SerdeContext
@@ -902,6 +1122,14 @@ export declare const de_DescribeMultiplexProgramCommand: (
902
1122
  output: __HttpResponse,
903
1123
  context: __SerdeContext
904
1124
  ) => Promise<DescribeMultiplexProgramCommandOutput>;
1125
+ export declare const de_DescribeNetworkCommand: (
1126
+ output: __HttpResponse,
1127
+ context: __SerdeContext
1128
+ ) => Promise<DescribeNetworkCommandOutput>;
1129
+ export declare const de_DescribeNodeCommand: (
1130
+ output: __HttpResponse,
1131
+ context: __SerdeContext
1132
+ ) => Promise<DescribeNodeCommandOutput>;
905
1133
  export declare const de_DescribeOfferingCommand: (
906
1134
  output: __HttpResponse,
907
1135
  context: __SerdeContext
@@ -938,6 +1166,10 @@ export declare const de_GetSignalMapCommand: (
938
1166
  output: __HttpResponse,
939
1167
  context: __SerdeContext
940
1168
  ) => Promise<GetSignalMapCommandOutput>;
1169
+ export declare const de_ListChannelPlacementGroupsCommand: (
1170
+ output: __HttpResponse,
1171
+ context: __SerdeContext
1172
+ ) => Promise<ListChannelPlacementGroupsCommandOutput>;
941
1173
  export declare const de_ListChannelsCommand: (
942
1174
  output: __HttpResponse,
943
1175
  context: __SerdeContext
@@ -950,6 +1182,10 @@ export declare const de_ListCloudWatchAlarmTemplatesCommand: (
950
1182
  output: __HttpResponse,
951
1183
  context: __SerdeContext
952
1184
  ) => Promise<ListCloudWatchAlarmTemplatesCommandOutput>;
1185
+ export declare const de_ListClustersCommand: (
1186
+ output: __HttpResponse,
1187
+ context: __SerdeContext
1188
+ ) => Promise<ListClustersCommandOutput>;
953
1189
  export declare const de_ListEventBridgeRuleTemplateGroupsCommand: (
954
1190
  output: __HttpResponse,
955
1191
  context: __SerdeContext
@@ -982,6 +1218,14 @@ export declare const de_ListMultiplexProgramsCommand: (
982
1218
  output: __HttpResponse,
983
1219
  context: __SerdeContext
984
1220
  ) => Promise<ListMultiplexProgramsCommandOutput>;
1221
+ export declare const de_ListNetworksCommand: (
1222
+ output: __HttpResponse,
1223
+ context: __SerdeContext
1224
+ ) => Promise<ListNetworksCommandOutput>;
1225
+ export declare const de_ListNodesCommand: (
1226
+ output: __HttpResponse,
1227
+ context: __SerdeContext
1228
+ ) => Promise<ListNodesCommandOutput>;
985
1229
  export declare const de_ListOfferingsCommand: (
986
1230
  output: __HttpResponse,
987
1231
  context: __SerdeContext
@@ -1070,6 +1314,10 @@ export declare const de_UpdateChannelClassCommand: (
1070
1314
  output: __HttpResponse,
1071
1315
  context: __SerdeContext
1072
1316
  ) => Promise<UpdateChannelClassCommandOutput>;
1317
+ export declare const de_UpdateChannelPlacementGroupCommand: (
1318
+ output: __HttpResponse,
1319
+ context: __SerdeContext
1320
+ ) => Promise<UpdateChannelPlacementGroupCommandOutput>;
1073
1321
  export declare const de_UpdateCloudWatchAlarmTemplateCommand: (
1074
1322
  output: __HttpResponse,
1075
1323
  context: __SerdeContext
@@ -1078,6 +1326,10 @@ export declare const de_UpdateCloudWatchAlarmTemplateGroupCommand: (
1078
1326
  output: __HttpResponse,
1079
1327
  context: __SerdeContext
1080
1328
  ) => Promise<UpdateCloudWatchAlarmTemplateGroupCommandOutput>;
1329
+ export declare const de_UpdateClusterCommand: (
1330
+ output: __HttpResponse,
1331
+ context: __SerdeContext
1332
+ ) => Promise<UpdateClusterCommandOutput>;
1081
1333
  export declare const de_UpdateEventBridgeRuleTemplateCommand: (
1082
1334
  output: __HttpResponse,
1083
1335
  context: __SerdeContext
@@ -1106,6 +1358,18 @@ export declare const de_UpdateMultiplexProgramCommand: (
1106
1358
  output: __HttpResponse,
1107
1359
  context: __SerdeContext
1108
1360
  ) => Promise<UpdateMultiplexProgramCommandOutput>;
1361
+ export declare const de_UpdateNetworkCommand: (
1362
+ output: __HttpResponse,
1363
+ context: __SerdeContext
1364
+ ) => Promise<UpdateNetworkCommandOutput>;
1365
+ export declare const de_UpdateNodeCommand: (
1366
+ output: __HttpResponse,
1367
+ context: __SerdeContext
1368
+ ) => Promise<UpdateNodeCommandOutput>;
1369
+ export declare const de_UpdateNodeStateCommand: (
1370
+ output: __HttpResponse,
1371
+ context: __SerdeContext
1372
+ ) => Promise<UpdateNodeStateCommandOutput>;
1109
1373
  export declare const de_UpdateReservationCommand: (
1110
1374
  output: __HttpResponse,
1111
1375
  context: __SerdeContext
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
25
  apiVersion: string;
26
+ cacheMiddleware?: boolean | undefined;
26
27
  urlParser: import("@smithy/types").UrlParser;
27
28
  base64Decoder: import("@smithy/types").Decoder;
28
29
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -62,6 +63,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
62
63
  }
63
64
  ) => import("@smithy/types").EndpointV2;
64
65
  tls?: boolean | undefined;
66
+ serviceConfiguredEndpoint?: undefined;
65
67
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
66
68
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MediaLiveHttpAuthSchemeProvider;
67
69
  credentials?:
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
27
27
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
28
28
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
29
  apiVersion: string;
30
+ cacheMiddleware?: boolean | undefined;
30
31
  urlParser: import("@smithy/types").UrlParser;
31
32
  base64Decoder: import("@smithy/types").Decoder;
32
33
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -66,6 +67,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
66
67
  }
67
68
  ) => import("@smithy/types").EndpointV2;
68
69
  tls?: boolean | undefined;
70
+ serviceConfiguredEndpoint?: undefined;
69
71
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
70
72
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MediaLiveHttpAuthSchemeProvider;
71
73
  credentials?:
@@ -9,6 +9,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
9
9
  | import("@smithy/protocol-http").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  apiVersion: string;
12
+ cacheMiddleware?: boolean | undefined;
12
13
  urlParser: import("@smithy/types").UrlParser;
13
14
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
15
  streamCollector: import("@smithy/types").StreamCollector;
@@ -56,6 +57,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
56
57
  }
57
58
  ) => import("@smithy/types").EndpointV2;
58
59
  tls?: boolean | undefined;
60
+ serviceConfiguredEndpoint?: undefined;
59
61
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
60
62
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MediaLiveHttpAuthSchemeProvider;
61
63
  credentials?:
@@ -1,7 +1,12 @@
1
1
  export * from "./waitForChannelCreated";
2
2
  export * from "./waitForChannelDeleted";
3
+ export * from "./waitForChannelPlacementGroupAssigned";
4
+ export * from "./waitForChannelPlacementGroupDeleted";
5
+ export * from "./waitForChannelPlacementGroupUnassigned";
3
6
  export * from "./waitForChannelRunning";
4
7
  export * from "./waitForChannelStopped";
8
+ export * from "./waitForClusterCreated";
9
+ export * from "./waitForClusterDeleted";
5
10
  export * from "./waitForInputAttached";
6
11
  export * from "./waitForInputDeleted";
7
12
  export * from "./waitForInputDetached";
@@ -9,6 +14,8 @@ export * from "./waitForMultiplexCreated";
9
14
  export * from "./waitForMultiplexDeleted";
10
15
  export * from "./waitForMultiplexRunning";
11
16
  export * from "./waitForMultiplexStopped";
17
+ export * from "./waitForNodeDeregistered";
18
+ export * from "./waitForNodeRegistered";
12
19
  export * from "./waitForSignalMapCreated";
13
20
  export * from "./waitForSignalMapMonitorDeleted";
14
21
  export * from "./waitForSignalMapMonitorDeployed";