@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,9 +1,12 @@
1
1
  import { StreamingBlobTypes } from "@smithy/types";
2
2
  import {
3
+ AudioDescription,
4
+ CaptionDescription,
3
5
  CdiInputSpecification,
4
6
  ChannelClass,
5
7
  ChannelEgressEndpoint,
6
8
  ChannelPipelineIdToRestart,
9
+ ChannelPlacementGroupState,
7
10
  ChannelState,
8
11
  ChannelSummary,
9
12
  CloudWatchAlarmTemplateComparisonOperator,
@@ -12,6 +15,14 @@ import {
12
15
  CloudWatchAlarmTemplateSummary,
13
16
  CloudWatchAlarmTemplateTargetResourceType,
14
17
  CloudWatchAlarmTemplateTreatMissingData,
18
+ ClusterNetworkSettings,
19
+ ClusterState,
20
+ ClusterType,
21
+ DescribeAnywhereSettings,
22
+ DescribeChannelPlacementGroupSummary,
23
+ DescribeClusterSummary,
24
+ DescribeNetworkSummary,
25
+ DescribeNodeSummary,
15
26
  DeviceSettingsSyncState,
16
27
  DeviceUpdateStatus,
17
28
  EventBridgeRuleTemplateEventType,
@@ -35,6 +46,7 @@ import {
35
46
  InputDeviceSummary,
36
47
  InputDeviceType,
37
48
  InputDeviceUhdSettings,
49
+ InputNetworkLocation,
38
50
  InputSecurityGroup,
39
51
  InputSecurityGroupState,
40
52
  InputSource,
@@ -45,48 +57,475 @@ import {
45
57
  InputType,
46
58
  InputWhitelistRule,
47
59
  InputWhitelistRuleCidr,
60
+ InterfaceMappingCreateRequest,
61
+ InterfaceMappingUpdateRequest,
62
+ IpPool,
63
+ IpPoolCreateRequest,
64
+ IpPoolUpdateRequest,
48
65
  LogLevel,
49
66
  MaintenanceDay,
50
67
  MaintenanceStatus,
51
68
  MediaConnectFlow,
52
69
  MediaConnectFlowRequest,
53
70
  MediaResourceNeighbor,
71
+ MulticastSettings,
72
+ MulticastSourceCreateRequest,
73
+ MulticastSourceUpdateRequest,
54
74
  MultiplexOutputDestination,
55
75
  MultiplexProgramPipelineDetail,
56
76
  MultiplexProgramSummary,
57
77
  MultiplexState,
58
78
  MultiplexSummary,
79
+ NetworkState,
80
+ NodeConnectionState,
81
+ NodeInterfaceMapping,
82
+ NodeInterfaceMappingCreateRequest,
83
+ NodeRole,
84
+ NodeState,
59
85
  Offering,
60
86
  OfferingDurationUnits,
61
87
  OfferingType,
62
88
  OutputDestination,
63
89
  ReservationResourceSpecification,
90
+ Route,
64
91
  SrtSettings,
65
92
  VpcOutputSettingsDescription,
66
93
  } from "./models_0";
67
94
  import {
68
95
  AcceptHeader,
69
96
  AccountConfiguration,
70
- Channel,
71
- ContentType,
72
- EncoderSettings,
73
- Multiplex,
74
- MultiplexProgram,
75
- MultiplexProgramPacketIdentifiersMap,
76
- MultiplexProgramSettings,
77
- MultiplexSettings,
97
+ AnywhereSettings,
98
+ AvailBlanking,
99
+ AvailConfiguration,
100
+ BlackoutSlate,
101
+ ColorCorrectionSettings,
102
+ FeatureActivations,
103
+ GlobalConfiguration,
104
+ MotionGraphicsConfiguration,
105
+ OutputGroup,
78
106
  PipelineDetail,
79
107
  RenewalSettings,
80
108
  Reservation,
81
109
  ReservationState,
110
+ RouteCreateRequest,
111
+ RouteUpdateRequest,
82
112
  ScheduleAction,
83
113
  SignalMapMonitorDeploymentStatus,
84
114
  SignalMapStatus,
85
115
  SignalMapSummary,
86
- SrtSettingsRequest,
116
+ SrtCallerSourceRequest,
87
117
  ThumbnailDetail,
88
118
  TransferringInputDeviceSummary,
119
+ VideoDescription,
89
120
  } from "./models_1";
121
+ export declare const NielsenPcmToId3TaggingState: {
122
+ readonly DISABLED: "DISABLED";
123
+ readonly ENABLED: "ENABLED";
124
+ };
125
+ export type NielsenPcmToId3TaggingState =
126
+ (typeof NielsenPcmToId3TaggingState)[keyof typeof NielsenPcmToId3TaggingState];
127
+ export interface NielsenConfiguration {
128
+ DistributorId?: string;
129
+ NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState;
130
+ }
131
+ export declare const ThumbnailState: {
132
+ readonly AUTO: "AUTO";
133
+ readonly DISABLED: "DISABLED";
134
+ };
135
+ export type ThumbnailState =
136
+ (typeof ThumbnailState)[keyof typeof ThumbnailState];
137
+ export interface ThumbnailConfiguration {
138
+ State: ThumbnailState | undefined;
139
+ }
140
+ export declare const TimecodeConfigSource: {
141
+ readonly EMBEDDED: "EMBEDDED";
142
+ readonly SYSTEMCLOCK: "SYSTEMCLOCK";
143
+ readonly ZEROBASED: "ZEROBASED";
144
+ };
145
+ export type TimecodeConfigSource =
146
+ (typeof TimecodeConfigSource)[keyof typeof TimecodeConfigSource];
147
+ export interface TimecodeConfig {
148
+ Source: TimecodeConfigSource | undefined;
149
+ SyncThreshold?: number;
150
+ }
151
+ export interface EncoderSettings {
152
+ AudioDescriptions: AudioDescription[] | undefined;
153
+ AvailBlanking?: AvailBlanking;
154
+ AvailConfiguration?: AvailConfiguration;
155
+ BlackoutSlate?: BlackoutSlate;
156
+ CaptionDescriptions?: CaptionDescription[];
157
+ FeatureActivations?: FeatureActivations;
158
+ GlobalConfiguration?: GlobalConfiguration;
159
+ MotionGraphicsConfiguration?: MotionGraphicsConfiguration;
160
+ NielsenConfiguration?: NielsenConfiguration;
161
+ OutputGroups: OutputGroup[] | undefined;
162
+ TimecodeConfig: TimecodeConfig | undefined;
163
+ VideoDescriptions: VideoDescription[] | undefined;
164
+ ThumbnailConfiguration?: ThumbnailConfiguration;
165
+ ColorCorrectionSettings?: ColorCorrectionSettings;
166
+ }
167
+ export interface Channel {
168
+ Arn?: string;
169
+ CdiInputSpecification?: CdiInputSpecification;
170
+ ChannelClass?: ChannelClass;
171
+ Destinations?: OutputDestination[];
172
+ EgressEndpoints?: ChannelEgressEndpoint[];
173
+ EncoderSettings?: EncoderSettings;
174
+ Id?: string;
175
+ InputAttachments?: InputAttachment[];
176
+ InputSpecification?: InputSpecification;
177
+ LogLevel?: LogLevel;
178
+ Maintenance?: MaintenanceStatus;
179
+ Name?: string;
180
+ PipelineDetails?: PipelineDetail[];
181
+ PipelinesRunningCount?: number;
182
+ RoleArn?: string;
183
+ State?: ChannelState;
184
+ Tags?: Record<string, string>;
185
+ Vpc?: VpcOutputSettingsDescription;
186
+ AnywhereSettings?: DescribeAnywhereSettings;
187
+ }
188
+ export interface ClaimDeviceRequest {
189
+ Id?: string;
190
+ }
191
+ export interface ClaimDeviceResponse {}
192
+ export interface ClusterNetworkSettingsCreateRequest {
193
+ DefaultRoute?: string;
194
+ InterfaceMappings?: InterfaceMappingCreateRequest[];
195
+ }
196
+ export interface ClusterNetworkSettingsUpdateRequest {
197
+ DefaultRoute?: string;
198
+ InterfaceMappings?: InterfaceMappingUpdateRequest[];
199
+ }
200
+ export declare const ContentType: {
201
+ readonly image_jpeg: "image/jpeg";
202
+ };
203
+ export type ContentType = (typeof ContentType)[keyof typeof ContentType];
204
+ export interface MaintenanceCreateSettings {
205
+ MaintenanceDay?: MaintenanceDay;
206
+ MaintenanceStartTime?: string;
207
+ }
208
+ export interface VpcOutputSettings {
209
+ PublicAddressAllocationIds?: string[];
210
+ SecurityGroupIds?: string[];
211
+ SubnetIds: string[] | undefined;
212
+ }
213
+ export interface CreateChannelRequest {
214
+ CdiInputSpecification?: CdiInputSpecification;
215
+ ChannelClass?: ChannelClass;
216
+ Destinations?: OutputDestination[];
217
+ EncoderSettings?: EncoderSettings;
218
+ InputAttachments?: InputAttachment[];
219
+ InputSpecification?: InputSpecification;
220
+ LogLevel?: LogLevel;
221
+ Maintenance?: MaintenanceCreateSettings;
222
+ Name?: string;
223
+ RequestId?: string;
224
+ Reserved?: string;
225
+ RoleArn?: string;
226
+ Tags?: Record<string, string>;
227
+ Vpc?: VpcOutputSettings;
228
+ AnywhereSettings?: AnywhereSettings;
229
+ }
230
+ export interface CreateChannelResponse {
231
+ Channel?: Channel;
232
+ }
233
+ export interface CreateChannelPlacementGroupRequest {
234
+ ClusterId: string | undefined;
235
+ Name?: string;
236
+ Nodes?: string[];
237
+ RequestId?: string;
238
+ Tags?: Record<string, string>;
239
+ }
240
+ export interface CreateChannelPlacementGroupResponse {
241
+ Arn?: string;
242
+ Channels?: string[];
243
+ ClusterId?: string;
244
+ Id?: string;
245
+ Name?: string;
246
+ Nodes?: string[];
247
+ State?: ChannelPlacementGroupState;
248
+ }
249
+ export interface CreateCloudWatchAlarmTemplateRequest {
250
+ ComparisonOperator: CloudWatchAlarmTemplateComparisonOperator | undefined;
251
+ DatapointsToAlarm?: number;
252
+ Description?: string;
253
+ EvaluationPeriods: number | undefined;
254
+ GroupIdentifier: string | undefined;
255
+ MetricName: string | undefined;
256
+ Name: string | undefined;
257
+ Period: number | undefined;
258
+ Statistic: CloudWatchAlarmTemplateStatistic | undefined;
259
+ Tags?: Record<string, string>;
260
+ TargetResourceType: CloudWatchAlarmTemplateTargetResourceType | undefined;
261
+ Threshold: number | undefined;
262
+ TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
263
+ }
264
+ export interface CreateCloudWatchAlarmTemplateResponse {
265
+ Arn?: string;
266
+ ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
267
+ CreatedAt?: Date;
268
+ DatapointsToAlarm?: number;
269
+ Description?: string;
270
+ EvaluationPeriods?: number;
271
+ GroupId?: string;
272
+ Id?: string;
273
+ MetricName?: string;
274
+ ModifiedAt?: Date;
275
+ Name?: string;
276
+ Period?: number;
277
+ Statistic?: CloudWatchAlarmTemplateStatistic;
278
+ Tags?: Record<string, string>;
279
+ TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
280
+ Threshold?: number;
281
+ TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
282
+ }
283
+ export interface CreateCloudWatchAlarmTemplateGroupRequest {
284
+ Description?: string;
285
+ Name: string | undefined;
286
+ Tags?: Record<string, string>;
287
+ }
288
+ export interface CreateCloudWatchAlarmTemplateGroupResponse {
289
+ Arn?: string;
290
+ CreatedAt?: Date;
291
+ Description?: string;
292
+ Id?: string;
293
+ ModifiedAt?: Date;
294
+ Name?: string;
295
+ Tags?: Record<string, string>;
296
+ }
297
+ export interface CreateClusterRequest {
298
+ ClusterType?: ClusterType;
299
+ InstanceRoleArn?: string;
300
+ Name?: string;
301
+ NetworkSettings?: ClusterNetworkSettingsCreateRequest;
302
+ RequestId?: string;
303
+ Tags?: Record<string, string>;
304
+ }
305
+ export interface CreateClusterResponse {
306
+ Arn?: string;
307
+ ChannelIds?: string[];
308
+ ClusterType?: ClusterType;
309
+ Id?: string;
310
+ InstanceRoleArn?: string;
311
+ Name?: string;
312
+ NetworkSettings?: ClusterNetworkSettings;
313
+ State?: ClusterState;
314
+ }
315
+ export interface CreateEventBridgeRuleTemplateRequest {
316
+ Description?: string;
317
+ EventTargets?: EventBridgeRuleTemplateTarget[];
318
+ EventType: EventBridgeRuleTemplateEventType | undefined;
319
+ GroupIdentifier: string | undefined;
320
+ Name: string | undefined;
321
+ Tags?: Record<string, string>;
322
+ }
323
+ export interface CreateEventBridgeRuleTemplateResponse {
324
+ Arn?: string;
325
+ CreatedAt?: Date;
326
+ Description?: string;
327
+ EventTargets?: EventBridgeRuleTemplateTarget[];
328
+ EventType?: EventBridgeRuleTemplateEventType;
329
+ GroupId?: string;
330
+ Id?: string;
331
+ ModifiedAt?: Date;
332
+ Name?: string;
333
+ Tags?: Record<string, string>;
334
+ }
335
+ export interface CreateEventBridgeRuleTemplateGroupRequest {
336
+ Description?: string;
337
+ Name: string | undefined;
338
+ Tags?: Record<string, string>;
339
+ }
340
+ export interface CreateEventBridgeRuleTemplateGroupResponse {
341
+ Arn?: string;
342
+ CreatedAt?: Date;
343
+ Description?: string;
344
+ Id?: string;
345
+ ModifiedAt?: Date;
346
+ Name?: string;
347
+ Tags?: Record<string, string>;
348
+ }
349
+ export interface MulticastSettingsCreateRequest {
350
+ Sources?: MulticastSourceCreateRequest[];
351
+ }
352
+ export interface SrtSettingsRequest {
353
+ SrtCallerSources?: SrtCallerSourceRequest[];
354
+ }
355
+ export interface InputVpcRequest {
356
+ SecurityGroupIds?: string[];
357
+ SubnetIds: string[] | undefined;
358
+ }
359
+ export interface CreateInputRequest {
360
+ Destinations?: InputDestinationRequest[];
361
+ InputDevices?: InputDeviceSettings[];
362
+ InputSecurityGroups?: string[];
363
+ MediaConnectFlows?: MediaConnectFlowRequest[];
364
+ Name?: string;
365
+ RequestId?: string;
366
+ RoleArn?: string;
367
+ Sources?: InputSourceRequest[];
368
+ Tags?: Record<string, string>;
369
+ Type?: InputType;
370
+ Vpc?: InputVpcRequest;
371
+ SrtSettings?: SrtSettingsRequest;
372
+ InputNetworkLocation?: InputNetworkLocation;
373
+ MulticastSettings?: MulticastSettingsCreateRequest;
374
+ }
375
+ export interface CreateInputResponse {
376
+ Input?: Input;
377
+ }
378
+ export interface CreateInputSecurityGroupRequest {
379
+ Tags?: Record<string, string>;
380
+ WhitelistRules?: InputWhitelistRuleCidr[];
381
+ }
382
+ export interface CreateInputSecurityGroupResponse {
383
+ SecurityGroup?: InputSecurityGroup;
384
+ }
385
+ export interface MultiplexSettings {
386
+ MaximumVideoBufferDelayMilliseconds?: number;
387
+ TransportStreamBitrate: number | undefined;
388
+ TransportStreamId: number | undefined;
389
+ TransportStreamReservedBitrate?: number;
390
+ }
391
+ export interface CreateMultiplexRequest {
392
+ AvailabilityZones: string[] | undefined;
393
+ MultiplexSettings: MultiplexSettings | undefined;
394
+ Name: string | undefined;
395
+ RequestId?: string;
396
+ Tags?: Record<string, string>;
397
+ }
398
+ export interface Multiplex {
399
+ Arn?: string;
400
+ AvailabilityZones?: string[];
401
+ Destinations?: MultiplexOutputDestination[];
402
+ Id?: string;
403
+ MultiplexSettings?: MultiplexSettings;
404
+ Name?: string;
405
+ PipelinesRunningCount?: number;
406
+ ProgramCount?: number;
407
+ State?: MultiplexState;
408
+ Tags?: Record<string, string>;
409
+ }
410
+ export interface CreateMultiplexResponse {
411
+ Multiplex?: Multiplex;
412
+ }
413
+ export declare const PreferredChannelPipeline: {
414
+ readonly CURRENTLY_ACTIVE: "CURRENTLY_ACTIVE";
415
+ readonly PIPELINE_0: "PIPELINE_0";
416
+ readonly PIPELINE_1: "PIPELINE_1";
417
+ };
418
+ export type PreferredChannelPipeline =
419
+ (typeof PreferredChannelPipeline)[keyof typeof PreferredChannelPipeline];
420
+ export interface MultiplexProgramServiceDescriptor {
421
+ ProviderName: string | undefined;
422
+ ServiceName: string | undefined;
423
+ }
424
+ export interface MultiplexStatmuxVideoSettings {
425
+ MaximumBitrate?: number;
426
+ MinimumBitrate?: number;
427
+ Priority?: number;
428
+ }
429
+ export interface MultiplexVideoSettings {
430
+ ConstantBitrate?: number;
431
+ StatmuxSettings?: MultiplexStatmuxVideoSettings;
432
+ }
433
+ export interface MultiplexProgramSettings {
434
+ PreferredChannelPipeline?: PreferredChannelPipeline;
435
+ ProgramNumber: number | undefined;
436
+ ServiceDescriptor?: MultiplexProgramServiceDescriptor;
437
+ VideoSettings?: MultiplexVideoSettings;
438
+ }
439
+ export interface CreateMultiplexProgramRequest {
440
+ MultiplexId: string | undefined;
441
+ MultiplexProgramSettings: MultiplexProgramSettings | undefined;
442
+ ProgramName: string | undefined;
443
+ RequestId?: string;
444
+ }
445
+ export interface MultiplexProgramPacketIdentifiersMap {
446
+ AudioPids?: number[];
447
+ DvbSubPids?: number[];
448
+ DvbTeletextPid?: number;
449
+ EtvPlatformPid?: number;
450
+ EtvSignalPid?: number;
451
+ KlvDataPids?: number[];
452
+ PcrPid?: number;
453
+ PmtPid?: number;
454
+ PrivateMetadataPid?: number;
455
+ Scte27Pids?: number[];
456
+ Scte35Pid?: number;
457
+ TimedMetadataPid?: number;
458
+ VideoPid?: number;
459
+ AribCaptionsPid?: number;
460
+ DvbTeletextPids?: number[];
461
+ EcmPid?: number;
462
+ Smpte2038Pid?: number;
463
+ }
464
+ export interface MultiplexProgram {
465
+ ChannelId?: string;
466
+ MultiplexProgramSettings?: MultiplexProgramSettings;
467
+ PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
468
+ PipelineDetails?: MultiplexProgramPipelineDetail[];
469
+ ProgramName?: string;
470
+ }
471
+ export interface CreateMultiplexProgramResponse {
472
+ MultiplexProgram?: MultiplexProgram;
473
+ }
474
+ export interface CreateNetworkRequest {
475
+ IpPools?: IpPoolCreateRequest[];
476
+ Name?: string;
477
+ RequestId?: string;
478
+ Routes?: RouteCreateRequest[];
479
+ Tags?: Record<string, string>;
480
+ }
481
+ export interface CreateNetworkResponse {
482
+ Arn?: string;
483
+ AssociatedClusterIds?: string[];
484
+ Id?: string;
485
+ IpPools?: IpPool[];
486
+ Name?: string;
487
+ Routes?: Route[];
488
+ State?: NetworkState;
489
+ }
490
+ export interface CreateNodeRequest {
491
+ ClusterId: string | undefined;
492
+ Name?: string;
493
+ NodeInterfaceMappings?: NodeInterfaceMappingCreateRequest[];
494
+ RequestId?: string;
495
+ Role?: NodeRole;
496
+ Tags?: Record<string, string>;
497
+ }
498
+ export interface CreateNodeResponse {
499
+ Arn?: string;
500
+ ChannelPlacementGroups?: string[];
501
+ ClusterId?: string;
502
+ ConnectionState?: NodeConnectionState;
503
+ Id?: string;
504
+ InstanceArn?: string;
505
+ Name?: string;
506
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
507
+ Role?: NodeRole;
508
+ State?: NodeState;
509
+ }
510
+ export interface CreateNodeRegistrationScriptRequest {
511
+ ClusterId: string | undefined;
512
+ Id?: string;
513
+ Name?: string;
514
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
515
+ RequestId?: string;
516
+ Role?: NodeRole;
517
+ }
518
+ export interface CreateNodeRegistrationScriptResponse {
519
+ NodeRegistrationScript?: string;
520
+ }
521
+ export interface CreatePartnerInputRequest {
522
+ InputId: string | undefined;
523
+ RequestId?: string;
524
+ Tags?: Record<string, string>;
525
+ }
526
+ export interface CreatePartnerInputResponse {
527
+ Input?: Input;
528
+ }
90
529
  export interface CreateSignalMapRequest {
91
530
  CloudWatchAlarmTemplateGroupIdentifiers?: string[];
92
531
  Description?: string;
@@ -155,6 +594,20 @@ export interface DeleteChannelResponse {
155
594
  State?: ChannelState;
156
595
  Tags?: Record<string, string>;
157
596
  Vpc?: VpcOutputSettingsDescription;
597
+ AnywhereSettings?: DescribeAnywhereSettings;
598
+ }
599
+ export interface DeleteChannelPlacementGroupRequest {
600
+ ChannelPlacementGroupId: string | undefined;
601
+ ClusterId: string | undefined;
602
+ }
603
+ export interface DeleteChannelPlacementGroupResponse {
604
+ Arn?: string;
605
+ Channels?: string[];
606
+ ClusterId?: string;
607
+ Id?: string;
608
+ Name?: string;
609
+ Nodes?: string[];
610
+ State?: ChannelPlacementGroupState;
158
611
  }
159
612
  export interface DeleteCloudWatchAlarmTemplateRequest {
160
613
  Identifier: string | undefined;
@@ -162,6 +615,19 @@ export interface DeleteCloudWatchAlarmTemplateRequest {
162
615
  export interface DeleteCloudWatchAlarmTemplateGroupRequest {
163
616
  Identifier: string | undefined;
164
617
  }
618
+ export interface DeleteClusterRequest {
619
+ ClusterId: string | undefined;
620
+ }
621
+ export interface DeleteClusterResponse {
622
+ Arn?: string;
623
+ ChannelIds?: string[];
624
+ ClusterType?: ClusterType;
625
+ Id?: string;
626
+ InstanceRoleArn?: string;
627
+ Name?: string;
628
+ NetworkSettings?: ClusterNetworkSettings;
629
+ State?: ClusterState;
630
+ }
165
631
  export interface DeleteEventBridgeRuleTemplateRequest {
166
632
  Identifier: string | undefined;
167
633
  }
@@ -202,6 +668,34 @@ export interface DeleteMultiplexProgramResponse {
202
668
  PipelineDetails?: MultiplexProgramPipelineDetail[];
203
669
  ProgramName?: string;
204
670
  }
671
+ export interface DeleteNetworkRequest {
672
+ NetworkId: string | undefined;
673
+ }
674
+ export interface DeleteNetworkResponse {
675
+ Arn?: string;
676
+ AssociatedClusterIds?: string[];
677
+ Id?: string;
678
+ IpPools?: IpPool[];
679
+ Name?: string;
680
+ Routes?: Route[];
681
+ State?: NetworkState;
682
+ }
683
+ export interface DeleteNodeRequest {
684
+ ClusterId: string | undefined;
685
+ NodeId: string | undefined;
686
+ }
687
+ export interface DeleteNodeResponse {
688
+ Arn?: string;
689
+ ChannelPlacementGroups?: string[];
690
+ ClusterId?: string;
691
+ ConnectionState?: NodeConnectionState;
692
+ Id?: string;
693
+ InstanceArn?: string;
694
+ Name?: string;
695
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
696
+ Role?: NodeRole;
697
+ State?: NodeState;
698
+ }
205
699
  export interface DeleteReservationRequest {
206
700
  ReservationId: string | undefined;
207
701
  }
@@ -263,6 +757,33 @@ export interface DescribeChannelResponse {
263
757
  State?: ChannelState;
264
758
  Tags?: Record<string, string>;
265
759
  Vpc?: VpcOutputSettingsDescription;
760
+ AnywhereSettings?: DescribeAnywhereSettings;
761
+ }
762
+ export interface DescribeChannelPlacementGroupRequest {
763
+ ChannelPlacementGroupId: string | undefined;
764
+ ClusterId: string | undefined;
765
+ }
766
+ export interface DescribeChannelPlacementGroupResponse {
767
+ Arn?: string;
768
+ Channels?: string[];
769
+ ClusterId?: string;
770
+ Id?: string;
771
+ Name?: string;
772
+ Nodes?: string[];
773
+ State?: ChannelPlacementGroupState;
774
+ }
775
+ export interface DescribeClusterRequest {
776
+ ClusterId: string | undefined;
777
+ }
778
+ export interface DescribeClusterResponse {
779
+ Arn?: string;
780
+ ChannelIds?: string[];
781
+ ClusterType?: ClusterType;
782
+ Id?: string;
783
+ InstanceRoleArn?: string;
784
+ Name?: string;
785
+ NetworkSettings?: ClusterNetworkSettings;
786
+ State?: ClusterState;
266
787
  }
267
788
  export interface DescribeInputRequest {
268
789
  InputId: string | undefined;
@@ -285,6 +806,8 @@ export interface DescribeInputResponse {
285
806
  Tags?: Record<string, string>;
286
807
  Type?: InputType;
287
808
  SrtSettings?: SrtSettings;
809
+ InputNetworkLocation?: InputNetworkLocation;
810
+ MulticastSettings?: MulticastSettings;
288
811
  }
289
812
  export interface DescribeInputDeviceRequest {
290
813
  InputDeviceId: string | undefined;
@@ -355,6 +878,34 @@ export interface DescribeMultiplexProgramResponse {
355
878
  PipelineDetails?: MultiplexProgramPipelineDetail[];
356
879
  ProgramName?: string;
357
880
  }
881
+ export interface DescribeNetworkRequest {
882
+ NetworkId: string | undefined;
883
+ }
884
+ export interface DescribeNetworkResponse {
885
+ Arn?: string;
886
+ AssociatedClusterIds?: string[];
887
+ Id?: string;
888
+ IpPools?: IpPool[];
889
+ Name?: string;
890
+ Routes?: Route[];
891
+ State?: NetworkState;
892
+ }
893
+ export interface DescribeNodeRequest {
894
+ ClusterId: string | undefined;
895
+ NodeId: string | undefined;
896
+ }
897
+ export interface DescribeNodeResponse {
898
+ Arn?: string;
899
+ ChannelPlacementGroups?: string[];
900
+ ClusterId?: string;
901
+ ConnectionState?: NodeConnectionState;
902
+ Id?: string;
903
+ InstanceArn?: string;
904
+ Name?: string;
905
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
906
+ Role?: NodeRole;
907
+ State?: NodeState;
908
+ }
358
909
  export interface DescribeOfferingRequest {
359
910
  OfferingId: string | undefined;
360
911
  }
@@ -510,6 +1061,15 @@ export interface InputDeviceConfigurableSettings {
510
1061
  MediaconnectSettings?: InputDeviceMediaConnectConfigurableSettings;
511
1062
  AudioChannelPairs?: InputDeviceConfigurableAudioChannelPairConfig[];
512
1063
  }
1064
+ export interface ListChannelPlacementGroupsRequest {
1065
+ ClusterId: string | undefined;
1066
+ MaxResults?: number;
1067
+ NextToken?: string;
1068
+ }
1069
+ export interface ListChannelPlacementGroupsResponse {
1070
+ ChannelPlacementGroups?: DescribeChannelPlacementGroupSummary[];
1071
+ NextToken?: string;
1072
+ }
513
1073
  export interface ListChannelsRequest {
514
1074
  MaxResults?: number;
515
1075
  NextToken?: string;
@@ -539,6 +1099,14 @@ export interface ListCloudWatchAlarmTemplatesResponse {
539
1099
  CloudWatchAlarmTemplates?: CloudWatchAlarmTemplateSummary[];
540
1100
  NextToken?: string;
541
1101
  }
1102
+ export interface ListClustersRequest {
1103
+ MaxResults?: number;
1104
+ NextToken?: string;
1105
+ }
1106
+ export interface ListClustersResponse {
1107
+ Clusters?: DescribeClusterSummary[];
1108
+ NextToken?: string;
1109
+ }
542
1110
  export interface ListEventBridgeRuleTemplateGroupsRequest {
543
1111
  MaxResults?: number;
544
1112
  NextToken?: string;
@@ -608,6 +1176,23 @@ export interface ListMultiplexProgramsResponse {
608
1176
  MultiplexPrograms?: MultiplexProgramSummary[];
609
1177
  NextToken?: string;
610
1178
  }
1179
+ export interface ListNetworksRequest {
1180
+ MaxResults?: number;
1181
+ NextToken?: string;
1182
+ }
1183
+ export interface ListNetworksResponse {
1184
+ Networks?: DescribeNetworkSummary[];
1185
+ NextToken?: string;
1186
+ }
1187
+ export interface ListNodesRequest {
1188
+ ClusterId: string | undefined;
1189
+ MaxResults?: number;
1190
+ NextToken?: string;
1191
+ }
1192
+ export interface ListNodesResponse {
1193
+ NextToken?: string;
1194
+ Nodes?: DescribeNodeSummary[];
1195
+ }
611
1196
  export interface ListOfferingsRequest {
612
1197
  ChannelClass?: string;
613
1198
  ChannelConfiguration?: string;
@@ -714,6 +1299,7 @@ export interface RestartChannelPipelinesResponse {
714
1299
  State?: ChannelState;
715
1300
  Tags?: Record<string, string>;
716
1301
  Vpc?: VpcOutputSettingsDescription;
1302
+ AnywhereSettings?: DescribeAnywhereSettings;
717
1303
  }
718
1304
  export interface StartChannelRequest {
719
1305
  ChannelId: string | undefined;
@@ -737,6 +1323,7 @@ export interface StartChannelResponse {
737
1323
  State?: ChannelState;
738
1324
  Tags?: Record<string, string>;
739
1325
  Vpc?: VpcOutputSettingsDescription;
1326
+ AnywhereSettings?: DescribeAnywhereSettings;
740
1327
  }
741
1328
  export interface StartDeleteMonitorDeploymentRequest {
742
1329
  Identifier: string | undefined;
@@ -859,6 +1446,7 @@ export interface StopChannelResponse {
859
1446
  State?: ChannelState;
860
1447
  Tags?: Record<string, string>;
861
1448
  Vpc?: VpcOutputSettingsDescription;
1449
+ AnywhereSettings?: DescribeAnywhereSettings;
862
1450
  }
863
1451
  export interface StopInputDeviceRequest {
864
1452
  InputDeviceId: string | undefined;
@@ -915,6 +1503,21 @@ export interface UpdateChannelClassRequest {
915
1503
  export interface UpdateChannelClassResponse {
916
1504
  Channel?: Channel;
917
1505
  }
1506
+ export interface UpdateChannelPlacementGroupRequest {
1507
+ ChannelPlacementGroupId: string | undefined;
1508
+ ClusterId: string | undefined;
1509
+ Name?: string;
1510
+ Nodes?: string[];
1511
+ }
1512
+ export interface UpdateChannelPlacementGroupResponse {
1513
+ Arn?: string;
1514
+ Channels?: string[];
1515
+ ClusterId?: string;
1516
+ Id?: string;
1517
+ Name?: string;
1518
+ Nodes?: string[];
1519
+ State?: ChannelPlacementGroupState;
1520
+ }
918
1521
  export interface UpdateCloudWatchAlarmTemplateRequest {
919
1522
  ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
920
1523
  DatapointsToAlarm?: number;
@@ -962,6 +1565,20 @@ export interface UpdateCloudWatchAlarmTemplateGroupResponse {
962
1565
  Name?: string;
963
1566
  Tags?: Record<string, string>;
964
1567
  }
1568
+ export interface UpdateClusterRequest {
1569
+ ClusterId: string | undefined;
1570
+ Name?: string;
1571
+ NetworkSettings?: ClusterNetworkSettingsUpdateRequest;
1572
+ }
1573
+ export interface UpdateClusterResponse {
1574
+ Arn?: string;
1575
+ ChannelIds?: string[];
1576
+ ClusterType?: ClusterType;
1577
+ Id?: string;
1578
+ Name?: string;
1579
+ NetworkSettings?: ClusterNetworkSettings;
1580
+ State?: ClusterState;
1581
+ }
965
1582
  export interface UpdateEventBridgeRuleTemplateRequest {
966
1583
  Description?: string;
967
1584
  EventTargets?: EventBridgeRuleTemplateTarget[];
@@ -995,6 +1612,9 @@ export interface UpdateEventBridgeRuleTemplateGroupResponse {
995
1612
  Name?: string;
996
1613
  Tags?: Record<string, string>;
997
1614
  }
1615
+ export interface MulticastSettingsUpdateRequest {
1616
+ Sources?: MulticastSourceUpdateRequest[];
1617
+ }
998
1618
  export interface UpdateInputRequest {
999
1619
  Destinations?: InputDestinationRequest[];
1000
1620
  InputDevices?: InputDeviceRequest[];
@@ -1005,6 +1625,7 @@ export interface UpdateInputRequest {
1005
1625
  RoleArn?: string;
1006
1626
  Sources?: InputSourceRequest[];
1007
1627
  SrtSettings?: SrtSettingsRequest;
1628
+ MulticastSettings?: MulticastSettingsUpdateRequest;
1008
1629
  }
1009
1630
  export interface UpdateInputResponse {
1010
1631
  Input?: Input;
@@ -1062,6 +1683,62 @@ export interface UpdateMultiplexProgramRequest {
1062
1683
  export interface UpdateMultiplexProgramResponse {
1063
1684
  MultiplexProgram?: MultiplexProgram;
1064
1685
  }
1686
+ export interface UpdateNetworkRequest {
1687
+ IpPools?: IpPoolUpdateRequest[];
1688
+ Name?: string;
1689
+ NetworkId: string | undefined;
1690
+ Routes?: RouteUpdateRequest[];
1691
+ }
1692
+ export interface UpdateNetworkResponse {
1693
+ Arn?: string;
1694
+ AssociatedClusterIds?: string[];
1695
+ Id?: string;
1696
+ IpPools?: IpPool[];
1697
+ Name?: string;
1698
+ Routes?: Route[];
1699
+ State?: NetworkState;
1700
+ }
1701
+ export interface UpdateNodeRequest {
1702
+ ClusterId: string | undefined;
1703
+ Name?: string;
1704
+ NodeId: string | undefined;
1705
+ Role?: NodeRole;
1706
+ }
1707
+ export interface UpdateNodeResponse {
1708
+ Arn?: string;
1709
+ ChannelPlacementGroups?: string[];
1710
+ ClusterId?: string;
1711
+ ConnectionState?: NodeConnectionState;
1712
+ Id?: string;
1713
+ InstanceArn?: string;
1714
+ Name?: string;
1715
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
1716
+ Role?: NodeRole;
1717
+ State?: NodeState;
1718
+ }
1719
+ export declare const UpdateNodeStateShape: {
1720
+ readonly ACTIVE: "ACTIVE";
1721
+ readonly DRAINING: "DRAINING";
1722
+ };
1723
+ export type UpdateNodeStateShape =
1724
+ (typeof UpdateNodeStateShape)[keyof typeof UpdateNodeStateShape];
1725
+ export interface UpdateNodeStateRequest {
1726
+ ClusterId: string | undefined;
1727
+ NodeId: string | undefined;
1728
+ State?: UpdateNodeStateShape;
1729
+ }
1730
+ export interface UpdateNodeStateResponse {
1731
+ Arn?: string;
1732
+ ChannelPlacementGroups?: string[];
1733
+ ClusterId?: string;
1734
+ ConnectionState?: NodeConnectionState;
1735
+ Id?: string;
1736
+ InstanceArn?: string;
1737
+ Name?: string;
1738
+ NodeInterfaceMappings?: NodeInterfaceMapping[];
1739
+ Role?: NodeRole;
1740
+ State?: NodeState;
1741
+ }
1065
1742
  export interface UpdateReservationRequest {
1066
1743
  Name?: string;
1067
1744
  RenewalSettings?: RenewalSettings;