@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
@@ -1,6 +1,1785 @@
1
1
  import { StreamingBlobTypes } from "@smithy/types";
2
- import { CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelPipelineIdToRestart, ChannelState, ChannelSummary, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateSummary, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, OutputDestination, ReservationResourceSpecification, SrtSettings, VpcOutputSettingsDescription } from "./models_0";
3
- import { AcceptHeader, AccountConfiguration, Channel, ContentType, EncoderSettings, Multiplex, MultiplexProgram, MultiplexProgramPacketIdentifiersMap, MultiplexProgramSettings, MultiplexSettings, PipelineDetail, RenewalSettings, Reservation, ReservationState, ScheduleAction, SignalMapMonitorDeploymentStatus, SignalMapStatus, SignalMapSummary, SrtSettingsRequest, ThumbnailDetail, TransferringInputDeviceSummary } from "./models_1";
2
+ import { AudioDescription, CaptionDescription, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, ChannelSummary, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateSummary, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterNetworkSettings, ClusterState, ClusterType, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeNetworkSummary, DescribeNodeSummary, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputNetworkLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, NetworkState, NodeConnectionState, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, NodeRole, NodeState, Offering, OfferingDurationUnits, OfferingType, OutputDestination, ReservationResourceSpecification, Route, SrtSettings, VpcOutputSettingsDescription } from "./models_0";
3
+ import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, AvailConfiguration, BlackoutSlate, ColorCorrectionSettings, FeatureActivations, GlobalConfiguration, MotionGraphicsConfiguration, OutputGroup, PipelineDetail, RenewalSettings, Reservation, ReservationState, RouteCreateRequest, RouteUpdateRequest, ScheduleAction, SignalMapMonitorDeploymentStatus, SignalMapStatus, SignalMapSummary, SrtCallerSourceRequest, ThumbnailDetail, TransferringInputDeviceSummary, VideoDescription } from "./models_1";
4
+ /**
5
+ * @public
6
+ * @enum
7
+ */
8
+ export declare const NielsenPcmToId3TaggingState: {
9
+ readonly DISABLED: "DISABLED";
10
+ readonly ENABLED: "ENABLED";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type NielsenPcmToId3TaggingState = (typeof NielsenPcmToId3TaggingState)[keyof typeof NielsenPcmToId3TaggingState];
16
+ /**
17
+ * Nielsen Configuration
18
+ * @public
19
+ */
20
+ export interface NielsenConfiguration {
21
+ /**
22
+ * Enter the Distributor ID assigned to your organization by Nielsen.
23
+ * @public
24
+ */
25
+ DistributorId?: string;
26
+ /**
27
+ * Enables Nielsen PCM to ID3 tagging
28
+ * @public
29
+ */
30
+ NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState;
31
+ }
32
+ /**
33
+ * @public
34
+ * @enum
35
+ */
36
+ export declare const ThumbnailState: {
37
+ readonly AUTO: "AUTO";
38
+ readonly DISABLED: "DISABLED";
39
+ };
40
+ /**
41
+ * @public
42
+ */
43
+ export type ThumbnailState = (typeof ThumbnailState)[keyof typeof ThumbnailState];
44
+ /**
45
+ * Thumbnail Configuration
46
+ * @public
47
+ */
48
+ export interface ThumbnailConfiguration {
49
+ /**
50
+ * Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.
51
+ * @public
52
+ */
53
+ State: ThumbnailState | undefined;
54
+ }
55
+ /**
56
+ * @public
57
+ * @enum
58
+ */
59
+ export declare const TimecodeConfigSource: {
60
+ readonly EMBEDDED: "EMBEDDED";
61
+ readonly SYSTEMCLOCK: "SYSTEMCLOCK";
62
+ readonly ZEROBASED: "ZEROBASED";
63
+ };
64
+ /**
65
+ * @public
66
+ */
67
+ export type TimecodeConfigSource = (typeof TimecodeConfigSource)[keyof typeof TimecodeConfigSource];
68
+ /**
69
+ * Timecode Config
70
+ * @public
71
+ */
72
+ export interface TimecodeConfig {
73
+ /**
74
+ * Identifies the source for the timecode that will be associated with the events outputs.
75
+ * -Embedded (embedded): Initialize the output timecode with timecode from the the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased).
76
+ * -System Clock (systemclock): Use the UTC time.
77
+ * -Start at 0 (zerobased): The time of the first frame of the event will be 00:00:00:00.
78
+ * @public
79
+ */
80
+ Source: TimecodeConfigSource | undefined;
81
+ /**
82
+ * Threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. No timecode sync when this is not specified.
83
+ * @public
84
+ */
85
+ SyncThreshold?: number;
86
+ }
87
+ /**
88
+ * Encoder Settings
89
+ * @public
90
+ */
91
+ export interface EncoderSettings {
92
+ /**
93
+ * Placeholder documentation for __listOfAudioDescription
94
+ * @public
95
+ */
96
+ AudioDescriptions: AudioDescription[] | undefined;
97
+ /**
98
+ * Settings for ad avail blanking.
99
+ * @public
100
+ */
101
+ AvailBlanking?: AvailBlanking;
102
+ /**
103
+ * Event-wide configuration settings for ad avail insertion.
104
+ * @public
105
+ */
106
+ AvailConfiguration?: AvailConfiguration;
107
+ /**
108
+ * Settings for blackout slate.
109
+ * @public
110
+ */
111
+ BlackoutSlate?: BlackoutSlate;
112
+ /**
113
+ * Settings for caption decriptions
114
+ * @public
115
+ */
116
+ CaptionDescriptions?: CaptionDescription[];
117
+ /**
118
+ * Feature Activations
119
+ * @public
120
+ */
121
+ FeatureActivations?: FeatureActivations;
122
+ /**
123
+ * Configuration settings that apply to the event as a whole.
124
+ * @public
125
+ */
126
+ GlobalConfiguration?: GlobalConfiguration;
127
+ /**
128
+ * Settings for motion graphics.
129
+ * @public
130
+ */
131
+ MotionGraphicsConfiguration?: MotionGraphicsConfiguration;
132
+ /**
133
+ * Nielsen configuration settings.
134
+ * @public
135
+ */
136
+ NielsenConfiguration?: NielsenConfiguration;
137
+ /**
138
+ * Placeholder documentation for __listOfOutputGroup
139
+ * @public
140
+ */
141
+ OutputGroups: OutputGroup[] | undefined;
142
+ /**
143
+ * Contains settings used to acquire and adjust timecode information from inputs.
144
+ * @public
145
+ */
146
+ TimecodeConfig: TimecodeConfig | undefined;
147
+ /**
148
+ * Placeholder documentation for __listOfVideoDescription
149
+ * @public
150
+ */
151
+ VideoDescriptions: VideoDescription[] | undefined;
152
+ /**
153
+ * Thumbnail configuration settings.
154
+ * @public
155
+ */
156
+ ThumbnailConfiguration?: ThumbnailConfiguration;
157
+ /**
158
+ * Color Correction Settings
159
+ * @public
160
+ */
161
+ ColorCorrectionSettings?: ColorCorrectionSettings;
162
+ }
163
+ /**
164
+ * Placeholder documentation for Channel
165
+ * @public
166
+ */
167
+ export interface Channel {
168
+ /**
169
+ * The unique arn of the channel.
170
+ * @public
171
+ */
172
+ Arn?: string;
173
+ /**
174
+ * Specification of CDI inputs for this channel
175
+ * @public
176
+ */
177
+ CdiInputSpecification?: CdiInputSpecification;
178
+ /**
179
+ * The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
180
+ * @public
181
+ */
182
+ ChannelClass?: ChannelClass;
183
+ /**
184
+ * A list of destinations of the channel. For UDP outputs, there is one
185
+ * destination per output. For other types (HLS, for example), there is
186
+ * one destination per packager.
187
+ * @public
188
+ */
189
+ Destinations?: OutputDestination[];
190
+ /**
191
+ * The endpoints where outgoing connections initiate from
192
+ * @public
193
+ */
194
+ EgressEndpoints?: ChannelEgressEndpoint[];
195
+ /**
196
+ * Encoder Settings
197
+ * @public
198
+ */
199
+ EncoderSettings?: EncoderSettings;
200
+ /**
201
+ * The unique id of the channel.
202
+ * @public
203
+ */
204
+ Id?: string;
205
+ /**
206
+ * List of input attachments for channel.
207
+ * @public
208
+ */
209
+ InputAttachments?: InputAttachment[];
210
+ /**
211
+ * Specification of network and file inputs for this channel
212
+ * @public
213
+ */
214
+ InputSpecification?: InputSpecification;
215
+ /**
216
+ * The log level being written to CloudWatch Logs.
217
+ * @public
218
+ */
219
+ LogLevel?: LogLevel;
220
+ /**
221
+ * Maintenance settings for this channel.
222
+ * @public
223
+ */
224
+ Maintenance?: MaintenanceStatus;
225
+ /**
226
+ * The name of the channel. (user-mutable)
227
+ * @public
228
+ */
229
+ Name?: string;
230
+ /**
231
+ * Runtime details for the pipelines of a running channel.
232
+ * @public
233
+ */
234
+ PipelineDetails?: PipelineDetail[];
235
+ /**
236
+ * The number of currently healthy pipelines.
237
+ * @public
238
+ */
239
+ PipelinesRunningCount?: number;
240
+ /**
241
+ * The Amazon Resource Name (ARN) of the role assumed when running the Channel.
242
+ * @public
243
+ */
244
+ RoleArn?: string;
245
+ /**
246
+ * Placeholder documentation for ChannelState
247
+ * @public
248
+ */
249
+ State?: ChannelState;
250
+ /**
251
+ * A collection of key-value pairs.
252
+ * @public
253
+ */
254
+ Tags?: Record<string, string>;
255
+ /**
256
+ * Settings for VPC output
257
+ * @public
258
+ */
259
+ Vpc?: VpcOutputSettingsDescription;
260
+ /**
261
+ * Anywhere settings for this channel.
262
+ * @public
263
+ */
264
+ AnywhereSettings?: DescribeAnywhereSettings;
265
+ }
266
+ /**
267
+ * A request to claim an AWS Elemental device that you have purchased from a third-party vendor.
268
+ * @public
269
+ */
270
+ export interface ClaimDeviceRequest {
271
+ /**
272
+ * The id of the device you want to claim.
273
+ * @public
274
+ */
275
+ Id?: string;
276
+ }
277
+ /**
278
+ * Placeholder documentation for ClaimDeviceResponse
279
+ * @public
280
+ */
281
+ export interface ClaimDeviceResponse {
282
+ }
283
+ /**
284
+ * Used in a CreateClusterRequest.
285
+ * @public
286
+ */
287
+ export interface ClusterNetworkSettingsCreateRequest {
288
+ /**
289
+ * Specify one network interface as the default route for traffic to and from the Node. MediaLive Anywhere uses this default when the destination for the traffic isn't covered by the route table for any of the networks. Specify the value of the appropriate logicalInterfaceName parameter that you create in the interfaceMappings.
290
+ * @public
291
+ */
292
+ DefaultRoute?: string;
293
+ /**
294
+ * An array of interfaceMapping objects for this Cluster. You must create a mapping for node interfaces that you plan to use for encoding traffic. You typically don't create a mapping for the management interface. You define this mapping in the Cluster so that the mapping can be used by all the Nodes. Each mapping logically connects one interface on the nodes with one Network. Each mapping consists of a pair of parameters. The logicalInterfaceName parameter creates a logical name for the Node interface that handles a specific type of traffic. For example, my-Inputs-Interface. The networkID parameter refers to the ID of the network. When you create the Nodes in this Cluster, you will associate the logicalInterfaceName with the appropriate physical interface.
295
+ * @public
296
+ */
297
+ InterfaceMappings?: InterfaceMappingCreateRequest[];
298
+ }
299
+ /**
300
+ * Placeholder documentation for ClusterNetworkSettingsUpdateRequest
301
+ * @public
302
+ */
303
+ export interface ClusterNetworkSettingsUpdateRequest {
304
+ /**
305
+ * Include this parameter only if you want to change the default route for the Cluster. Specify one network interface as the default route for traffic to and from the node. MediaLive Anywhere uses this default when the destination for the traffic isn't covered by the route table for any of the networks. Specify the value of the appropriate logicalInterfaceName parameter that you create in the interfaceMappings.
306
+ * @public
307
+ */
308
+ DefaultRoute?: string;
309
+ /**
310
+ * An array of interfaceMapping objects for this Cluster. Include this parameter only if you want to change the interface mappings for the Cluster. Typically, you change the interface mappings only to fix an error you made when creating the mapping. In an update request, make sure that you enter the entire set of mappings again, not just the mappings that you want to add or change. You define this mapping so that the mapping can be used by all the Nodes. Each mapping logically connects one interface on the nodes with one Network. Each mapping consists of a pair of parameters. The logicalInterfaceName parameter creates a logical name for the Node interface that handles a specific type of traffic. For example, my-Inputs-Interface. The networkID parameter refers to the ID of the network. When you create the Nodes in this Cluster, you will associate the logicalInterfaceName with the appropriate physical interface.
311
+ * @public
312
+ */
313
+ InterfaceMappings?: InterfaceMappingUpdateRequest[];
314
+ }
315
+ /**
316
+ * @public
317
+ * @enum
318
+ */
319
+ export declare const ContentType: {
320
+ readonly image_jpeg: "image/jpeg";
321
+ };
322
+ /**
323
+ * @public
324
+ */
325
+ export type ContentType = (typeof ContentType)[keyof typeof ContentType];
326
+ /**
327
+ * Placeholder documentation for MaintenanceCreateSettings
328
+ * @public
329
+ */
330
+ export interface MaintenanceCreateSettings {
331
+ /**
332
+ * Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
333
+ * @public
334
+ */
335
+ MaintenanceDay?: MaintenanceDay;
336
+ /**
337
+ * Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
338
+ * @public
339
+ */
340
+ MaintenanceStartTime?: string;
341
+ }
342
+ /**
343
+ * The properties for a private VPC Output
344
+ * When this property is specified, the output egress addresses will be created in a user specified VPC
345
+ * @public
346
+ */
347
+ export interface VpcOutputSettings {
348
+ /**
349
+ * List of public address allocation ids to associate with ENIs that will be created in Output VPC.
350
+ * Must specify one for SINGLE_PIPELINE, two for STANDARD channels
351
+ * @public
352
+ */
353
+ PublicAddressAllocationIds?: string[];
354
+ /**
355
+ * A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.
356
+ * If none are specified then the VPC default security group will be used
357
+ * @public
358
+ */
359
+ SecurityGroupIds?: string[];
360
+ /**
361
+ * A list of VPC subnet IDs from the same VPC.
362
+ * If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).
363
+ * @public
364
+ */
365
+ SubnetIds: string[] | undefined;
366
+ }
367
+ /**
368
+ * A request to create a channel
369
+ * @public
370
+ */
371
+ export interface CreateChannelRequest {
372
+ /**
373
+ * Specification of CDI inputs for this channel
374
+ * @public
375
+ */
376
+ CdiInputSpecification?: CdiInputSpecification;
377
+ /**
378
+ * The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
379
+ * @public
380
+ */
381
+ ChannelClass?: ChannelClass;
382
+ /**
383
+ * Placeholder documentation for __listOfOutputDestination
384
+ * @public
385
+ */
386
+ Destinations?: OutputDestination[];
387
+ /**
388
+ * Encoder Settings
389
+ * @public
390
+ */
391
+ EncoderSettings?: EncoderSettings;
392
+ /**
393
+ * List of input attachments for channel.
394
+ * @public
395
+ */
396
+ InputAttachments?: InputAttachment[];
397
+ /**
398
+ * Specification of network and file inputs for this channel
399
+ * @public
400
+ */
401
+ InputSpecification?: InputSpecification;
402
+ /**
403
+ * The log level to write to CloudWatch Logs.
404
+ * @public
405
+ */
406
+ LogLevel?: LogLevel;
407
+ /**
408
+ * Maintenance settings for this channel.
409
+ * @public
410
+ */
411
+ Maintenance?: MaintenanceCreateSettings;
412
+ /**
413
+ * Name of channel.
414
+ * @public
415
+ */
416
+ Name?: string;
417
+ /**
418
+ * Unique request ID to be specified. This is needed to prevent retries from
419
+ * creating multiple resources.
420
+ * @public
421
+ */
422
+ RequestId?: string;
423
+ /**
424
+ * @deprecated
425
+ *
426
+ * Deprecated field that's only usable by whitelisted customers.
427
+ * @public
428
+ */
429
+ Reserved?: string;
430
+ /**
431
+ * An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.
432
+ * @public
433
+ */
434
+ RoleArn?: string;
435
+ /**
436
+ * A collection of key-value pairs.
437
+ * @public
438
+ */
439
+ Tags?: Record<string, string>;
440
+ /**
441
+ * Settings for the VPC outputs
442
+ * @public
443
+ */
444
+ Vpc?: VpcOutputSettings;
445
+ /**
446
+ * The Elemental Anywhere settings for this channel.
447
+ * @public
448
+ */
449
+ AnywhereSettings?: AnywhereSettings;
450
+ }
451
+ /**
452
+ * Placeholder documentation for CreateChannelResponse
453
+ * @public
454
+ */
455
+ export interface CreateChannelResponse {
456
+ /**
457
+ * Placeholder documentation for Channel
458
+ * @public
459
+ */
460
+ Channel?: Channel;
461
+ }
462
+ /**
463
+ * A request to create a channel placement group.
464
+ * @public
465
+ */
466
+ export interface CreateChannelPlacementGroupRequest {
467
+ /**
468
+ * The ID of the cluster.
469
+ * @public
470
+ */
471
+ ClusterId: string | undefined;
472
+ /**
473
+ * Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
474
+ * @public
475
+ */
476
+ Name?: string;
477
+ /**
478
+ * An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.
479
+ * @public
480
+ */
481
+ Nodes?: string[];
482
+ /**
483
+ * An ID that you assign to a create request. This ID ensures idempotency when creating resources. the request.
484
+ * @public
485
+ */
486
+ RequestId?: string;
487
+ /**
488
+ * A collection of key-value pairs.
489
+ * @public
490
+ */
491
+ Tags?: Record<string, string>;
492
+ }
493
+ /**
494
+ * Placeholder documentation for CreateChannelPlacementGroupResponse
495
+ * @public
496
+ */
497
+ export interface CreateChannelPlacementGroupResponse {
498
+ /**
499
+ * The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.
500
+ * @public
501
+ */
502
+ Arn?: string;
503
+ /**
504
+ * Used in ListChannelPlacementGroupsResult
505
+ * @public
506
+ */
507
+ Channels?: string[];
508
+ /**
509
+ * The ID of the Cluster that the Node belongs to.
510
+ * @public
511
+ */
512
+ ClusterId?: string;
513
+ /**
514
+ * The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.
515
+ * @public
516
+ */
517
+ Id?: string;
518
+ /**
519
+ * The name that you specified for the ChannelPlacementGroup.
520
+ * @public
521
+ */
522
+ Name?: string;
523
+ /**
524
+ * An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.
525
+ * @public
526
+ */
527
+ Nodes?: string[];
528
+ /**
529
+ * The current state of the ChannelPlacementGroup.
530
+ * @public
531
+ */
532
+ State?: ChannelPlacementGroupState;
533
+ }
534
+ /**
535
+ * Placeholder documentation for CreateCloudWatchAlarmTemplateRequest
536
+ * @public
537
+ */
538
+ export interface CreateCloudWatchAlarmTemplateRequest {
539
+ /**
540
+ * The comparison operator used to compare the specified statistic and the threshold.
541
+ * @public
542
+ */
543
+ ComparisonOperator: CloudWatchAlarmTemplateComparisonOperator | undefined;
544
+ /**
545
+ * The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
546
+ * @public
547
+ */
548
+ DatapointsToAlarm?: number;
549
+ /**
550
+ * A resource's optional description.
551
+ * @public
552
+ */
553
+ Description?: string;
554
+ /**
555
+ * The number of periods over which data is compared to the specified threshold.
556
+ * @public
557
+ */
558
+ EvaluationPeriods: number | undefined;
559
+ /**
560
+ * A cloudwatch alarm template group's identifier. Can be either be its id or current name.
561
+ * @public
562
+ */
563
+ GroupIdentifier: string | undefined;
564
+ /**
565
+ * The name of the metric associated with the alarm. Must be compatible with targetResourceType.
566
+ * @public
567
+ */
568
+ MetricName: string | undefined;
569
+ /**
570
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
571
+ * @public
572
+ */
573
+ Name: string | undefined;
574
+ /**
575
+ * The period, in seconds, over which the specified statistic is applied.
576
+ * @public
577
+ */
578
+ Period: number | undefined;
579
+ /**
580
+ * The statistic to apply to the alarm's metric data.
581
+ * @public
582
+ */
583
+ Statistic: CloudWatchAlarmTemplateStatistic | undefined;
584
+ /**
585
+ * Represents the tags associated with a resource.
586
+ * @public
587
+ */
588
+ Tags?: Record<string, string>;
589
+ /**
590
+ * The resource type this template should dynamically generate cloudwatch metric alarms for.
591
+ * @public
592
+ */
593
+ TargetResourceType: CloudWatchAlarmTemplateTargetResourceType | undefined;
594
+ /**
595
+ * The threshold value to compare with the specified statistic.
596
+ * @public
597
+ */
598
+ Threshold: number | undefined;
599
+ /**
600
+ * Specifies how missing data points are treated when evaluating the alarm's condition.
601
+ * @public
602
+ */
603
+ TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
604
+ }
605
+ /**
606
+ * Placeholder documentation for CreateCloudWatchAlarmTemplateResponse
607
+ * @public
608
+ */
609
+ export interface CreateCloudWatchAlarmTemplateResponse {
610
+ /**
611
+ * A cloudwatch alarm template's ARN (Amazon Resource Name)
612
+ * @public
613
+ */
614
+ Arn?: string;
615
+ /**
616
+ * The comparison operator used to compare the specified statistic and the threshold.
617
+ * @public
618
+ */
619
+ ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
620
+ /**
621
+ * Placeholder documentation for __timestampIso8601
622
+ * @public
623
+ */
624
+ CreatedAt?: Date;
625
+ /**
626
+ * The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
627
+ * @public
628
+ */
629
+ DatapointsToAlarm?: number;
630
+ /**
631
+ * A resource's optional description.
632
+ * @public
633
+ */
634
+ Description?: string;
635
+ /**
636
+ * The number of periods over which data is compared to the specified threshold.
637
+ * @public
638
+ */
639
+ EvaluationPeriods?: number;
640
+ /**
641
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
642
+ * @public
643
+ */
644
+ GroupId?: string;
645
+ /**
646
+ * A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
647
+ * @public
648
+ */
649
+ Id?: string;
650
+ /**
651
+ * The name of the metric associated with the alarm. Must be compatible with targetResourceType.
652
+ * @public
653
+ */
654
+ MetricName?: string;
655
+ /**
656
+ * Placeholder documentation for __timestampIso8601
657
+ * @public
658
+ */
659
+ ModifiedAt?: Date;
660
+ /**
661
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
662
+ * @public
663
+ */
664
+ Name?: string;
665
+ /**
666
+ * The period, in seconds, over which the specified statistic is applied.
667
+ * @public
668
+ */
669
+ Period?: number;
670
+ /**
671
+ * The statistic to apply to the alarm's metric data.
672
+ * @public
673
+ */
674
+ Statistic?: CloudWatchAlarmTemplateStatistic;
675
+ /**
676
+ * Represents the tags associated with a resource.
677
+ * @public
678
+ */
679
+ Tags?: Record<string, string>;
680
+ /**
681
+ * The resource type this template should dynamically generate cloudwatch metric alarms for.
682
+ * @public
683
+ */
684
+ TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
685
+ /**
686
+ * The threshold value to compare with the specified statistic.
687
+ * @public
688
+ */
689
+ Threshold?: number;
690
+ /**
691
+ * Specifies how missing data points are treated when evaluating the alarm's condition.
692
+ * @public
693
+ */
694
+ TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
695
+ }
696
+ /**
697
+ * Placeholder documentation for CreateCloudWatchAlarmTemplateGroupRequest
698
+ * @public
699
+ */
700
+ export interface CreateCloudWatchAlarmTemplateGroupRequest {
701
+ /**
702
+ * A resource's optional description.
703
+ * @public
704
+ */
705
+ Description?: string;
706
+ /**
707
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
708
+ * @public
709
+ */
710
+ Name: string | undefined;
711
+ /**
712
+ * Represents the tags associated with a resource.
713
+ * @public
714
+ */
715
+ Tags?: Record<string, string>;
716
+ }
717
+ /**
718
+ * Placeholder documentation for CreateCloudWatchAlarmTemplateGroupResponse
719
+ * @public
720
+ */
721
+ export interface CreateCloudWatchAlarmTemplateGroupResponse {
722
+ /**
723
+ * A cloudwatch alarm template group's ARN (Amazon Resource Name)
724
+ * @public
725
+ */
726
+ Arn?: string;
727
+ /**
728
+ * Placeholder documentation for __timestampIso8601
729
+ * @public
730
+ */
731
+ CreatedAt?: Date;
732
+ /**
733
+ * A resource's optional description.
734
+ * @public
735
+ */
736
+ Description?: string;
737
+ /**
738
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
739
+ * @public
740
+ */
741
+ Id?: string;
742
+ /**
743
+ * Placeholder documentation for __timestampIso8601
744
+ * @public
745
+ */
746
+ ModifiedAt?: Date;
747
+ /**
748
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
749
+ * @public
750
+ */
751
+ Name?: string;
752
+ /**
753
+ * Represents the tags associated with a resource.
754
+ * @public
755
+ */
756
+ Tags?: Record<string, string>;
757
+ }
758
+ /**
759
+ * Create as many Clusters as you want, but create at least one. Each Cluster groups together Nodes that you want to treat as a collection. Within the Cluster, you will set up some Nodes as active Nodes, and some as backup Nodes, for Node failover purposes. Each Node can belong to only one Cluster.
760
+ * @public
761
+ */
762
+ export interface CreateClusterRequest {
763
+ /**
764
+ * Specify a type. All the Nodes that you later add to this Cluster must be this type of hardware. One Cluster instance can't contain different hardware types. You won't be able to change this parameter after you create the Cluster.
765
+ * @public
766
+ */
767
+ ClusterType?: ClusterType;
768
+ /**
769
+ * The ARN of the IAM role for the Node in this Cluster. The role must include all the operations that you expect these Node to perform. If necessary, create a role in IAM, then attach it here.
770
+ * @public
771
+ */
772
+ InstanceRoleArn?: string;
773
+ /**
774
+ * Specify a name that is unique in the AWS account. We recommend that you assign a name that hints at the types of Nodes in the Cluster. Names are case-sensitive.
775
+ * @public
776
+ */
777
+ Name?: string;
778
+ /**
779
+ * Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.
780
+ * @public
781
+ */
782
+ NetworkSettings?: ClusterNetworkSettingsCreateRequest;
783
+ /**
784
+ * The unique ID of the request.
785
+ * @public
786
+ */
787
+ RequestId?: string;
788
+ /**
789
+ * A collection of key-value pairs.
790
+ * @public
791
+ */
792
+ Tags?: Record<string, string>;
793
+ }
794
+ /**
795
+ * Placeholder documentation for CreateClusterResponse
796
+ * @public
797
+ */
798
+ export interface CreateClusterResponse {
799
+ /**
800
+ * The ARN of this Cluster. It is automatically assigned when the Cluster is created.
801
+ * @public
802
+ */
803
+ Arn?: string;
804
+ /**
805
+ * Placeholder documentation for __listOf__string
806
+ * @public
807
+ */
808
+ ChannelIds?: string[];
809
+ /**
810
+ * The hardware type for the Cluster
811
+ * @public
812
+ */
813
+ ClusterType?: ClusterType;
814
+ /**
815
+ * The ID of the Cluster. Unique in the AWS account. The ID is the resource-id portion of the ARN.
816
+ * @public
817
+ */
818
+ Id?: string;
819
+ /**
820
+ * The ARN of the IAM role for the Node in this Cluster. Any Nodes that are associated with this Cluster assume this role. The role gives permissions to the operations that you expect these Node to perform.
821
+ * @public
822
+ */
823
+ InstanceRoleArn?: string;
824
+ /**
825
+ * The name that you specified for the Cluster.
826
+ * @public
827
+ */
828
+ Name?: string;
829
+ /**
830
+ * Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.
831
+ * @public
832
+ */
833
+ NetworkSettings?: ClusterNetworkSettings;
834
+ /**
835
+ * The current state of the Cluster.
836
+ * @public
837
+ */
838
+ State?: ClusterState;
839
+ }
840
+ /**
841
+ * Placeholder documentation for CreateEventBridgeRuleTemplateRequest
842
+ * @public
843
+ */
844
+ export interface CreateEventBridgeRuleTemplateRequest {
845
+ /**
846
+ * A resource's optional description.
847
+ * @public
848
+ */
849
+ Description?: string;
850
+ /**
851
+ * Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
852
+ * @public
853
+ */
854
+ EventTargets?: EventBridgeRuleTemplateTarget[];
855
+ /**
856
+ * The type of event to match with the rule.
857
+ * @public
858
+ */
859
+ EventType: EventBridgeRuleTemplateEventType | undefined;
860
+ /**
861
+ * An eventbridge rule template group's identifier. Can be either be its id or current name.
862
+ * @public
863
+ */
864
+ GroupIdentifier: string | undefined;
865
+ /**
866
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
867
+ * @public
868
+ */
869
+ Name: string | undefined;
870
+ /**
871
+ * Represents the tags associated with a resource.
872
+ * @public
873
+ */
874
+ Tags?: Record<string, string>;
875
+ }
876
+ /**
877
+ * Placeholder documentation for CreateEventBridgeRuleTemplateResponse
878
+ * @public
879
+ */
880
+ export interface CreateEventBridgeRuleTemplateResponse {
881
+ /**
882
+ * An eventbridge rule template's ARN (Amazon Resource Name)
883
+ * @public
884
+ */
885
+ Arn?: string;
886
+ /**
887
+ * Placeholder documentation for __timestampIso8601
888
+ * @public
889
+ */
890
+ CreatedAt?: Date;
891
+ /**
892
+ * A resource's optional description.
893
+ * @public
894
+ */
895
+ Description?: string;
896
+ /**
897
+ * Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
898
+ * @public
899
+ */
900
+ EventTargets?: EventBridgeRuleTemplateTarget[];
901
+ /**
902
+ * The type of event to match with the rule.
903
+ * @public
904
+ */
905
+ EventType?: EventBridgeRuleTemplateEventType;
906
+ /**
907
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
908
+ * @public
909
+ */
910
+ GroupId?: string;
911
+ /**
912
+ * An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
913
+ * @public
914
+ */
915
+ Id?: string;
916
+ /**
917
+ * Placeholder documentation for __timestampIso8601
918
+ * @public
919
+ */
920
+ ModifiedAt?: Date;
921
+ /**
922
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
923
+ * @public
924
+ */
925
+ Name?: string;
926
+ /**
927
+ * Represents the tags associated with a resource.
928
+ * @public
929
+ */
930
+ Tags?: Record<string, string>;
931
+ }
932
+ /**
933
+ * Placeholder documentation for CreateEventBridgeRuleTemplateGroupRequest
934
+ * @public
935
+ */
936
+ export interface CreateEventBridgeRuleTemplateGroupRequest {
937
+ /**
938
+ * A resource's optional description.
939
+ * @public
940
+ */
941
+ Description?: string;
942
+ /**
943
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
944
+ * @public
945
+ */
946
+ Name: string | undefined;
947
+ /**
948
+ * Represents the tags associated with a resource.
949
+ * @public
950
+ */
951
+ Tags?: Record<string, string>;
952
+ }
953
+ /**
954
+ * Placeholder documentation for CreateEventBridgeRuleTemplateGroupResponse
955
+ * @public
956
+ */
957
+ export interface CreateEventBridgeRuleTemplateGroupResponse {
958
+ /**
959
+ * An eventbridge rule template group's ARN (Amazon Resource Name)
960
+ * @public
961
+ */
962
+ Arn?: string;
963
+ /**
964
+ * Placeholder documentation for __timestampIso8601
965
+ * @public
966
+ */
967
+ CreatedAt?: Date;
968
+ /**
969
+ * A resource's optional description.
970
+ * @public
971
+ */
972
+ Description?: string;
973
+ /**
974
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
975
+ * @public
976
+ */
977
+ Id?: string;
978
+ /**
979
+ * Placeholder documentation for __timestampIso8601
980
+ * @public
981
+ */
982
+ ModifiedAt?: Date;
983
+ /**
984
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
985
+ * @public
986
+ */
987
+ Name?: string;
988
+ /**
989
+ * Represents the tags associated with a resource.
990
+ * @public
991
+ */
992
+ Tags?: Record<string, string>;
993
+ }
994
+ /**
995
+ * Settings for a Multicast input. Contains a list of multicast Urls and optional source ip addresses.
996
+ * @public
997
+ */
998
+ export interface MulticastSettingsCreateRequest {
999
+ /**
1000
+ * Placeholder documentation for __listOfMulticastSourceCreateRequest
1001
+ * @public
1002
+ */
1003
+ Sources?: MulticastSourceCreateRequest[];
1004
+ }
1005
+ /**
1006
+ * Configures the sources for this SRT input. For a single-pipeline input, include one srtCallerSource in the array. For a standard-pipeline input, include two srtCallerSource.
1007
+ * @public
1008
+ */
1009
+ export interface SrtSettingsRequest {
1010
+ /**
1011
+ * Placeholder documentation for __listOfSrtCallerSourceRequest
1012
+ * @public
1013
+ */
1014
+ SrtCallerSources?: SrtCallerSourceRequest[];
1015
+ }
1016
+ /**
1017
+ * Settings for a private VPC Input.
1018
+ * When this property is specified, the input destination addresses will be created in a VPC rather than with public Internet addresses.
1019
+ * This property requires setting the roleArn property on Input creation.
1020
+ * Not compatible with the inputSecurityGroups property.
1021
+ * @public
1022
+ */
1023
+ export interface InputVpcRequest {
1024
+ /**
1025
+ * A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.
1026
+ * Requires subnetIds. If none are specified then the VPC default security group will be used.
1027
+ * @public
1028
+ */
1029
+ SecurityGroupIds?: string[];
1030
+ /**
1031
+ * A list of 2 VPC subnet IDs from the same VPC.
1032
+ * Subnet IDs must be mapped to two unique availability zones (AZ).
1033
+ * @public
1034
+ */
1035
+ SubnetIds: string[] | undefined;
1036
+ }
1037
+ /**
1038
+ * The name of the input
1039
+ * @public
1040
+ */
1041
+ export interface CreateInputRequest {
1042
+ /**
1043
+ * Destination settings for PUSH type inputs.
1044
+ * @public
1045
+ */
1046
+ Destinations?: InputDestinationRequest[];
1047
+ /**
1048
+ * Settings for the devices.
1049
+ * @public
1050
+ */
1051
+ InputDevices?: InputDeviceSettings[];
1052
+ /**
1053
+ * A list of security groups referenced by IDs to attach to the input.
1054
+ * @public
1055
+ */
1056
+ InputSecurityGroups?: string[];
1057
+ /**
1058
+ * A list of the MediaConnect Flows that you want to use in this input. You can specify as few as one
1059
+ * Flow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a
1060
+ * separate Availability Zone as this ensures your EML input is redundant to AZ issues.
1061
+ * @public
1062
+ */
1063
+ MediaConnectFlows?: MediaConnectFlowRequest[];
1064
+ /**
1065
+ * Name of the input.
1066
+ * @public
1067
+ */
1068
+ Name?: string;
1069
+ /**
1070
+ * Unique identifier of the request to ensure the request is handled
1071
+ * exactly once in case of retries.
1072
+ * @public
1073
+ */
1074
+ RequestId?: string;
1075
+ /**
1076
+ * The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
1077
+ * @public
1078
+ */
1079
+ RoleArn?: string;
1080
+ /**
1081
+ * The source URLs for a PULL-type input. Every PULL type input needs
1082
+ * exactly two source URLs for redundancy.
1083
+ * Only specify sources for PULL type Inputs. Leave Destinations empty.
1084
+ * @public
1085
+ */
1086
+ Sources?: InputSourceRequest[];
1087
+ /**
1088
+ * A collection of key-value pairs.
1089
+ * @public
1090
+ */
1091
+ Tags?: Record<string, string>;
1092
+ /**
1093
+ * The different types of inputs that AWS Elemental MediaLive supports.
1094
+ * @public
1095
+ */
1096
+ Type?: InputType;
1097
+ /**
1098
+ * Settings for a private VPC Input.
1099
+ * When this property is specified, the input destination addresses will be created in a VPC rather than with public Internet addresses.
1100
+ * This property requires setting the roleArn property on Input creation.
1101
+ * Not compatible with the inputSecurityGroups property.
1102
+ * @public
1103
+ */
1104
+ Vpc?: InputVpcRequest;
1105
+ /**
1106
+ * The settings associated with an SRT input.
1107
+ * @public
1108
+ */
1109
+ SrtSettings?: SrtSettingsRequest;
1110
+ /**
1111
+ * The location of this input. AWS, for an input existing in the AWS Cloud, On-Prem for
1112
+ * an input in a customer network.
1113
+ * @public
1114
+ */
1115
+ InputNetworkLocation?: InputNetworkLocation;
1116
+ /**
1117
+ * Multicast Input settings.
1118
+ * @public
1119
+ */
1120
+ MulticastSettings?: MulticastSettingsCreateRequest;
1121
+ }
1122
+ /**
1123
+ * Placeholder documentation for CreateInputResponse
1124
+ * @public
1125
+ */
1126
+ export interface CreateInputResponse {
1127
+ /**
1128
+ * Placeholder documentation for Input
1129
+ * @public
1130
+ */
1131
+ Input?: Input;
1132
+ }
1133
+ /**
1134
+ * The IPv4 CIDRs to whitelist for this Input Security Group
1135
+ * @public
1136
+ */
1137
+ export interface CreateInputSecurityGroupRequest {
1138
+ /**
1139
+ * A collection of key-value pairs.
1140
+ * @public
1141
+ */
1142
+ Tags?: Record<string, string>;
1143
+ /**
1144
+ * List of IPv4 CIDR addresses to whitelist
1145
+ * @public
1146
+ */
1147
+ WhitelistRules?: InputWhitelistRuleCidr[];
1148
+ }
1149
+ /**
1150
+ * Placeholder documentation for CreateInputSecurityGroupResponse
1151
+ * @public
1152
+ */
1153
+ export interface CreateInputSecurityGroupResponse {
1154
+ /**
1155
+ * An Input Security Group
1156
+ * @public
1157
+ */
1158
+ SecurityGroup?: InputSecurityGroup;
1159
+ }
1160
+ /**
1161
+ * Contains configuration for a Multiplex event
1162
+ * @public
1163
+ */
1164
+ export interface MultiplexSettings {
1165
+ /**
1166
+ * Maximum video buffer delay in milliseconds.
1167
+ * @public
1168
+ */
1169
+ MaximumVideoBufferDelayMilliseconds?: number;
1170
+ /**
1171
+ * Transport stream bit rate.
1172
+ * @public
1173
+ */
1174
+ TransportStreamBitrate: number | undefined;
1175
+ /**
1176
+ * Transport stream ID.
1177
+ * @public
1178
+ */
1179
+ TransportStreamId: number | undefined;
1180
+ /**
1181
+ * Transport stream reserved bit rate.
1182
+ * @public
1183
+ */
1184
+ TransportStreamReservedBitrate?: number;
1185
+ }
1186
+ /**
1187
+ * A request to create a multiplex.
1188
+ * @public
1189
+ */
1190
+ export interface CreateMultiplexRequest {
1191
+ /**
1192
+ * A list of availability zones for the multiplex. You must specify exactly two.
1193
+ * @public
1194
+ */
1195
+ AvailabilityZones: string[] | undefined;
1196
+ /**
1197
+ * Configuration for a multiplex event.
1198
+ * @public
1199
+ */
1200
+ MultiplexSettings: MultiplexSettings | undefined;
1201
+ /**
1202
+ * Name of multiplex.
1203
+ * @public
1204
+ */
1205
+ Name: string | undefined;
1206
+ /**
1207
+ * Unique request ID. This prevents retries from creating multiple
1208
+ * resources.
1209
+ * @public
1210
+ */
1211
+ RequestId?: string;
1212
+ /**
1213
+ * A collection of key-value pairs.
1214
+ * @public
1215
+ */
1216
+ Tags?: Record<string, string>;
1217
+ }
1218
+ /**
1219
+ * The multiplex object.
1220
+ * @public
1221
+ */
1222
+ export interface Multiplex {
1223
+ /**
1224
+ * The unique arn of the multiplex.
1225
+ * @public
1226
+ */
1227
+ Arn?: string;
1228
+ /**
1229
+ * A list of availability zones for the multiplex.
1230
+ * @public
1231
+ */
1232
+ AvailabilityZones?: string[];
1233
+ /**
1234
+ * A list of the multiplex output destinations.
1235
+ * @public
1236
+ */
1237
+ Destinations?: MultiplexOutputDestination[];
1238
+ /**
1239
+ * The unique id of the multiplex.
1240
+ * @public
1241
+ */
1242
+ Id?: string;
1243
+ /**
1244
+ * Configuration for a multiplex event.
1245
+ * @public
1246
+ */
1247
+ MultiplexSettings?: MultiplexSettings;
1248
+ /**
1249
+ * The name of the multiplex.
1250
+ * @public
1251
+ */
1252
+ Name?: string;
1253
+ /**
1254
+ * The number of currently healthy pipelines.
1255
+ * @public
1256
+ */
1257
+ PipelinesRunningCount?: number;
1258
+ /**
1259
+ * The number of programs in the multiplex.
1260
+ * @public
1261
+ */
1262
+ ProgramCount?: number;
1263
+ /**
1264
+ * The current state of the multiplex.
1265
+ * @public
1266
+ */
1267
+ State?: MultiplexState;
1268
+ /**
1269
+ * A collection of key-value pairs.
1270
+ * @public
1271
+ */
1272
+ Tags?: Record<string, string>;
1273
+ }
1274
+ /**
1275
+ * Placeholder documentation for CreateMultiplexResponse
1276
+ * @public
1277
+ */
1278
+ export interface CreateMultiplexResponse {
1279
+ /**
1280
+ * The newly created multiplex.
1281
+ * @public
1282
+ */
1283
+ Multiplex?: Multiplex;
1284
+ }
1285
+ /**
1286
+ * @public
1287
+ * @enum
1288
+ */
1289
+ export declare const PreferredChannelPipeline: {
1290
+ readonly CURRENTLY_ACTIVE: "CURRENTLY_ACTIVE";
1291
+ readonly PIPELINE_0: "PIPELINE_0";
1292
+ readonly PIPELINE_1: "PIPELINE_1";
1293
+ };
1294
+ /**
1295
+ * @public
1296
+ */
1297
+ export type PreferredChannelPipeline = (typeof PreferredChannelPipeline)[keyof typeof PreferredChannelPipeline];
1298
+ /**
1299
+ * Transport stream service descriptor configuration for the Multiplex program.
1300
+ * @public
1301
+ */
1302
+ export interface MultiplexProgramServiceDescriptor {
1303
+ /**
1304
+ * Name of the provider.
1305
+ * @public
1306
+ */
1307
+ ProviderName: string | undefined;
1308
+ /**
1309
+ * Name of the service.
1310
+ * @public
1311
+ */
1312
+ ServiceName: string | undefined;
1313
+ }
1314
+ /**
1315
+ * Statmux rate control settings
1316
+ * @public
1317
+ */
1318
+ export interface MultiplexStatmuxVideoSettings {
1319
+ /**
1320
+ * Maximum statmux bitrate.
1321
+ * @public
1322
+ */
1323
+ MaximumBitrate?: number;
1324
+ /**
1325
+ * Minimum statmux bitrate.
1326
+ * @public
1327
+ */
1328
+ MinimumBitrate?: number;
1329
+ /**
1330
+ * The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.
1331
+ * @public
1332
+ */
1333
+ Priority?: number;
1334
+ }
1335
+ /**
1336
+ * The video configuration for each program in a multiplex.
1337
+ * @public
1338
+ */
1339
+ export interface MultiplexVideoSettings {
1340
+ /**
1341
+ * The constant bitrate configuration for the video encode.
1342
+ * When this field is defined, StatmuxSettings must be undefined.
1343
+ * @public
1344
+ */
1345
+ ConstantBitrate?: number;
1346
+ /**
1347
+ * Statmux rate control settings.
1348
+ * When this field is defined, ConstantBitrate must be undefined.
1349
+ * @public
1350
+ */
1351
+ StatmuxSettings?: MultiplexStatmuxVideoSettings;
1352
+ }
1353
+ /**
1354
+ * Multiplex Program settings configuration.
1355
+ * @public
1356
+ */
1357
+ export interface MultiplexProgramSettings {
1358
+ /**
1359
+ * Indicates which pipeline is preferred by the multiplex for program ingest.
1360
+ * @public
1361
+ */
1362
+ PreferredChannelPipeline?: PreferredChannelPipeline;
1363
+ /**
1364
+ * Unique program number.
1365
+ * @public
1366
+ */
1367
+ ProgramNumber: number | undefined;
1368
+ /**
1369
+ * Transport stream service descriptor configuration for the Multiplex program.
1370
+ * @public
1371
+ */
1372
+ ServiceDescriptor?: MultiplexProgramServiceDescriptor;
1373
+ /**
1374
+ * Program video settings configuration.
1375
+ * @public
1376
+ */
1377
+ VideoSettings?: MultiplexVideoSettings;
1378
+ }
1379
+ /**
1380
+ * A request to create a program in a multiplex.
1381
+ * @public
1382
+ */
1383
+ export interface CreateMultiplexProgramRequest {
1384
+ /**
1385
+ * ID of the multiplex where the program is to be created.
1386
+ * @public
1387
+ */
1388
+ MultiplexId: string | undefined;
1389
+ /**
1390
+ * The settings for this multiplex program.
1391
+ * @public
1392
+ */
1393
+ MultiplexProgramSettings: MultiplexProgramSettings | undefined;
1394
+ /**
1395
+ * Name of multiplex program.
1396
+ * @public
1397
+ */
1398
+ ProgramName: string | undefined;
1399
+ /**
1400
+ * Unique request ID. This prevents retries from creating multiple
1401
+ * resources.
1402
+ * @public
1403
+ */
1404
+ RequestId?: string;
1405
+ }
1406
+ /**
1407
+ * Packet identifiers map for a given Multiplex program.
1408
+ * @public
1409
+ */
1410
+ export interface MultiplexProgramPacketIdentifiersMap {
1411
+ /**
1412
+ * Placeholder documentation for __listOf__integer
1413
+ * @public
1414
+ */
1415
+ AudioPids?: number[];
1416
+ /**
1417
+ * Placeholder documentation for __listOf__integer
1418
+ * @public
1419
+ */
1420
+ DvbSubPids?: number[];
1421
+ /**
1422
+ * Placeholder documentation for __integer
1423
+ * @public
1424
+ */
1425
+ DvbTeletextPid?: number;
1426
+ /**
1427
+ * Placeholder documentation for __integer
1428
+ * @public
1429
+ */
1430
+ EtvPlatformPid?: number;
1431
+ /**
1432
+ * Placeholder documentation for __integer
1433
+ * @public
1434
+ */
1435
+ EtvSignalPid?: number;
1436
+ /**
1437
+ * Placeholder documentation for __listOf__integer
1438
+ * @public
1439
+ */
1440
+ KlvDataPids?: number[];
1441
+ /**
1442
+ * Placeholder documentation for __integer
1443
+ * @public
1444
+ */
1445
+ PcrPid?: number;
1446
+ /**
1447
+ * Placeholder documentation for __integer
1448
+ * @public
1449
+ */
1450
+ PmtPid?: number;
1451
+ /**
1452
+ * Placeholder documentation for __integer
1453
+ * @public
1454
+ */
1455
+ PrivateMetadataPid?: number;
1456
+ /**
1457
+ * Placeholder documentation for __listOf__integer
1458
+ * @public
1459
+ */
1460
+ Scte27Pids?: number[];
1461
+ /**
1462
+ * Placeholder documentation for __integer
1463
+ * @public
1464
+ */
1465
+ Scte35Pid?: number;
1466
+ /**
1467
+ * Placeholder documentation for __integer
1468
+ * @public
1469
+ */
1470
+ TimedMetadataPid?: number;
1471
+ /**
1472
+ * Placeholder documentation for __integer
1473
+ * @public
1474
+ */
1475
+ VideoPid?: number;
1476
+ /**
1477
+ * Placeholder documentation for __integer
1478
+ * @public
1479
+ */
1480
+ AribCaptionsPid?: number;
1481
+ /**
1482
+ * Placeholder documentation for __listOf__integer
1483
+ * @public
1484
+ */
1485
+ DvbTeletextPids?: number[];
1486
+ /**
1487
+ * Placeholder documentation for __integer
1488
+ * @public
1489
+ */
1490
+ EcmPid?: number;
1491
+ /**
1492
+ * Placeholder documentation for __integer
1493
+ * @public
1494
+ */
1495
+ Smpte2038Pid?: number;
1496
+ }
1497
+ /**
1498
+ * The multiplex program object.
1499
+ * @public
1500
+ */
1501
+ export interface MultiplexProgram {
1502
+ /**
1503
+ * The MediaLive channel associated with the program.
1504
+ * @public
1505
+ */
1506
+ ChannelId?: string;
1507
+ /**
1508
+ * The settings for this multiplex program.
1509
+ * @public
1510
+ */
1511
+ MultiplexProgramSettings?: MultiplexProgramSettings;
1512
+ /**
1513
+ * The packet identifier map for this multiplex program.
1514
+ * @public
1515
+ */
1516
+ PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
1517
+ /**
1518
+ * Contains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.
1519
+ * @public
1520
+ */
1521
+ PipelineDetails?: MultiplexProgramPipelineDetail[];
1522
+ /**
1523
+ * The name of the multiplex program.
1524
+ * @public
1525
+ */
1526
+ ProgramName?: string;
1527
+ }
1528
+ /**
1529
+ * Placeholder documentation for CreateMultiplexProgramResponse
1530
+ * @public
1531
+ */
1532
+ export interface CreateMultiplexProgramResponse {
1533
+ /**
1534
+ * The newly created multiplex program.
1535
+ * @public
1536
+ */
1537
+ MultiplexProgram?: MultiplexProgram;
1538
+ }
1539
+ /**
1540
+ * A request to create a Network.
1541
+ * @public
1542
+ */
1543
+ export interface CreateNetworkRequest {
1544
+ /**
1545
+ * An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block.
1546
+ * @public
1547
+ */
1548
+ IpPools?: IpPoolCreateRequest[];
1549
+ /**
1550
+ * Specify a name that is unique in the AWS account. We recommend that you assign a name that hints at the type of traffic on the network. Names are case-sensitive.
1551
+ * @public
1552
+ */
1553
+ Name?: string;
1554
+ /**
1555
+ * An ID that you assign to a create request. This ID ensures idempotency when creating resources.
1556
+ * @public
1557
+ */
1558
+ RequestId?: string;
1559
+ /**
1560
+ * An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
1561
+ * @public
1562
+ */
1563
+ Routes?: RouteCreateRequest[];
1564
+ /**
1565
+ * A collection of key-value pairs.
1566
+ * @public
1567
+ */
1568
+ Tags?: Record<string, string>;
1569
+ }
1570
+ /**
1571
+ * Placeholder documentation for CreateNetworkResponse
1572
+ * @public
1573
+ */
1574
+ export interface CreateNetworkResponse {
1575
+ /**
1576
+ * The ARN of this Network. It is automatically assigned when the Network is created.
1577
+ * @public
1578
+ */
1579
+ Arn?: string;
1580
+ /**
1581
+ * Placeholder documentation for __listOf__string
1582
+ * @public
1583
+ */
1584
+ AssociatedClusterIds?: string[];
1585
+ /**
1586
+ * The ID of the Network. Unique in the AWS account. The ID is the resource-id portion of the ARN.
1587
+ * @public
1588
+ */
1589
+ Id?: string;
1590
+ /**
1591
+ * An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPool specifies one CIDR block.
1592
+ * @public
1593
+ */
1594
+ IpPools?: IpPool[];
1595
+ /**
1596
+ * The name that you specified for the Network.
1597
+ * @public
1598
+ */
1599
+ Name?: string;
1600
+ /**
1601
+ * An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
1602
+ * @public
1603
+ */
1604
+ Routes?: Route[];
1605
+ /**
1606
+ * The current state of the Network. Only MediaLive Anywhere can change the state.
1607
+ * @public
1608
+ */
1609
+ State?: NetworkState;
1610
+ }
1611
+ /**
1612
+ * A request to create a node
1613
+ * @public
1614
+ */
1615
+ export interface CreateNodeRequest {
1616
+ /**
1617
+ * The ID of the cluster.
1618
+ * @public
1619
+ */
1620
+ ClusterId: string | undefined;
1621
+ /**
1622
+ * The user-specified name of the Node to be created.
1623
+ * @public
1624
+ */
1625
+ Name?: string;
1626
+ /**
1627
+ * Documentation update needed
1628
+ * @public
1629
+ */
1630
+ NodeInterfaceMappings?: NodeInterfaceMappingCreateRequest[];
1631
+ /**
1632
+ * An ID that you assign to a create request. This ID ensures idempotency when creating resources.
1633
+ * @public
1634
+ */
1635
+ RequestId?: string;
1636
+ /**
1637
+ * The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
1638
+ * @public
1639
+ */
1640
+ Role?: NodeRole;
1641
+ /**
1642
+ * A collection of key-value pairs.
1643
+ * @public
1644
+ */
1645
+ Tags?: Record<string, string>;
1646
+ }
1647
+ /**
1648
+ * Placeholder documentation for CreateNodeResponse
1649
+ * @public
1650
+ */
1651
+ export interface CreateNodeResponse {
1652
+ /**
1653
+ * The ARN of the Node. It is automatically assigned when the Node is created.
1654
+ * @public
1655
+ */
1656
+ Arn?: string;
1657
+ /**
1658
+ * An array of IDs. Each ID is one ChannelPlacementGroup that is associated with this Node. Empty if the Node is not yet associated with any groups.
1659
+ * @public
1660
+ */
1661
+ ChannelPlacementGroups?: string[];
1662
+ /**
1663
+ * The ID of the Cluster that the Node belongs to.
1664
+ * @public
1665
+ */
1666
+ ClusterId?: string;
1667
+ /**
1668
+ * The current connection state of the Node.
1669
+ * @public
1670
+ */
1671
+ ConnectionState?: NodeConnectionState;
1672
+ /**
1673
+ * The unique ID of the Node. Unique in the Cluster. The ID is the resource-id portion of the ARN.
1674
+ * @public
1675
+ */
1676
+ Id?: string;
1677
+ /**
1678
+ * The ARN of the EC2 instance hosting the Node.
1679
+ * @public
1680
+ */
1681
+ InstanceArn?: string;
1682
+ /**
1683
+ * The name that you specified for the Node.
1684
+ * @public
1685
+ */
1686
+ Name?: string;
1687
+ /**
1688
+ * Documentation update needed
1689
+ * @public
1690
+ */
1691
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
1692
+ /**
1693
+ * The initial role current role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
1694
+ * @public
1695
+ */
1696
+ Role?: NodeRole;
1697
+ /**
1698
+ * The current state of the Node.
1699
+ * @public
1700
+ */
1701
+ State?: NodeState;
1702
+ }
1703
+ /**
1704
+ * A request to create a new node registration script.
1705
+ * @public
1706
+ */
1707
+ export interface CreateNodeRegistrationScriptRequest {
1708
+ /**
1709
+ * The ID of the cluster
1710
+ * @public
1711
+ */
1712
+ ClusterId: string | undefined;
1713
+ /**
1714
+ * If you're generating a re-registration script for an already existing node, this is where you provide the id.
1715
+ * @public
1716
+ */
1717
+ Id?: string;
1718
+ /**
1719
+ * Specify a pattern for MediaLive Anywhere to use to assign a name to each Node in the Cluster. The pattern can include the variables $hn (hostname of the node hardware) and $ts for the date and time that the Node is created, in UTC (for example, 2024-08-20T23:35:12Z).
1720
+ * @public
1721
+ */
1722
+ Name?: string;
1723
+ /**
1724
+ * Documentation update needed
1725
+ * @public
1726
+ */
1727
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
1728
+ /**
1729
+ * An ID that you assign to a create request. This ID ensures idempotency when creating resources.
1730
+ * @public
1731
+ */
1732
+ RequestId?: string;
1733
+ /**
1734
+ * The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
1735
+ * @public
1736
+ */
1737
+ Role?: NodeRole;
1738
+ }
1739
+ /**
1740
+ * Placeholder documentation for CreateNodeRegistrationScriptResponse
1741
+ * @public
1742
+ */
1743
+ export interface CreateNodeRegistrationScriptResponse {
1744
+ /**
1745
+ * A script that can be run on a Bring Your Own Device Elemental Anywhere system to create a node in a cluster.
1746
+ * @public
1747
+ */
1748
+ NodeRegistrationScript?: string;
1749
+ }
1750
+ /**
1751
+ * A request to create a partner input
1752
+ * @public
1753
+ */
1754
+ export interface CreatePartnerInputRequest {
1755
+ /**
1756
+ * Unique ID of the input.
1757
+ * @public
1758
+ */
1759
+ InputId: string | undefined;
1760
+ /**
1761
+ * Unique identifier of the request to ensure the request is handled
1762
+ * exactly once in case of retries.
1763
+ * @public
1764
+ */
1765
+ RequestId?: string;
1766
+ /**
1767
+ * A collection of key-value pairs.
1768
+ * @public
1769
+ */
1770
+ Tags?: Record<string, string>;
1771
+ }
1772
+ /**
1773
+ * Placeholder documentation for CreatePartnerInputResponse
1774
+ * @public
1775
+ */
1776
+ export interface CreatePartnerInputResponse {
1777
+ /**
1778
+ * Placeholder documentation for Input
1779
+ * @public
1780
+ */
1781
+ Input?: Input;
1782
+ }
4
1783
  /**
5
1784
  * Placeholder documentation for CreateSignalMapRequest
6
1785
  * @public
@@ -256,65 +2035,127 @@ export interface DeleteChannelResponse {
256
2035
  */
257
2036
  EncoderSettings?: EncoderSettings;
258
2037
  /**
259
- * The unique id of the channel.
2038
+ * The unique id of the channel.
2039
+ * @public
2040
+ */
2041
+ Id?: string;
2042
+ /**
2043
+ * List of input attachments for channel.
2044
+ * @public
2045
+ */
2046
+ InputAttachments?: InputAttachment[];
2047
+ /**
2048
+ * Specification of network and file inputs for this channel
2049
+ * @public
2050
+ */
2051
+ InputSpecification?: InputSpecification;
2052
+ /**
2053
+ * The log level being written to CloudWatch Logs.
2054
+ * @public
2055
+ */
2056
+ LogLevel?: LogLevel;
2057
+ /**
2058
+ * Maintenance settings for this channel.
2059
+ * @public
2060
+ */
2061
+ Maintenance?: MaintenanceStatus;
2062
+ /**
2063
+ * The name of the channel. (user-mutable)
2064
+ * @public
2065
+ */
2066
+ Name?: string;
2067
+ /**
2068
+ * Runtime details for the pipelines of a running channel.
2069
+ * @public
2070
+ */
2071
+ PipelineDetails?: PipelineDetail[];
2072
+ /**
2073
+ * The number of currently healthy pipelines.
2074
+ * @public
2075
+ */
2076
+ PipelinesRunningCount?: number;
2077
+ /**
2078
+ * The Amazon Resource Name (ARN) of the role assumed when running the Channel.
2079
+ * @public
2080
+ */
2081
+ RoleArn?: string;
2082
+ /**
2083
+ * Placeholder documentation for ChannelState
2084
+ * @public
2085
+ */
2086
+ State?: ChannelState;
2087
+ /**
2088
+ * A collection of key-value pairs.
260
2089
  * @public
261
2090
  */
262
- Id?: string;
2091
+ Tags?: Record<string, string>;
263
2092
  /**
264
- * List of input attachments for channel.
2093
+ * Settings for VPC output
265
2094
  * @public
266
2095
  */
267
- InputAttachments?: InputAttachment[];
2096
+ Vpc?: VpcOutputSettingsDescription;
268
2097
  /**
269
- * Specification of network and file inputs for this channel
2098
+ * Anywhere settings for this channel.
270
2099
  * @public
271
2100
  */
272
- InputSpecification?: InputSpecification;
2101
+ AnywhereSettings?: DescribeAnywhereSettings;
2102
+ }
2103
+ /**
2104
+ * Placeholder documentation for DeleteChannelPlacementGroupRequest
2105
+ * @public
2106
+ */
2107
+ export interface DeleteChannelPlacementGroupRequest {
273
2108
  /**
274
- * The log level being written to CloudWatch Logs.
2109
+ * The ID of the channel placement group.
275
2110
  * @public
276
2111
  */
277
- LogLevel?: LogLevel;
2112
+ ChannelPlacementGroupId: string | undefined;
278
2113
  /**
279
- * Maintenance settings for this channel.
2114
+ * The ID of the cluster.
280
2115
  * @public
281
2116
  */
282
- Maintenance?: MaintenanceStatus;
2117
+ ClusterId: string | undefined;
2118
+ }
2119
+ /**
2120
+ * Placeholder documentation for DeleteChannelPlacementGroupResponse
2121
+ * @public
2122
+ */
2123
+ export interface DeleteChannelPlacementGroupResponse {
283
2124
  /**
284
- * The name of the channel. (user-mutable)
2125
+ * The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.
285
2126
  * @public
286
2127
  */
287
- Name?: string;
2128
+ Arn?: string;
288
2129
  /**
289
- * Runtime details for the pipelines of a running channel.
2130
+ * Used in ListChannelPlacementGroupsResult
290
2131
  * @public
291
2132
  */
292
- PipelineDetails?: PipelineDetail[];
2133
+ Channels?: string[];
293
2134
  /**
294
- * The number of currently healthy pipelines.
2135
+ * The ID of the Cluster that the Node belongs to.
295
2136
  * @public
296
2137
  */
297
- PipelinesRunningCount?: number;
2138
+ ClusterId?: string;
298
2139
  /**
299
- * The Amazon Resource Name (ARN) of the role assumed when running the Channel.
2140
+ * The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.
300
2141
  * @public
301
2142
  */
302
- RoleArn?: string;
2143
+ Id?: string;
303
2144
  /**
304
- * Placeholder documentation for ChannelState
2145
+ * The name that you specified for the ChannelPlacementGroup.
305
2146
  * @public
306
2147
  */
307
- State?: ChannelState;
2148
+ Name?: string;
308
2149
  /**
309
- * A collection of key-value pairs.
2150
+ * An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.
310
2151
  * @public
311
2152
  */
312
- Tags?: Record<string, string>;
2153
+ Nodes?: string[];
313
2154
  /**
314
- * Settings for VPC output
2155
+ * The current state of the ChannelPlacementGroup.
315
2156
  * @public
316
2157
  */
317
- Vpc?: VpcOutputSettingsDescription;
2158
+ State?: ChannelPlacementGroupState;
318
2159
  }
319
2160
  /**
320
2161
  * Placeholder documentation for DeleteCloudWatchAlarmTemplateRequest
@@ -338,6 +2179,63 @@ export interface DeleteCloudWatchAlarmTemplateGroupRequest {
338
2179
  */
339
2180
  Identifier: string | undefined;
340
2181
  }
2182
+ /**
2183
+ * Placeholder documentation for DeleteClusterRequest
2184
+ * @public
2185
+ */
2186
+ export interface DeleteClusterRequest {
2187
+ /**
2188
+ * The ID of the cluster.
2189
+ * @public
2190
+ */
2191
+ ClusterId: string | undefined;
2192
+ }
2193
+ /**
2194
+ * Placeholder documentation for DeleteClusterResponse
2195
+ * @public
2196
+ */
2197
+ export interface DeleteClusterResponse {
2198
+ /**
2199
+ * The ARN of this Cluster. It is automatically assigned when the Cluster is created.
2200
+ * @public
2201
+ */
2202
+ Arn?: string;
2203
+ /**
2204
+ * Placeholder documentation for __listOf__string
2205
+ * @public
2206
+ */
2207
+ ChannelIds?: string[];
2208
+ /**
2209
+ * The hardware type for the Cluster
2210
+ * @public
2211
+ */
2212
+ ClusterType?: ClusterType;
2213
+ /**
2214
+ * The ID of the Cluster. Unique in the AWS account. The ID is the resource-id portion of the ARN.
2215
+ * @public
2216
+ */
2217
+ Id?: string;
2218
+ /**
2219
+ * The ARN of the IAM role for the Node in this Cluster. Any Nodes that are associated with this Cluster assume this role. The role gives permissions to the operations that you expect these Node to perform.
2220
+ * @public
2221
+ */
2222
+ InstanceRoleArn?: string;
2223
+ /**
2224
+ * The name that you specified for the Cluster.
2225
+ * @public
2226
+ */
2227
+ Name?: string;
2228
+ /**
2229
+ * Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.
2230
+ * @public
2231
+ */
2232
+ NetworkSettings?: ClusterNetworkSettings;
2233
+ /**
2234
+ * The current state of the Cluster.
2235
+ * @public
2236
+ */
2237
+ State?: ClusterState;
2238
+ }
341
2239
  /**
342
2240
  * Placeholder documentation for DeleteEventBridgeRuleTemplateRequest
343
2241
  * @public
@@ -508,6 +2406,130 @@ export interface DeleteMultiplexProgramResponse {
508
2406
  */
509
2407
  ProgramName?: string;
510
2408
  }
2409
+ /**
2410
+ * Placeholder documentation for DeleteNetworkRequest
2411
+ * @public
2412
+ */
2413
+ export interface DeleteNetworkRequest {
2414
+ /**
2415
+ * The ID of the network.
2416
+ * @public
2417
+ */
2418
+ NetworkId: string | undefined;
2419
+ }
2420
+ /**
2421
+ * Placeholder documentation for DeleteNetworkResponse
2422
+ * @public
2423
+ */
2424
+ export interface DeleteNetworkResponse {
2425
+ /**
2426
+ * The ARN of this Network. It is automatically assigned when the Network is created.
2427
+ * @public
2428
+ */
2429
+ Arn?: string;
2430
+ /**
2431
+ * Placeholder documentation for __listOf__string
2432
+ * @public
2433
+ */
2434
+ AssociatedClusterIds?: string[];
2435
+ /**
2436
+ * The ID of the Network. Unique in the AWS account. The ID is the resource-id portion of the ARN.
2437
+ * @public
2438
+ */
2439
+ Id?: string;
2440
+ /**
2441
+ * An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPool specifies one CIDR block.
2442
+ * @public
2443
+ */
2444
+ IpPools?: IpPool[];
2445
+ /**
2446
+ * The name that you specified for the Network.
2447
+ * @public
2448
+ */
2449
+ Name?: string;
2450
+ /**
2451
+ * An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
2452
+ * @public
2453
+ */
2454
+ Routes?: Route[];
2455
+ /**
2456
+ * The current state of the Network. Only MediaLive Anywhere can change the state.
2457
+ * @public
2458
+ */
2459
+ State?: NetworkState;
2460
+ }
2461
+ /**
2462
+ * Placeholder documentation for DeleteNodeRequest
2463
+ * @public
2464
+ */
2465
+ export interface DeleteNodeRequest {
2466
+ /**
2467
+ * The ID of the cluster
2468
+ * @public
2469
+ */
2470
+ ClusterId: string | undefined;
2471
+ /**
2472
+ * The ID of the node.
2473
+ * @public
2474
+ */
2475
+ NodeId: string | undefined;
2476
+ }
2477
+ /**
2478
+ * Placeholder documentation for DeleteNodeResponse
2479
+ * @public
2480
+ */
2481
+ export interface DeleteNodeResponse {
2482
+ /**
2483
+ * The ARN of the Node. It is automatically assigned when the Node is created.
2484
+ * @public
2485
+ */
2486
+ Arn?: string;
2487
+ /**
2488
+ * An array of IDs. Each ID is one ChannelPlacementGroup that is associated with this Node. Empty if the Node is not yet associated with any groups.
2489
+ * @public
2490
+ */
2491
+ ChannelPlacementGroups?: string[];
2492
+ /**
2493
+ * The ID of the Cluster that the Node belongs to.
2494
+ * @public
2495
+ */
2496
+ ClusterId?: string;
2497
+ /**
2498
+ * The current connection state of the Node.
2499
+ * @public
2500
+ */
2501
+ ConnectionState?: NodeConnectionState;
2502
+ /**
2503
+ * The unique ID of the Node. Unique in the Cluster. The ID is the resource-id portion of the ARN.
2504
+ * @public
2505
+ */
2506
+ Id?: string;
2507
+ /**
2508
+ * The ARN of the EC2 instance hosting the Node.
2509
+ * @public
2510
+ */
2511
+ InstanceArn?: string;
2512
+ /**
2513
+ * The name that you specified for the Node.
2514
+ * @public
2515
+ */
2516
+ Name?: string;
2517
+ /**
2518
+ * Documentation update needed
2519
+ * @public
2520
+ */
2521
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
2522
+ /**
2523
+ * The initial role current role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
2524
+ * @public
2525
+ */
2526
+ Role?: NodeRole;
2527
+ /**
2528
+ * The current state of the Node.
2529
+ * @public
2530
+ */
2531
+ State?: NodeState;
2532
+ }
511
2533
  /**
512
2534
  * Placeholder documentation for DeleteReservationRequest
513
2535
  * @public
@@ -708,87 +2730,206 @@ export interface DescribeChannelResponse {
708
2730
  */
709
2731
  CdiInputSpecification?: CdiInputSpecification;
710
2732
  /**
711
- * The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
2733
+ * The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
2734
+ * @public
2735
+ */
2736
+ ChannelClass?: ChannelClass;
2737
+ /**
2738
+ * A list of destinations of the channel. For UDP outputs, there is one
2739
+ * destination per output. For other types (HLS, for example), there is
2740
+ * one destination per packager.
2741
+ * @public
2742
+ */
2743
+ Destinations?: OutputDestination[];
2744
+ /**
2745
+ * The endpoints where outgoing connections initiate from
2746
+ * @public
2747
+ */
2748
+ EgressEndpoints?: ChannelEgressEndpoint[];
2749
+ /**
2750
+ * Encoder Settings
2751
+ * @public
2752
+ */
2753
+ EncoderSettings?: EncoderSettings;
2754
+ /**
2755
+ * The unique id of the channel.
2756
+ * @public
2757
+ */
2758
+ Id?: string;
2759
+ /**
2760
+ * List of input attachments for channel.
2761
+ * @public
2762
+ */
2763
+ InputAttachments?: InputAttachment[];
2764
+ /**
2765
+ * Specification of network and file inputs for this channel
2766
+ * @public
2767
+ */
2768
+ InputSpecification?: InputSpecification;
2769
+ /**
2770
+ * The log level being written to CloudWatch Logs.
2771
+ * @public
2772
+ */
2773
+ LogLevel?: LogLevel;
2774
+ /**
2775
+ * Maintenance settings for this channel.
2776
+ * @public
2777
+ */
2778
+ Maintenance?: MaintenanceStatus;
2779
+ /**
2780
+ * The name of the channel. (user-mutable)
2781
+ * @public
2782
+ */
2783
+ Name?: string;
2784
+ /**
2785
+ * Runtime details for the pipelines of a running channel.
2786
+ * @public
2787
+ */
2788
+ PipelineDetails?: PipelineDetail[];
2789
+ /**
2790
+ * The number of currently healthy pipelines.
2791
+ * @public
2792
+ */
2793
+ PipelinesRunningCount?: number;
2794
+ /**
2795
+ * The Amazon Resource Name (ARN) of the role assumed when running the Channel.
2796
+ * @public
2797
+ */
2798
+ RoleArn?: string;
2799
+ /**
2800
+ * Placeholder documentation for ChannelState
2801
+ * @public
2802
+ */
2803
+ State?: ChannelState;
2804
+ /**
2805
+ * A collection of key-value pairs.
2806
+ * @public
2807
+ */
2808
+ Tags?: Record<string, string>;
2809
+ /**
2810
+ * Settings for VPC output
2811
+ * @public
2812
+ */
2813
+ Vpc?: VpcOutputSettingsDescription;
2814
+ /**
2815
+ * Anywhere settings for this channel.
2816
+ * @public
2817
+ */
2818
+ AnywhereSettings?: DescribeAnywhereSettings;
2819
+ }
2820
+ /**
2821
+ * Placeholder documentation for DescribeChannelPlacementGroupRequest
2822
+ * @public
2823
+ */
2824
+ export interface DescribeChannelPlacementGroupRequest {
2825
+ /**
2826
+ * The ID of the channel placement group.
2827
+ * @public
2828
+ */
2829
+ ChannelPlacementGroupId: string | undefined;
2830
+ /**
2831
+ * The ID of the cluster.
2832
+ * @public
2833
+ */
2834
+ ClusterId: string | undefined;
2835
+ }
2836
+ /**
2837
+ * Placeholder documentation for DescribeChannelPlacementGroupResponse
2838
+ * @public
2839
+ */
2840
+ export interface DescribeChannelPlacementGroupResponse {
2841
+ /**
2842
+ * The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.
712
2843
  * @public
713
2844
  */
714
- ChannelClass?: ChannelClass;
2845
+ Arn?: string;
715
2846
  /**
716
- * A list of destinations of the channel. For UDP outputs, there is one
717
- * destination per output. For other types (HLS, for example), there is
718
- * one destination per packager.
2847
+ * Used in ListChannelPlacementGroupsResult
719
2848
  * @public
720
2849
  */
721
- Destinations?: OutputDestination[];
2850
+ Channels?: string[];
722
2851
  /**
723
- * The endpoints where outgoing connections initiate from
2852
+ * The ID of the Cluster that the Node belongs to.
724
2853
  * @public
725
2854
  */
726
- EgressEndpoints?: ChannelEgressEndpoint[];
2855
+ ClusterId?: string;
727
2856
  /**
728
- * Encoder Settings
2857
+ * The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.
729
2858
  * @public
730
2859
  */
731
- EncoderSettings?: EncoderSettings;
2860
+ Id?: string;
732
2861
  /**
733
- * The unique id of the channel.
2862
+ * The name that you specified for the ChannelPlacementGroup.
734
2863
  * @public
735
2864
  */
736
- Id?: string;
2865
+ Name?: string;
737
2866
  /**
738
- * List of input attachments for channel.
2867
+ * An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.
739
2868
  * @public
740
2869
  */
741
- InputAttachments?: InputAttachment[];
2870
+ Nodes?: string[];
742
2871
  /**
743
- * Specification of network and file inputs for this channel
2872
+ * The current state of the ChannelPlacementGroup.
744
2873
  * @public
745
2874
  */
746
- InputSpecification?: InputSpecification;
2875
+ State?: ChannelPlacementGroupState;
2876
+ }
2877
+ /**
2878
+ * Placeholder documentation for DescribeClusterRequest
2879
+ * @public
2880
+ */
2881
+ export interface DescribeClusterRequest {
747
2882
  /**
748
- * The log level being written to CloudWatch Logs.
2883
+ * The ID of the cluster.
749
2884
  * @public
750
2885
  */
751
- LogLevel?: LogLevel;
2886
+ ClusterId: string | undefined;
2887
+ }
2888
+ /**
2889
+ * Placeholder documentation for DescribeClusterResponse
2890
+ * @public
2891
+ */
2892
+ export interface DescribeClusterResponse {
752
2893
  /**
753
- * Maintenance settings for this channel.
2894
+ * The ARN of this Cluster. It is automatically assigned when the Cluster is created.
754
2895
  * @public
755
2896
  */
756
- Maintenance?: MaintenanceStatus;
2897
+ Arn?: string;
757
2898
  /**
758
- * The name of the channel. (user-mutable)
2899
+ * Placeholder documentation for __listOf__string
759
2900
  * @public
760
2901
  */
761
- Name?: string;
2902
+ ChannelIds?: string[];
762
2903
  /**
763
- * Runtime details for the pipelines of a running channel.
2904
+ * The hardware type for the Cluster
764
2905
  * @public
765
2906
  */
766
- PipelineDetails?: PipelineDetail[];
2907
+ ClusterType?: ClusterType;
767
2908
  /**
768
- * The number of currently healthy pipelines.
2909
+ * The ID of the Cluster. Unique in the AWS account. The ID is the resource-id portion of the ARN.
769
2910
  * @public
770
2911
  */
771
- PipelinesRunningCount?: number;
2912
+ Id?: string;
772
2913
  /**
773
- * The Amazon Resource Name (ARN) of the role assumed when running the Channel.
2914
+ * The ARN of the IAM role for the Node in this Cluster. Any Nodes that are associated with this Cluster assume this role. The role gives permissions to the operations that you expect these Node to perform.
774
2915
  * @public
775
2916
  */
776
- RoleArn?: string;
2917
+ InstanceRoleArn?: string;
777
2918
  /**
778
- * Placeholder documentation for ChannelState
2919
+ * The name that you specified for the Cluster.
779
2920
  * @public
780
2921
  */
781
- State?: ChannelState;
2922
+ Name?: string;
782
2923
  /**
783
- * A collection of key-value pairs.
2924
+ * Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.
784
2925
  * @public
785
2926
  */
786
- Tags?: Record<string, string>;
2927
+ NetworkSettings?: ClusterNetworkSettings;
787
2928
  /**
788
- * Settings for VPC output
2929
+ * The current state of the Cluster.
789
2930
  * @public
790
2931
  */
791
- Vpc?: VpcOutputSettingsDescription;
2932
+ State?: ClusterState;
792
2933
  }
793
2934
  /**
794
2935
  * Placeholder documentation for DescribeInputRequest
@@ -828,7 +2969,7 @@ export interface DescribeInputResponse {
828
2969
  Id?: string;
829
2970
  /**
830
2971
  * STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will be ingested; the second source will always be ignored, even if the first source fails.
831
- * SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.
2972
+ * SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.
832
2973
  * @public
833
2974
  */
834
2975
  InputClass?: InputClass;
@@ -893,6 +3034,17 @@ export interface DescribeInputResponse {
893
3034
  * @public
894
3035
  */
895
3036
  SrtSettings?: SrtSettings;
3037
+ /**
3038
+ * The location of this input. AWS, for an input existing in the AWS Cloud, On-Prem for
3039
+ * an input in a customer network.
3040
+ * @public
3041
+ */
3042
+ InputNetworkLocation?: InputNetworkLocation;
3043
+ /**
3044
+ * Multicast Input settings.
3045
+ * @public
3046
+ */
3047
+ MulticastSettings?: MulticastSettings;
896
3048
  }
897
3049
  /**
898
3050
  * Placeholder documentation for DescribeInputDeviceRequest
@@ -1199,6 +3351,130 @@ export interface DescribeMultiplexProgramResponse {
1199
3351
  */
1200
3352
  ProgramName?: string;
1201
3353
  }
3354
+ /**
3355
+ * Placeholder documentation for DescribeNetworkRequest
3356
+ * @public
3357
+ */
3358
+ export interface DescribeNetworkRequest {
3359
+ /**
3360
+ * The ID of the network.
3361
+ * @public
3362
+ */
3363
+ NetworkId: string | undefined;
3364
+ }
3365
+ /**
3366
+ * Placeholder documentation for DescribeNetworkResponse
3367
+ * @public
3368
+ */
3369
+ export interface DescribeNetworkResponse {
3370
+ /**
3371
+ * The ARN of this Network. It is automatically assigned when the Network is created.
3372
+ * @public
3373
+ */
3374
+ Arn?: string;
3375
+ /**
3376
+ * Placeholder documentation for __listOf__string
3377
+ * @public
3378
+ */
3379
+ AssociatedClusterIds?: string[];
3380
+ /**
3381
+ * The ID of the Network. Unique in the AWS account. The ID is the resource-id portion of the ARN.
3382
+ * @public
3383
+ */
3384
+ Id?: string;
3385
+ /**
3386
+ * An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPool specifies one CIDR block.
3387
+ * @public
3388
+ */
3389
+ IpPools?: IpPool[];
3390
+ /**
3391
+ * The name that you specified for the Network.
3392
+ * @public
3393
+ */
3394
+ Name?: string;
3395
+ /**
3396
+ * An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
3397
+ * @public
3398
+ */
3399
+ Routes?: Route[];
3400
+ /**
3401
+ * The current state of the Network. Only MediaLive Anywhere can change the state.
3402
+ * @public
3403
+ */
3404
+ State?: NetworkState;
3405
+ }
3406
+ /**
3407
+ * Placeholder documentation for DescribeNodeRequest
3408
+ * @public
3409
+ */
3410
+ export interface DescribeNodeRequest {
3411
+ /**
3412
+ * The ID of the cluster
3413
+ * @public
3414
+ */
3415
+ ClusterId: string | undefined;
3416
+ /**
3417
+ * The ID of the node.
3418
+ * @public
3419
+ */
3420
+ NodeId: string | undefined;
3421
+ }
3422
+ /**
3423
+ * Placeholder documentation for DescribeNodeResponse
3424
+ * @public
3425
+ */
3426
+ export interface DescribeNodeResponse {
3427
+ /**
3428
+ * The ARN of the Node. It is automatically assigned when the Node is created.
3429
+ * @public
3430
+ */
3431
+ Arn?: string;
3432
+ /**
3433
+ * An array of IDs. Each ID is one ChannelPlacementGroup that is associated with this Node. Empty if the Node is not yet associated with any groups.
3434
+ * @public
3435
+ */
3436
+ ChannelPlacementGroups?: string[];
3437
+ /**
3438
+ * The ID of the Cluster that the Node belongs to.
3439
+ * @public
3440
+ */
3441
+ ClusterId?: string;
3442
+ /**
3443
+ * The current connection state of the Node.
3444
+ * @public
3445
+ */
3446
+ ConnectionState?: NodeConnectionState;
3447
+ /**
3448
+ * The unique ID of the Node. Unique in the Cluster. The ID is the resource-id portion of the ARN.
3449
+ * @public
3450
+ */
3451
+ Id?: string;
3452
+ /**
3453
+ * The ARN of the EC2 instance hosting the Node.
3454
+ * @public
3455
+ */
3456
+ InstanceArn?: string;
3457
+ /**
3458
+ * The name that you specified for the Node.
3459
+ * @public
3460
+ */
3461
+ Name?: string;
3462
+ /**
3463
+ * Documentation update needed
3464
+ * @public
3465
+ */
3466
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
3467
+ /**
3468
+ * The initial role current role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
3469
+ * @public
3470
+ */
3471
+ Role?: NodeRole;
3472
+ /**
3473
+ * The current state of the Node.
3474
+ * @public
3475
+ */
3476
+ State?: NodeState;
3477
+ }
1202
3478
  /**
1203
3479
  * Placeholder documentation for DescribeOfferingRequest
1204
3480
  * @public
@@ -1894,6 +4170,43 @@ export interface InputDeviceConfigurableSettings {
1894
4170
  */
1895
4171
  AudioChannelPairs?: InputDeviceConfigurableAudioChannelPairConfig[];
1896
4172
  }
4173
+ /**
4174
+ * Placeholder documentation for ListChannelPlacementGroupsRequest
4175
+ * @public
4176
+ */
4177
+ export interface ListChannelPlacementGroupsRequest {
4178
+ /**
4179
+ * The ID of the cluster
4180
+ * @public
4181
+ */
4182
+ ClusterId: string | undefined;
4183
+ /**
4184
+ * The maximum number of items to return.
4185
+ * @public
4186
+ */
4187
+ MaxResults?: number;
4188
+ /**
4189
+ * The token to retrieve the next page of results.
4190
+ * @public
4191
+ */
4192
+ NextToken?: string;
4193
+ }
4194
+ /**
4195
+ * Placeholder documentation for ListChannelPlacementGroupsResponse
4196
+ * @public
4197
+ */
4198
+ export interface ListChannelPlacementGroupsResponse {
4199
+ /**
4200
+ * An array of ChannelPlacementGroups that exist in the Cluster.
4201
+ * @public
4202
+ */
4203
+ ChannelPlacementGroups?: DescribeChannelPlacementGroupSummary[];
4204
+ /**
4205
+ * Token for the next result.
4206
+ * @public
4207
+ */
4208
+ NextToken?: string;
4209
+ }
1897
4210
  /**
1898
4211
  * Placeholder documentation for ListChannelsRequest
1899
4212
  * @public
@@ -2015,6 +4328,38 @@ export interface ListCloudWatchAlarmTemplatesResponse {
2015
4328
  */
2016
4329
  NextToken?: string;
2017
4330
  }
4331
+ /**
4332
+ * Placeholder documentation for ListClustersRequest
4333
+ * @public
4334
+ */
4335
+ export interface ListClustersRequest {
4336
+ /**
4337
+ * The maximum number of items to return.
4338
+ * @public
4339
+ */
4340
+ MaxResults?: number;
4341
+ /**
4342
+ * The token to retrieve the next page of results.
4343
+ * @public
4344
+ */
4345
+ NextToken?: string;
4346
+ }
4347
+ /**
4348
+ * Placeholder documentation for ListClustersResponse
4349
+ * @public
4350
+ */
4351
+ export interface ListClustersResponse {
4352
+ /**
4353
+ * A list of the Clusters that exist in your AWS account.
4354
+ * @public
4355
+ */
4356
+ Clusters?: DescribeClusterSummary[];
4357
+ /**
4358
+ * Token for the next result.
4359
+ * @public
4360
+ */
4361
+ NextToken?: string;
4362
+ }
2018
4363
  /**
2019
4364
  * Placeholder documentation for ListEventBridgeRuleTemplateGroupsRequest
2020
4365
  * @public
@@ -2296,6 +4641,75 @@ export interface ListMultiplexProgramsResponse {
2296
4641
  */
2297
4642
  NextToken?: string;
2298
4643
  }
4644
+ /**
4645
+ * Placeholder documentation for ListNetworksRequest
4646
+ * @public
4647
+ */
4648
+ export interface ListNetworksRequest {
4649
+ /**
4650
+ * The maximum number of items to return.
4651
+ * @public
4652
+ */
4653
+ MaxResults?: number;
4654
+ /**
4655
+ * The token to retrieve the next page of results.
4656
+ * @public
4657
+ */
4658
+ NextToken?: string;
4659
+ }
4660
+ /**
4661
+ * Placeholder documentation for ListNetworksResponse
4662
+ * @public
4663
+ */
4664
+ export interface ListNetworksResponse {
4665
+ /**
4666
+ * An array of networks that you have created.
4667
+ * @public
4668
+ */
4669
+ Networks?: DescribeNetworkSummary[];
4670
+ /**
4671
+ * Token for the next ListNetworks request.
4672
+ * @public
4673
+ */
4674
+ NextToken?: string;
4675
+ }
4676
+ /**
4677
+ * Placeholder documentation for ListNodesRequest
4678
+ * @public
4679
+ */
4680
+ export interface ListNodesRequest {
4681
+ /**
4682
+ * The ID of the cluster
4683
+ * @public
4684
+ */
4685
+ ClusterId: string | undefined;
4686
+ /**
4687
+ * The maximum number of items to return.
4688
+ * @public
4689
+ */
4690
+ MaxResults?: number;
4691
+ /**
4692
+ * The token to retrieve the next page of results.
4693
+ * @public
4694
+ */
4695
+ NextToken?: string;
4696
+ }
4697
+ /**
4698
+ * Placeholder documentation for ListNodesResponse
4699
+ * @public
4700
+ */
4701
+ export interface ListNodesResponse {
4702
+ /**
4703
+ * Token for the next result.
4704
+ * @public
4705
+ */
4706
+ NextToken?: string;
4707
+ /**
4708
+ * An array of Nodes that exist in the Cluster.
4709
+ * @public
4710
+ */
4711
+ Nodes?: DescribeNodeSummary[];
4712
+ }
2299
4713
  /**
2300
4714
  * Placeholder documentation for ListOfferingsRequest
2301
4715
  * @public
@@ -2312,7 +4726,7 @@ export interface ListOfferingsRequest {
2312
4726
  */
2313
4727
  ChannelConfiguration?: string;
2314
4728
  /**
2315
- * Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', or 'LINK'
4729
+ * Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', 'LINK', or 'AV1'
2316
4730
  * @public
2317
4731
  */
2318
4732
  Codec?: string;
@@ -2389,7 +4803,7 @@ export interface ListReservationsRequest {
2389
4803
  */
2390
4804
  ChannelClass?: string;
2391
4805
  /**
2392
- * Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', or 'LINK'
4806
+ * Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', 'LINK', or 'AV1'
2393
4807
  * @public
2394
4808
  */
2395
4809
  Codec?: string;
@@ -2756,6 +5170,11 @@ export interface RestartChannelPipelinesResponse {
2756
5170
  * @public
2757
5171
  */
2758
5172
  Vpc?: VpcOutputSettingsDescription;
5173
+ /**
5174
+ * Anywhere settings for this channel.
5175
+ * @public
5176
+ */
5177
+ AnywhereSettings?: DescribeAnywhereSettings;
2759
5178
  }
2760
5179
  /**
2761
5180
  * Placeholder documentation for StartChannelRequest
@@ -2865,6 +5284,11 @@ export interface StartChannelResponse {
2865
5284
  * @public
2866
5285
  */
2867
5286
  Vpc?: VpcOutputSettingsDescription;
5287
+ /**
5288
+ * Anywhere settings for this channel.
5289
+ * @public
5290
+ */
5291
+ AnywhereSettings?: DescribeAnywhereSettings;
2868
5292
  }
2869
5293
  /**
2870
5294
  * Placeholder documentation for StartDeleteMonitorDeploymentRequest
@@ -3427,10 +5851,15 @@ export interface StopChannelResponse {
3427
5851
  */
3428
5852
  Tags?: Record<string, string>;
3429
5853
  /**
3430
- * Settings for VPC output
5854
+ * Settings for VPC output
5855
+ * @public
5856
+ */
5857
+ Vpc?: VpcOutputSettingsDescription;
5858
+ /**
5859
+ * Anywhere settings for this channel.
3431
5860
  * @public
3432
5861
  */
3433
- Vpc?: VpcOutputSettingsDescription;
5862
+ AnywhereSettings?: DescribeAnywhereSettings;
3434
5863
  }
3435
5864
  /**
3436
5865
  * Placeholder documentation for StopInputDeviceRequest
@@ -3669,6 +6098,73 @@ export interface UpdateChannelClassResponse {
3669
6098
  */
3670
6099
  Channel?: Channel;
3671
6100
  }
6101
+ /**
6102
+ * A request to update the channel placement group
6103
+ * @public
6104
+ */
6105
+ export interface UpdateChannelPlacementGroupRequest {
6106
+ /**
6107
+ * The ID of the channel placement group.
6108
+ * @public
6109
+ */
6110
+ ChannelPlacementGroupId: string | undefined;
6111
+ /**
6112
+ * The ID of the cluster.
6113
+ * @public
6114
+ */
6115
+ ClusterId: string | undefined;
6116
+ /**
6117
+ * Include this parameter only if you want to change the current name of the ChannelPlacementGroup. Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
6118
+ * @public
6119
+ */
6120
+ Name?: string;
6121
+ /**
6122
+ * Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.
6123
+ * @public
6124
+ */
6125
+ Nodes?: string[];
6126
+ }
6127
+ /**
6128
+ * Placeholder documentation for UpdateChannelPlacementGroupResponse
6129
+ * @public
6130
+ */
6131
+ export interface UpdateChannelPlacementGroupResponse {
6132
+ /**
6133
+ * The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.
6134
+ * @public
6135
+ */
6136
+ Arn?: string;
6137
+ /**
6138
+ * Used in ListChannelPlacementGroupsResult
6139
+ * @public
6140
+ */
6141
+ Channels?: string[];
6142
+ /**
6143
+ * The ID of the Cluster that the Node belongs to.
6144
+ * @public
6145
+ */
6146
+ ClusterId?: string;
6147
+ /**
6148
+ * The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.
6149
+ * @public
6150
+ */
6151
+ Id?: string;
6152
+ /**
6153
+ * The name that you specified for the ChannelPlacementGroup.
6154
+ * @public
6155
+ */
6156
+ Name?: string;
6157
+ /**
6158
+ * An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.
6159
+ * @public
6160
+ */
6161
+ Nodes?: string[];
6162
+ /**
6163
+ * The current state of the ChannelPlacementGroup.
6164
+ * @public
6165
+ */
6166
+ State?: ChannelPlacementGroupState;
6167
+ }
3672
6168
  /**
3673
6169
  * Placeholder documentation for UpdateCloudWatchAlarmTemplateRequest
3674
6170
  * @public
@@ -3888,6 +6384,68 @@ export interface UpdateCloudWatchAlarmTemplateGroupResponse {
3888
6384
  */
3889
6385
  Tags?: Record<string, string>;
3890
6386
  }
6387
+ /**
6388
+ * A request to update the cluster.
6389
+ * @public
6390
+ */
6391
+ export interface UpdateClusterRequest {
6392
+ /**
6393
+ * The ID of the cluster
6394
+ * @public
6395
+ */
6396
+ ClusterId: string | undefined;
6397
+ /**
6398
+ * Include this parameter only if you want to change the current name of the Cluster. Specify a name that is unique in the AWS account. You can't change the name. Names are case-sensitive.
6399
+ * @public
6400
+ */
6401
+ Name?: string;
6402
+ /**
6403
+ * Include this property only if you want to change the current connections between the Nodes in the Cluster and the Networks the Cluster is associated with.
6404
+ * @public
6405
+ */
6406
+ NetworkSettings?: ClusterNetworkSettingsUpdateRequest;
6407
+ }
6408
+ /**
6409
+ * Placeholder documentation for UpdateClusterResponse
6410
+ * @public
6411
+ */
6412
+ export interface UpdateClusterResponse {
6413
+ /**
6414
+ * The ARN of the Cluster.
6415
+ * @public
6416
+ */
6417
+ Arn?: string;
6418
+ /**
6419
+ * An array of the IDs of the Channels that are associated with this Cluster. One Channel is associated with the Cluster as follows: A Channel belongs to a ChannelPlacementGroup. A ChannelPlacementGroup is attached to a Node. A Node belongs to a Cluster.
6420
+ * @public
6421
+ */
6422
+ ChannelIds?: string[];
6423
+ /**
6424
+ * The hardware type for the Cluster
6425
+ * @public
6426
+ */
6427
+ ClusterType?: ClusterType;
6428
+ /**
6429
+ * The unique ID of the Cluster.
6430
+ * @public
6431
+ */
6432
+ Id?: string;
6433
+ /**
6434
+ * The user-specified name of the Cluster.
6435
+ * @public
6436
+ */
6437
+ Name?: string;
6438
+ /**
6439
+ * Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.
6440
+ * @public
6441
+ */
6442
+ NetworkSettings?: ClusterNetworkSettings;
6443
+ /**
6444
+ * The current state of the Cluster.
6445
+ * @public
6446
+ */
6447
+ State?: ClusterState;
6448
+ }
3891
6449
  /**
3892
6450
  * Placeholder documentation for UpdateEventBridgeRuleTemplateRequest
3893
6451
  * @public
@@ -4037,6 +6595,17 @@ export interface UpdateEventBridgeRuleTemplateGroupResponse {
4037
6595
  */
4038
6596
  Tags?: Record<string, string>;
4039
6597
  }
6598
+ /**
6599
+ * Settings for a Multicast input. Contains a list of multicast Urls and optional source ip addresses.
6600
+ * @public
6601
+ */
6602
+ export interface MulticastSettingsUpdateRequest {
6603
+ /**
6604
+ * Placeholder documentation for __listOfMulticastSourceUpdateRequest
6605
+ * @public
6606
+ */
6607
+ Sources?: MulticastSourceUpdateRequest[];
6608
+ }
4040
6609
  /**
4041
6610
  * A request to update an input.
4042
6611
  * @public
@@ -4091,6 +6660,11 @@ export interface UpdateInputRequest {
4091
6660
  * @public
4092
6661
  */
4093
6662
  SrtSettings?: SrtSettingsRequest;
6663
+ /**
6664
+ * Multicast Input settings.
6665
+ * @public
6666
+ */
6667
+ MulticastSettings?: MulticastSettingsUpdateRequest;
4094
6668
  }
4095
6669
  /**
4096
6670
  * Placeholder documentation for UpdateInputResponse
@@ -4321,6 +6895,244 @@ export interface UpdateMultiplexProgramResponse {
4321
6895
  */
4322
6896
  MultiplexProgram?: MultiplexProgram;
4323
6897
  }
6898
+ /**
6899
+ * A request to update the network.
6900
+ * @public
6901
+ */
6902
+ export interface UpdateNetworkRequest {
6903
+ /**
6904
+ * Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPoolUpdateRequest specifies one CIDR block.
6905
+ * @public
6906
+ */
6907
+ IpPools?: IpPoolUpdateRequest[];
6908
+ /**
6909
+ * Include this parameter only if you want to change the name of the Network. Specify a name that is unique in the AWS account. Names are case-sensitive.
6910
+ * @public
6911
+ */
6912
+ Name?: string;
6913
+ /**
6914
+ * The ID of the network
6915
+ * @public
6916
+ */
6917
+ NetworkId: string | undefined;
6918
+ /**
6919
+ * Include this parameter only if you want to change or add routes in the Network. An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
6920
+ * @public
6921
+ */
6922
+ Routes?: RouteUpdateRequest[];
6923
+ }
6924
+ /**
6925
+ * Placeholder documentation for UpdateNetworkResponse
6926
+ * @public
6927
+ */
6928
+ export interface UpdateNetworkResponse {
6929
+ /**
6930
+ * The ARN of this Network. It is automatically assigned when the Network is created.
6931
+ * @public
6932
+ */
6933
+ Arn?: string;
6934
+ /**
6935
+ * Placeholder documentation for __listOf__string
6936
+ * @public
6937
+ */
6938
+ AssociatedClusterIds?: string[];
6939
+ /**
6940
+ * The ID of the Network. Unique in the AWS account. The ID is the resource-id portion of the ARN.
6941
+ * @public
6942
+ */
6943
+ Id?: string;
6944
+ /**
6945
+ * An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPool specifies one CIDR block.
6946
+ * @public
6947
+ */
6948
+ IpPools?: IpPool[];
6949
+ /**
6950
+ * The name that you specified for the Network.
6951
+ * @public
6952
+ */
6953
+ Name?: string;
6954
+ /**
6955
+ * An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
6956
+ * @public
6957
+ */
6958
+ Routes?: Route[];
6959
+ /**
6960
+ * The current state of the Network. Only MediaLive Anywhere can change the state.
6961
+ * @public
6962
+ */
6963
+ State?: NetworkState;
6964
+ }
6965
+ /**
6966
+ * A request to update the node.
6967
+ * @public
6968
+ */
6969
+ export interface UpdateNodeRequest {
6970
+ /**
6971
+ * The ID of the cluster
6972
+ * @public
6973
+ */
6974
+ ClusterId: string | undefined;
6975
+ /**
6976
+ * Include this parameter only if you want to change the current name of the Node. Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
6977
+ * @public
6978
+ */
6979
+ Name?: string;
6980
+ /**
6981
+ * The ID of the node.
6982
+ * @public
6983
+ */
6984
+ NodeId: string | undefined;
6985
+ /**
6986
+ * The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
6987
+ * @public
6988
+ */
6989
+ Role?: NodeRole;
6990
+ }
6991
+ /**
6992
+ * Placeholder documentation for UpdateNodeResponse
6993
+ * @public
6994
+ */
6995
+ export interface UpdateNodeResponse {
6996
+ /**
6997
+ * The ARN of the Node. It is automatically assigned when the Node is created.
6998
+ * @public
6999
+ */
7000
+ Arn?: string;
7001
+ /**
7002
+ * An array of IDs. Each ID is one ChannelPlacementGroup that is associated with this Node. Empty if the Node is not yet associated with any groups.
7003
+ * @public
7004
+ */
7005
+ ChannelPlacementGroups?: string[];
7006
+ /**
7007
+ * The ID of the Cluster that the Node belongs to.
7008
+ * @public
7009
+ */
7010
+ ClusterId?: string;
7011
+ /**
7012
+ * The current connection state of the Node.
7013
+ * @public
7014
+ */
7015
+ ConnectionState?: NodeConnectionState;
7016
+ /**
7017
+ * The unique ID of the Node. Unique in the Cluster. The ID is the resource-id portion of the ARN.
7018
+ * @public
7019
+ */
7020
+ Id?: string;
7021
+ /**
7022
+ * The ARN of the EC2 instance hosting the Node.
7023
+ * @public
7024
+ */
7025
+ InstanceArn?: string;
7026
+ /**
7027
+ * The name that you specified for the Node.
7028
+ * @public
7029
+ */
7030
+ Name?: string;
7031
+ /**
7032
+ * Documentation update needed
7033
+ * @public
7034
+ */
7035
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
7036
+ /**
7037
+ * The initial role current role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
7038
+ * @public
7039
+ */
7040
+ Role?: NodeRole;
7041
+ /**
7042
+ * The current state of the Node.
7043
+ * @public
7044
+ */
7045
+ State?: NodeState;
7046
+ }
7047
+ /**
7048
+ * @public
7049
+ * @enum
7050
+ */
7051
+ export declare const UpdateNodeStateShape: {
7052
+ readonly ACTIVE: "ACTIVE";
7053
+ readonly DRAINING: "DRAINING";
7054
+ };
7055
+ /**
7056
+ * @public
7057
+ */
7058
+ export type UpdateNodeStateShape = (typeof UpdateNodeStateShape)[keyof typeof UpdateNodeStateShape];
7059
+ /**
7060
+ * A request to update the state of a node.
7061
+ * @public
7062
+ */
7063
+ export interface UpdateNodeStateRequest {
7064
+ /**
7065
+ * The ID of the cluster
7066
+ * @public
7067
+ */
7068
+ ClusterId: string | undefined;
7069
+ /**
7070
+ * The ID of the node.
7071
+ * @public
7072
+ */
7073
+ NodeId: string | undefined;
7074
+ /**
7075
+ * The state to apply to the Node. Set to ACTIVE (COMMISSIONED) to indicate that the Node is deployable. MediaLive Anywhere will consider this node it needs a Node to run a Channel on, or when it needs a Node to promote from a backup node to an active node. Set to DRAINING to isolate the Node so that MediaLive Anywhere won't use it.
7076
+ * @public
7077
+ */
7078
+ State?: UpdateNodeStateShape;
7079
+ }
7080
+ /**
7081
+ * Placeholder documentation for UpdateNodeStateResponse
7082
+ * @public
7083
+ */
7084
+ export interface UpdateNodeStateResponse {
7085
+ /**
7086
+ * The ARN of the Node. It is automatically assigned when the Node is created.
7087
+ * @public
7088
+ */
7089
+ Arn?: string;
7090
+ /**
7091
+ * An array of IDs. Each ID is one ChannelPlacementGroup that is associated with this Node. Empty if the Node is not yet associated with any groups.
7092
+ * @public
7093
+ */
7094
+ ChannelPlacementGroups?: string[];
7095
+ /**
7096
+ * The ID of the Cluster that the Node belongs to.
7097
+ * @public
7098
+ */
7099
+ ClusterId?: string;
7100
+ /**
7101
+ * The current connection state of the Node.
7102
+ * @public
7103
+ */
7104
+ ConnectionState?: NodeConnectionState;
7105
+ /**
7106
+ * The unique ID of the Node. Unique in the Cluster. The ID is the resource-id portion of the ARN.
7107
+ * @public
7108
+ */
7109
+ Id?: string;
7110
+ /**
7111
+ * The ARN of the EC2 instance hosting the Node.
7112
+ * @public
7113
+ */
7114
+ InstanceArn?: string;
7115
+ /**
7116
+ * The name that you specified for the Node.
7117
+ * @public
7118
+ */
7119
+ Name?: string;
7120
+ /**
7121
+ * Documentation update needed
7122
+ * @public
7123
+ */
7124
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
7125
+ /**
7126
+ * The initial role current role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
7127
+ * @public
7128
+ */
7129
+ Role?: NodeRole;
7130
+ /**
7131
+ * The current state of the Node.
7132
+ * @public
7133
+ */
7134
+ State?: NodeState;
7135
+ }
4324
7136
  /**
4325
7137
  * Request to update a reservation
4326
7138
  * @public