@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
@@ -6,38 +6,51 @@ export * from "./BatchUpdateScheduleCommand";
6
6
  export * from "./CancelInputDeviceTransferCommand";
7
7
  export * from "./ClaimDeviceCommand";
8
8
  export * from "./CreateChannelCommand";
9
+ export * from "./CreateChannelPlacementGroupCommand";
9
10
  export * from "./CreateCloudWatchAlarmTemplateCommand";
10
11
  export * from "./CreateCloudWatchAlarmTemplateGroupCommand";
12
+ export * from "./CreateClusterCommand";
11
13
  export * from "./CreateEventBridgeRuleTemplateCommand";
12
14
  export * from "./CreateEventBridgeRuleTemplateGroupCommand";
13
15
  export * from "./CreateInputCommand";
14
16
  export * from "./CreateInputSecurityGroupCommand";
15
17
  export * from "./CreateMultiplexCommand";
16
18
  export * from "./CreateMultiplexProgramCommand";
19
+ export * from "./CreateNetworkCommand";
20
+ export * from "./CreateNodeCommand";
21
+ export * from "./CreateNodeRegistrationScriptCommand";
17
22
  export * from "./CreatePartnerInputCommand";
18
23
  export * from "./CreateSignalMapCommand";
19
24
  export * from "./CreateTagsCommand";
20
25
  export * from "./DeleteChannelCommand";
26
+ export * from "./DeleteChannelPlacementGroupCommand";
21
27
  export * from "./DeleteCloudWatchAlarmTemplateCommand";
22
28
  export * from "./DeleteCloudWatchAlarmTemplateGroupCommand";
29
+ export * from "./DeleteClusterCommand";
23
30
  export * from "./DeleteEventBridgeRuleTemplateCommand";
24
31
  export * from "./DeleteEventBridgeRuleTemplateGroupCommand";
25
32
  export * from "./DeleteInputCommand";
26
33
  export * from "./DeleteInputSecurityGroupCommand";
27
34
  export * from "./DeleteMultiplexCommand";
28
35
  export * from "./DeleteMultiplexProgramCommand";
36
+ export * from "./DeleteNetworkCommand";
37
+ export * from "./DeleteNodeCommand";
29
38
  export * from "./DeleteReservationCommand";
30
39
  export * from "./DeleteScheduleCommand";
31
40
  export * from "./DeleteSignalMapCommand";
32
41
  export * from "./DeleteTagsCommand";
33
42
  export * from "./DescribeAccountConfigurationCommand";
34
43
  export * from "./DescribeChannelCommand";
44
+ export * from "./DescribeChannelPlacementGroupCommand";
45
+ export * from "./DescribeClusterCommand";
35
46
  export * from "./DescribeInputCommand";
36
47
  export * from "./DescribeInputDeviceCommand";
37
48
  export * from "./DescribeInputDeviceThumbnailCommand";
38
49
  export * from "./DescribeInputSecurityGroupCommand";
39
50
  export * from "./DescribeMultiplexCommand";
40
51
  export * from "./DescribeMultiplexProgramCommand";
52
+ export * from "./DescribeNetworkCommand";
53
+ export * from "./DescribeNodeCommand";
41
54
  export * from "./DescribeOfferingCommand";
42
55
  export * from "./DescribeReservationCommand";
43
56
  export * from "./DescribeScheduleCommand";
@@ -47,9 +60,11 @@ export * from "./GetCloudWatchAlarmTemplateGroupCommand";
47
60
  export * from "./GetEventBridgeRuleTemplateCommand";
48
61
  export * from "./GetEventBridgeRuleTemplateGroupCommand";
49
62
  export * from "./GetSignalMapCommand";
63
+ export * from "./ListChannelPlacementGroupsCommand";
50
64
  export * from "./ListChannelsCommand";
51
65
  export * from "./ListCloudWatchAlarmTemplateGroupsCommand";
52
66
  export * from "./ListCloudWatchAlarmTemplatesCommand";
67
+ export * from "./ListClustersCommand";
53
68
  export * from "./ListEventBridgeRuleTemplateGroupsCommand";
54
69
  export * from "./ListEventBridgeRuleTemplatesCommand";
55
70
  export * from "./ListInputDeviceTransfersCommand";
@@ -58,6 +73,8 @@ export * from "./ListInputSecurityGroupsCommand";
58
73
  export * from "./ListInputsCommand";
59
74
  export * from "./ListMultiplexProgramsCommand";
60
75
  export * from "./ListMultiplexesCommand";
76
+ export * from "./ListNetworksCommand";
77
+ export * from "./ListNodesCommand";
61
78
  export * from "./ListOfferingsCommand";
62
79
  export * from "./ListReservationsCommand";
63
80
  export * from "./ListSignalMapsCommand";
@@ -80,8 +97,10 @@ export * from "./TransferInputDeviceCommand";
80
97
  export * from "./UpdateAccountConfigurationCommand";
81
98
  export * from "./UpdateChannelClassCommand";
82
99
  export * from "./UpdateChannelCommand";
100
+ export * from "./UpdateChannelPlacementGroupCommand";
83
101
  export * from "./UpdateCloudWatchAlarmTemplateCommand";
84
102
  export * from "./UpdateCloudWatchAlarmTemplateGroupCommand";
103
+ export * from "./UpdateClusterCommand";
85
104
  export * from "./UpdateEventBridgeRuleTemplateCommand";
86
105
  export * from "./UpdateEventBridgeRuleTemplateGroupCommand";
87
106
  export * from "./UpdateInputCommand";
@@ -89,4 +108,7 @@ export * from "./UpdateInputDeviceCommand";
89
108
  export * from "./UpdateInputSecurityGroupCommand";
90
109
  export * from "./UpdateMultiplexCommand";
91
110
  export * from "./UpdateMultiplexProgramCommand";
111
+ export * from "./UpdateNetworkCommand";
112
+ export * from "./UpdateNodeCommand";
113
+ export * from "./UpdateNodeStateCommand";
92
114
  export * from "./UpdateReservationCommand";
@@ -806,6 +806,10 @@ export declare const ChannelPipelineIdToRestart: {
806
806
  };
807
807
  export type ChannelPipelineIdToRestart =
808
808
  (typeof ChannelPipelineIdToRestart)[keyof typeof ChannelPipelineIdToRestart];
809
+ export interface DescribeAnywhereSettings {
810
+ ChannelPlacementGroupId?: string;
811
+ ClusterId?: string;
812
+ }
809
813
  export declare const CdiInputResolution: {
810
814
  readonly FHD: "FHD";
811
815
  readonly HD: "HD";
@@ -835,11 +839,17 @@ export interface OutputDestinationSettings {
835
839
  Url?: string;
836
840
  Username?: string;
837
841
  }
842
+ export interface SrtOutputDestinationSettings {
843
+ EncryptionPassphraseSecretArn?: string;
844
+ StreamId?: string;
845
+ Url?: string;
846
+ }
838
847
  export interface OutputDestination {
839
848
  Id?: string;
840
849
  MediaPackageSettings?: MediaPackageOutputDestinationSettings[];
841
850
  MultiplexSettings?: MultiplexProgramChannelDestinationSettings;
842
851
  Settings?: OutputDestinationSettings[];
852
+ SrtSettings?: SrtOutputDestinationSettings[];
843
853
  }
844
854
  export interface AudioSilenceFailoverSettings {
845
855
  AudioSelectorName: string | undefined;
@@ -903,6 +913,9 @@ export interface HlsInputSettings {
903
913
  RetryInterval?: number;
904
914
  Scte35Source?: HlsScte35SourceType;
905
915
  }
916
+ export interface MulticastInputSettings {
917
+ SourceIpAddress?: string;
918
+ }
906
919
  export declare const NetworkInputServerValidation: {
907
920
  readonly CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME";
908
921
  readonly CHECK_CRYPTOGRAPHY_ONLY: "CHECK_CRYPTOGRAPHY_ONLY";
@@ -912,6 +925,7 @@ export type NetworkInputServerValidation =
912
925
  export interface NetworkInputSettings {
913
926
  HlsInputSettings?: HlsInputSettings;
914
927
  ServerValidation?: NetworkInputServerValidation;
928
+ MulticastInputSettings?: MulticastInputSettings;
915
929
  }
916
930
  export declare const Smpte2038DataPreference: {
917
931
  readonly IGNORE: "IGNORE";
@@ -981,6 +995,7 @@ export interface InputAttachment {
981
995
  InputAttachmentName?: string;
982
996
  InputId?: string;
983
997
  InputSettings?: InputSettings;
998
+ LogicalInterfaceNames?: string[];
984
999
  }
985
1000
  export declare const InputCodec: {
986
1001
  readonly AVC: "AVC";
@@ -1069,6 +1084,7 @@ export interface ChannelSummary {
1069
1084
  State?: ChannelState;
1070
1085
  Tags?: Record<string, string>;
1071
1086
  Vpc?: VpcOutputSettingsDescription;
1087
+ AnywhereSettings?: DescribeAnywhereSettings;
1072
1088
  }
1073
1089
  export interface CloudWatchAlarmTemplateGroupSummary {
1074
1090
  Arn: string | undefined;
@@ -1148,6 +1164,135 @@ export interface ColorCorrection {
1148
1164
  OutputColorSpace: ColorSpace | undefined;
1149
1165
  Uri: string | undefined;
1150
1166
  }
1167
+ export declare const ChannelPlacementGroupState: {
1168
+ readonly ASSIGNED: "ASSIGNED";
1169
+ readonly ASSIGNING: "ASSIGNING";
1170
+ readonly DELETED: "DELETED";
1171
+ readonly DELETE_FAILED: "DELETE_FAILED";
1172
+ readonly DELETING: "DELETING";
1173
+ readonly UNASSIGNED: "UNASSIGNED";
1174
+ readonly UNASSIGNING: "UNASSIGNING";
1175
+ };
1176
+ export type ChannelPlacementGroupState =
1177
+ (typeof ChannelPlacementGroupState)[keyof typeof ChannelPlacementGroupState];
1178
+ export interface DescribeChannelPlacementGroupSummary {
1179
+ Arn?: string;
1180
+ Channels?: string[];
1181
+ ClusterId?: string;
1182
+ Id?: string;
1183
+ Name?: string;
1184
+ Nodes?: string[];
1185
+ State?: ChannelPlacementGroupState;
1186
+ }
1187
+ export declare const ClusterType: {
1188
+ readonly ON_PREMISES: "ON_PREMISES";
1189
+ };
1190
+ export type ClusterType = (typeof ClusterType)[keyof typeof ClusterType];
1191
+ export interface InterfaceMapping {
1192
+ LogicalInterfaceName?: string;
1193
+ NetworkId?: string;
1194
+ }
1195
+ export interface ClusterNetworkSettings {
1196
+ DefaultRoute?: string;
1197
+ InterfaceMappings?: InterfaceMapping[];
1198
+ }
1199
+ export declare const ClusterState: {
1200
+ readonly ACTIVE: "ACTIVE";
1201
+ readonly CREATE_FAILED: "CREATE_FAILED";
1202
+ readonly CREATING: "CREATING";
1203
+ readonly DELETED: "DELETED";
1204
+ readonly DELETE_FAILED: "DELETE_FAILED";
1205
+ readonly DELETING: "DELETING";
1206
+ };
1207
+ export type ClusterState = (typeof ClusterState)[keyof typeof ClusterState];
1208
+ export interface DescribeClusterSummary {
1209
+ Arn?: string;
1210
+ ChannelIds?: string[];
1211
+ ClusterType?: ClusterType;
1212
+ Id?: string;
1213
+ InstanceRoleArn?: string;
1214
+ Name?: string;
1215
+ NetworkSettings?: ClusterNetworkSettings;
1216
+ State?: ClusterState;
1217
+ }
1218
+ export interface IpPool {
1219
+ Cidr?: string;
1220
+ }
1221
+ export interface Route {
1222
+ Cidr?: string;
1223
+ Gateway?: string;
1224
+ }
1225
+ export declare const NetworkState: {
1226
+ readonly ACTIVE: "ACTIVE";
1227
+ readonly CREATE_FAILED: "CREATE_FAILED";
1228
+ readonly CREATING: "CREATING";
1229
+ readonly DELETED: "DELETED";
1230
+ readonly DELETE_FAILED: "DELETE_FAILED";
1231
+ readonly DELETING: "DELETING";
1232
+ readonly IDLE: "IDLE";
1233
+ readonly IN_USE: "IN_USE";
1234
+ readonly UPDATING: "UPDATING";
1235
+ };
1236
+ export type NetworkState = (typeof NetworkState)[keyof typeof NetworkState];
1237
+ export interface DescribeNetworkSummary {
1238
+ Arn?: string;
1239
+ AssociatedClusterIds?: string[];
1240
+ Id?: string;
1241
+ IpPools?: IpPool[];
1242
+ Name?: string;
1243
+ Routes?: Route[];
1244
+ State?: NetworkState;
1245
+ }
1246
+ export declare const NodeConnectionState: {
1247
+ readonly CONNECTED: "CONNECTED";
1248
+ readonly DISCONNECTED: "DISCONNECTED";
1249
+ };
1250
+ export type NodeConnectionState =
1251
+ (typeof NodeConnectionState)[keyof typeof NodeConnectionState];
1252
+ export declare const NetworkInterfaceMode: {
1253
+ readonly BRIDGE: "BRIDGE";
1254
+ readonly NAT: "NAT";
1255
+ };
1256
+ export type NetworkInterfaceMode =
1257
+ (typeof NetworkInterfaceMode)[keyof typeof NetworkInterfaceMode];
1258
+ export interface NodeInterfaceMapping {
1259
+ LogicalInterfaceName?: string;
1260
+ NetworkInterfaceMode?: NetworkInterfaceMode;
1261
+ PhysicalInterfaceName?: string;
1262
+ }
1263
+ export declare const NodeRole: {
1264
+ readonly ACTIVE: "ACTIVE";
1265
+ readonly BACKUP: "BACKUP";
1266
+ };
1267
+ export type NodeRole = (typeof NodeRole)[keyof typeof NodeRole];
1268
+ export declare const NodeState: {
1269
+ readonly ACTIVATION_FAILED: "ACTIVATION_FAILED";
1270
+ readonly ACTIVE: "ACTIVE";
1271
+ readonly CREATED: "CREATED";
1272
+ readonly DEREGISTERED: "DEREGISTERED";
1273
+ readonly DEREGISTERING: "DEREGISTERING";
1274
+ readonly DEREGISTRATION_FAILED: "DEREGISTRATION_FAILED";
1275
+ readonly DRAINING: "DRAINING";
1276
+ readonly IN_USE: "IN_USE";
1277
+ readonly READY: "READY";
1278
+ readonly READY_TO_ACTIVATE: "READY_TO_ACTIVATE";
1279
+ readonly REGISTERING: "REGISTERING";
1280
+ readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
1281
+ };
1282
+ export type NodeState = (typeof NodeState)[keyof typeof NodeState];
1283
+ export interface DescribeNodeSummary {
1284
+ Arn?: string;
1285
+ ChannelPlacementGroups?: string[];
1286
+ ClusterId?: string;
1287
+ ConnectionState?: NodeConnectionState;
1288
+ Id?: string;
1289
+ InstanceArn?: string;
1290
+ ManagedInstanceId?: string;
1291
+ Name?: string;
1292
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
1293
+ Role?: NodeRole;
1294
+ State?: NodeState;
1295
+ }
1151
1296
  export interface EventBridgeRuleTemplateGroupSummary {
1152
1297
  Arn: string | undefined;
1153
1298
  CreatedAt: Date | undefined;
@@ -1196,6 +1341,10 @@ export declare const HlsAdMarkers: {
1196
1341
  readonly ELEMENTAL_SCTE35: "ELEMENTAL_SCTE35";
1197
1342
  };
1198
1343
  export type HlsAdMarkers = (typeof HlsAdMarkers)[keyof typeof HlsAdMarkers];
1344
+ export interface InputDestinationRoute {
1345
+ Cidr?: string;
1346
+ Gateway?: string;
1347
+ }
1199
1348
  export interface InputDestinationVpc {
1200
1349
  AvailabilityZone?: string;
1201
1350
  NetworkInterfaceId?: string;
@@ -1205,6 +1354,8 @@ export interface InputDestination {
1205
1354
  Port?: string;
1206
1355
  Url?: string;
1207
1356
  Vpc?: InputDestinationVpc;
1357
+ Network?: string;
1358
+ NetworkRoutes?: InputDestinationRoute[];
1208
1359
  }
1209
1360
  export declare const InputClass: {
1210
1361
  readonly SINGLE_PIPELINE: "SINGLE_PIPELINE";
@@ -1214,6 +1365,13 @@ export type InputClass = (typeof InputClass)[keyof typeof InputClass];
1214
1365
  export interface InputDeviceSettings {
1215
1366
  Id?: string;
1216
1367
  }
1368
+ export declare const InputNetworkLocation: {
1369
+ readonly AWS: "AWS";
1370
+ readonly ON_PREMISE: "ON_PREMISE";
1371
+ readonly ON_PREMISES: "ON_PREMISES";
1372
+ };
1373
+ export type InputNetworkLocation =
1374
+ (typeof InputNetworkLocation)[keyof typeof InputNetworkLocation];
1217
1375
  export declare const InputSourceType: {
1218
1376
  readonly DYNAMIC: "DYNAMIC";
1219
1377
  readonly STATIC: "STATIC";
@@ -1223,6 +1381,13 @@ export type InputSourceType =
1223
1381
  export interface MediaConnectFlow {
1224
1382
  FlowArn?: string;
1225
1383
  }
1384
+ export interface MulticastSource {
1385
+ SourceIp?: string;
1386
+ Url: string | undefined;
1387
+ }
1388
+ export interface MulticastSettings {
1389
+ Sources?: MulticastSource[];
1390
+ }
1226
1391
  export interface InputSource {
1227
1392
  PasswordParam?: string;
1228
1393
  Url?: string;
@@ -1261,6 +1426,7 @@ export declare const InputType: {
1261
1426
  readonly INPUT_DEVICE: "INPUT_DEVICE";
1262
1427
  readonly MEDIACONNECT: "MEDIACONNECT";
1263
1428
  readonly MP4_FILE: "MP4_FILE";
1429
+ readonly MULTICAST: "MULTICAST";
1264
1430
  readonly RTMP_PULL: "RTMP_PULL";
1265
1431
  readonly RTMP_PUSH: "RTMP_PUSH";
1266
1432
  readonly RTP_PUSH: "RTP_PUSH";
@@ -1288,9 +1454,18 @@ export interface Input {
1288
1454
  Tags?: Record<string, string>;
1289
1455
  Type?: InputType;
1290
1456
  SrtSettings?: SrtSettings;
1457
+ InputNetworkLocation?: InputNetworkLocation;
1458
+ MulticastSettings?: MulticastSettings;
1459
+ }
1460
+ export interface InputRequestDestinationRoute {
1461
+ Cidr?: string;
1462
+ Gateway?: string;
1291
1463
  }
1292
1464
  export interface InputDestinationRequest {
1293
1465
  StreamName?: string;
1466
+ Network?: string;
1467
+ NetworkRoutes?: InputRequestDestinationRoute[];
1468
+ StaticIpAddress?: string;
1294
1469
  }
1295
1470
  export declare const InputDeviceConfigurableAudioChannelPairProfile: {
1296
1471
  readonly CBR_AAC_HQ_192000: "CBR-AAC_HQ-192000";
@@ -1479,6 +1654,20 @@ export interface InputSourceRequest {
1479
1654
  export interface InputWhitelistRuleCidr {
1480
1655
  Cidr?: string;
1481
1656
  }
1657
+ export interface InterfaceMappingCreateRequest {
1658
+ LogicalInterfaceName?: string;
1659
+ NetworkId?: string;
1660
+ }
1661
+ export interface InterfaceMappingUpdateRequest {
1662
+ LogicalInterfaceName?: string;
1663
+ NetworkId?: string;
1664
+ }
1665
+ export interface IpPoolCreateRequest {
1666
+ Cidr?: string;
1667
+ }
1668
+ export interface IpPoolUpdateRequest {
1669
+ Cidr?: string;
1670
+ }
1482
1671
  export interface MediaConnectFlowRequest {
1483
1672
  FlowArn?: string;
1484
1673
  }
@@ -1486,6 +1675,14 @@ export interface MediaResourceNeighbor {
1486
1675
  Arn: string | undefined;
1487
1676
  Name?: string;
1488
1677
  }
1678
+ export interface MulticastSourceCreateRequest {
1679
+ SourceIp?: string;
1680
+ Url: string | undefined;
1681
+ }
1682
+ export interface MulticastSourceUpdateRequest {
1683
+ SourceIp?: string;
1684
+ Url: string | undefined;
1685
+ }
1489
1686
  export interface MultiplexMediaConnectOutputDestinationSettings {
1490
1687
  EntitlementArn?: string;
1491
1688
  }
@@ -1527,6 +1724,11 @@ export interface MultiplexSummary {
1527
1724
  State?: MultiplexState;
1528
1725
  Tags?: Record<string, string>;
1529
1726
  }
1727
+ export interface NodeInterfaceMappingCreateRequest {
1728
+ LogicalInterfaceName?: string;
1729
+ NetworkInterfaceMode?: NetworkInterfaceMode;
1730
+ PhysicalInterfaceName?: string;
1731
+ }
1530
1732
  export declare const OfferingDurationUnits: {
1531
1733
  readonly MONTHS: "MONTHS";
1532
1734
  };
@@ -1538,6 +1740,7 @@ export declare const OfferingType: {
1538
1740
  export type OfferingType = (typeof OfferingType)[keyof typeof OfferingType];
1539
1741
  export declare const ReservationCodec: {
1540
1742
  readonly AUDIO: "AUDIO";
1743
+ readonly AV1: "AV1";
1541
1744
  readonly AVC: "AVC";
1542
1745
  readonly HEVC: "HEVC";
1543
1746
  readonly LINK: "LINK";
@@ -1812,191 +2015,3 @@ export interface ArchiveOutputSettings {
1812
2015
  export interface CmafIngestOutputSettings {
1813
2016
  NameModifier?: string;
1814
2017
  }
1815
- export interface FrameCaptureOutputSettings {
1816
- NameModifier?: string;
1817
- }
1818
- export declare const HlsH265PackagingType: {
1819
- readonly HEV1: "HEV1";
1820
- readonly HVC1: "HVC1";
1821
- };
1822
- export type HlsH265PackagingType =
1823
- (typeof HlsH265PackagingType)[keyof typeof HlsH265PackagingType];
1824
- export declare const AudioOnlyHlsTrackType: {
1825
- readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
1826
- readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
1827
- readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
1828
- readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
1829
- };
1830
- export type AudioOnlyHlsTrackType =
1831
- (typeof AudioOnlyHlsTrackType)[keyof typeof AudioOnlyHlsTrackType];
1832
- export declare const AudioOnlyHlsSegmentType: {
1833
- readonly AAC: "AAC";
1834
- readonly FMP4: "FMP4";
1835
- };
1836
- export type AudioOnlyHlsSegmentType =
1837
- (typeof AudioOnlyHlsSegmentType)[keyof typeof AudioOnlyHlsSegmentType];
1838
- export interface AudioOnlyHlsSettings {
1839
- AudioGroupId?: string;
1840
- AudioOnlyImage?: InputLocation;
1841
- AudioTrackType?: AudioOnlyHlsTrackType;
1842
- SegmentType?: AudioOnlyHlsSegmentType;
1843
- }
1844
- export declare const Fmp4NielsenId3Behavior: {
1845
- readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
1846
- readonly PASSTHROUGH: "PASSTHROUGH";
1847
- };
1848
- export type Fmp4NielsenId3Behavior =
1849
- (typeof Fmp4NielsenId3Behavior)[keyof typeof Fmp4NielsenId3Behavior];
1850
- export declare const Fmp4TimedMetadataBehavior: {
1851
- readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
1852
- readonly PASSTHROUGH: "PASSTHROUGH";
1853
- };
1854
- export type Fmp4TimedMetadataBehavior =
1855
- (typeof Fmp4TimedMetadataBehavior)[keyof typeof Fmp4TimedMetadataBehavior];
1856
- export interface Fmp4HlsSettings {
1857
- AudioRenditionSets?: string;
1858
- NielsenId3Behavior?: Fmp4NielsenId3Behavior;
1859
- TimedMetadataBehavior?: Fmp4TimedMetadataBehavior;
1860
- }
1861
- export interface FrameCaptureHlsSettings {}
1862
- export declare const M3u8KlvBehavior: {
1863
- readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
1864
- readonly PASSTHROUGH: "PASSTHROUGH";
1865
- };
1866
- export type M3u8KlvBehavior =
1867
- (typeof M3u8KlvBehavior)[keyof typeof M3u8KlvBehavior];
1868
- export declare const M3u8NielsenId3Behavior: {
1869
- readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
1870
- readonly PASSTHROUGH: "PASSTHROUGH";
1871
- };
1872
- export type M3u8NielsenId3Behavior =
1873
- (typeof M3u8NielsenId3Behavior)[keyof typeof M3u8NielsenId3Behavior];
1874
- export declare const M3u8PcrControl: {
1875
- readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
1876
- readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
1877
- };
1878
- export type M3u8PcrControl =
1879
- (typeof M3u8PcrControl)[keyof typeof M3u8PcrControl];
1880
- export declare const M3u8Scte35Behavior: {
1881
- readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
1882
- readonly PASSTHROUGH: "PASSTHROUGH";
1883
- };
1884
- export type M3u8Scte35Behavior =
1885
- (typeof M3u8Scte35Behavior)[keyof typeof M3u8Scte35Behavior];
1886
- export declare const M3u8TimedMetadataBehavior: {
1887
- readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
1888
- readonly PASSTHROUGH: "PASSTHROUGH";
1889
- };
1890
- export type M3u8TimedMetadataBehavior =
1891
- (typeof M3u8TimedMetadataBehavior)[keyof typeof M3u8TimedMetadataBehavior];
1892
- export interface M3u8Settings {
1893
- AudioFramesPerPes?: number;
1894
- AudioPids?: string;
1895
- EcmPid?: string;
1896
- NielsenId3Behavior?: M3u8NielsenId3Behavior;
1897
- PatInterval?: number;
1898
- PcrControl?: M3u8PcrControl;
1899
- PcrPeriod?: number;
1900
- PcrPid?: string;
1901
- PmtInterval?: number;
1902
- PmtPid?: string;
1903
- ProgramNum?: number;
1904
- Scte35Behavior?: M3u8Scte35Behavior;
1905
- Scte35Pid?: string;
1906
- TimedMetadataBehavior?: M3u8TimedMetadataBehavior;
1907
- TimedMetadataPid?: string;
1908
- TransportStreamId?: number;
1909
- VideoPid?: string;
1910
- KlvBehavior?: M3u8KlvBehavior;
1911
- KlvDataPids?: string;
1912
- }
1913
- export interface StandardHlsSettings {
1914
- AudioRenditionSets?: string;
1915
- M3u8Settings: M3u8Settings | undefined;
1916
- }
1917
- export interface HlsSettings {
1918
- AudioOnlyHlsSettings?: AudioOnlyHlsSettings;
1919
- Fmp4HlsSettings?: Fmp4HlsSettings;
1920
- FrameCaptureHlsSettings?: FrameCaptureHlsSettings;
1921
- StandardHlsSettings?: StandardHlsSettings;
1922
- }
1923
- export interface HlsOutputSettings {
1924
- H265PackagingType?: HlsH265PackagingType;
1925
- HlsSettings: HlsSettings | undefined;
1926
- NameModifier?: string;
1927
- SegmentModifier?: string;
1928
- }
1929
- export interface MediaPackageOutputSettings {}
1930
- export declare const MsSmoothH265PackagingType: {
1931
- readonly HEV1: "HEV1";
1932
- readonly HVC1: "HVC1";
1933
- };
1934
- export type MsSmoothH265PackagingType =
1935
- (typeof MsSmoothH265PackagingType)[keyof typeof MsSmoothH265PackagingType];
1936
- export interface MsSmoothOutputSettings {
1937
- H265PackagingType?: MsSmoothH265PackagingType;
1938
- NameModifier?: string;
1939
- }
1940
- export interface OutputLocationRef {
1941
- DestinationRefId?: string;
1942
- }
1943
- export interface MultiplexOutputSettings {
1944
- Destination: OutputLocationRef | undefined;
1945
- }
1946
- export declare const RtmpOutputCertificateMode: {
1947
- readonly SELF_SIGNED: "SELF_SIGNED";
1948
- readonly VERIFY_AUTHENTICITY: "VERIFY_AUTHENTICITY";
1949
- };
1950
- export type RtmpOutputCertificateMode =
1951
- (typeof RtmpOutputCertificateMode)[keyof typeof RtmpOutputCertificateMode];
1952
- export interface RtmpOutputSettings {
1953
- CertificateMode?: RtmpOutputCertificateMode;
1954
- ConnectionRetryInterval?: number;
1955
- Destination: OutputLocationRef | undefined;
1956
- NumRetries?: number;
1957
- }
1958
- export interface UdpContainerSettings {
1959
- M2tsSettings?: M2tsSettings;
1960
- }
1961
- export declare const FecOutputIncludeFec: {
1962
- readonly COLUMN: "COLUMN";
1963
- readonly COLUMN_AND_ROW: "COLUMN_AND_ROW";
1964
- };
1965
- export type FecOutputIncludeFec =
1966
- (typeof FecOutputIncludeFec)[keyof typeof FecOutputIncludeFec];
1967
- export interface FecOutputSettings {
1968
- ColumnDepth?: number;
1969
- IncludeFec?: FecOutputIncludeFec;
1970
- RowLength?: number;
1971
- }
1972
- export interface UdpOutputSettings {
1973
- BufferMsec?: number;
1974
- ContainerSettings: UdpContainerSettings | undefined;
1975
- Destination: OutputLocationRef | undefined;
1976
- FecOutputSettings?: FecOutputSettings;
1977
- }
1978
- export interface OutputSettings {
1979
- ArchiveOutputSettings?: ArchiveOutputSettings;
1980
- FrameCaptureOutputSettings?: FrameCaptureOutputSettings;
1981
- HlsOutputSettings?: HlsOutputSettings;
1982
- MediaPackageOutputSettings?: MediaPackageOutputSettings;
1983
- MsSmoothOutputSettings?: MsSmoothOutputSettings;
1984
- MultiplexOutputSettings?: MultiplexOutputSettings;
1985
- RtmpOutputSettings?: RtmpOutputSettings;
1986
- UdpOutputSettings?: UdpOutputSettings;
1987
- CmafIngestOutputSettings?: CmafIngestOutputSettings;
1988
- }
1989
- export interface Output {
1990
- AudioDescriptionNames?: string[];
1991
- CaptionDescriptionNames?: string[];
1992
- OutputName?: string;
1993
- OutputSettings: OutputSettings | undefined;
1994
- VideoDescriptionName?: string;
1995
- }
1996
- export declare const S3CannedAcl: {
1997
- readonly AUTHENTICATED_READ: "AUTHENTICATED_READ";
1998
- readonly BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL";
1999
- readonly BUCKET_OWNER_READ: "BUCKET_OWNER_READ";
2000
- readonly PUBLIC_READ: "PUBLIC_READ";
2001
- };
2002
- export type S3CannedAcl = (typeof S3CannedAcl)[keyof typeof S3CannedAcl];