@aws-sdk/client-medialive 3.934.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/dist-cjs/index.js +3869 -3666
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +1725 -0
  4. package/dist-es/models/errors.js +129 -0
  5. package/dist-es/models/models_0.js +1 -819
  6. package/dist-es/models/models_1.js +1 -948
  7. package/dist-es/schemas/schemas_0.js +203 -5
  8. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +1 -1
  9. package/dist-types/commands/BatchDeleteCommand.d.ts +1 -1
  10. package/dist-types/commands/BatchStartCommand.d.ts +1 -1
  11. package/dist-types/commands/BatchStopCommand.d.ts +1 -1
  12. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +1 -1
  13. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
  14. package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateChannelCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateChannelPlacementGroupCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateInputCommand.d.ts +22 -3
  23. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateMultiplexCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateNetworkCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateNodeCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +1 -1
  29. package/dist-types/commands/CreatePartnerInputCommand.d.ts +12 -2
  30. package/dist-types/commands/CreateSdiSourceCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateSignalMapCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteChannelPlacementGroupCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteNetworkCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteNodeCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteSdiSourceCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteSignalMapCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeChannelPlacementGroupCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeInputCommand.d.ts +12 -2
  56. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeNetworkCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeNodeCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeScheduleCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeSdiSourceCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeThumbnailsCommand.d.ts +1 -1
  68. package/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +1 -1
  69. package/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  70. package/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +1 -1
  71. package/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  72. package/dist-types/commands/GetSignalMapCommand.d.ts +1 -1
  73. package/dist-types/commands/ListAlertsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListChannelPlacementGroupsCommand.d.ts +1 -1
  75. package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
  76. package/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +1 -1
  77. package/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +1 -1
  78. package/dist-types/commands/ListClusterAlertsCommand.d.ts +1 -1
  79. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  80. package/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +1 -1
  82. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +1 -1
  83. package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -1
  84. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
  85. package/dist-types/commands/ListInputsCommand.d.ts +12 -2
  86. package/dist-types/commands/ListMultiplexAlertsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListMultiplexesCommand.d.ts +1 -1
  89. package/dist-types/commands/ListNetworksCommand.d.ts +1 -1
  90. package/dist-types/commands/ListNodesCommand.d.ts +1 -1
  91. package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
  92. package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
  93. package/dist-types/commands/ListSdiSourcesCommand.d.ts +1 -1
  94. package/dist-types/commands/ListSignalMapsCommand.d.ts +1 -1
  95. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  96. package/dist-types/commands/ListVersionsCommand.d.ts +1 -1
  97. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  98. package/dist-types/commands/RebootInputDeviceCommand.d.ts +1 -1
  99. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
  100. package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +1 -1
  101. package/dist-types/commands/StartChannelCommand.d.ts +1 -1
  102. package/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +1 -1
  103. package/dist-types/commands/StartInputDeviceCommand.d.ts +1 -1
  104. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -1
  105. package/dist-types/commands/StartMonitorDeploymentCommand.d.ts +1 -1
  106. package/dist-types/commands/StartMultiplexCommand.d.ts +1 -1
  107. package/dist-types/commands/StartUpdateSignalMapCommand.d.ts +1 -1
  108. package/dist-types/commands/StopChannelCommand.d.ts +1 -1
  109. package/dist-types/commands/StopInputDeviceCommand.d.ts +1 -1
  110. package/dist-types/commands/StopMultiplexCommand.d.ts +1 -1
  111. package/dist-types/commands/TransferInputDeviceCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateChannelClassCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateChannelPlacementGroupCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  121. package/dist-types/commands/UpdateInputCommand.d.ts +15 -2
  122. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateMultiplexCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +1 -1
  126. package/dist-types/commands/UpdateNetworkCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateNodeCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateNodeStateCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
  130. package/dist-types/commands/UpdateSdiSourceCommand.d.ts +1 -1
  131. package/dist-types/index.d.ts +4 -1
  132. package/dist-types/models/enums.d.ts +4397 -0
  133. package/dist-types/models/errors.d.ts +161 -0
  134. package/dist-types/models/models_0.d.ts +4543 -1987
  135. package/dist-types/models/models_1.d.ts +5504 -4165
  136. package/dist-types/schemas/schemas_0.d.ts +7 -0
  137. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/CreateChannelPlacementGroupCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/CreateNodeRegistrationScriptCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/CreateSdiSourceCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DeleteChannelPlacementGroupCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DeleteNetworkCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DeleteSdiSourceCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeChannelPlacementGroupCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/DescribeNetworkCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeSdiSourceCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ListChannelPlacementGroupsCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ListClusterAlertsCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/ListMultiplexAlertsCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/ListSdiSourcesCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/ListSignalMapsCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/RestartChannelPipelinesCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/StartInputDeviceCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -1
  234. package/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/StopInputDeviceCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/UpdateChannelPlacementGroupCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/UpdateNetworkCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/index.d.ts +4 -1
  261. package/dist-types/ts3.4/models/enums.d.ts +2324 -0
  262. package/dist-types/ts3.4/models/errors.d.ts +70 -0
  263. package/dist-types/ts3.4/models/models_0.d.ts +1324 -1072
  264. package/dist-types/ts3.4/models/models_1.d.ts +1860 -2074
  265. package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
  266. package/package.json +12 -12
  267. package/dist-es/models/index.js +0 -4
  268. package/dist-es/models/models_2.js +0 -82
  269. package/dist-es/models/models_3.js +0 -1
  270. package/dist-types/models/index.d.ts +0 -4
  271. package/dist-types/models/models_2.d.ts +0 -8184
  272. package/dist-types/models/models_3.d.ts +0 -154
  273. package/dist-types/ts3.4/models/index.d.ts +0 -4
  274. package/dist-types/ts3.4/models/models_2.d.ts +0 -2055
  275. package/dist-types/ts3.4/models/models_3.d.ts +0 -49
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeThumbnailsRequest,
10
10
  DescribeThumbnailsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeThumbnailsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetCloudWatchAlarmTemplateRequest,
10
10
  GetCloudWatchAlarmTemplateResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetCloudWatchAlarmTemplateCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetCloudWatchAlarmTemplateGroupRequest,
10
10
  GetCloudWatchAlarmTemplateGroupResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetCloudWatchAlarmTemplateGroupCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetEventBridgeRuleTemplateRequest,
10
10
  GetEventBridgeRuleTemplateResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetEventBridgeRuleTemplateCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetEventBridgeRuleTemplateGroupRequest,
10
10
  GetEventBridgeRuleTemplateGroupResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetEventBridgeRuleTemplateGroupCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { GetSignalMapRequest, GetSignalMapResponse } from "../models/models_2";
8
+ import { GetSignalMapRequest, GetSignalMapResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetSignalMapCommandInput extends GetSignalMapRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { ListAlertsRequest, ListAlertsResponse } from "../models/models_2";
8
+ import { ListAlertsRequest, ListAlertsResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListAlertsCommandInput extends ListAlertsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListChannelPlacementGroupsRequest,
10
10
  ListChannelPlacementGroupsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListChannelPlacementGroupsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { ListChannelsRequest, ListChannelsResponse } from "../models/models_2";
8
+ import { ListChannelsRequest, ListChannelsResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListChannelsCommandInput extends ListChannelsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListCloudWatchAlarmTemplateGroupsRequest,
10
10
  ListCloudWatchAlarmTemplateGroupsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListCloudWatchAlarmTemplateGroupsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListCloudWatchAlarmTemplatesRequest,
10
10
  ListCloudWatchAlarmTemplatesResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListCloudWatchAlarmTemplatesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListClusterAlertsRequest,
10
10
  ListClusterAlertsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListClusterAlertsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { ListClustersRequest, ListClustersResponse } from "../models/models_2";
8
+ import { ListClustersRequest, ListClustersResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListClustersCommandInput extends ListClustersRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListEventBridgeRuleTemplateGroupsRequest,
10
10
  ListEventBridgeRuleTemplateGroupsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListEventBridgeRuleTemplateGroupsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListEventBridgeRuleTemplatesRequest,
10
10
  ListEventBridgeRuleTemplatesResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListEventBridgeRuleTemplatesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListInputDeviceTransfersRequest,
10
10
  ListInputDeviceTransfersResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListInputDeviceTransfersCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListInputDevicesRequest,
10
10
  ListInputDevicesResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListInputDevicesCommandInput extends ListInputDevicesRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListInputSecurityGroupsRequest,
10
10
  ListInputSecurityGroupsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListInputSecurityGroupsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { ListInputsRequest, ListInputsResponse } from "../models/models_2";
8
+ import { ListInputsRequest, ListInputsResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListInputsCommandInput extends ListInputsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListMultiplexAlertsRequest,
10
10
  ListMultiplexAlertsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListMultiplexAlertsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListMultiplexProgramsRequest,
10
10
  ListMultiplexProgramsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListMultiplexProgramsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListMultiplexesRequest,
10
10
  ListMultiplexesResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListMultiplexesCommandInput extends ListMultiplexesRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { ListNetworksRequest, ListNetworksResponse } from "../models/models_2";
8
+ import { ListNetworksRequest, ListNetworksResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListNetworksCommandInput extends ListNetworksRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { ListNodesRequest, ListNodesResponse } from "../models/models_2";
8
+ import { ListNodesRequest, ListNodesResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListNodesCommandInput extends ListNodesRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListOfferingsRequest,
10
10
  ListOfferingsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListOfferingsCommandInput extends ListOfferingsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListReservationsRequest,
10
10
  ListReservationsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListReservationsCommandInput extends ListReservationsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListSdiSourcesRequest,
10
10
  ListSdiSourcesResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListSdiSourcesCommandInput extends ListSdiSourcesRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListSignalMapsRequest,
10
10
  ListSignalMapsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListSignalMapsCommandInput extends ListSignalMapsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListTagsForResourceCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { ListVersionsRequest, ListVersionsResponse } from "../models/models_2";
8
+ import { ListVersionsRequest, ListVersionsResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListVersionsCommandInput extends ListVersionsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  PurchaseOfferingRequest,
10
10
  PurchaseOfferingResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  RebootInputDeviceRequest,
10
10
  RebootInputDeviceResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface RebootInputDeviceCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  RejectInputDeviceTransferRequest,
10
10
  RejectInputDeviceTransferResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface RejectInputDeviceTransferCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  RestartChannelPipelinesRequest,
10
10
  RestartChannelPipelinesResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface RestartChannelPipelinesCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { StartChannelRequest, StartChannelResponse } from "../models/models_2";
8
+ import { StartChannelRequest, StartChannelResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface StartChannelCommandInput extends StartChannelRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartDeleteMonitorDeploymentRequest,
10
10
  StartDeleteMonitorDeploymentResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartDeleteMonitorDeploymentCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartInputDeviceRequest,
10
10
  StartInputDeviceResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartInputDeviceCommandInput extends StartInputDeviceRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartInputDeviceMaintenanceWindowRequest,
10
10
  StartInputDeviceMaintenanceWindowResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartInputDeviceMaintenanceWindowCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartMonitorDeploymentRequest,
10
10
  StartMonitorDeploymentResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartMonitorDeploymentCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartMultiplexRequest,
10
10
  StartMultiplexResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartMultiplexCommandInput extends StartMultiplexRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartUpdateSignalMapRequest,
10
10
  StartUpdateSignalMapResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartUpdateSignalMapCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { StopChannelRequest, StopChannelResponse } from "../models/models_2";
8
+ import { StopChannelRequest, StopChannelResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface StopChannelCommandInput extends StopChannelRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StopInputDeviceRequest,
10
10
  StopInputDeviceResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StopInputDeviceCommandInput extends StopInputDeviceRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StopMultiplexRequest,
10
10
  StopMultiplexResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StopMultiplexCommandInput extends StopMultiplexRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  TransferInputDeviceRequest,
10
10
  TransferInputDeviceResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface TransferInputDeviceCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateAccountConfigurationRequest,
10
10
  UpdateAccountConfigurationResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateAccountConfigurationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateChannelClassRequest,
10
10
  UpdateChannelClassResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateChannelClassCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateChannelRequest,
10
10
  UpdateChannelResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateChannelPlacementGroupRequest,
10
10
  UpdateChannelPlacementGroupResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateChannelPlacementGroupCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateCloudWatchAlarmTemplateRequest,
10
10
  UpdateCloudWatchAlarmTemplateResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateCloudWatchAlarmTemplateCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateCloudWatchAlarmTemplateGroupRequest,
10
10
  UpdateCloudWatchAlarmTemplateGroupResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateCloudWatchAlarmTemplateGroupCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateClusterRequest,
10
10
  UpdateClusterResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateEventBridgeRuleTemplateRequest,
10
10
  UpdateEventBridgeRuleTemplateResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateEventBridgeRuleTemplateCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateEventBridgeRuleTemplateGroupRequest,
10
10
  UpdateEventBridgeRuleTemplateGroupResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateEventBridgeRuleTemplateGroupCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { UpdateInputRequest, UpdateInputResponse } from "../models/models_2";
8
+ import { UpdateInputRequest, UpdateInputResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateInputCommandInput extends UpdateInputRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateInputDeviceRequest,
10
10
  UpdateInputDeviceResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateInputDeviceCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateInputSecurityGroupRequest,
10
10
  UpdateInputSecurityGroupResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateInputSecurityGroupCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateMultiplexRequest,
10
10
  UpdateMultiplexResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateMultiplexCommandInput extends UpdateMultiplexRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateMultiplexProgramRequest,
10
10
  UpdateMultiplexProgramResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateMultiplexProgramCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateNetworkRequest,
10
10
  UpdateNetworkResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateNetworkCommandInput extends UpdateNetworkRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { UpdateNodeRequest, UpdateNodeResponse } from "../models/models_2";
8
+ import { UpdateNodeRequest, UpdateNodeResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateNodeCommandInput extends UpdateNodeRequest {}