@aws-sdk/client-medialive 3.645.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. package/README.md +176 -0
  2. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  3. package/dist-cjs/index.js +2364 -442
  4. package/dist-es/MediaLive.js +44 -0
  5. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +1 -3
  6. package/dist-es/commands/BatchDeleteCommand.js +1 -3
  7. package/dist-es/commands/BatchStartCommand.js +1 -3
  8. package/dist-es/commands/BatchStopCommand.js +1 -3
  9. package/dist-es/commands/BatchUpdateScheduleCommand.js +1 -3
  10. package/dist-es/commands/CancelInputDeviceTransferCommand.js +1 -3
  11. package/dist-es/commands/ClaimDeviceCommand.js +1 -3
  12. package/dist-es/commands/CreateChannelCommand.js +1 -3
  13. package/dist-es/commands/CreateChannelPlacementGroupCommand.js +22 -0
  14. package/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +1 -3
  15. package/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  16. package/dist-es/commands/CreateClusterCommand.js +22 -0
  17. package/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +1 -3
  18. package/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +1 -3
  19. package/dist-es/commands/CreateInputCommand.js +1 -3
  20. package/dist-es/commands/CreateInputSecurityGroupCommand.js +1 -3
  21. package/dist-es/commands/CreateMultiplexCommand.js +1 -3
  22. package/dist-es/commands/CreateMultiplexProgramCommand.js +1 -3
  23. package/dist-es/commands/CreateNetworkCommand.js +22 -0
  24. package/dist-es/commands/CreateNodeCommand.js +22 -0
  25. package/dist-es/commands/CreateNodeRegistrationScriptCommand.js +22 -0
  26. package/dist-es/commands/CreatePartnerInputCommand.js +1 -3
  27. package/dist-es/commands/CreateSignalMapCommand.js +1 -3
  28. package/dist-es/commands/CreateTagsCommand.js +1 -3
  29. package/dist-es/commands/DeleteChannelCommand.js +1 -3
  30. package/dist-es/commands/DeleteChannelPlacementGroupCommand.js +22 -0
  31. package/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +1 -3
  32. package/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +1 -3
  33. package/dist-es/commands/DeleteClusterCommand.js +22 -0
  34. package/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +1 -3
  35. package/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +1 -3
  36. package/dist-es/commands/DeleteInputCommand.js +1 -3
  37. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +1 -3
  38. package/dist-es/commands/DeleteMultiplexCommand.js +1 -3
  39. package/dist-es/commands/DeleteMultiplexProgramCommand.js +1 -3
  40. package/dist-es/commands/DeleteNetworkCommand.js +22 -0
  41. package/dist-es/commands/DeleteNodeCommand.js +22 -0
  42. package/dist-es/commands/DeleteReservationCommand.js +1 -3
  43. package/dist-es/commands/DeleteScheduleCommand.js +1 -3
  44. package/dist-es/commands/DeleteSignalMapCommand.js +1 -3
  45. package/dist-es/commands/DeleteTagsCommand.js +1 -3
  46. package/dist-es/commands/DescribeAccountConfigurationCommand.js +1 -3
  47. package/dist-es/commands/DescribeChannelCommand.js +1 -3
  48. package/dist-es/commands/DescribeChannelPlacementGroupCommand.js +22 -0
  49. package/dist-es/commands/DescribeClusterCommand.js +22 -0
  50. package/dist-es/commands/DescribeInputCommand.js +1 -3
  51. package/dist-es/commands/DescribeInputDeviceCommand.js +1 -3
  52. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -3
  53. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +1 -3
  54. package/dist-es/commands/DescribeMultiplexCommand.js +1 -3
  55. package/dist-es/commands/DescribeMultiplexProgramCommand.js +1 -3
  56. package/dist-es/commands/DescribeNetworkCommand.js +22 -0
  57. package/dist-es/commands/DescribeNodeCommand.js +22 -0
  58. package/dist-es/commands/DescribeOfferingCommand.js +1 -3
  59. package/dist-es/commands/DescribeReservationCommand.js +1 -3
  60. package/dist-es/commands/DescribeScheduleCommand.js +1 -3
  61. package/dist-es/commands/DescribeThumbnailsCommand.js +1 -3
  62. package/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +1 -3
  63. package/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +1 -3
  64. package/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +1 -3
  65. package/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +1 -3
  66. package/dist-es/commands/GetSignalMapCommand.js +1 -3
  67. package/dist-es/commands/ListChannelPlacementGroupsCommand.js +22 -0
  68. package/dist-es/commands/ListChannelsCommand.js +1 -3
  69. package/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +1 -3
  70. package/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +1 -3
  71. package/dist-es/commands/ListClustersCommand.js +22 -0
  72. package/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +1 -3
  73. package/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +1 -3
  74. package/dist-es/commands/ListInputDeviceTransfersCommand.js +1 -3
  75. package/dist-es/commands/ListInputDevicesCommand.js +1 -3
  76. package/dist-es/commands/ListInputSecurityGroupsCommand.js +1 -3
  77. package/dist-es/commands/ListInputsCommand.js +1 -3
  78. package/dist-es/commands/ListMultiplexProgramsCommand.js +1 -3
  79. package/dist-es/commands/ListMultiplexesCommand.js +1 -3
  80. package/dist-es/commands/ListNetworksCommand.js +22 -0
  81. package/dist-es/commands/ListNodesCommand.js +22 -0
  82. package/dist-es/commands/ListOfferingsCommand.js +1 -3
  83. package/dist-es/commands/ListReservationsCommand.js +1 -3
  84. package/dist-es/commands/ListSignalMapsCommand.js +1 -3
  85. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  86. package/dist-es/commands/PurchaseOfferingCommand.js +1 -3
  87. package/dist-es/commands/RebootInputDeviceCommand.js +1 -3
  88. package/dist-es/commands/RejectInputDeviceTransferCommand.js +1 -3
  89. package/dist-es/commands/RestartChannelPipelinesCommand.js +1 -3
  90. package/dist-es/commands/StartChannelCommand.js +1 -3
  91. package/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +1 -3
  92. package/dist-es/commands/StartInputDeviceCommand.js +1 -3
  93. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +1 -3
  94. package/dist-es/commands/StartMonitorDeploymentCommand.js +1 -3
  95. package/dist-es/commands/StartMultiplexCommand.js +1 -3
  96. package/dist-es/commands/StartUpdateSignalMapCommand.js +1 -3
  97. package/dist-es/commands/StopChannelCommand.js +1 -3
  98. package/dist-es/commands/StopInputDeviceCommand.js +1 -3
  99. package/dist-es/commands/StopMultiplexCommand.js +1 -3
  100. package/dist-es/commands/TransferInputDeviceCommand.js +1 -3
  101. package/dist-es/commands/UpdateAccountConfigurationCommand.js +1 -3
  102. package/dist-es/commands/UpdateChannelClassCommand.js +1 -3
  103. package/dist-es/commands/UpdateChannelCommand.js +1 -3
  104. package/dist-es/commands/UpdateChannelPlacementGroupCommand.js +22 -0
  105. package/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +1 -3
  106. package/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  107. package/dist-es/commands/UpdateClusterCommand.js +22 -0
  108. package/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +1 -3
  109. package/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +1 -3
  110. package/dist-es/commands/UpdateInputCommand.js +1 -3
  111. package/dist-es/commands/UpdateInputDeviceCommand.js +1 -3
  112. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +1 -3
  113. package/dist-es/commands/UpdateMultiplexCommand.js +1 -3
  114. package/dist-es/commands/UpdateMultiplexProgramCommand.js +1 -3
  115. package/dist-es/commands/UpdateNetworkCommand.js +22 -0
  116. package/dist-es/commands/UpdateNodeCommand.js +22 -0
  117. package/dist-es/commands/UpdateNodeStateCommand.js +22 -0
  118. package/dist-es/commands/UpdateReservationCommand.js +1 -3
  119. package/dist-es/commands/index.js +22 -0
  120. package/dist-es/endpoint/endpointResolver.js +7 -3
  121. package/dist-es/models/models_0.js +64 -60
  122. package/dist-es/models/models_1.js +115 -41
  123. package/dist-es/models/models_2.js +25 -0
  124. package/dist-es/pagination/ListChannelPlacementGroupsPaginator.js +4 -0
  125. package/dist-es/pagination/ListClustersPaginator.js +4 -0
  126. package/dist-es/pagination/ListNetworksPaginator.js +4 -0
  127. package/dist-es/pagination/ListNodesPaginator.js +4 -0
  128. package/dist-es/pagination/index.js +4 -0
  129. package/dist-es/protocols/Aws_restJson1.js +1247 -5
  130. package/dist-es/waiters/index.js +7 -0
  131. package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +43 -0
  132. package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +43 -0
  133. package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +43 -0
  134. package/dist-es/waiters/waitForClusterCreated.js +52 -0
  135. package/dist-es/waiters/waitForClusterDeleted.js +43 -0
  136. package/dist-es/waiters/waitForNodeDeregistered.js +52 -0
  137. package/dist-es/waiters/waitForNodeRegistered.js +55 -0
  138. package/dist-types/MediaLive.d.ts +158 -0
  139. package/dist-types/MediaLiveClient.d.ts +24 -2
  140. package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
  141. package/dist-types/commands/CreateChannelCommand.d.ts +247 -19
  142. package/dist-types/commands/CreateChannelPlacementGroupCommand.d.ts +99 -0
  143. package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  144. package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  145. package/dist-types/commands/CreateClusterCommand.d.ts +113 -0
  146. package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  147. package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  148. package/dist-types/commands/CreateInputCommand.d.ts +36 -3
  149. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  150. package/dist-types/commands/CreateMultiplexCommand.d.ts +1 -1
  151. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  152. package/dist-types/commands/CreateNetworkCommand.d.ts +113 -0
  153. package/dist-types/commands/CreateNodeCommand.d.ts +111 -0
  154. package/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +92 -0
  155. package/dist-types/commands/CreatePartnerInputCommand.d.ts +18 -2
  156. package/dist-types/commands/DeleteChannelCommand.d.ts +123 -9
  157. package/dist-types/commands/DeleteChannelPlacementGroupCommand.d.ts +95 -0
  158. package/dist-types/commands/DeleteClusterCommand.d.ts +101 -0
  159. package/dist-types/commands/DeleteNetworkCommand.d.ts +101 -0
  160. package/dist-types/commands/DeleteNodeCommand.d.ts +102 -0
  161. package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
  162. package/dist-types/commands/DescribeChannelCommand.d.ts +123 -9
  163. package/dist-types/commands/DescribeChannelPlacementGroupCommand.d.ts +92 -0
  164. package/dist-types/commands/DescribeClusterCommand.d.ts +98 -0
  165. package/dist-types/commands/DescribeInputCommand.d.ts +17 -1
  166. package/dist-types/commands/DescribeNetworkCommand.d.ts +98 -0
  167. package/dist-types/commands/DescribeNodeCommand.d.ts +99 -0
  168. package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
  169. package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
  170. package/dist-types/commands/ListChannelPlacementGroupsCommand.d.ts +95 -0
  171. package/dist-types/commands/ListChannelsCommand.d.ts +18 -1
  172. package/dist-types/commands/ListClustersCommand.d.ts +101 -0
  173. package/dist-types/commands/ListInputsCommand.d.ts +17 -1
  174. package/dist-types/commands/ListNetworksCommand.d.ts +101 -0
  175. package/dist-types/commands/ListNodesCommand.d.ts +103 -0
  176. package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
  177. package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
  178. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  179. package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +123 -9
  180. package/dist-types/commands/StartChannelCommand.d.ts +123 -9
  181. package/dist-types/commands/StopChannelCommand.d.ts +123 -9
  182. package/dist-types/commands/UpdateChannelClassCommand.d.ts +130 -9
  183. package/dist-types/commands/UpdateChannelCommand.d.ts +239 -9
  184. package/dist-types/commands/UpdateChannelPlacementGroupCommand.d.ts +99 -0
  185. package/dist-types/commands/UpdateClusterCommand.d.ts +107 -0
  186. package/dist-types/commands/UpdateInputCommand.d.ts +33 -1
  187. package/dist-types/commands/UpdateNetworkCommand.d.ts +110 -0
  188. package/dist-types/commands/UpdateNodeCommand.d.ts +101 -0
  189. package/dist-types/commands/UpdateNodeStateCommand.d.ts +103 -0
  190. package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
  191. package/dist-types/commands/index.d.ts +22 -0
  192. package/dist-types/models/models_0.d.ts +1584 -1537
  193. package/dist-types/models/models_1.d.ts +3553 -3959
  194. package/dist-types/models/models_2.d.ts +2877 -65
  195. package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +7 -0
  196. package/dist-types/pagination/ListClustersPaginator.d.ts +7 -0
  197. package/dist-types/pagination/ListNetworksPaginator.d.ts +7 -0
  198. package/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  199. package/dist-types/pagination/index.d.ts +4 -0
  200. package/dist-types/protocols/Aws_restJson1.d.ts +198 -0
  201. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  202. package/dist-types/runtimeConfig.d.ts +2 -0
  203. package/dist-types/runtimeConfig.native.d.ts +2 -0
  204. package/dist-types/ts3.4/MediaLive.d.ts +378 -0
  205. package/dist-types/ts3.4/MediaLiveClient.d.ts +132 -0
  206. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/CreateChannelPlacementGroupCommand.d.ts +40 -0
  209. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +39 -0
  212. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +39 -0
  219. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +36 -0
  220. package/dist-types/ts3.4/commands/CreateNodeRegistrationScriptCommand.d.ts +40 -0
  221. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/DeleteChannelPlacementGroupCommand.d.ts +40 -0
  223. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +39 -0
  224. package/dist-types/ts3.4/commands/DeleteNetworkCommand.d.ts +39 -0
  225. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +36 -0
  226. package/dist-types/ts3.4/commands/DescribeChannelPlacementGroupCommand.d.ts +40 -0
  227. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +39 -0
  228. package/dist-types/ts3.4/commands/DescribeNetworkCommand.d.ts +39 -0
  229. package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +36 -0
  230. package/dist-types/ts3.4/commands/ListChannelPlacementGroupsCommand.d.ts +40 -0
  231. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +36 -0
  232. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +36 -0
  233. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +36 -0
  234. package/dist-types/ts3.4/commands/UpdateChannelPlacementGroupCommand.d.ts +40 -0
  235. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +39 -0
  236. package/dist-types/ts3.4/commands/UpdateNetworkCommand.d.ts +39 -0
  237. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +36 -0
  238. package/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +39 -0
  239. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  240. package/dist-types/ts3.4/models/models_0.d.ts +203 -188
  241. package/dist-types/ts3.4/models/models_1.d.ts +312 -372
  242. package/dist-types/ts3.4/models/models_2.d.ts +686 -9
  243. package/dist-types/ts3.4/pagination/ListChannelPlacementGroupsPaginator.d.ts +11 -0
  244. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -0
  245. package/dist-types/ts3.4/pagination/ListNetworksPaginator.d.ts +11 -0
  246. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  247. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  248. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +264 -0
  249. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  250. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  251. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  252. package/dist-types/ts3.4/waiters/index.d.ts +7 -0
  253. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupAssigned.d.ts +11 -0
  254. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupDeleted.d.ts +11 -0
  255. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupUnassigned.d.ts +11 -0
  256. package/dist-types/ts3.4/waiters/waitForClusterCreated.d.ts +11 -0
  257. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -0
  258. package/dist-types/ts3.4/waiters/waitForNodeDeregistered.d.ts +11 -0
  259. package/dist-types/ts3.4/waiters/waitForNodeRegistered.d.ts +11 -0
  260. package/dist-types/waiters/index.d.ts +7 -0
  261. package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +14 -0
  262. package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +14 -0
  263. package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +14 -0
  264. package/dist-types/waiters/waitForClusterCreated.d.ts +14 -0
  265. package/dist-types/waiters/waitForClusterDeleted.d.ts +14 -0
  266. package/dist-types/waiters/waitForNodeDeregistered.d.ts +14 -0
  267. package/dist-types/waiters/waitForNodeRegistered.d.ts +14 -0
  268. package/package.json +37 -37
package/dist-cjs/index.js CHANGED
@@ -48,6 +48,10 @@ __export(src_exports, {
48
48
  AudioOnlyHlsTrackType: () => AudioOnlyHlsTrackType,
49
49
  AudioType: () => AudioType,
50
50
  AuthenticationScheme: () => AuthenticationScheme,
51
+ Av1GopSizeUnits: () => Av1GopSizeUnits,
52
+ Av1Level: () => Av1Level,
53
+ Av1LookAheadRateControl: () => Av1LookAheadRateControl,
54
+ Av1SceneChangeDetect: () => Av1SceneChangeDetect,
51
55
  AvailBlankingState: () => AvailBlankingState,
52
56
  BadGatewayException: () => BadGatewayException,
53
57
  BadRequestException: () => BadRequestException,
@@ -67,46 +71,60 @@ __export(src_exports, {
67
71
  CdiInputResolution: () => CdiInputResolution,
68
72
  ChannelClass: () => ChannelClass,
69
73
  ChannelPipelineIdToRestart: () => ChannelPipelineIdToRestart,
74
+ ChannelPlacementGroupState: () => ChannelPlacementGroupState,
70
75
  ChannelState: () => ChannelState,
71
76
  ClaimDeviceCommand: () => ClaimDeviceCommand,
72
77
  CloudWatchAlarmTemplateComparisonOperator: () => CloudWatchAlarmTemplateComparisonOperator,
73
78
  CloudWatchAlarmTemplateStatistic: () => CloudWatchAlarmTemplateStatistic,
74
79
  CloudWatchAlarmTemplateTargetResourceType: () => CloudWatchAlarmTemplateTargetResourceType,
75
80
  CloudWatchAlarmTemplateTreatMissingData: () => CloudWatchAlarmTemplateTreatMissingData,
81
+ ClusterState: () => ClusterState,
82
+ ClusterType: () => ClusterType,
76
83
  CmafIngestSegmentLengthUnits: () => CmafIngestSegmentLengthUnits,
77
84
  CmafNielsenId3Behavior: () => CmafNielsenId3Behavior,
78
85
  ColorSpace: () => ColorSpace,
79
86
  ConflictException: () => ConflictException,
80
87
  ContentType: () => ContentType,
81
88
  CreateChannelCommand: () => CreateChannelCommand,
89
+ CreateChannelPlacementGroupCommand: () => CreateChannelPlacementGroupCommand,
82
90
  CreateCloudWatchAlarmTemplateCommand: () => CreateCloudWatchAlarmTemplateCommand,
83
91
  CreateCloudWatchAlarmTemplateGroupCommand: () => CreateCloudWatchAlarmTemplateGroupCommand,
92
+ CreateClusterCommand: () => CreateClusterCommand,
84
93
  CreateEventBridgeRuleTemplateCommand: () => CreateEventBridgeRuleTemplateCommand,
85
94
  CreateEventBridgeRuleTemplateGroupCommand: () => CreateEventBridgeRuleTemplateGroupCommand,
86
95
  CreateInputCommand: () => CreateInputCommand,
87
96
  CreateInputSecurityGroupCommand: () => CreateInputSecurityGroupCommand,
88
97
  CreateMultiplexCommand: () => CreateMultiplexCommand,
89
98
  CreateMultiplexProgramCommand: () => CreateMultiplexProgramCommand,
99
+ CreateNetworkCommand: () => CreateNetworkCommand,
100
+ CreateNodeCommand: () => CreateNodeCommand,
101
+ CreateNodeRegistrationScriptCommand: () => CreateNodeRegistrationScriptCommand,
90
102
  CreatePartnerInputCommand: () => CreatePartnerInputCommand,
91
103
  CreateSignalMapCommand: () => CreateSignalMapCommand,
92
104
  CreateTagsCommand: () => CreateTagsCommand,
93
105
  DashRoleAudio: () => DashRoleAudio,
94
106
  DashRoleCaption: () => DashRoleCaption,
95
107
  DeleteChannelCommand: () => DeleteChannelCommand,
108
+ DeleteChannelPlacementGroupCommand: () => DeleteChannelPlacementGroupCommand,
96
109
  DeleteCloudWatchAlarmTemplateCommand: () => DeleteCloudWatchAlarmTemplateCommand,
97
110
  DeleteCloudWatchAlarmTemplateGroupCommand: () => DeleteCloudWatchAlarmTemplateGroupCommand,
111
+ DeleteClusterCommand: () => DeleteClusterCommand,
98
112
  DeleteEventBridgeRuleTemplateCommand: () => DeleteEventBridgeRuleTemplateCommand,
99
113
  DeleteEventBridgeRuleTemplateGroupCommand: () => DeleteEventBridgeRuleTemplateGroupCommand,
100
114
  DeleteInputCommand: () => DeleteInputCommand,
101
115
  DeleteInputSecurityGroupCommand: () => DeleteInputSecurityGroupCommand,
102
116
  DeleteMultiplexCommand: () => DeleteMultiplexCommand,
103
117
  DeleteMultiplexProgramCommand: () => DeleteMultiplexProgramCommand,
118
+ DeleteNetworkCommand: () => DeleteNetworkCommand,
119
+ DeleteNodeCommand: () => DeleteNodeCommand,
104
120
  DeleteReservationCommand: () => DeleteReservationCommand,
105
121
  DeleteScheduleCommand: () => DeleteScheduleCommand,
106
122
  DeleteSignalMapCommand: () => DeleteSignalMapCommand,
107
123
  DeleteTagsCommand: () => DeleteTagsCommand,
108
124
  DescribeAccountConfigurationCommand: () => DescribeAccountConfigurationCommand,
109
125
  DescribeChannelCommand: () => DescribeChannelCommand,
126
+ DescribeChannelPlacementGroupCommand: () => DescribeChannelPlacementGroupCommand,
127
+ DescribeClusterCommand: () => DescribeClusterCommand,
110
128
  DescribeInputCommand: () => DescribeInputCommand,
111
129
  DescribeInputDeviceCommand: () => DescribeInputDeviceCommand,
112
130
  DescribeInputDeviceThumbnailCommand: () => DescribeInputDeviceThumbnailCommand,
@@ -114,6 +132,8 @@ __export(src_exports, {
114
132
  DescribeInputSecurityGroupCommand: () => DescribeInputSecurityGroupCommand,
115
133
  DescribeMultiplexCommand: () => DescribeMultiplexCommand,
116
134
  DescribeMultiplexProgramCommand: () => DescribeMultiplexProgramCommand,
135
+ DescribeNetworkCommand: () => DescribeNetworkCommand,
136
+ DescribeNodeCommand: () => DescribeNodeCommand,
117
137
  DescribeOfferingCommand: () => DescribeOfferingCommand,
118
138
  DescribeReservationCommand: () => DescribeReservationCommand,
119
139
  DescribeScheduleCommand: () => DescribeScheduleCommand,
@@ -261,6 +281,7 @@ __export(src_exports, {
261
281
  InputLossActionForUdpOut: () => InputLossActionForUdpOut,
262
282
  InputLossImageType: () => InputLossImageType,
263
283
  InputMaximumBitrate: () => InputMaximumBitrate,
284
+ InputNetworkLocation: () => InputNetworkLocation,
264
285
  InputPreference: () => InputPreference,
265
286
  InputResolution: () => InputResolution,
266
287
  InputSecurityGroupState: () => InputSecurityGroupState,
@@ -271,9 +292,11 @@ __export(src_exports, {
271
292
  InputType: () => InputType,
272
293
  InternalServerErrorException: () => InternalServerErrorException,
273
294
  LastFrameClippingBehavior: () => LastFrameClippingBehavior,
295
+ ListChannelPlacementGroupsCommand: () => ListChannelPlacementGroupsCommand,
274
296
  ListChannelsCommand: () => ListChannelsCommand,
275
297
  ListCloudWatchAlarmTemplateGroupsCommand: () => ListCloudWatchAlarmTemplateGroupsCommand,
276
298
  ListCloudWatchAlarmTemplatesCommand: () => ListCloudWatchAlarmTemplatesCommand,
299
+ ListClustersCommand: () => ListClustersCommand,
277
300
  ListEventBridgeRuleTemplateGroupsCommand: () => ListEventBridgeRuleTemplateGroupsCommand,
278
301
  ListEventBridgeRuleTemplatesCommand: () => ListEventBridgeRuleTemplatesCommand,
279
302
  ListInputDeviceTransfersCommand: () => ListInputDeviceTransfersCommand,
@@ -282,6 +305,8 @@ __export(src_exports, {
282
305
  ListInputsCommand: () => ListInputsCommand,
283
306
  ListMultiplexProgramsCommand: () => ListMultiplexProgramsCommand,
284
307
  ListMultiplexesCommand: () => ListMultiplexesCommand,
308
+ ListNetworksCommand: () => ListNetworksCommand,
309
+ ListNodesCommand: () => ListNodesCommand,
285
310
  ListOfferingsCommand: () => ListOfferingsCommand,
286
311
  ListReservationsCommand: () => ListReservationsCommand,
287
312
  ListSignalMapsCommand: () => ListSignalMapsCommand,
@@ -328,10 +353,15 @@ __export(src_exports, {
328
353
  MsSmoothH265PackagingType: () => MsSmoothH265PackagingType,
329
354
  MultiplexState: () => MultiplexState,
330
355
  NetworkInputServerValidation: () => NetworkInputServerValidation,
356
+ NetworkInterfaceMode: () => NetworkInterfaceMode,
357
+ NetworkState: () => NetworkState,
331
358
  NielsenPcmToId3TaggingState: () => NielsenPcmToId3TaggingState,
332
359
  NielsenWatermarkTimezones: () => NielsenWatermarkTimezones,
333
360
  NielsenWatermarksCbetStepaside: () => NielsenWatermarksCbetStepaside,
334
361
  NielsenWatermarksDistributionTypes: () => NielsenWatermarksDistributionTypes,
362
+ NodeConnectionState: () => NodeConnectionState,
363
+ NodeRole: () => NodeRole,
364
+ NodeState: () => NodeState,
335
365
  NotFoundException: () => NotFoundException,
336
366
  OfferingDurationUnits: () => OfferingDurationUnits,
337
367
  OfferingType: () => OfferingType,
@@ -381,6 +411,7 @@ __export(src_exports, {
381
411
  SmoothGroupStreamManifestBehavior: () => SmoothGroupStreamManifestBehavior,
382
412
  SmoothGroupTimestampOffsetMode: () => SmoothGroupTimestampOffsetMode,
383
413
  Smpte2038DataPreference: () => Smpte2038DataPreference,
414
+ SrtEncryptionType: () => SrtEncryptionType,
384
415
  StartChannelCommand: () => StartChannelCommand,
385
416
  StartDeleteMonitorDeploymentCommand: () => StartDeleteMonitorDeploymentCommand,
386
417
  StartInputDeviceCommand: () => StartInputDeviceCommand,
@@ -406,8 +437,10 @@ __export(src_exports, {
406
437
  UpdateAccountConfigurationCommand: () => UpdateAccountConfigurationCommand,
407
438
  UpdateChannelClassCommand: () => UpdateChannelClassCommand,
408
439
  UpdateChannelCommand: () => UpdateChannelCommand,
440
+ UpdateChannelPlacementGroupCommand: () => UpdateChannelPlacementGroupCommand,
409
441
  UpdateCloudWatchAlarmTemplateCommand: () => UpdateCloudWatchAlarmTemplateCommand,
410
442
  UpdateCloudWatchAlarmTemplateGroupCommand: () => UpdateCloudWatchAlarmTemplateGroupCommand,
443
+ UpdateClusterCommand: () => UpdateClusterCommand,
411
444
  UpdateEventBridgeRuleTemplateCommand: () => UpdateEventBridgeRuleTemplateCommand,
412
445
  UpdateEventBridgeRuleTemplateGroupCommand: () => UpdateEventBridgeRuleTemplateGroupCommand,
413
446
  UpdateInputCommand: () => UpdateInputCommand,
@@ -415,6 +448,10 @@ __export(src_exports, {
415
448
  UpdateInputSecurityGroupCommand: () => UpdateInputSecurityGroupCommand,
416
449
  UpdateMultiplexCommand: () => UpdateMultiplexCommand,
417
450
  UpdateMultiplexProgramCommand: () => UpdateMultiplexProgramCommand,
451
+ UpdateNetworkCommand: () => UpdateNetworkCommand,
452
+ UpdateNodeCommand: () => UpdateNodeCommand,
453
+ UpdateNodeStateCommand: () => UpdateNodeStateCommand,
454
+ UpdateNodeStateShape: () => UpdateNodeStateShape,
418
455
  UpdateReservationCommand: () => UpdateReservationCommand,
419
456
  VideoDescriptionRespondToAfd: () => VideoDescriptionRespondToAfd,
420
457
  VideoDescriptionScalingBehavior: () => VideoDescriptionScalingBehavior,
@@ -424,9 +461,11 @@ __export(src_exports, {
424
461
  WebvttDestinationStyleControl: () => WebvttDestinationStyleControl,
425
462
  __Client: () => import_smithy_client.Client,
426
463
  paginateDescribeSchedule: () => paginateDescribeSchedule,
464
+ paginateListChannelPlacementGroups: () => paginateListChannelPlacementGroups,
427
465
  paginateListChannels: () => paginateListChannels,
428
466
  paginateListCloudWatchAlarmTemplateGroups: () => paginateListCloudWatchAlarmTemplateGroups,
429
467
  paginateListCloudWatchAlarmTemplates: () => paginateListCloudWatchAlarmTemplates,
468
+ paginateListClusters: () => paginateListClusters,
430
469
  paginateListEventBridgeRuleTemplateGroups: () => paginateListEventBridgeRuleTemplateGroups,
431
470
  paginateListEventBridgeRuleTemplates: () => paginateListEventBridgeRuleTemplates,
432
471
  paginateListInputDeviceTransfers: () => paginateListInputDeviceTransfers,
@@ -435,13 +474,20 @@ __export(src_exports, {
435
474
  paginateListInputs: () => paginateListInputs,
436
475
  paginateListMultiplexPrograms: () => paginateListMultiplexPrograms,
437
476
  paginateListMultiplexes: () => paginateListMultiplexes,
477
+ paginateListNetworks: () => paginateListNetworks,
478
+ paginateListNodes: () => paginateListNodes,
438
479
  paginateListOfferings: () => paginateListOfferings,
439
480
  paginateListReservations: () => paginateListReservations,
440
481
  paginateListSignalMaps: () => paginateListSignalMaps,
441
482
  waitForChannelCreated: () => waitForChannelCreated,
442
483
  waitForChannelDeleted: () => waitForChannelDeleted,
484
+ waitForChannelPlacementGroupAssigned: () => waitForChannelPlacementGroupAssigned,
485
+ waitForChannelPlacementGroupDeleted: () => waitForChannelPlacementGroupDeleted,
486
+ waitForChannelPlacementGroupUnassigned: () => waitForChannelPlacementGroupUnassigned,
443
487
  waitForChannelRunning: () => waitForChannelRunning,
444
488
  waitForChannelStopped: () => waitForChannelStopped,
489
+ waitForClusterCreated: () => waitForClusterCreated,
490
+ waitForClusterDeleted: () => waitForClusterDeleted,
445
491
  waitForInputAttached: () => waitForInputAttached,
446
492
  waitForInputDeleted: () => waitForInputDeleted,
447
493
  waitForInputDetached: () => waitForInputDetached,
@@ -449,14 +495,21 @@ __export(src_exports, {
449
495
  waitForMultiplexDeleted: () => waitForMultiplexDeleted,
450
496
  waitForMultiplexRunning: () => waitForMultiplexRunning,
451
497
  waitForMultiplexStopped: () => waitForMultiplexStopped,
498
+ waitForNodeDeregistered: () => waitForNodeDeregistered,
499
+ waitForNodeRegistered: () => waitForNodeRegistered,
452
500
  waitForSignalMapCreated: () => waitForSignalMapCreated,
453
501
  waitForSignalMapMonitorDeleted: () => waitForSignalMapMonitorDeleted,
454
502
  waitForSignalMapMonitorDeployed: () => waitForSignalMapMonitorDeployed,
455
503
  waitForSignalMapUpdated: () => waitForSignalMapUpdated,
456
504
  waitUntilChannelCreated: () => waitUntilChannelCreated,
457
505
  waitUntilChannelDeleted: () => waitUntilChannelDeleted,
506
+ waitUntilChannelPlacementGroupAssigned: () => waitUntilChannelPlacementGroupAssigned,
507
+ waitUntilChannelPlacementGroupDeleted: () => waitUntilChannelPlacementGroupDeleted,
508
+ waitUntilChannelPlacementGroupUnassigned: () => waitUntilChannelPlacementGroupUnassigned,
458
509
  waitUntilChannelRunning: () => waitUntilChannelRunning,
459
510
  waitUntilChannelStopped: () => waitUntilChannelStopped,
511
+ waitUntilClusterCreated: () => waitUntilClusterCreated,
512
+ waitUntilClusterDeleted: () => waitUntilClusterDeleted,
460
513
  waitUntilInputAttached: () => waitUntilInputAttached,
461
514
  waitUntilInputDeleted: () => waitUntilInputDeleted,
462
515
  waitUntilInputDetached: () => waitUntilInputDetached,
@@ -464,6 +517,8 @@ __export(src_exports, {
464
517
  waitUntilMultiplexDeleted: () => waitUntilMultiplexDeleted,
465
518
  waitUntilMultiplexRunning: () => waitUntilMultiplexRunning,
466
519
  waitUntilMultiplexStopped: () => waitUntilMultiplexStopped,
520
+ waitUntilNodeDeregistered: () => waitUntilNodeDeregistered,
521
+ waitUntilNodeRegistered: () => waitUntilNodeRegistered,
467
522
  waitUntilSignalMapCreated: () => waitUntilSignalMapCreated,
468
523
  waitUntilSignalMapMonitorDeleted: () => waitUntilSignalMapMonitorDeleted,
469
524
  waitUntilSignalMapMonitorDeployed: () => waitUntilSignalMapMonitorDeployed,
@@ -637,6 +692,71 @@ __name(_MediaLiveServiceException, "MediaLiveServiceException");
637
692
  var MediaLiveServiceException = _MediaLiveServiceException;
638
693
 
639
694
  // src/models/models_1.ts
695
+ var HlsH265PackagingType = {
696
+ HEV1: "HEV1",
697
+ HVC1: "HVC1"
698
+ };
699
+ var AudioOnlyHlsTrackType = {
700
+ ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT",
701
+ ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
702
+ ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
703
+ AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM"
704
+ };
705
+ var AudioOnlyHlsSegmentType = {
706
+ AAC: "AAC",
707
+ FMP4: "FMP4"
708
+ };
709
+ var Fmp4NielsenId3Behavior = {
710
+ NO_PASSTHROUGH: "NO_PASSTHROUGH",
711
+ PASSTHROUGH: "PASSTHROUGH"
712
+ };
713
+ var Fmp4TimedMetadataBehavior = {
714
+ NO_PASSTHROUGH: "NO_PASSTHROUGH",
715
+ PASSTHROUGH: "PASSTHROUGH"
716
+ };
717
+ var M3u8KlvBehavior = {
718
+ NO_PASSTHROUGH: "NO_PASSTHROUGH",
719
+ PASSTHROUGH: "PASSTHROUGH"
720
+ };
721
+ var M3u8NielsenId3Behavior = {
722
+ NO_PASSTHROUGH: "NO_PASSTHROUGH",
723
+ PASSTHROUGH: "PASSTHROUGH"
724
+ };
725
+ var M3u8PcrControl = {
726
+ CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD",
727
+ PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET"
728
+ };
729
+ var M3u8Scte35Behavior = {
730
+ NO_PASSTHROUGH: "NO_PASSTHROUGH",
731
+ PASSTHROUGH: "PASSTHROUGH"
732
+ };
733
+ var M3u8TimedMetadataBehavior = {
734
+ NO_PASSTHROUGH: "NO_PASSTHROUGH",
735
+ PASSTHROUGH: "PASSTHROUGH"
736
+ };
737
+ var MsSmoothH265PackagingType = {
738
+ HEV1: "HEV1",
739
+ HVC1: "HVC1"
740
+ };
741
+ var RtmpOutputCertificateMode = {
742
+ SELF_SIGNED: "SELF_SIGNED",
743
+ VERIFY_AUTHENTICITY: "VERIFY_AUTHENTICITY"
744
+ };
745
+ var SrtEncryptionType = {
746
+ AES128: "AES128",
747
+ AES192: "AES192",
748
+ AES256: "AES256"
749
+ };
750
+ var FecOutputIncludeFec = {
751
+ COLUMN: "COLUMN",
752
+ COLUMN_AND_ROW: "COLUMN_AND_ROW"
753
+ };
754
+ var S3CannedAcl = {
755
+ AUTHENTICATED_READ: "AUTHENTICATED_READ",
756
+ BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL",
757
+ BUCKET_OWNER_READ: "BUCKET_OWNER_READ",
758
+ PUBLIC_READ: "PUBLIC_READ"
759
+ };
640
760
  var CmafNielsenId3Behavior = {
641
761
  NO_PASSTHROUGH: "NO_PASSTHROUGH",
642
762
  PASSTHROUGH: "PASSTHROUGH"
@@ -912,10 +1032,54 @@ var InputDeviceTransferType = {
912
1032
  INCOMING: "INCOMING",
913
1033
  OUTGOING: "OUTGOING"
914
1034
  };
915
- var FrameCaptureIntervalUnit = {
916
- MILLISECONDS: "MILLISECONDS",
1035
+ var AfdSignaling = {
1036
+ AUTO: "AUTO",
1037
+ FIXED: "FIXED",
1038
+ NONE: "NONE"
1039
+ };
1040
+ var FixedAfd = {
1041
+ AFD_0000: "AFD_0000",
1042
+ AFD_0010: "AFD_0010",
1043
+ AFD_0011: "AFD_0011",
1044
+ AFD_0100: "AFD_0100",
1045
+ AFD_1000: "AFD_1000",
1046
+ AFD_1001: "AFD_1001",
1047
+ AFD_1010: "AFD_1010",
1048
+ AFD_1011: "AFD_1011",
1049
+ AFD_1101: "AFD_1101",
1050
+ AFD_1110: "AFD_1110",
1051
+ AFD_1111: "AFD_1111"
1052
+ };
1053
+ var Av1GopSizeUnits = {
1054
+ FRAMES: "FRAMES",
917
1055
  SECONDS: "SECONDS"
918
1056
  };
1057
+ var Av1Level = {
1058
+ AV1_LEVEL_2: "AV1_LEVEL_2",
1059
+ AV1_LEVEL_2_1: "AV1_LEVEL_2_1",
1060
+ AV1_LEVEL_3: "AV1_LEVEL_3",
1061
+ AV1_LEVEL_3_1: "AV1_LEVEL_3_1",
1062
+ AV1_LEVEL_4: "AV1_LEVEL_4",
1063
+ AV1_LEVEL_4_1: "AV1_LEVEL_4_1",
1064
+ AV1_LEVEL_5: "AV1_LEVEL_5",
1065
+ AV1_LEVEL_5_1: "AV1_LEVEL_5_1",
1066
+ AV1_LEVEL_5_2: "AV1_LEVEL_5_2",
1067
+ AV1_LEVEL_5_3: "AV1_LEVEL_5_3",
1068
+ AV1_LEVEL_6: "AV1_LEVEL_6",
1069
+ AV1_LEVEL_6_1: "AV1_LEVEL_6_1",
1070
+ AV1_LEVEL_6_2: "AV1_LEVEL_6_2",
1071
+ AV1_LEVEL_6_3: "AV1_LEVEL_6_3",
1072
+ AV1_LEVEL_AUTO: "AV1_LEVEL_AUTO"
1073
+ };
1074
+ var Av1LookAheadRateControl = {
1075
+ HIGH: "HIGH",
1076
+ LOW: "LOW",
1077
+ MEDIUM: "MEDIUM"
1078
+ };
1079
+ var Av1SceneChangeDetect = {
1080
+ DISABLED: "DISABLED",
1081
+ ENABLED: "ENABLED"
1082
+ };
919
1083
  var TimecodeBurninFontSize = {
920
1084
  EXTRA_SMALL_10: "EXTRA_SMALL_10",
921
1085
  LARGE_48: "LARGE_48",
@@ -933,6 +1097,10 @@ var TimecodeBurninPosition = {
933
1097
  TOP_LEFT: "TOP_LEFT",
934
1098
  TOP_RIGHT: "TOP_RIGHT"
935
1099
  };
1100
+ var FrameCaptureIntervalUnit = {
1101
+ MILLISECONDS: "MILLISECONDS",
1102
+ SECONDS: "SECONDS"
1103
+ };
936
1104
  var H264AdaptiveQuantization = {
937
1105
  AUTO: "AUTO",
938
1106
  HIGH: "HIGH",
@@ -942,11 +1110,6 @@ var H264AdaptiveQuantization = {
942
1110
  MEDIUM: "MEDIUM",
943
1111
  OFF: "OFF"
944
1112
  };
945
- var AfdSignaling = {
946
- AUTO: "AUTO",
947
- FIXED: "FIXED",
948
- NONE: "NONE"
949
- };
950
1113
  var H264ColorMetadata = {
951
1114
  IGNORE: "IGNORE",
952
1115
  INSERT: "INSERT"
@@ -979,19 +1142,6 @@ var TemporalFilterStrength = {
979
1142
  STRENGTH_8: "STRENGTH_8",
980
1143
  STRENGTH_9: "STRENGTH_9"
981
1144
  };
982
- var FixedAfd = {
983
- AFD_0000: "AFD_0000",
984
- AFD_0010: "AFD_0010",
985
- AFD_0011: "AFD_0011",
986
- AFD_0100: "AFD_0100",
987
- AFD_1000: "AFD_1000",
988
- AFD_1001: "AFD_1001",
989
- AFD_1010: "AFD_1010",
990
- AFD_1011: "AFD_1011",
991
- AFD_1101: "AFD_1101",
992
- AFD_1110: "AFD_1110",
993
- AFD_1111: "AFD_1111"
994
- };
995
1145
  var H264FlickerAq = {
996
1146
  DISABLED: "DISABLED",
997
1147
  ENABLED: "ENABLED"
@@ -1447,27 +1597,6 @@ var MotionGraphicsInsertion = {
1447
1597
  DISABLED: "DISABLED",
1448
1598
  ENABLED: "ENABLED"
1449
1599
  };
1450
- var NielsenPcmToId3TaggingState = {
1451
- DISABLED: "DISABLED",
1452
- ENABLED: "ENABLED"
1453
- };
1454
- var ThumbnailState = {
1455
- AUTO: "AUTO",
1456
- DISABLED: "DISABLED"
1457
- };
1458
- var TimecodeConfigSource = {
1459
- EMBEDDED: "EMBEDDED",
1460
- SYSTEMCLOCK: "SYSTEMCLOCK",
1461
- ZEROBASED: "ZEROBASED"
1462
- };
1463
- var ContentType = {
1464
- image_jpeg: "image/jpeg"
1465
- };
1466
- var PreferredChannelPipeline = {
1467
- CURRENTLY_ACTIVE: "CURRENTLY_ACTIVE",
1468
- PIPELINE_0: "PIPELINE_0",
1469
- PIPELINE_1: "PIPELINE_1"
1470
- };
1471
1600
 
1472
1601
  // src/protocols/Aws_restJson1.ts
1473
1602
  var se_AcceptInputDeviceTransferCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -1579,6 +1708,7 @@ var se_CreateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
1579
1708
  let body;
1580
1709
  body = JSON.stringify(
1581
1710
  (0, import_smithy_client.take)(input, {
1711
+ anywhereSettings: [, (_) => se_AnywhereSettings(_, context), `AnywhereSettings`],
1582
1712
  cdiInputSpecification: [, (_) => se_CdiInputSpecification(_, context), `CdiInputSpecification`],
1583
1713
  channelClass: [, , `ChannelClass`],
1584
1714
  destinations: [, (_) => se___listOfOutputDestination(_, context), `Destinations`],
@@ -1598,6 +1728,25 @@ var se_CreateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
1598
1728
  b.m("POST").h(headers).b(body);
1599
1729
  return b.build();
1600
1730
  }, "se_CreateChannelCommand");
1731
+ var se_CreateChannelPlacementGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
1732
+ const b = (0, import_core.requestBuilder)(input, context);
1733
+ const headers = {
1734
+ "content-type": "application/json"
1735
+ };
1736
+ b.bp("/prod/clusters/{ClusterId}/channelplacementgroups");
1737
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
1738
+ let body;
1739
+ body = JSON.stringify(
1740
+ (0, import_smithy_client.take)(input, {
1741
+ name: [, , `Name`],
1742
+ nodes: [, (_) => (0, import_smithy_client._json)(_), `Nodes`],
1743
+ requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`],
1744
+ tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`]
1745
+ })
1746
+ );
1747
+ b.m("POST").h(headers).b(body);
1748
+ return b.build();
1749
+ }, "se_CreateChannelPlacementGroupCommand");
1601
1750
  var se_CreateCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
1602
1751
  const b = (0, import_core.requestBuilder)(input, context);
1603
1752
  const headers = {
@@ -1642,6 +1791,26 @@ var se_CreateCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async
1642
1791
  b.m("POST").h(headers).b(body);
1643
1792
  return b.build();
1644
1793
  }, "se_CreateCloudWatchAlarmTemplateGroupCommand");
1794
+ var se_CreateClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
1795
+ const b = (0, import_core.requestBuilder)(input, context);
1796
+ const headers = {
1797
+ "content-type": "application/json"
1798
+ };
1799
+ b.bp("/prod/clusters");
1800
+ let body;
1801
+ body = JSON.stringify(
1802
+ (0, import_smithy_client.take)(input, {
1803
+ clusterType: [, , `ClusterType`],
1804
+ instanceRoleArn: [, , `InstanceRoleArn`],
1805
+ name: [, , `Name`],
1806
+ networkSettings: [, (_) => se_ClusterNetworkSettingsCreateRequest(_, context), `NetworkSettings`],
1807
+ requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`],
1808
+ tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`]
1809
+ })
1810
+ );
1811
+ b.m("POST").h(headers).b(body);
1812
+ return b.build();
1813
+ }, "se_CreateClusterCommand");
1645
1814
  var se_CreateEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
1646
1815
  const b = (0, import_core.requestBuilder)(input, context);
1647
1816
  const headers = {
@@ -1690,8 +1859,10 @@ var se_CreateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
1690
1859
  (0, import_smithy_client.take)(input, {
1691
1860
  destinations: [, (_) => se___listOfInputDestinationRequest(_, context), `Destinations`],
1692
1861
  inputDevices: [, (_) => se___listOfInputDeviceSettings(_, context), `InputDevices`],
1862
+ inputNetworkLocation: [, , `InputNetworkLocation`],
1693
1863
  inputSecurityGroups: [, (_) => (0, import_smithy_client._json)(_), `InputSecurityGroups`],
1694
1864
  mediaConnectFlows: [, (_) => se___listOfMediaConnectFlowRequest(_, context), `MediaConnectFlows`],
1865
+ multicastSettings: [, (_) => se_MulticastSettingsCreateRequest(_, context), `MulticastSettings`],
1695
1866
  name: [, , `Name`],
1696
1867
  requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`],
1697
1868
  roleArn: [, , `RoleArn`],
@@ -1758,6 +1929,69 @@ var se_CreateMultiplexProgramCommand = /* @__PURE__ */ __name(async (input, cont
1758
1929
  b.m("POST").h(headers).b(body);
1759
1930
  return b.build();
1760
1931
  }, "se_CreateMultiplexProgramCommand");
1932
+ var se_CreateNetworkCommand = /* @__PURE__ */ __name(async (input, context) => {
1933
+ const b = (0, import_core.requestBuilder)(input, context);
1934
+ const headers = {
1935
+ "content-type": "application/json"
1936
+ };
1937
+ b.bp("/prod/networks");
1938
+ let body;
1939
+ body = JSON.stringify(
1940
+ (0, import_smithy_client.take)(input, {
1941
+ ipPools: [, (_) => se___listOfIpPoolCreateRequest(_, context), `IpPools`],
1942
+ name: [, , `Name`],
1943
+ requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`],
1944
+ routes: [, (_) => se___listOfRouteCreateRequest(_, context), `Routes`],
1945
+ tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`]
1946
+ })
1947
+ );
1948
+ b.m("POST").h(headers).b(body);
1949
+ return b.build();
1950
+ }, "se_CreateNetworkCommand");
1951
+ var se_CreateNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
1952
+ const b = (0, import_core.requestBuilder)(input, context);
1953
+ const headers = {
1954
+ "content-type": "application/json"
1955
+ };
1956
+ b.bp("/prod/clusters/{ClusterId}/nodes");
1957
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
1958
+ let body;
1959
+ body = JSON.stringify(
1960
+ (0, import_smithy_client.take)(input, {
1961
+ name: [, , `Name`],
1962
+ nodeInterfaceMappings: [
1963
+ ,
1964
+ (_) => se___listOfNodeInterfaceMappingCreateRequest(_, context),
1965
+ `NodeInterfaceMappings`
1966
+ ],
1967
+ requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`],
1968
+ role: [, , `Role`],
1969
+ tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`]
1970
+ })
1971
+ );
1972
+ b.m("POST").h(headers).b(body);
1973
+ return b.build();
1974
+ }, "se_CreateNodeCommand");
1975
+ var se_CreateNodeRegistrationScriptCommand = /* @__PURE__ */ __name(async (input, context) => {
1976
+ const b = (0, import_core.requestBuilder)(input, context);
1977
+ const headers = {
1978
+ "content-type": "application/json"
1979
+ };
1980
+ b.bp("/prod/clusters/{ClusterId}/nodeRegistrationScript");
1981
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
1982
+ let body;
1983
+ body = JSON.stringify(
1984
+ (0, import_smithy_client.take)(input, {
1985
+ id: [, , `Id`],
1986
+ name: [, , `Name`],
1987
+ nodeInterfaceMappings: [, (_) => se___listOfNodeInterfaceMapping(_, context), `NodeInterfaceMappings`],
1988
+ requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`],
1989
+ role: [, , `Role`]
1990
+ })
1991
+ );
1992
+ b.m("POST").h(headers).b(body);
1993
+ return b.build();
1994
+ }, "se_CreateNodeRegistrationScriptCommand");
1761
1995
  var se_CreatePartnerInputCommand = /* @__PURE__ */ __name(async (input, context) => {
1762
1996
  const b = (0, import_core.requestBuilder)(input, context);
1763
1997
  const headers = {
@@ -1820,6 +2054,16 @@ var se_DeleteChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
1820
2054
  b.m("DELETE").h(headers).b(body);
1821
2055
  return b.build();
1822
2056
  }, "se_DeleteChannelCommand");
2057
+ var se_DeleteChannelPlacementGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
2058
+ const b = (0, import_core.requestBuilder)(input, context);
2059
+ const headers = {};
2060
+ b.bp("/prod/clusters/{ClusterId}/channelplacementgroups/{ChannelPlacementGroupId}");
2061
+ b.p("ChannelPlacementGroupId", () => input.ChannelPlacementGroupId, "{ChannelPlacementGroupId}", false);
2062
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
2063
+ let body;
2064
+ b.m("DELETE").h(headers).b(body);
2065
+ return b.build();
2066
+ }, "se_DeleteChannelPlacementGroupCommand");
1823
2067
  var se_DeleteCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
1824
2068
  const b = (0, import_core.requestBuilder)(input, context);
1825
2069
  const headers = {};
@@ -1838,6 +2082,15 @@ var se_DeleteCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async
1838
2082
  b.m("DELETE").h(headers).b(body);
1839
2083
  return b.build();
1840
2084
  }, "se_DeleteCloudWatchAlarmTemplateGroupCommand");
2085
+ var se_DeleteClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
2086
+ const b = (0, import_core.requestBuilder)(input, context);
2087
+ const headers = {};
2088
+ b.bp("/prod/clusters/{ClusterId}");
2089
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
2090
+ let body;
2091
+ b.m("DELETE").h(headers).b(body);
2092
+ return b.build();
2093
+ }, "se_DeleteClusterCommand");
1841
2094
  var se_DeleteEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
1842
2095
  const b = (0, import_core.requestBuilder)(input, context);
1843
2096
  const headers = {};
@@ -1893,6 +2146,25 @@ var se_DeleteMultiplexProgramCommand = /* @__PURE__ */ __name(async (input, cont
1893
2146
  b.m("DELETE").h(headers).b(body);
1894
2147
  return b.build();
1895
2148
  }, "se_DeleteMultiplexProgramCommand");
2149
+ var se_DeleteNetworkCommand = /* @__PURE__ */ __name(async (input, context) => {
2150
+ const b = (0, import_core.requestBuilder)(input, context);
2151
+ const headers = {};
2152
+ b.bp("/prod/networks/{NetworkId}");
2153
+ b.p("NetworkId", () => input.NetworkId, "{NetworkId}", false);
2154
+ let body;
2155
+ b.m("DELETE").h(headers).b(body);
2156
+ return b.build();
2157
+ }, "se_DeleteNetworkCommand");
2158
+ var se_DeleteNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
2159
+ const b = (0, import_core.requestBuilder)(input, context);
2160
+ const headers = {};
2161
+ b.bp("/prod/clusters/{ClusterId}/nodes/{NodeId}");
2162
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
2163
+ b.p("NodeId", () => input.NodeId, "{NodeId}", false);
2164
+ let body;
2165
+ b.m("DELETE").h(headers).b(body);
2166
+ return b.build();
2167
+ }, "se_DeleteNodeCommand");
1896
2168
  var se_DeleteReservationCommand = /* @__PURE__ */ __name(async (input, context) => {
1897
2169
  const b = (0, import_core.requestBuilder)(input, context);
1898
2170
  const headers = {};
@@ -1952,6 +2224,25 @@ var se_DescribeChannelCommand = /* @__PURE__ */ __name(async (input, context) =>
1952
2224
  b.m("GET").h(headers).b(body);
1953
2225
  return b.build();
1954
2226
  }, "se_DescribeChannelCommand");
2227
+ var se_DescribeChannelPlacementGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
2228
+ const b = (0, import_core.requestBuilder)(input, context);
2229
+ const headers = {};
2230
+ b.bp("/prod/clusters/{ClusterId}/channelplacementgroups/{ChannelPlacementGroupId}");
2231
+ b.p("ChannelPlacementGroupId", () => input.ChannelPlacementGroupId, "{ChannelPlacementGroupId}", false);
2232
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
2233
+ let body;
2234
+ b.m("GET").h(headers).b(body);
2235
+ return b.build();
2236
+ }, "se_DescribeChannelPlacementGroupCommand");
2237
+ var se_DescribeClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
2238
+ const b = (0, import_core.requestBuilder)(input, context);
2239
+ const headers = {};
2240
+ b.bp("/prod/clusters/{ClusterId}");
2241
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
2242
+ let body;
2243
+ b.m("GET").h(headers).b(body);
2244
+ return b.build();
2245
+ }, "se_DescribeClusterCommand");
1955
2246
  var se_DescribeInputCommand = /* @__PURE__ */ __name(async (input, context) => {
1956
2247
  const b = (0, import_core.requestBuilder)(input, context);
1957
2248
  const headers = {};
@@ -2009,6 +2300,25 @@ var se_DescribeMultiplexProgramCommand = /* @__PURE__ */ __name(async (input, co
2009
2300
  b.m("GET").h(headers).b(body);
2010
2301
  return b.build();
2011
2302
  }, "se_DescribeMultiplexProgramCommand");
2303
+ var se_DescribeNetworkCommand = /* @__PURE__ */ __name(async (input, context) => {
2304
+ const b = (0, import_core.requestBuilder)(input, context);
2305
+ const headers = {};
2306
+ b.bp("/prod/networks/{NetworkId}");
2307
+ b.p("NetworkId", () => input.NetworkId, "{NetworkId}", false);
2308
+ let body;
2309
+ b.m("GET").h(headers).b(body);
2310
+ return b.build();
2311
+ }, "se_DescribeNetworkCommand");
2312
+ var se_DescribeNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
2313
+ const b = (0, import_core.requestBuilder)(input, context);
2314
+ const headers = {};
2315
+ b.bp("/prod/clusters/{ClusterId}/nodes/{NodeId}");
2316
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
2317
+ b.p("NodeId", () => input.NodeId, "{NodeId}", false);
2318
+ let body;
2319
+ b.m("GET").h(headers).b(body);
2320
+ return b.build();
2321
+ }, "se_DescribeNodeCommand");
2012
2322
  var se_DescribeOfferingCommand = /* @__PURE__ */ __name(async (input, context) => {
2013
2323
  const b = (0, import_core.requestBuilder)(input, context);
2014
2324
  const headers = {};
@@ -2098,6 +2408,19 @@ var se_GetSignalMapCommand = /* @__PURE__ */ __name(async (input, context) => {
2098
2408
  b.m("GET").h(headers).b(body);
2099
2409
  return b.build();
2100
2410
  }, "se_GetSignalMapCommand");
2411
+ var se_ListChannelPlacementGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
2412
+ const b = (0, import_core.requestBuilder)(input, context);
2413
+ const headers = {};
2414
+ b.bp("/prod/clusters/{ClusterId}/channelplacementgroups");
2415
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
2416
+ const query = (0, import_smithy_client.map)({
2417
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
2418
+ [_nT]: [, input[_NT]]
2419
+ });
2420
+ let body;
2421
+ b.m("GET").h(headers).q(query).b(body);
2422
+ return b.build();
2423
+ }, "se_ListChannelPlacementGroupsCommand");
2101
2424
  var se_ListChannelsCommand = /* @__PURE__ */ __name(async (input, context) => {
2102
2425
  const b = (0, import_core.requestBuilder)(input, context);
2103
2426
  const headers = {};
@@ -2139,13 +2462,25 @@ var se_ListCloudWatchAlarmTemplatesCommand = /* @__PURE__ */ __name(async (input
2139
2462
  b.m("GET").h(headers).q(query).b(body);
2140
2463
  return b.build();
2141
2464
  }, "se_ListCloudWatchAlarmTemplatesCommand");
2142
- var se_ListEventBridgeRuleTemplateGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
2465
+ var se_ListClustersCommand = /* @__PURE__ */ __name(async (input, context) => {
2143
2466
  const b = (0, import_core.requestBuilder)(input, context);
2144
2467
  const headers = {};
2145
- b.bp("/prod/eventbridge-rule-template-groups");
2468
+ b.bp("/prod/clusters");
2146
2469
  const query = (0, import_smithy_client.map)({
2147
2470
  [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
2148
- [_nT]: [, input[_NT]],
2471
+ [_nT]: [, input[_NT]]
2472
+ });
2473
+ let body;
2474
+ b.m("GET").h(headers).q(query).b(body);
2475
+ return b.build();
2476
+ }, "se_ListClustersCommand");
2477
+ var se_ListEventBridgeRuleTemplateGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
2478
+ const b = (0, import_core.requestBuilder)(input, context);
2479
+ const headers = {};
2480
+ b.bp("/prod/eventbridge-rule-template-groups");
2481
+ const query = (0, import_smithy_client.map)({
2482
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
2483
+ [_nT]: [, input[_NT]],
2149
2484
  [_sMI]: [, input[_SMI]]
2150
2485
  });
2151
2486
  let body;
@@ -2240,6 +2575,31 @@ var se_ListMultiplexProgramsCommand = /* @__PURE__ */ __name(async (input, conte
2240
2575
  b.m("GET").h(headers).q(query).b(body);
2241
2576
  return b.build();
2242
2577
  }, "se_ListMultiplexProgramsCommand");
2578
+ var se_ListNetworksCommand = /* @__PURE__ */ __name(async (input, context) => {
2579
+ const b = (0, import_core.requestBuilder)(input, context);
2580
+ const headers = {};
2581
+ b.bp("/prod/networks");
2582
+ const query = (0, import_smithy_client.map)({
2583
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
2584
+ [_nT]: [, input[_NT]]
2585
+ });
2586
+ let body;
2587
+ b.m("GET").h(headers).q(query).b(body);
2588
+ return b.build();
2589
+ }, "se_ListNetworksCommand");
2590
+ var se_ListNodesCommand = /* @__PURE__ */ __name(async (input, context) => {
2591
+ const b = (0, import_core.requestBuilder)(input, context);
2592
+ const headers = {};
2593
+ b.bp("/prod/clusters/{ClusterId}/nodes");
2594
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
2595
+ const query = (0, import_smithy_client.map)({
2596
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
2597
+ [_nT]: [, input[_NT]]
2598
+ });
2599
+ let body;
2600
+ b.m("GET").h(headers).q(query).b(body);
2601
+ return b.build();
2602
+ }, "se_ListNodesCommand");
2243
2603
  var se_ListOfferingsCommand = /* @__PURE__ */ __name(async (input, context) => {
2244
2604
  const b = (0, import_core.requestBuilder)(input, context);
2245
2605
  const headers = {};
@@ -2550,6 +2910,24 @@ var se_UpdateChannelClassCommand = /* @__PURE__ */ __name(async (input, context)
2550
2910
  b.m("PUT").h(headers).b(body);
2551
2911
  return b.build();
2552
2912
  }, "se_UpdateChannelClassCommand");
2913
+ var se_UpdateChannelPlacementGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
2914
+ const b = (0, import_core.requestBuilder)(input, context);
2915
+ const headers = {
2916
+ "content-type": "application/json"
2917
+ };
2918
+ b.bp("/prod/clusters/{ClusterId}/channelplacementgroups/{ChannelPlacementGroupId}");
2919
+ b.p("ChannelPlacementGroupId", () => input.ChannelPlacementGroupId, "{ChannelPlacementGroupId}", false);
2920
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
2921
+ let body;
2922
+ body = JSON.stringify(
2923
+ (0, import_smithy_client.take)(input, {
2924
+ name: [, , `Name`],
2925
+ nodes: [, (_) => (0, import_smithy_client._json)(_), `Nodes`]
2926
+ })
2927
+ );
2928
+ b.m("PUT").h(headers).b(body);
2929
+ return b.build();
2930
+ }, "se_UpdateChannelPlacementGroupCommand");
2553
2931
  var se_UpdateCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
2554
2932
  const b = (0, import_core.requestBuilder)(input, context);
2555
2933
  const headers = {
@@ -2593,6 +2971,23 @@ var se_UpdateCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async
2593
2971
  b.m("PATCH").h(headers).b(body);
2594
2972
  return b.build();
2595
2973
  }, "se_UpdateCloudWatchAlarmTemplateGroupCommand");
2974
+ var se_UpdateClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
2975
+ const b = (0, import_core.requestBuilder)(input, context);
2976
+ const headers = {
2977
+ "content-type": "application/json"
2978
+ };
2979
+ b.bp("/prod/clusters/{ClusterId}");
2980
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
2981
+ let body;
2982
+ body = JSON.stringify(
2983
+ (0, import_smithy_client.take)(input, {
2984
+ name: [, , `Name`],
2985
+ networkSettings: [, (_) => se_ClusterNetworkSettingsUpdateRequest(_, context), `NetworkSettings`]
2986
+ })
2987
+ );
2988
+ b.m("PUT").h(headers).b(body);
2989
+ return b.build();
2990
+ }, "se_UpdateClusterCommand");
2596
2991
  var se_UpdateEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
2597
2992
  const b = (0, import_core.requestBuilder)(input, context);
2598
2993
  const headers = {
@@ -2643,6 +3038,7 @@ var se_UpdateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
2643
3038
  inputDevices: [, (_) => se___listOfInputDeviceRequest(_, context), `InputDevices`],
2644
3039
  inputSecurityGroups: [, (_) => (0, import_smithy_client._json)(_), `InputSecurityGroups`],
2645
3040
  mediaConnectFlows: [, (_) => se___listOfMediaConnectFlowRequest(_, context), `MediaConnectFlows`],
3041
+ multicastSettings: [, (_) => se_MulticastSettingsUpdateRequest(_, context), `MulticastSettings`],
2646
3042
  name: [, , `Name`],
2647
3043
  roleArn: [, , `RoleArn`],
2648
3044
  sources: [, (_) => se___listOfInputSourceRequest(_, context), `Sources`],
@@ -2723,6 +3119,59 @@ var se_UpdateMultiplexProgramCommand = /* @__PURE__ */ __name(async (input, cont
2723
3119
  b.m("PUT").h(headers).b(body);
2724
3120
  return b.build();
2725
3121
  }, "se_UpdateMultiplexProgramCommand");
3122
+ var se_UpdateNetworkCommand = /* @__PURE__ */ __name(async (input, context) => {
3123
+ const b = (0, import_core.requestBuilder)(input, context);
3124
+ const headers = {
3125
+ "content-type": "application/json"
3126
+ };
3127
+ b.bp("/prod/networks/{NetworkId}");
3128
+ b.p("NetworkId", () => input.NetworkId, "{NetworkId}", false);
3129
+ let body;
3130
+ body = JSON.stringify(
3131
+ (0, import_smithy_client.take)(input, {
3132
+ ipPools: [, (_) => se___listOfIpPoolUpdateRequest(_, context), `IpPools`],
3133
+ name: [, , `Name`],
3134
+ routes: [, (_) => se___listOfRouteUpdateRequest(_, context), `Routes`]
3135
+ })
3136
+ );
3137
+ b.m("PUT").h(headers).b(body);
3138
+ return b.build();
3139
+ }, "se_UpdateNetworkCommand");
3140
+ var se_UpdateNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
3141
+ const b = (0, import_core.requestBuilder)(input, context);
3142
+ const headers = {
3143
+ "content-type": "application/json"
3144
+ };
3145
+ b.bp("/prod/clusters/{ClusterId}/nodes/{NodeId}");
3146
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
3147
+ b.p("NodeId", () => input.NodeId, "{NodeId}", false);
3148
+ let body;
3149
+ body = JSON.stringify(
3150
+ (0, import_smithy_client.take)(input, {
3151
+ name: [, , `Name`],
3152
+ role: [, , `Role`]
3153
+ })
3154
+ );
3155
+ b.m("PUT").h(headers).b(body);
3156
+ return b.build();
3157
+ }, "se_UpdateNodeCommand");
3158
+ var se_UpdateNodeStateCommand = /* @__PURE__ */ __name(async (input, context) => {
3159
+ const b = (0, import_core.requestBuilder)(input, context);
3160
+ const headers = {
3161
+ "content-type": "application/json"
3162
+ };
3163
+ b.bp("/prod/clusters/{ClusterId}/nodes/{NodeId}/state");
3164
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
3165
+ b.p("NodeId", () => input.NodeId, "{NodeId}", false);
3166
+ let body;
3167
+ body = JSON.stringify(
3168
+ (0, import_smithy_client.take)(input, {
3169
+ state: [, , `State`]
3170
+ })
3171
+ );
3172
+ b.m("PUT").h(headers).b(body);
3173
+ return b.build();
3174
+ }, "se_UpdateNodeStateCommand");
2726
3175
  var se_UpdateReservationCommand = /* @__PURE__ */ __name(async (input, context) => {
2727
3176
  const b = (0, import_core.requestBuilder)(input, context);
2728
3177
  const headers = {
@@ -2844,6 +3293,26 @@ var de_CreateChannelCommand = /* @__PURE__ */ __name(async (output, context) =>
2844
3293
  Object.assign(contents, doc);
2845
3294
  return contents;
2846
3295
  }, "de_CreateChannelCommand");
3296
+ var de_CreateChannelPlacementGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
3297
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
3298
+ return de_CommandError(output, context);
3299
+ }
3300
+ const contents = (0, import_smithy_client.map)({
3301
+ $metadata: deserializeMetadata(output)
3302
+ });
3303
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3304
+ const doc = (0, import_smithy_client.take)(data, {
3305
+ Arn: [, import_smithy_client.expectString, `arn`],
3306
+ Channels: [, import_smithy_client._json, `channels`],
3307
+ ClusterId: [, import_smithy_client.expectString, `clusterId`],
3308
+ Id: [, import_smithy_client.expectString, `id`],
3309
+ Name: [, import_smithy_client.expectString, `name`],
3310
+ Nodes: [, import_smithy_client._json, `nodes`],
3311
+ State: [, import_smithy_client.expectString, `state`]
3312
+ });
3313
+ Object.assign(contents, doc);
3314
+ return contents;
3315
+ }, "de_CreateChannelPlacementGroupCommand");
2847
3316
  var de_CreateCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
2848
3317
  if (output.statusCode !== 201 && output.statusCode >= 300) {
2849
3318
  return de_CommandError(output, context);
@@ -2894,6 +3363,27 @@ var de_CreateCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async
2894
3363
  Object.assign(contents, doc);
2895
3364
  return contents;
2896
3365
  }, "de_CreateCloudWatchAlarmTemplateGroupCommand");
3366
+ var de_CreateClusterCommand = /* @__PURE__ */ __name(async (output, context) => {
3367
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
3368
+ return de_CommandError(output, context);
3369
+ }
3370
+ const contents = (0, import_smithy_client.map)({
3371
+ $metadata: deserializeMetadata(output)
3372
+ });
3373
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3374
+ const doc = (0, import_smithy_client.take)(data, {
3375
+ Arn: [, import_smithy_client.expectString, `arn`],
3376
+ ChannelIds: [, import_smithy_client._json, `channelIds`],
3377
+ ClusterType: [, import_smithy_client.expectString, `clusterType`],
3378
+ Id: [, import_smithy_client.expectString, `id`],
3379
+ InstanceRoleArn: [, import_smithy_client.expectString, `instanceRoleArn`],
3380
+ Name: [, import_smithy_client.expectString, `name`],
3381
+ NetworkSettings: [, (_) => de_ClusterNetworkSettings(_, context), `networkSettings`],
3382
+ State: [, import_smithy_client.expectString, `state`]
3383
+ });
3384
+ Object.assign(contents, doc);
3385
+ return contents;
3386
+ }, "de_CreateClusterCommand");
2897
3387
  var de_CreateEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
2898
3388
  if (output.statusCode !== 201 && output.statusCode >= 300) {
2899
3389
  return de_CommandError(output, context);
@@ -2993,6 +3483,63 @@ var de_CreateMultiplexProgramCommand = /* @__PURE__ */ __name(async (output, con
2993
3483
  Object.assign(contents, doc);
2994
3484
  return contents;
2995
3485
  }, "de_CreateMultiplexProgramCommand");
3486
+ var de_CreateNetworkCommand = /* @__PURE__ */ __name(async (output, context) => {
3487
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
3488
+ return de_CommandError(output, context);
3489
+ }
3490
+ const contents = (0, import_smithy_client.map)({
3491
+ $metadata: deserializeMetadata(output)
3492
+ });
3493
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3494
+ const doc = (0, import_smithy_client.take)(data, {
3495
+ Arn: [, import_smithy_client.expectString, `arn`],
3496
+ AssociatedClusterIds: [, import_smithy_client._json, `associatedClusterIds`],
3497
+ Id: [, import_smithy_client.expectString, `id`],
3498
+ IpPools: [, (_) => de___listOfIpPool(_, context), `ipPools`],
3499
+ Name: [, import_smithy_client.expectString, `name`],
3500
+ Routes: [, (_) => de___listOfRoute(_, context), `routes`],
3501
+ State: [, import_smithy_client.expectString, `state`]
3502
+ });
3503
+ Object.assign(contents, doc);
3504
+ return contents;
3505
+ }, "de_CreateNetworkCommand");
3506
+ var de_CreateNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
3507
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
3508
+ return de_CommandError(output, context);
3509
+ }
3510
+ const contents = (0, import_smithy_client.map)({
3511
+ $metadata: deserializeMetadata(output)
3512
+ });
3513
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3514
+ const doc = (0, import_smithy_client.take)(data, {
3515
+ Arn: [, import_smithy_client.expectString, `arn`],
3516
+ ChannelPlacementGroups: [, import_smithy_client._json, `channelPlacementGroups`],
3517
+ ClusterId: [, import_smithy_client.expectString, `clusterId`],
3518
+ ConnectionState: [, import_smithy_client.expectString, `connectionState`],
3519
+ Id: [, import_smithy_client.expectString, `id`],
3520
+ InstanceArn: [, import_smithy_client.expectString, `instanceArn`],
3521
+ Name: [, import_smithy_client.expectString, `name`],
3522
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
3523
+ Role: [, import_smithy_client.expectString, `role`],
3524
+ State: [, import_smithy_client.expectString, `state`]
3525
+ });
3526
+ Object.assign(contents, doc);
3527
+ return contents;
3528
+ }, "de_CreateNodeCommand");
3529
+ var de_CreateNodeRegistrationScriptCommand = /* @__PURE__ */ __name(async (output, context) => {
3530
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3531
+ return de_CommandError(output, context);
3532
+ }
3533
+ const contents = (0, import_smithy_client.map)({
3534
+ $metadata: deserializeMetadata(output)
3535
+ });
3536
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3537
+ const doc = (0, import_smithy_client.take)(data, {
3538
+ NodeRegistrationScript: [, import_smithy_client.expectString, `nodeRegistrationScript`]
3539
+ });
3540
+ Object.assign(contents, doc);
3541
+ return contents;
3542
+ }, "de_CreateNodeRegistrationScriptCommand");
2996
3543
  var de_CreatePartnerInputCommand = /* @__PURE__ */ __name(async (output, context) => {
2997
3544
  if (output.statusCode !== 201 && output.statusCode >= 300) {
2998
3545
  return de_CommandError(output, context);
@@ -3061,6 +3608,7 @@ var de_DeleteChannelCommand = /* @__PURE__ */ __name(async (output, context) =>
3061
3608
  });
3062
3609
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3063
3610
  const doc = (0, import_smithy_client.take)(data, {
3611
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
3064
3612
  Arn: [, import_smithy_client.expectString, `arn`],
3065
3613
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
3066
3614
  ChannelClass: [, import_smithy_client.expectString, `channelClass`],
@@ -3083,6 +3631,26 @@ var de_DeleteChannelCommand = /* @__PURE__ */ __name(async (output, context) =>
3083
3631
  Object.assign(contents, doc);
3084
3632
  return contents;
3085
3633
  }, "de_DeleteChannelCommand");
3634
+ var de_DeleteChannelPlacementGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
3635
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3636
+ return de_CommandError(output, context);
3637
+ }
3638
+ const contents = (0, import_smithy_client.map)({
3639
+ $metadata: deserializeMetadata(output)
3640
+ });
3641
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3642
+ const doc = (0, import_smithy_client.take)(data, {
3643
+ Arn: [, import_smithy_client.expectString, `arn`],
3644
+ Channels: [, import_smithy_client._json, `channels`],
3645
+ ClusterId: [, import_smithy_client.expectString, `clusterId`],
3646
+ Id: [, import_smithy_client.expectString, `id`],
3647
+ Name: [, import_smithy_client.expectString, `name`],
3648
+ Nodes: [, import_smithy_client._json, `nodes`],
3649
+ State: [, import_smithy_client.expectString, `state`]
3650
+ });
3651
+ Object.assign(contents, doc);
3652
+ return contents;
3653
+ }, "de_DeleteChannelPlacementGroupCommand");
3086
3654
  var de_DeleteCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
3087
3655
  if (output.statusCode !== 204 && output.statusCode >= 300) {
3088
3656
  return de_CommandError(output, context);
@@ -3103,6 +3671,27 @@ var de_DeleteCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async
3103
3671
  await (0, import_smithy_client.collectBody)(output.body, context);
3104
3672
  return contents;
3105
3673
  }, "de_DeleteCloudWatchAlarmTemplateGroupCommand");
3674
+ var de_DeleteClusterCommand = /* @__PURE__ */ __name(async (output, context) => {
3675
+ if (output.statusCode !== 202 && output.statusCode >= 300) {
3676
+ return de_CommandError(output, context);
3677
+ }
3678
+ const contents = (0, import_smithy_client.map)({
3679
+ $metadata: deserializeMetadata(output)
3680
+ });
3681
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3682
+ const doc = (0, import_smithy_client.take)(data, {
3683
+ Arn: [, import_smithy_client.expectString, `arn`],
3684
+ ChannelIds: [, import_smithy_client._json, `channelIds`],
3685
+ ClusterType: [, import_smithy_client.expectString, `clusterType`],
3686
+ Id: [, import_smithy_client.expectString, `id`],
3687
+ InstanceRoleArn: [, import_smithy_client.expectString, `instanceRoleArn`],
3688
+ Name: [, import_smithy_client.expectString, `name`],
3689
+ NetworkSettings: [, (_) => de_ClusterNetworkSettings(_, context), `networkSettings`],
3690
+ State: [, import_smithy_client.expectString, `state`]
3691
+ });
3692
+ Object.assign(contents, doc);
3693
+ return contents;
3694
+ }, "de_DeleteClusterCommand");
3106
3695
  var de_DeleteEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
3107
3696
  if (output.statusCode !== 204 && output.statusCode >= 300) {
3108
3697
  return de_CommandError(output, context);
@@ -3184,6 +3773,49 @@ var de_DeleteMultiplexProgramCommand = /* @__PURE__ */ __name(async (output, con
3184
3773
  Object.assign(contents, doc);
3185
3774
  return contents;
3186
3775
  }, "de_DeleteMultiplexProgramCommand");
3776
+ var de_DeleteNetworkCommand = /* @__PURE__ */ __name(async (output, context) => {
3777
+ if (output.statusCode !== 202 && output.statusCode >= 300) {
3778
+ return de_CommandError(output, context);
3779
+ }
3780
+ const contents = (0, import_smithy_client.map)({
3781
+ $metadata: deserializeMetadata(output)
3782
+ });
3783
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3784
+ const doc = (0, import_smithy_client.take)(data, {
3785
+ Arn: [, import_smithy_client.expectString, `arn`],
3786
+ AssociatedClusterIds: [, import_smithy_client._json, `associatedClusterIds`],
3787
+ Id: [, import_smithy_client.expectString, `id`],
3788
+ IpPools: [, (_) => de___listOfIpPool(_, context), `ipPools`],
3789
+ Name: [, import_smithy_client.expectString, `name`],
3790
+ Routes: [, (_) => de___listOfRoute(_, context), `routes`],
3791
+ State: [, import_smithy_client.expectString, `state`]
3792
+ });
3793
+ Object.assign(contents, doc);
3794
+ return contents;
3795
+ }, "de_DeleteNetworkCommand");
3796
+ var de_DeleteNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
3797
+ if (output.statusCode !== 202 && output.statusCode >= 300) {
3798
+ return de_CommandError(output, context);
3799
+ }
3800
+ const contents = (0, import_smithy_client.map)({
3801
+ $metadata: deserializeMetadata(output)
3802
+ });
3803
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3804
+ const doc = (0, import_smithy_client.take)(data, {
3805
+ Arn: [, import_smithy_client.expectString, `arn`],
3806
+ ChannelPlacementGroups: [, import_smithy_client._json, `channelPlacementGroups`],
3807
+ ClusterId: [, import_smithy_client.expectString, `clusterId`],
3808
+ ConnectionState: [, import_smithy_client.expectString, `connectionState`],
3809
+ Id: [, import_smithy_client.expectString, `id`],
3810
+ InstanceArn: [, import_smithy_client.expectString, `instanceArn`],
3811
+ Name: [, import_smithy_client.expectString, `name`],
3812
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
3813
+ Role: [, import_smithy_client.expectString, `role`],
3814
+ State: [, import_smithy_client.expectString, `state`]
3815
+ });
3816
+ Object.assign(contents, doc);
3817
+ return contents;
3818
+ }, "de_DeleteNodeCommand");
3187
3819
  var de_DeleteReservationCommand = /* @__PURE__ */ __name(async (output, context) => {
3188
3820
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3189
3821
  return de_CommandError(output, context);
@@ -3269,6 +3901,7 @@ var de_DescribeChannelCommand = /* @__PURE__ */ __name(async (output, context) =
3269
3901
  });
3270
3902
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3271
3903
  const doc = (0, import_smithy_client.take)(data, {
3904
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
3272
3905
  Arn: [, import_smithy_client.expectString, `arn`],
3273
3906
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
3274
3907
  ChannelClass: [, import_smithy_client.expectString, `channelClass`],
@@ -3291,6 +3924,47 @@ var de_DescribeChannelCommand = /* @__PURE__ */ __name(async (output, context) =
3291
3924
  Object.assign(contents, doc);
3292
3925
  return contents;
3293
3926
  }, "de_DescribeChannelCommand");
3927
+ var de_DescribeChannelPlacementGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
3928
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3929
+ return de_CommandError(output, context);
3930
+ }
3931
+ const contents = (0, import_smithy_client.map)({
3932
+ $metadata: deserializeMetadata(output)
3933
+ });
3934
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3935
+ const doc = (0, import_smithy_client.take)(data, {
3936
+ Arn: [, import_smithy_client.expectString, `arn`],
3937
+ Channels: [, import_smithy_client._json, `channels`],
3938
+ ClusterId: [, import_smithy_client.expectString, `clusterId`],
3939
+ Id: [, import_smithy_client.expectString, `id`],
3940
+ Name: [, import_smithy_client.expectString, `name`],
3941
+ Nodes: [, import_smithy_client._json, `nodes`],
3942
+ State: [, import_smithy_client.expectString, `state`]
3943
+ });
3944
+ Object.assign(contents, doc);
3945
+ return contents;
3946
+ }, "de_DescribeChannelPlacementGroupCommand");
3947
+ var de_DescribeClusterCommand = /* @__PURE__ */ __name(async (output, context) => {
3948
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3949
+ return de_CommandError(output, context);
3950
+ }
3951
+ const contents = (0, import_smithy_client.map)({
3952
+ $metadata: deserializeMetadata(output)
3953
+ });
3954
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3955
+ const doc = (0, import_smithy_client.take)(data, {
3956
+ Arn: [, import_smithy_client.expectString, `arn`],
3957
+ ChannelIds: [, import_smithy_client._json, `channelIds`],
3958
+ ClusterType: [, import_smithy_client.expectString, `clusterType`],
3959
+ Id: [, import_smithy_client.expectString, `id`],
3960
+ InstanceRoleArn: [, import_smithy_client.expectString, `instanceRoleArn`],
3961
+ Name: [, import_smithy_client.expectString, `name`],
3962
+ NetworkSettings: [, (_) => de_ClusterNetworkSettings(_, context), `networkSettings`],
3963
+ State: [, import_smithy_client.expectString, `state`]
3964
+ });
3965
+ Object.assign(contents, doc);
3966
+ return contents;
3967
+ }, "de_DescribeClusterCommand");
3294
3968
  var de_DescribeInputCommand = /* @__PURE__ */ __name(async (output, context) => {
3295
3969
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3296
3970
  return de_CommandError(output, context);
@@ -3306,9 +3980,11 @@ var de_DescribeInputCommand = /* @__PURE__ */ __name(async (output, context) =>
3306
3980
  Id: [, import_smithy_client.expectString, `id`],
3307
3981
  InputClass: [, import_smithy_client.expectString, `inputClass`],
3308
3982
  InputDevices: [, (_) => de___listOfInputDeviceSettings(_, context), `inputDevices`],
3983
+ InputNetworkLocation: [, import_smithy_client.expectString, `inputNetworkLocation`],
3309
3984
  InputPartnerIds: [, import_smithy_client._json, `inputPartnerIds`],
3310
3985
  InputSourceType: [, import_smithy_client.expectString, `inputSourceType`],
3311
3986
  MediaConnectFlows: [, (_) => de___listOfMediaConnectFlow(_, context), `mediaConnectFlows`],
3987
+ MulticastSettings: [, (_) => de_MulticastSettings(_, context), `multicastSettings`],
3312
3988
  Name: [, import_smithy_client.expectString, `name`],
3313
3989
  RoleArn: [, import_smithy_client.expectString, `roleArn`],
3314
3990
  SecurityGroups: [, import_smithy_client._json, `securityGroups`],
@@ -3426,7 +4102,7 @@ var de_DescribeMultiplexProgramCommand = /* @__PURE__ */ __name(async (output, c
3426
4102
  Object.assign(contents, doc);
3427
4103
  return contents;
3428
4104
  }, "de_DescribeMultiplexProgramCommand");
3429
- var de_DescribeOfferingCommand = /* @__PURE__ */ __name(async (output, context) => {
4105
+ var de_DescribeNetworkCommand = /* @__PURE__ */ __name(async (output, context) => {
3430
4106
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3431
4107
  return de_CommandError(output, context);
3432
4108
  }
@@ -3436,9 +4112,52 @@ var de_DescribeOfferingCommand = /* @__PURE__ */ __name(async (output, context)
3436
4112
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3437
4113
  const doc = (0, import_smithy_client.take)(data, {
3438
4114
  Arn: [, import_smithy_client.expectString, `arn`],
3439
- CurrencyCode: [, import_smithy_client.expectString, `currencyCode`],
3440
- Duration: [, import_smithy_client.expectInt32, `duration`],
3441
- DurationUnits: [, import_smithy_client.expectString, `durationUnits`],
4115
+ AssociatedClusterIds: [, import_smithy_client._json, `associatedClusterIds`],
4116
+ Id: [, import_smithy_client.expectString, `id`],
4117
+ IpPools: [, (_) => de___listOfIpPool(_, context), `ipPools`],
4118
+ Name: [, import_smithy_client.expectString, `name`],
4119
+ Routes: [, (_) => de___listOfRoute(_, context), `routes`],
4120
+ State: [, import_smithy_client.expectString, `state`]
4121
+ });
4122
+ Object.assign(contents, doc);
4123
+ return contents;
4124
+ }, "de_DescribeNetworkCommand");
4125
+ var de_DescribeNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
4126
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4127
+ return de_CommandError(output, context);
4128
+ }
4129
+ const contents = (0, import_smithy_client.map)({
4130
+ $metadata: deserializeMetadata(output)
4131
+ });
4132
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4133
+ const doc = (0, import_smithy_client.take)(data, {
4134
+ Arn: [, import_smithy_client.expectString, `arn`],
4135
+ ChannelPlacementGroups: [, import_smithy_client._json, `channelPlacementGroups`],
4136
+ ClusterId: [, import_smithy_client.expectString, `clusterId`],
4137
+ ConnectionState: [, import_smithy_client.expectString, `connectionState`],
4138
+ Id: [, import_smithy_client.expectString, `id`],
4139
+ InstanceArn: [, import_smithy_client.expectString, `instanceArn`],
4140
+ Name: [, import_smithy_client.expectString, `name`],
4141
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
4142
+ Role: [, import_smithy_client.expectString, `role`],
4143
+ State: [, import_smithy_client.expectString, `state`]
4144
+ });
4145
+ Object.assign(contents, doc);
4146
+ return contents;
4147
+ }, "de_DescribeNodeCommand");
4148
+ var de_DescribeOfferingCommand = /* @__PURE__ */ __name(async (output, context) => {
4149
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4150
+ return de_CommandError(output, context);
4151
+ }
4152
+ const contents = (0, import_smithy_client.map)({
4153
+ $metadata: deserializeMetadata(output)
4154
+ });
4155
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4156
+ const doc = (0, import_smithy_client.take)(data, {
4157
+ Arn: [, import_smithy_client.expectString, `arn`],
4158
+ CurrencyCode: [, import_smithy_client.expectString, `currencyCode`],
4159
+ Duration: [, import_smithy_client.expectInt32, `duration`],
4160
+ DurationUnits: [, import_smithy_client.expectString, `durationUnits`],
3442
4161
  FixedPrice: [, import_smithy_client.limitedParseDouble, `fixedPrice`],
3443
4162
  OfferingDescription: [, import_smithy_client.expectString, `offeringDescription`],
3444
4163
  OfferingId: [, import_smithy_client.expectString, `offeringId`],
@@ -3639,6 +4358,25 @@ var de_GetSignalMapCommand = /* @__PURE__ */ __name(async (output, context) => {
3639
4358
  Object.assign(contents, doc);
3640
4359
  return contents;
3641
4360
  }, "de_GetSignalMapCommand");
4361
+ var de_ListChannelPlacementGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
4362
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4363
+ return de_CommandError(output, context);
4364
+ }
4365
+ const contents = (0, import_smithy_client.map)({
4366
+ $metadata: deserializeMetadata(output)
4367
+ });
4368
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4369
+ const doc = (0, import_smithy_client.take)(data, {
4370
+ ChannelPlacementGroups: [
4371
+ ,
4372
+ (_) => de___listOfDescribeChannelPlacementGroupSummary(_, context),
4373
+ `channelPlacementGroups`
4374
+ ],
4375
+ NextToken: [, import_smithy_client.expectString, `nextToken`]
4376
+ });
4377
+ Object.assign(contents, doc);
4378
+ return contents;
4379
+ }, "de_ListChannelPlacementGroupsCommand");
3642
4380
  var de_ListChannelsCommand = /* @__PURE__ */ __name(async (output, context) => {
3643
4381
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3644
4382
  return de_CommandError(output, context);
@@ -3692,6 +4430,21 @@ var de_ListCloudWatchAlarmTemplatesCommand = /* @__PURE__ */ __name(async (outpu
3692
4430
  Object.assign(contents, doc);
3693
4431
  return contents;
3694
4432
  }, "de_ListCloudWatchAlarmTemplatesCommand");
4433
+ var de_ListClustersCommand = /* @__PURE__ */ __name(async (output, context) => {
4434
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4435
+ return de_CommandError(output, context);
4436
+ }
4437
+ const contents = (0, import_smithy_client.map)({
4438
+ $metadata: deserializeMetadata(output)
4439
+ });
4440
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4441
+ const doc = (0, import_smithy_client.take)(data, {
4442
+ Clusters: [, (_) => de___listOfDescribeClusterSummary(_, context), `clusters`],
4443
+ NextToken: [, import_smithy_client.expectString, `nextToken`]
4444
+ });
4445
+ Object.assign(contents, doc);
4446
+ return contents;
4447
+ }, "de_ListClustersCommand");
3695
4448
  var de_ListEventBridgeRuleTemplateGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
3696
4449
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3697
4450
  return de_CommandError(output, context);
@@ -3820,6 +4573,36 @@ var de_ListMultiplexProgramsCommand = /* @__PURE__ */ __name(async (output, cont
3820
4573
  Object.assign(contents, doc);
3821
4574
  return contents;
3822
4575
  }, "de_ListMultiplexProgramsCommand");
4576
+ var de_ListNetworksCommand = /* @__PURE__ */ __name(async (output, context) => {
4577
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4578
+ return de_CommandError(output, context);
4579
+ }
4580
+ const contents = (0, import_smithy_client.map)({
4581
+ $metadata: deserializeMetadata(output)
4582
+ });
4583
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4584
+ const doc = (0, import_smithy_client.take)(data, {
4585
+ Networks: [, (_) => de___listOfDescribeNetworkSummary(_, context), `networks`],
4586
+ NextToken: [, import_smithy_client.expectString, `nextToken`]
4587
+ });
4588
+ Object.assign(contents, doc);
4589
+ return contents;
4590
+ }, "de_ListNetworksCommand");
4591
+ var de_ListNodesCommand = /* @__PURE__ */ __name(async (output, context) => {
4592
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4593
+ return de_CommandError(output, context);
4594
+ }
4595
+ const contents = (0, import_smithy_client.map)({
4596
+ $metadata: deserializeMetadata(output)
4597
+ });
4598
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4599
+ const doc = (0, import_smithy_client.take)(data, {
4600
+ NextToken: [, import_smithy_client.expectString, `nextToken`],
4601
+ Nodes: [, (_) => de___listOfDescribeNodeSummary(_, context), `nodes`]
4602
+ });
4603
+ Object.assign(contents, doc);
4604
+ return contents;
4605
+ }, "de_ListNodesCommand");
3823
4606
  var de_ListOfferingsCommand = /* @__PURE__ */ __name(async (output, context) => {
3824
4607
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3825
4608
  return de_CommandError(output, context);
@@ -3922,6 +4705,7 @@ var de_RestartChannelPipelinesCommand = /* @__PURE__ */ __name(async (output, co
3922
4705
  });
3923
4706
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3924
4707
  const doc = (0, import_smithy_client.take)(data, {
4708
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
3925
4709
  Arn: [, import_smithy_client.expectString, `arn`],
3926
4710
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
3927
4711
  ChannelClass: [, import_smithy_client.expectString, `channelClass`],
@@ -3954,6 +4738,7 @@ var de_StartChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
3954
4738
  });
3955
4739
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3956
4740
  const doc = (0, import_smithy_client.take)(data, {
4741
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
3957
4742
  Arn: [, import_smithy_client.expectString, `arn`],
3958
4743
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
3959
4744
  ChannelClass: [, import_smithy_client.expectString, `channelClass`],
@@ -4133,6 +4918,7 @@ var de_StopChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
4133
4918
  });
4134
4919
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4135
4920
  const doc = (0, import_smithy_client.take)(data, {
4921
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
4136
4922
  Arn: [, import_smithy_client.expectString, `arn`],
4137
4923
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
4138
4924
  ChannelClass: [, import_smithy_client.expectString, `channelClass`],
@@ -4240,6 +5026,26 @@ var de_UpdateChannelClassCommand = /* @__PURE__ */ __name(async (output, context
4240
5026
  Object.assign(contents, doc);
4241
5027
  return contents;
4242
5028
  }, "de_UpdateChannelClassCommand");
5029
+ var de_UpdateChannelPlacementGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
5030
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5031
+ return de_CommandError(output, context);
5032
+ }
5033
+ const contents = (0, import_smithy_client.map)({
5034
+ $metadata: deserializeMetadata(output)
5035
+ });
5036
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5037
+ const doc = (0, import_smithy_client.take)(data, {
5038
+ Arn: [, import_smithy_client.expectString, `arn`],
5039
+ Channels: [, import_smithy_client._json, `channels`],
5040
+ ClusterId: [, import_smithy_client.expectString, `clusterId`],
5041
+ Id: [, import_smithy_client.expectString, `id`],
5042
+ Name: [, import_smithy_client.expectString, `name`],
5043
+ Nodes: [, import_smithy_client._json, `nodes`],
5044
+ State: [, import_smithy_client.expectString, `state`]
5045
+ });
5046
+ Object.assign(contents, doc);
5047
+ return contents;
5048
+ }, "de_UpdateChannelPlacementGroupCommand");
4243
5049
  var de_UpdateCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
4244
5050
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4245
5051
  return de_CommandError(output, context);
@@ -4290,6 +5096,26 @@ var de_UpdateCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async
4290
5096
  Object.assign(contents, doc);
4291
5097
  return contents;
4292
5098
  }, "de_UpdateCloudWatchAlarmTemplateGroupCommand");
5099
+ var de_UpdateClusterCommand = /* @__PURE__ */ __name(async (output, context) => {
5100
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5101
+ return de_CommandError(output, context);
5102
+ }
5103
+ const contents = (0, import_smithy_client.map)({
5104
+ $metadata: deserializeMetadata(output)
5105
+ });
5106
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5107
+ const doc = (0, import_smithy_client.take)(data, {
5108
+ Arn: [, import_smithy_client.expectString, `arn`],
5109
+ ChannelIds: [, import_smithy_client._json, `channelIds`],
5110
+ ClusterType: [, import_smithy_client.expectString, `clusterType`],
5111
+ Id: [, import_smithy_client.expectString, `id`],
5112
+ Name: [, import_smithy_client.expectString, `name`],
5113
+ NetworkSettings: [, (_) => de_ClusterNetworkSettings(_, context), `networkSettings`],
5114
+ State: [, import_smithy_client.expectString, `state`]
5115
+ });
5116
+ Object.assign(contents, doc);
5117
+ return contents;
5118
+ }, "de_UpdateClusterCommand");
4293
5119
  var de_UpdateEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
4294
5120
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4295
5121
  return de_CommandError(output, context);
@@ -4418,6 +5244,72 @@ var de_UpdateMultiplexProgramCommand = /* @__PURE__ */ __name(async (output, con
4418
5244
  Object.assign(contents, doc);
4419
5245
  return contents;
4420
5246
  }, "de_UpdateMultiplexProgramCommand");
5247
+ var de_UpdateNetworkCommand = /* @__PURE__ */ __name(async (output, context) => {
5248
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5249
+ return de_CommandError(output, context);
5250
+ }
5251
+ const contents = (0, import_smithy_client.map)({
5252
+ $metadata: deserializeMetadata(output)
5253
+ });
5254
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5255
+ const doc = (0, import_smithy_client.take)(data, {
5256
+ Arn: [, import_smithy_client.expectString, `arn`],
5257
+ AssociatedClusterIds: [, import_smithy_client._json, `associatedClusterIds`],
5258
+ Id: [, import_smithy_client.expectString, `id`],
5259
+ IpPools: [, (_) => de___listOfIpPool(_, context), `ipPools`],
5260
+ Name: [, import_smithy_client.expectString, `name`],
5261
+ Routes: [, (_) => de___listOfRoute(_, context), `routes`],
5262
+ State: [, import_smithy_client.expectString, `state`]
5263
+ });
5264
+ Object.assign(contents, doc);
5265
+ return contents;
5266
+ }, "de_UpdateNetworkCommand");
5267
+ var de_UpdateNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
5268
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
5269
+ return de_CommandError(output, context);
5270
+ }
5271
+ const contents = (0, import_smithy_client.map)({
5272
+ $metadata: deserializeMetadata(output)
5273
+ });
5274
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5275
+ const doc = (0, import_smithy_client.take)(data, {
5276
+ Arn: [, import_smithy_client.expectString, `arn`],
5277
+ ChannelPlacementGroups: [, import_smithy_client._json, `channelPlacementGroups`],
5278
+ ClusterId: [, import_smithy_client.expectString, `clusterId`],
5279
+ ConnectionState: [, import_smithy_client.expectString, `connectionState`],
5280
+ Id: [, import_smithy_client.expectString, `id`],
5281
+ InstanceArn: [, import_smithy_client.expectString, `instanceArn`],
5282
+ Name: [, import_smithy_client.expectString, `name`],
5283
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
5284
+ Role: [, import_smithy_client.expectString, `role`],
5285
+ State: [, import_smithy_client.expectString, `state`]
5286
+ });
5287
+ Object.assign(contents, doc);
5288
+ return contents;
5289
+ }, "de_UpdateNodeCommand");
5290
+ var de_UpdateNodeStateCommand = /* @__PURE__ */ __name(async (output, context) => {
5291
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
5292
+ return de_CommandError(output, context);
5293
+ }
5294
+ const contents = (0, import_smithy_client.map)({
5295
+ $metadata: deserializeMetadata(output)
5296
+ });
5297
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
5298
+ const doc = (0, import_smithy_client.take)(data, {
5299
+ Arn: [, import_smithy_client.expectString, `arn`],
5300
+ ChannelPlacementGroups: [, import_smithy_client._json, `channelPlacementGroups`],
5301
+ ClusterId: [, import_smithy_client.expectString, `clusterId`],
5302
+ ConnectionState: [, import_smithy_client.expectString, `connectionState`],
5303
+ Id: [, import_smithy_client.expectString, `id`],
5304
+ InstanceArn: [, import_smithy_client.expectString, `instanceArn`],
5305
+ Name: [, import_smithy_client.expectString, `name`],
5306
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
5307
+ Role: [, import_smithy_client.expectString, `role`],
5308
+ State: [, import_smithy_client.expectString, `state`]
5309
+ });
5310
+ Object.assign(contents, doc);
5311
+ return contents;
5312
+ }, "de_UpdateNodeStateCommand");
4421
5313
  var de_UpdateReservationCommand = /* @__PURE__ */ __name(async (output, context) => {
4422
5314
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4423
5315
  return de_CommandError(output, context);
@@ -4674,6 +5566,11 @@ var se___listOfInputDeviceSettings = /* @__PURE__ */ __name((input, context) =>
4674
5566
  return se_InputDeviceSettings(entry, context);
4675
5567
  });
4676
5568
  }, "se___listOfInputDeviceSettings");
5569
+ var se___listOfInputRequestDestinationRoute = /* @__PURE__ */ __name((input, context) => {
5570
+ return input.filter((e) => e != null).map((entry) => {
5571
+ return se_InputRequestDestinationRoute(entry, context);
5572
+ });
5573
+ }, "se___listOfInputRequestDestinationRoute");
4677
5574
  var se___listOfInputSourceRequest = /* @__PURE__ */ __name((input, context) => {
4678
5575
  return input.filter((e) => e != null).map((entry) => {
4679
5576
  return se_InputSourceRequest(entry, context);
@@ -4684,6 +5581,26 @@ var se___listOfInputWhitelistRuleCidr = /* @__PURE__ */ __name((input, context)
4684
5581
  return se_InputWhitelistRuleCidr(entry, context);
4685
5582
  });
4686
5583
  }, "se___listOfInputWhitelistRuleCidr");
5584
+ var se___listOfInterfaceMappingCreateRequest = /* @__PURE__ */ __name((input, context) => {
5585
+ return input.filter((e) => e != null).map((entry) => {
5586
+ return se_InterfaceMappingCreateRequest(entry, context);
5587
+ });
5588
+ }, "se___listOfInterfaceMappingCreateRequest");
5589
+ var se___listOfInterfaceMappingUpdateRequest = /* @__PURE__ */ __name((input, context) => {
5590
+ return input.filter((e) => e != null).map((entry) => {
5591
+ return se_InterfaceMappingUpdateRequest(entry, context);
5592
+ });
5593
+ }, "se___listOfInterfaceMappingUpdateRequest");
5594
+ var se___listOfIpPoolCreateRequest = /* @__PURE__ */ __name((input, context) => {
5595
+ return input.filter((e) => e != null).map((entry) => {
5596
+ return se_IpPoolCreateRequest(entry, context);
5597
+ });
5598
+ }, "se___listOfIpPoolCreateRequest");
5599
+ var se___listOfIpPoolUpdateRequest = /* @__PURE__ */ __name((input, context) => {
5600
+ return input.filter((e) => e != null).map((entry) => {
5601
+ return se_IpPoolUpdateRequest(entry, context);
5602
+ });
5603
+ }, "se___listOfIpPoolUpdateRequest");
4687
5604
  var se___listOfMediaConnectFlowRequest = /* @__PURE__ */ __name((input, context) => {
4688
5605
  return input.filter((e) => e != null).map((entry) => {
4689
5606
  return se_MediaConnectFlowRequest(entry, context);
@@ -4694,6 +5611,26 @@ var se___listOfMediaPackageOutputDestinationSettings = /* @__PURE__ */ __name((i
4694
5611
  return se_MediaPackageOutputDestinationSettings(entry, context);
4695
5612
  });
4696
5613
  }, "se___listOfMediaPackageOutputDestinationSettings");
5614
+ var se___listOfMulticastSourceCreateRequest = /* @__PURE__ */ __name((input, context) => {
5615
+ return input.filter((e) => e != null).map((entry) => {
5616
+ return se_MulticastSourceCreateRequest(entry, context);
5617
+ });
5618
+ }, "se___listOfMulticastSourceCreateRequest");
5619
+ var se___listOfMulticastSourceUpdateRequest = /* @__PURE__ */ __name((input, context) => {
5620
+ return input.filter((e) => e != null).map((entry) => {
5621
+ return se_MulticastSourceUpdateRequest(entry, context);
5622
+ });
5623
+ }, "se___listOfMulticastSourceUpdateRequest");
5624
+ var se___listOfNodeInterfaceMapping = /* @__PURE__ */ __name((input, context) => {
5625
+ return input.filter((e) => e != null).map((entry) => {
5626
+ return se_NodeInterfaceMapping(entry, context);
5627
+ });
5628
+ }, "se___listOfNodeInterfaceMapping");
5629
+ var se___listOfNodeInterfaceMappingCreateRequest = /* @__PURE__ */ __name((input, context) => {
5630
+ return input.filter((e) => e != null).map((entry) => {
5631
+ return se_NodeInterfaceMappingCreateRequest(entry, context);
5632
+ });
5633
+ }, "se___listOfNodeInterfaceMappingCreateRequest");
4697
5634
  var se___listOfOutput = /* @__PURE__ */ __name((input, context) => {
4698
5635
  return input.filter((e) => e != null).map((entry) => {
4699
5636
  return se_Output(entry, context);
@@ -4719,6 +5656,16 @@ var se___listOfPipelinePauseStateSettings = /* @__PURE__ */ __name((input, conte
4719
5656
  return se_PipelinePauseStateSettings(entry, context);
4720
5657
  });
4721
5658
  }, "se___listOfPipelinePauseStateSettings");
5659
+ var se___listOfRouteCreateRequest = /* @__PURE__ */ __name((input, context) => {
5660
+ return input.filter((e) => e != null).map((entry) => {
5661
+ return se_RouteCreateRequest(entry, context);
5662
+ });
5663
+ }, "se___listOfRouteCreateRequest");
5664
+ var se___listOfRouteUpdateRequest = /* @__PURE__ */ __name((input, context) => {
5665
+ return input.filter((e) => e != null).map((entry) => {
5666
+ return se_RouteUpdateRequest(entry, context);
5667
+ });
5668
+ }, "se___listOfRouteUpdateRequest");
4722
5669
  var se___listOfScheduleAction = /* @__PURE__ */ __name((input, context) => {
4723
5670
  return input.filter((e) => e != null).map((entry) => {
4724
5671
  return se_ScheduleAction(entry, context);
@@ -4734,6 +5681,11 @@ var se___listOfSrtCallerSourceRequest = /* @__PURE__ */ __name((input, context)
4734
5681
  return se_SrtCallerSourceRequest(entry, context);
4735
5682
  });
4736
5683
  }, "se___listOfSrtCallerSourceRequest");
5684
+ var se___listOfSrtOutputDestinationSettings = /* @__PURE__ */ __name((input, context) => {
5685
+ return input.filter((e) => e != null).map((entry) => {
5686
+ return se_SrtOutputDestinationSettings(entry, context);
5687
+ });
5688
+ }, "se___listOfSrtOutputDestinationSettings");
4737
5689
  var se___listOfVideoDescription = /* @__PURE__ */ __name((input, context) => {
4738
5690
  return input.filter((e) => e != null).map((entry) => {
4739
5691
  return se_VideoDescription(entry, context);
@@ -4774,6 +5726,12 @@ var se_AncillarySourceSettings = /* @__PURE__ */ __name((input, context) => {
4774
5726
  sourceAncillaryChannelNumber: [, , `SourceAncillaryChannelNumber`]
4775
5727
  });
4776
5728
  }, "se_AncillarySourceSettings");
5729
+ var se_AnywhereSettings = /* @__PURE__ */ __name((input, context) => {
5730
+ return (0, import_smithy_client.take)(input, {
5731
+ channelPlacementGroupId: [, , `ChannelPlacementGroupId`],
5732
+ clusterId: [, , `ClusterId`]
5733
+ });
5734
+ }, "se_AnywhereSettings");
4777
5735
  var se_ArchiveCdnSettings = /* @__PURE__ */ __name((input, context) => {
4778
5736
  return (0, import_smithy_client.take)(input, {
4779
5737
  archiveS3Settings: [, (_) => se_ArchiveS3Settings(_, context), `ArchiveS3Settings`]
@@ -4919,6 +5877,35 @@ var se_AutomaticInputFailoverSettings = /* @__PURE__ */ __name((input, context)
4919
5877
  secondaryInputId: [, , `SecondaryInputId`]
4920
5878
  });
4921
5879
  }, "se_AutomaticInputFailoverSettings");
5880
+ var se_Av1ColorSpaceSettings = /* @__PURE__ */ __name((input, context) => {
5881
+ return (0, import_smithy_client.take)(input, {
5882
+ colorSpacePassthroughSettings: [, import_smithy_client._json, `ColorSpacePassthroughSettings`],
5883
+ hdr10Settings: [, (_) => se_Hdr10Settings(_, context), `Hdr10Settings`],
5884
+ rec601Settings: [, import_smithy_client._json, `Rec601Settings`],
5885
+ rec709Settings: [, import_smithy_client._json, `Rec709Settings`]
5886
+ });
5887
+ }, "se_Av1ColorSpaceSettings");
5888
+ var se_Av1Settings = /* @__PURE__ */ __name((input, context) => {
5889
+ return (0, import_smithy_client.take)(input, {
5890
+ afdSignaling: [, , `AfdSignaling`],
5891
+ bufSize: [, , `BufSize`],
5892
+ colorSpaceSettings: [, (_) => se_Av1ColorSpaceSettings(_, context), `ColorSpaceSettings`],
5893
+ fixedAfd: [, , `FixedAfd`],
5894
+ framerateDenominator: [, , `FramerateDenominator`],
5895
+ framerateNumerator: [, , `FramerateNumerator`],
5896
+ gopSize: [, import_smithy_client.serializeFloat, `GopSize`],
5897
+ gopSizeUnits: [, , `GopSizeUnits`],
5898
+ level: [, , `Level`],
5899
+ lookAheadRateControl: [, , `LookAheadRateControl`],
5900
+ maxBitrate: [, , `MaxBitrate`],
5901
+ minIInterval: [, , `MinIInterval`],
5902
+ parDenominator: [, , `ParDenominator`],
5903
+ parNumerator: [, , `ParNumerator`],
5904
+ qvbrQualityLevel: [, , `QvbrQualityLevel`],
5905
+ sceneChangeDetect: [, , `SceneChangeDetect`],
5906
+ timecodeBurninSettings: [, (_) => se_TimecodeBurninSettings(_, context), `TimecodeBurninSettings`]
5907
+ });
5908
+ }, "se_Av1Settings");
4922
5909
  var se_AvailBlanking = /* @__PURE__ */ __name((input, context) => {
4923
5910
  return (0, import_smithy_client.take)(input, {
4924
5911
  availBlankingImage: [, (_) => se_InputLocation(_, context), `AvailBlankingImage`],
@@ -5045,6 +6032,18 @@ var se_CdiInputSpecification = /* @__PURE__ */ __name((input, context) => {
5045
6032
  resolution: [, , `Resolution`]
5046
6033
  });
5047
6034
  }, "se_CdiInputSpecification");
6035
+ var se_ClusterNetworkSettingsCreateRequest = /* @__PURE__ */ __name((input, context) => {
6036
+ return (0, import_smithy_client.take)(input, {
6037
+ defaultRoute: [, , `DefaultRoute`],
6038
+ interfaceMappings: [, (_) => se___listOfInterfaceMappingCreateRequest(_, context), `InterfaceMappings`]
6039
+ });
6040
+ }, "se_ClusterNetworkSettingsCreateRequest");
6041
+ var se_ClusterNetworkSettingsUpdateRequest = /* @__PURE__ */ __name((input, context) => {
6042
+ return (0, import_smithy_client.take)(input, {
6043
+ defaultRoute: [, , `DefaultRoute`],
6044
+ interfaceMappings: [, (_) => se___listOfInterfaceMappingUpdateRequest(_, context), `InterfaceMappings`]
6045
+ });
6046
+ }, "se_ClusterNetworkSettingsUpdateRequest");
5048
6047
  var se_CmafIngestGroupSettings = /* @__PURE__ */ __name((input, context) => {
5049
6048
  return (0, import_smithy_client.take)(input, {
5050
6049
  destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
@@ -5554,7 +6553,8 @@ var se_InputAttachment = /* @__PURE__ */ __name((input, context) => {
5554
6553
  ],
5555
6554
  inputAttachmentName: [, , `InputAttachmentName`],
5556
6555
  inputId: [, , `InputId`],
5557
- inputSettings: [, (_) => se_InputSettings(_, context), `InputSettings`]
6556
+ inputSettings: [, (_) => se_InputSettings(_, context), `InputSettings`],
6557
+ logicalInterfaceNames: [, import_smithy_client._json, `LogicalInterfaceNames`]
5558
6558
  });
5559
6559
  }, "se_InputAttachment");
5560
6560
  var se_InputChannelLevel = /* @__PURE__ */ __name((input, context) => {
@@ -5572,6 +6572,9 @@ var se_InputClippingSettings = /* @__PURE__ */ __name((input, context) => {
5572
6572
  }, "se_InputClippingSettings");
5573
6573
  var se_InputDestinationRequest = /* @__PURE__ */ __name((input, context) => {
5574
6574
  return (0, import_smithy_client.take)(input, {
6575
+ network: [, , `Network`],
6576
+ networkRoutes: [, (_) => se___listOfInputRequestDestinationRoute(_, context), `NetworkRoutes`],
6577
+ staticIpAddress: [, , `StaticIpAddress`],
5575
6578
  streamName: [, , `StreamName`]
5576
6579
  });
5577
6580
  }, "se_InputDestinationRequest");
@@ -5641,6 +6644,12 @@ var se_InputPrepareScheduleActionSettings = /* @__PURE__ */ __name((input, conte
5641
6644
  urlPath: [, import_smithy_client._json, `UrlPath`]
5642
6645
  });
5643
6646
  }, "se_InputPrepareScheduleActionSettings");
6647
+ var se_InputRequestDestinationRoute = /* @__PURE__ */ __name((input, context) => {
6648
+ return (0, import_smithy_client.take)(input, {
6649
+ cidr: [, , `Cidr`],
6650
+ gateway: [, , `Gateway`]
6651
+ });
6652
+ }, "se_InputRequestDestinationRoute");
5644
6653
  var se_InputSettings = /* @__PURE__ */ __name((input, context) => {
5645
6654
  return (0, import_smithy_client.take)(input, {
5646
6655
  audioSelectors: [, (_) => se___listOfAudioSelector(_, context), `AudioSelectors`],
@@ -5688,6 +6697,28 @@ var se_InputWhitelistRuleCidr = /* @__PURE__ */ __name((input, context) => {
5688
6697
  cidr: [, , `Cidr`]
5689
6698
  });
5690
6699
  }, "se_InputWhitelistRuleCidr");
6700
+ var se_InterfaceMappingCreateRequest = /* @__PURE__ */ __name((input, context) => {
6701
+ return (0, import_smithy_client.take)(input, {
6702
+ logicalInterfaceName: [, , `LogicalInterfaceName`],
6703
+ networkId: [, , `NetworkId`]
6704
+ });
6705
+ }, "se_InterfaceMappingCreateRequest");
6706
+ var se_InterfaceMappingUpdateRequest = /* @__PURE__ */ __name((input, context) => {
6707
+ return (0, import_smithy_client.take)(input, {
6708
+ logicalInterfaceName: [, , `LogicalInterfaceName`],
6709
+ networkId: [, , `NetworkId`]
6710
+ });
6711
+ }, "se_InterfaceMappingUpdateRequest");
6712
+ var se_IpPoolCreateRequest = /* @__PURE__ */ __name((input, context) => {
6713
+ return (0, import_smithy_client.take)(input, {
6714
+ cidr: [, , `Cidr`]
6715
+ });
6716
+ }, "se_IpPoolCreateRequest");
6717
+ var se_IpPoolUpdateRequest = /* @__PURE__ */ __name((input, context) => {
6718
+ return (0, import_smithy_client.take)(input, {
6719
+ cidr: [, , `Cidr`]
6720
+ });
6721
+ }, "se_IpPoolUpdateRequest");
5691
6722
  var se_KeyProviderSettings = /* @__PURE__ */ __name((input, context) => {
5692
6723
  return (0, import_smithy_client.take)(input, {
5693
6724
  staticKeySettings: [, (_) => se_StaticKeySettings(_, context), `StaticKeySettings`]
@@ -5877,6 +6908,33 @@ var se_MsSmoothOutputSettings = /* @__PURE__ */ __name((input, context) => {
5877
6908
  nameModifier: [, , `NameModifier`]
5878
6909
  });
5879
6910
  }, "se_MsSmoothOutputSettings");
6911
+ var se_MulticastInputSettings = /* @__PURE__ */ __name((input, context) => {
6912
+ return (0, import_smithy_client.take)(input, {
6913
+ sourceIpAddress: [, , `SourceIpAddress`]
6914
+ });
6915
+ }, "se_MulticastInputSettings");
6916
+ var se_MulticastSettingsCreateRequest = /* @__PURE__ */ __name((input, context) => {
6917
+ return (0, import_smithy_client.take)(input, {
6918
+ sources: [, (_) => se___listOfMulticastSourceCreateRequest(_, context), `Sources`]
6919
+ });
6920
+ }, "se_MulticastSettingsCreateRequest");
6921
+ var se_MulticastSettingsUpdateRequest = /* @__PURE__ */ __name((input, context) => {
6922
+ return (0, import_smithy_client.take)(input, {
6923
+ sources: [, (_) => se___listOfMulticastSourceUpdateRequest(_, context), `Sources`]
6924
+ });
6925
+ }, "se_MulticastSettingsUpdateRequest");
6926
+ var se_MulticastSourceCreateRequest = /* @__PURE__ */ __name((input, context) => {
6927
+ return (0, import_smithy_client.take)(input, {
6928
+ sourceIp: [, , `SourceIp`],
6929
+ url: [, , `Url`]
6930
+ });
6931
+ }, "se_MulticastSourceCreateRequest");
6932
+ var se_MulticastSourceUpdateRequest = /* @__PURE__ */ __name((input, context) => {
6933
+ return (0, import_smithy_client.take)(input, {
6934
+ sourceIp: [, , `SourceIp`],
6935
+ url: [, , `Url`]
6936
+ });
6937
+ }, "se_MulticastSourceUpdateRequest");
5880
6938
  var se_MultiplexOutputSettings = /* @__PURE__ */ __name((input, context) => {
5881
6939
  return (0, import_smithy_client.take)(input, {
5882
6940
  destination: [, (_) => se_OutputLocationRef(_, context), `Destination`]
@@ -5956,6 +7014,7 @@ var se_MultiplexVideoSettings = /* @__PURE__ */ __name((input, context) => {
5956
7014
  var se_NetworkInputSettings = /* @__PURE__ */ __name((input, context) => {
5957
7015
  return (0, import_smithy_client.take)(input, {
5958
7016
  hlsInputSettings: [, (_) => se_HlsInputSettings(_, context), `HlsInputSettings`],
7017
+ multicastInputSettings: [, (_) => se_MulticastInputSettings(_, context), `MulticastInputSettings`],
5959
7018
  serverValidation: [, , `ServerValidation`]
5960
7019
  });
5961
7020
  }, "se_NetworkInputSettings");
@@ -5986,6 +7045,20 @@ var se_NielsenWatermarksSettings = /* @__PURE__ */ __name((input, context) => {
5986
7045
  nielsenNaesIiNwSettings: [, (_) => se_NielsenNaesIiNw(_, context), `NielsenNaesIiNwSettings`]
5987
7046
  });
5988
7047
  }, "se_NielsenWatermarksSettings");
7048
+ var se_NodeInterfaceMapping = /* @__PURE__ */ __name((input, context) => {
7049
+ return (0, import_smithy_client.take)(input, {
7050
+ logicalInterfaceName: [, , `LogicalInterfaceName`],
7051
+ networkInterfaceMode: [, , `NetworkInterfaceMode`],
7052
+ physicalInterfaceName: [, , `PhysicalInterfaceName`]
7053
+ });
7054
+ }, "se_NodeInterfaceMapping");
7055
+ var se_NodeInterfaceMappingCreateRequest = /* @__PURE__ */ __name((input, context) => {
7056
+ return (0, import_smithy_client.take)(input, {
7057
+ logicalInterfaceName: [, , `LogicalInterfaceName`],
7058
+ networkInterfaceMode: [, , `NetworkInterfaceMode`],
7059
+ physicalInterfaceName: [, , `PhysicalInterfaceName`]
7060
+ });
7061
+ }, "se_NodeInterfaceMappingCreateRequest");
5989
7062
  var se_Output = /* @__PURE__ */ __name((input, context) => {
5990
7063
  return (0, import_smithy_client.take)(input, {
5991
7064
  audioDescriptionNames: [, import_smithy_client._json, `AudioDescriptionNames`],
@@ -6004,7 +7077,8 @@ var se_OutputDestination = /* @__PURE__ */ __name((input, context) => {
6004
7077
  `MediaPackageSettings`
6005
7078
  ],
6006
7079
  multiplexSettings: [, (_) => se_MultiplexProgramChannelDestinationSettings(_, context), `MultiplexSettings`],
6007
- settings: [, (_) => se___listOfOutputDestinationSettings(_, context), `Settings`]
7080
+ settings: [, (_) => se___listOfOutputDestinationSettings(_, context), `Settings`],
7081
+ srtSettings: [, (_) => se___listOfSrtOutputDestinationSettings(_, context), `SrtSettings`]
6008
7082
  });
6009
7083
  }, "se_OutputDestination");
6010
7084
  var se_OutputDestinationSettings = /* @__PURE__ */ __name((input, context) => {
@@ -6032,6 +7106,7 @@ var se_OutputGroupSettings = /* @__PURE__ */ __name((input, context) => {
6032
7106
  msSmoothGroupSettings: [, (_) => se_MsSmoothGroupSettings(_, context), `MsSmoothGroupSettings`],
6033
7107
  multiplexGroupSettings: [, import_smithy_client._json, `MultiplexGroupSettings`],
6034
7108
  rtmpGroupSettings: [, (_) => se_RtmpGroupSettings(_, context), `RtmpGroupSettings`],
7109
+ srtGroupSettings: [, (_) => se_SrtGroupSettings(_, context), `SrtGroupSettings`],
6035
7110
  udpGroupSettings: [, (_) => se_UdpGroupSettings(_, context), `UdpGroupSettings`]
6036
7111
  });
6037
7112
  }, "se_OutputGroupSettings");
@@ -6056,6 +7131,7 @@ var se_OutputSettings = /* @__PURE__ */ __name((input, context) => {
6056
7131
  msSmoothOutputSettings: [, (_) => se_MsSmoothOutputSettings(_, context), `MsSmoothOutputSettings`],
6057
7132
  multiplexOutputSettings: [, (_) => se_MultiplexOutputSettings(_, context), `MultiplexOutputSettings`],
6058
7133
  rtmpOutputSettings: [, (_) => se_RtmpOutputSettings(_, context), `RtmpOutputSettings`],
7134
+ srtOutputSettings: [, (_) => se_SrtOutputSettings(_, context), `SrtOutputSettings`],
6059
7135
  udpOutputSettings: [, (_) => se_UdpOutputSettings(_, context), `UdpOutputSettings`]
6060
7136
  });
6061
7137
  }, "se_OutputSettings");
@@ -6082,6 +7158,18 @@ var se_RenewalSettings = /* @__PURE__ */ __name((input, context) => {
6082
7158
  renewalCount: [, , `RenewalCount`]
6083
7159
  });
6084
7160
  }, "se_RenewalSettings");
7161
+ var se_RouteCreateRequest = /* @__PURE__ */ __name((input, context) => {
7162
+ return (0, import_smithy_client.take)(input, {
7163
+ cidr: [, , `Cidr`],
7164
+ gateway: [, , `Gateway`]
7165
+ });
7166
+ }, "se_RouteCreateRequest");
7167
+ var se_RouteUpdateRequest = /* @__PURE__ */ __name((input, context) => {
7168
+ return (0, import_smithy_client.take)(input, {
7169
+ cidr: [, , `Cidr`],
7170
+ gateway: [, , `Gateway`]
7171
+ });
7172
+ }, "se_RouteUpdateRequest");
6085
7173
  var se_RtmpGroupSettings = /* @__PURE__ */ __name((input, context) => {
6086
7174
  return (0, import_smithy_client.take)(input, {
6087
7175
  adMarkers: [, import_smithy_client._json, `AdMarkers`],
@@ -6283,6 +7371,27 @@ var se_SrtCallerSourceRequest = /* @__PURE__ */ __name((input, context) => {
6283
7371
  streamId: [, , `StreamId`]
6284
7372
  });
6285
7373
  }, "se_SrtCallerSourceRequest");
7374
+ var se_SrtGroupSettings = /* @__PURE__ */ __name((input, context) => {
7375
+ return (0, import_smithy_client.take)(input, {
7376
+ inputLossAction: [, , `InputLossAction`]
7377
+ });
7378
+ }, "se_SrtGroupSettings");
7379
+ var se_SrtOutputDestinationSettings = /* @__PURE__ */ __name((input, context) => {
7380
+ return (0, import_smithy_client.take)(input, {
7381
+ encryptionPassphraseSecretArn: [, , `EncryptionPassphraseSecretArn`],
7382
+ streamId: [, , `StreamId`],
7383
+ url: [, , `Url`]
7384
+ });
7385
+ }, "se_SrtOutputDestinationSettings");
7386
+ var se_SrtOutputSettings = /* @__PURE__ */ __name((input, context) => {
7387
+ return (0, import_smithy_client.take)(input, {
7388
+ bufferMsec: [, , `BufferMsec`],
7389
+ containerSettings: [, (_) => se_UdpContainerSettings(_, context), `ContainerSettings`],
7390
+ destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
7391
+ encryptionType: [, , `EncryptionType`],
7392
+ latency: [, , `Latency`]
7393
+ });
7394
+ }, "se_SrtOutputSettings");
6286
7395
  var se_SrtSettingsRequest = /* @__PURE__ */ __name((input, context) => {
6287
7396
  return (0, import_smithy_client.take)(input, {
6288
7397
  srtCallerSources: [, (_) => se___listOfSrtCallerSourceRequest(_, context), `SrtCallerSources`]
@@ -6416,6 +7525,7 @@ var se_VideoBlackFailoverSettings = /* @__PURE__ */ __name((input, context) => {
6416
7525
  }, "se_VideoBlackFailoverSettings");
6417
7526
  var se_VideoCodecSettings = /* @__PURE__ */ __name((input, context) => {
6418
7527
  return (0, import_smithy_client.take)(input, {
7528
+ av1Settings: [, (_) => se_Av1Settings(_, context), `Av1Settings`],
6419
7529
  frameCaptureSettings: [, (_) => se_FrameCaptureSettings(_, context), `FrameCaptureSettings`],
6420
7530
  h264Settings: [, (_) => se_H264Settings(_, context), `H264Settings`],
6421
7531
  h265Settings: [, (_) => se_H265Settings(_, context), `H265Settings`],
@@ -6565,6 +7675,30 @@ var de___listOfColorCorrection = /* @__PURE__ */ __name((output, context) => {
6565
7675
  });
6566
7676
  return retVal;
6567
7677
  }, "de___listOfColorCorrection");
7678
+ var de___listOfDescribeChannelPlacementGroupSummary = /* @__PURE__ */ __name((output, context) => {
7679
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
7680
+ return de_DescribeChannelPlacementGroupSummary(entry, context);
7681
+ });
7682
+ return retVal;
7683
+ }, "de___listOfDescribeChannelPlacementGroupSummary");
7684
+ var de___listOfDescribeClusterSummary = /* @__PURE__ */ __name((output, context) => {
7685
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
7686
+ return de_DescribeClusterSummary(entry, context);
7687
+ });
7688
+ return retVal;
7689
+ }, "de___listOfDescribeClusterSummary");
7690
+ var de___listOfDescribeNetworkSummary = /* @__PURE__ */ __name((output, context) => {
7691
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
7692
+ return de_DescribeNetworkSummary(entry, context);
7693
+ });
7694
+ return retVal;
7695
+ }, "de___listOfDescribeNetworkSummary");
7696
+ var de___listOfDescribeNodeSummary = /* @__PURE__ */ __name((output, context) => {
7697
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
7698
+ return de_DescribeNodeSummary(entry, context);
7699
+ });
7700
+ return retVal;
7701
+ }, "de___listOfDescribeNodeSummary");
6568
7702
  var de___listOfEventBridgeRuleTemplateGroupSummary = /* @__PURE__ */ __name((output, context) => {
6569
7703
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
6570
7704
  return de_EventBridgeRuleTemplateGroupSummary(entry, context);
@@ -6613,6 +7747,12 @@ var de___listOfInputDestination = /* @__PURE__ */ __name((output, context) => {
6613
7747
  });
6614
7748
  return retVal;
6615
7749
  }, "de___listOfInputDestination");
7750
+ var de___listOfInputDestinationRoute = /* @__PURE__ */ __name((output, context) => {
7751
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
7752
+ return de_InputDestinationRoute(entry, context);
7753
+ });
7754
+ return retVal;
7755
+ }, "de___listOfInputDestinationRoute");
6616
7756
  var de___listOfInputDeviceSettings = /* @__PURE__ */ __name((output, context) => {
6617
7757
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
6618
7758
  return de_InputDeviceSettings(entry, context);
@@ -6649,6 +7789,18 @@ var de___listOfInputWhitelistRule = /* @__PURE__ */ __name((output, context) =>
6649
7789
  });
6650
7790
  return retVal;
6651
7791
  }, "de___listOfInputWhitelistRule");
7792
+ var de___listOfInterfaceMapping = /* @__PURE__ */ __name((output, context) => {
7793
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
7794
+ return de_InterfaceMapping(entry, context);
7795
+ });
7796
+ return retVal;
7797
+ }, "de___listOfInterfaceMapping");
7798
+ var de___listOfIpPool = /* @__PURE__ */ __name((output, context) => {
7799
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
7800
+ return de_IpPool(entry, context);
7801
+ });
7802
+ return retVal;
7803
+ }, "de___listOfIpPool");
6652
7804
  var de___listOfMediaConnectFlow = /* @__PURE__ */ __name((output, context) => {
6653
7805
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
6654
7806
  return de_MediaConnectFlow(entry, context);
@@ -6667,6 +7819,12 @@ var de___listOfMediaResourceNeighbor = /* @__PURE__ */ __name((output, context)
6667
7819
  });
6668
7820
  return retVal;
6669
7821
  }, "de___listOfMediaResourceNeighbor");
7822
+ var de___listOfMulticastSource = /* @__PURE__ */ __name((output, context) => {
7823
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
7824
+ return de_MulticastSource(entry, context);
7825
+ });
7826
+ return retVal;
7827
+ }, "de___listOfMulticastSource");
6670
7828
  var de___listOfMultiplexOutputDestination = /* @__PURE__ */ __name((output, context) => {
6671
7829
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
6672
7830
  return de_MultiplexOutputDestination(entry, context);
@@ -6691,6 +7849,12 @@ var de___listOfMultiplexSummary = /* @__PURE__ */ __name((output, context) => {
6691
7849
  });
6692
7850
  return retVal;
6693
7851
  }, "de___listOfMultiplexSummary");
7852
+ var de___listOfNodeInterfaceMapping = /* @__PURE__ */ __name((output, context) => {
7853
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
7854
+ return de_NodeInterfaceMapping(entry, context);
7855
+ });
7856
+ return retVal;
7857
+ }, "de___listOfNodeInterfaceMapping");
6694
7858
  var de___listOfOffering = /* @__PURE__ */ __name((output, context) => {
6695
7859
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
6696
7860
  return de_Offering(entry, context);
@@ -6739,6 +7903,12 @@ var de___listOfReservation = /* @__PURE__ */ __name((output, context) => {
6739
7903
  });
6740
7904
  return retVal;
6741
7905
  }, "de___listOfReservation");
7906
+ var de___listOfRoute = /* @__PURE__ */ __name((output, context) => {
7907
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
7908
+ return de_Route(entry, context);
7909
+ });
7910
+ return retVal;
7911
+ }, "de___listOfRoute");
6742
7912
  var de___listOfScheduleAction = /* @__PURE__ */ __name((output, context) => {
6743
7913
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
6744
7914
  return de_ScheduleAction(entry, context);
@@ -6763,6 +7933,12 @@ var de___listOfSrtCallerSource = /* @__PURE__ */ __name((output, context) => {
6763
7933
  });
6764
7934
  return retVal;
6765
7935
  }, "de___listOfSrtCallerSource");
7936
+ var de___listOfSrtOutputDestinationSettings = /* @__PURE__ */ __name((output, context) => {
7937
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
7938
+ return de_SrtOutputDestinationSettings(entry, context);
7939
+ });
7940
+ return retVal;
7941
+ }, "de___listOfSrtOutputDestinationSettings");
6766
7942
  var de___listOfThumbnail = /* @__PURE__ */ __name((output, context) => {
6767
7943
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
6768
7944
  return de_Thumbnail(entry, context);
@@ -6973,6 +8149,35 @@ var de_AutomaticInputFailoverSettings = /* @__PURE__ */ __name((output, context)
6973
8149
  SecondaryInputId: [, import_smithy_client.expectString, `secondaryInputId`]
6974
8150
  });
6975
8151
  }, "de_AutomaticInputFailoverSettings");
8152
+ var de_Av1ColorSpaceSettings = /* @__PURE__ */ __name((output, context) => {
8153
+ return (0, import_smithy_client.take)(output, {
8154
+ ColorSpacePassthroughSettings: [, import_smithy_client._json, `colorSpacePassthroughSettings`],
8155
+ Hdr10Settings: [, (_) => de_Hdr10Settings(_, context), `hdr10Settings`],
8156
+ Rec601Settings: [, import_smithy_client._json, `rec601Settings`],
8157
+ Rec709Settings: [, import_smithy_client._json, `rec709Settings`]
8158
+ });
8159
+ }, "de_Av1ColorSpaceSettings");
8160
+ var de_Av1Settings = /* @__PURE__ */ __name((output, context) => {
8161
+ return (0, import_smithy_client.take)(output, {
8162
+ AfdSignaling: [, import_smithy_client.expectString, `afdSignaling`],
8163
+ BufSize: [, import_smithy_client.expectInt32, `bufSize`],
8164
+ ColorSpaceSettings: [, (_) => de_Av1ColorSpaceSettings(_, context), `colorSpaceSettings`],
8165
+ FixedAfd: [, import_smithy_client.expectString, `fixedAfd`],
8166
+ FramerateDenominator: [, import_smithy_client.expectInt32, `framerateDenominator`],
8167
+ FramerateNumerator: [, import_smithy_client.expectInt32, `framerateNumerator`],
8168
+ GopSize: [, import_smithy_client.limitedParseDouble, `gopSize`],
8169
+ GopSizeUnits: [, import_smithy_client.expectString, `gopSizeUnits`],
8170
+ Level: [, import_smithy_client.expectString, `level`],
8171
+ LookAheadRateControl: [, import_smithy_client.expectString, `lookAheadRateControl`],
8172
+ MaxBitrate: [, import_smithy_client.expectInt32, `maxBitrate`],
8173
+ MinIInterval: [, import_smithy_client.expectInt32, `minIInterval`],
8174
+ ParDenominator: [, import_smithy_client.expectInt32, `parDenominator`],
8175
+ ParNumerator: [, import_smithy_client.expectInt32, `parNumerator`],
8176
+ QvbrQualityLevel: [, import_smithy_client.expectInt32, `qvbrQualityLevel`],
8177
+ SceneChangeDetect: [, import_smithy_client.expectString, `sceneChangeDetect`],
8178
+ TimecodeBurninSettings: [, (_) => de_TimecodeBurninSettings(_, context), `timecodeBurninSettings`]
8179
+ });
8180
+ }, "de_Av1Settings");
6976
8181
  var de_AvailBlanking = /* @__PURE__ */ __name((output, context) => {
6977
8182
  return (0, import_smithy_client.take)(output, {
6978
8183
  AvailBlankingImage: [, (_) => de_InputLocation(_, context), `availBlankingImage`],
@@ -7116,6 +8321,7 @@ var de_CdiInputSpecification = /* @__PURE__ */ __name((output, context) => {
7116
8321
  }, "de_CdiInputSpecification");
7117
8322
  var de_Channel = /* @__PURE__ */ __name((output, context) => {
7118
8323
  return (0, import_smithy_client.take)(output, {
8324
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
7119
8325
  Arn: [, import_smithy_client.expectString, `arn`],
7120
8326
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
7121
8327
  ChannelClass: [, import_smithy_client.expectString, `channelClass`],
@@ -7143,6 +8349,7 @@ var de_ChannelEgressEndpoint = /* @__PURE__ */ __name((output, context) => {
7143
8349
  }, "de_ChannelEgressEndpoint");
7144
8350
  var de_ChannelSummary = /* @__PURE__ */ __name((output, context) => {
7145
8351
  return (0, import_smithy_client.take)(output, {
8352
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
7146
8353
  Arn: [, import_smithy_client.expectString, `arn`],
7147
8354
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
7148
8355
  ChannelClass: [, import_smithy_client.expectString, `channelClass`],
@@ -7194,6 +8401,12 @@ var de_CloudWatchAlarmTemplateSummary = /* @__PURE__ */ __name((output, context)
7194
8401
  TreatMissingData: [, import_smithy_client.expectString, `treatMissingData`]
7195
8402
  });
7196
8403
  }, "de_CloudWatchAlarmTemplateSummary");
8404
+ var de_ClusterNetworkSettings = /* @__PURE__ */ __name((output, context) => {
8405
+ return (0, import_smithy_client.take)(output, {
8406
+ DefaultRoute: [, import_smithy_client.expectString, `defaultRoute`],
8407
+ InterfaceMappings: [, (_) => de___listOfInterfaceMapping(_, context), `interfaceMappings`]
8408
+ });
8409
+ }, "de_ClusterNetworkSettings");
7197
8410
  var de_CmafIngestGroupSettings = /* @__PURE__ */ __name((output, context) => {
7198
8411
  return (0, import_smithy_client.take)(output, {
7199
8412
  Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
@@ -7221,6 +8434,61 @@ var de_ColorCorrectionSettings = /* @__PURE__ */ __name((output, context) => {
7221
8434
  GlobalColorCorrections: [, (_) => de___listOfColorCorrection(_, context), `globalColorCorrections`]
7222
8435
  });
7223
8436
  }, "de_ColorCorrectionSettings");
8437
+ var de_DescribeAnywhereSettings = /* @__PURE__ */ __name((output, context) => {
8438
+ return (0, import_smithy_client.take)(output, {
8439
+ ChannelPlacementGroupId: [, import_smithy_client.expectString, `channelPlacementGroupId`],
8440
+ ClusterId: [, import_smithy_client.expectString, `clusterId`]
8441
+ });
8442
+ }, "de_DescribeAnywhereSettings");
8443
+ var de_DescribeChannelPlacementGroupSummary = /* @__PURE__ */ __name((output, context) => {
8444
+ return (0, import_smithy_client.take)(output, {
8445
+ Arn: [, import_smithy_client.expectString, `arn`],
8446
+ Channels: [, import_smithy_client._json, `channels`],
8447
+ ClusterId: [, import_smithy_client.expectString, `clusterId`],
8448
+ Id: [, import_smithy_client.expectString, `id`],
8449
+ Name: [, import_smithy_client.expectString, `name`],
8450
+ Nodes: [, import_smithy_client._json, `nodes`],
8451
+ State: [, import_smithy_client.expectString, `state`]
8452
+ });
8453
+ }, "de_DescribeChannelPlacementGroupSummary");
8454
+ var de_DescribeClusterSummary = /* @__PURE__ */ __name((output, context) => {
8455
+ return (0, import_smithy_client.take)(output, {
8456
+ Arn: [, import_smithy_client.expectString, `arn`],
8457
+ ChannelIds: [, import_smithy_client._json, `channelIds`],
8458
+ ClusterType: [, import_smithy_client.expectString, `clusterType`],
8459
+ Id: [, import_smithy_client.expectString, `id`],
8460
+ InstanceRoleArn: [, import_smithy_client.expectString, `instanceRoleArn`],
8461
+ Name: [, import_smithy_client.expectString, `name`],
8462
+ NetworkSettings: [, (_) => de_ClusterNetworkSettings(_, context), `networkSettings`],
8463
+ State: [, import_smithy_client.expectString, `state`]
8464
+ });
8465
+ }, "de_DescribeClusterSummary");
8466
+ var de_DescribeNetworkSummary = /* @__PURE__ */ __name((output, context) => {
8467
+ return (0, import_smithy_client.take)(output, {
8468
+ Arn: [, import_smithy_client.expectString, `arn`],
8469
+ AssociatedClusterIds: [, import_smithy_client._json, `associatedClusterIds`],
8470
+ Id: [, import_smithy_client.expectString, `id`],
8471
+ IpPools: [, (_) => de___listOfIpPool(_, context), `ipPools`],
8472
+ Name: [, import_smithy_client.expectString, `name`],
8473
+ Routes: [, (_) => de___listOfRoute(_, context), `routes`],
8474
+ State: [, import_smithy_client.expectString, `state`]
8475
+ });
8476
+ }, "de_DescribeNetworkSummary");
8477
+ var de_DescribeNodeSummary = /* @__PURE__ */ __name((output, context) => {
8478
+ return (0, import_smithy_client.take)(output, {
8479
+ Arn: [, import_smithy_client.expectString, `arn`],
8480
+ ChannelPlacementGroups: [, import_smithy_client._json, `channelPlacementGroups`],
8481
+ ClusterId: [, import_smithy_client.expectString, `clusterId`],
8482
+ ConnectionState: [, import_smithy_client.expectString, `connectionState`],
8483
+ Id: [, import_smithy_client.expectString, `id`],
8484
+ InstanceArn: [, import_smithy_client.expectString, `instanceArn`],
8485
+ ManagedInstanceId: [, import_smithy_client.expectString, `managedInstanceId`],
8486
+ Name: [, import_smithy_client.expectString, `name`],
8487
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
8488
+ Role: [, import_smithy_client.expectString, `role`],
8489
+ State: [, import_smithy_client.expectString, `state`]
8490
+ });
8491
+ }, "de_DescribeNodeSummary");
7224
8492
  var de_DvbNitSettings = /* @__PURE__ */ __name((output, context) => {
7225
8493
  return (0, import_smithy_client.take)(output, {
7226
8494
  NetworkId: [, import_smithy_client.expectInt32, `networkId`],
@@ -7741,9 +9009,11 @@ var de_Input = /* @__PURE__ */ __name((output, context) => {
7741
9009
  Id: [, import_smithy_client.expectString, `id`],
7742
9010
  InputClass: [, import_smithy_client.expectString, `inputClass`],
7743
9011
  InputDevices: [, (_) => de___listOfInputDeviceSettings(_, context), `inputDevices`],
9012
+ InputNetworkLocation: [, import_smithy_client.expectString, `inputNetworkLocation`],
7744
9013
  InputPartnerIds: [, import_smithy_client._json, `inputPartnerIds`],
7745
9014
  InputSourceType: [, import_smithy_client.expectString, `inputSourceType`],
7746
9015
  MediaConnectFlows: [, (_) => de___listOfMediaConnectFlow(_, context), `mediaConnectFlows`],
9016
+ MulticastSettings: [, (_) => de_MulticastSettings(_, context), `multicastSettings`],
7747
9017
  Name: [, import_smithy_client.expectString, `name`],
7748
9018
  RoleArn: [, import_smithy_client.expectString, `roleArn`],
7749
9019
  SecurityGroups: [, import_smithy_client._json, `securityGroups`],
@@ -7763,7 +9033,8 @@ var de_InputAttachment = /* @__PURE__ */ __name((output, context) => {
7763
9033
  ],
7764
9034
  InputAttachmentName: [, import_smithy_client.expectString, `inputAttachmentName`],
7765
9035
  InputId: [, import_smithy_client.expectString, `inputId`],
7766
- InputSettings: [, (_) => de_InputSettings(_, context), `inputSettings`]
9036
+ InputSettings: [, (_) => de_InputSettings(_, context), `inputSettings`],
9037
+ LogicalInterfaceNames: [, import_smithy_client._json, `logicalInterfaceNames`]
7767
9038
  });
7768
9039
  }, "de_InputAttachment");
7769
9040
  var de_InputChannelLevel = /* @__PURE__ */ __name((output, context) => {
@@ -7782,11 +9053,19 @@ var de_InputClippingSettings = /* @__PURE__ */ __name((output, context) => {
7782
9053
  var de_InputDestination = /* @__PURE__ */ __name((output, context) => {
7783
9054
  return (0, import_smithy_client.take)(output, {
7784
9055
  Ip: [, import_smithy_client.expectString, `ip`],
9056
+ Network: [, import_smithy_client.expectString, `network`],
9057
+ NetworkRoutes: [, (_) => de___listOfInputDestinationRoute(_, context), `networkRoutes`],
7785
9058
  Port: [, import_smithy_client.expectString, `port`],
7786
9059
  Url: [, import_smithy_client.expectString, `url`],
7787
9060
  Vpc: [, (_) => de_InputDestinationVpc(_, context), `vpc`]
7788
9061
  });
7789
9062
  }, "de_InputDestination");
9063
+ var de_InputDestinationRoute = /* @__PURE__ */ __name((output, context) => {
9064
+ return (0, import_smithy_client.take)(output, {
9065
+ Cidr: [, import_smithy_client.expectString, `cidr`],
9066
+ Gateway: [, import_smithy_client.expectString, `gateway`]
9067
+ });
9068
+ }, "de_InputDestinationRoute");
7790
9069
  var de_InputDestinationVpc = /* @__PURE__ */ __name((output, context) => {
7791
9070
  return (0, import_smithy_client.take)(output, {
7792
9071
  AvailabilityZone: [, import_smithy_client.expectString, `availabilityZone`],
@@ -7949,6 +9228,17 @@ var de_InputWhitelistRule = /* @__PURE__ */ __name((output, context) => {
7949
9228
  Cidr: [, import_smithy_client.expectString, `cidr`]
7950
9229
  });
7951
9230
  }, "de_InputWhitelistRule");
9231
+ var de_InterfaceMapping = /* @__PURE__ */ __name((output, context) => {
9232
+ return (0, import_smithy_client.take)(output, {
9233
+ LogicalInterfaceName: [, import_smithy_client.expectString, `logicalInterfaceName`],
9234
+ NetworkId: [, import_smithy_client.expectString, `networkId`]
9235
+ });
9236
+ }, "de_InterfaceMapping");
9237
+ var de_IpPool = /* @__PURE__ */ __name((output, context) => {
9238
+ return (0, import_smithy_client.take)(output, {
9239
+ Cidr: [, import_smithy_client.expectString, `cidr`]
9240
+ });
9241
+ }, "de_IpPool");
7952
9242
  var de_KeyProviderSettings = /* @__PURE__ */ __name((output, context) => {
7953
9243
  return (0, import_smithy_client.take)(output, {
7954
9244
  StaticKeySettings: [, (_) => de_StaticKeySettings(_, context), `staticKeySettings`]
@@ -8162,6 +9452,22 @@ var de_MsSmoothOutputSettings = /* @__PURE__ */ __name((output, context) => {
8162
9452
  NameModifier: [, import_smithy_client.expectString, `nameModifier`]
8163
9453
  });
8164
9454
  }, "de_MsSmoothOutputSettings");
9455
+ var de_MulticastInputSettings = /* @__PURE__ */ __name((output, context) => {
9456
+ return (0, import_smithy_client.take)(output, {
9457
+ SourceIpAddress: [, import_smithy_client.expectString, `sourceIpAddress`]
9458
+ });
9459
+ }, "de_MulticastInputSettings");
9460
+ var de_MulticastSettings = /* @__PURE__ */ __name((output, context) => {
9461
+ return (0, import_smithy_client.take)(output, {
9462
+ Sources: [, (_) => de___listOfMulticastSource(_, context), `sources`]
9463
+ });
9464
+ }, "de_MulticastSettings");
9465
+ var de_MulticastSource = /* @__PURE__ */ __name((output, context) => {
9466
+ return (0, import_smithy_client.take)(output, {
9467
+ SourceIp: [, import_smithy_client.expectString, `sourceIp`],
9468
+ Url: [, import_smithy_client.expectString, `url`]
9469
+ });
9470
+ }, "de_MulticastSource");
8165
9471
  var de_Multiplex = /* @__PURE__ */ __name((output, context) => {
8166
9472
  return (0, import_smithy_client.take)(output, {
8167
9473
  Arn: [, import_smithy_client.expectString, `arn`],
@@ -8299,6 +9605,7 @@ var de_MultiplexVideoSettings = /* @__PURE__ */ __name((output, context) => {
8299
9605
  var de_NetworkInputSettings = /* @__PURE__ */ __name((output, context) => {
8300
9606
  return (0, import_smithy_client.take)(output, {
8301
9607
  HlsInputSettings: [, (_) => de_HlsInputSettings(_, context), `hlsInputSettings`],
9608
+ MulticastInputSettings: [, (_) => de_MulticastInputSettings(_, context), `multicastInputSettings`],
8302
9609
  ServerValidation: [, import_smithy_client.expectString, `serverValidation`]
8303
9610
  });
8304
9611
  }, "de_NetworkInputSettings");
@@ -8329,6 +9636,13 @@ var de_NielsenWatermarksSettings = /* @__PURE__ */ __name((output, context) => {
8329
9636
  NielsenNaesIiNwSettings: [, (_) => de_NielsenNaesIiNw(_, context), `nielsenNaesIiNwSettings`]
8330
9637
  });
8331
9638
  }, "de_NielsenWatermarksSettings");
9639
+ var de_NodeInterfaceMapping = /* @__PURE__ */ __name((output, context) => {
9640
+ return (0, import_smithy_client.take)(output, {
9641
+ LogicalInterfaceName: [, import_smithy_client.expectString, `logicalInterfaceName`],
9642
+ NetworkInterfaceMode: [, import_smithy_client.expectString, `networkInterfaceMode`],
9643
+ PhysicalInterfaceName: [, import_smithy_client.expectString, `physicalInterfaceName`]
9644
+ });
9645
+ }, "de_NodeInterfaceMapping");
8332
9646
  var de_Offering = /* @__PURE__ */ __name((output, context) => {
8333
9647
  return (0, import_smithy_client.take)(output, {
8334
9648
  Arn: [, import_smithy_client.expectString, `arn`],
@@ -8362,7 +9676,8 @@ var de_OutputDestination = /* @__PURE__ */ __name((output, context) => {
8362
9676
  `mediaPackageSettings`
8363
9677
  ],
8364
9678
  MultiplexSettings: [, (_) => de_MultiplexProgramChannelDestinationSettings(_, context), `multiplexSettings`],
8365
- Settings: [, (_) => de___listOfOutputDestinationSettings(_, context), `settings`]
9679
+ Settings: [, (_) => de___listOfOutputDestinationSettings(_, context), `settings`],
9680
+ SrtSettings: [, (_) => de___listOfSrtOutputDestinationSettings(_, context), `srtSettings`]
8366
9681
  });
8367
9682
  }, "de_OutputDestination");
8368
9683
  var de_OutputDestinationSettings = /* @__PURE__ */ __name((output, context) => {
@@ -8390,6 +9705,7 @@ var de_OutputGroupSettings = /* @__PURE__ */ __name((output, context) => {
8390
9705
  MsSmoothGroupSettings: [, (_) => de_MsSmoothGroupSettings(_, context), `msSmoothGroupSettings`],
8391
9706
  MultiplexGroupSettings: [, import_smithy_client._json, `multiplexGroupSettings`],
8392
9707
  RtmpGroupSettings: [, (_) => de_RtmpGroupSettings(_, context), `rtmpGroupSettings`],
9708
+ SrtGroupSettings: [, (_) => de_SrtGroupSettings(_, context), `srtGroupSettings`],
8393
9709
  UdpGroupSettings: [, (_) => de_UdpGroupSettings(_, context), `udpGroupSettings`]
8394
9710
  });
8395
9711
  }, "de_OutputGroupSettings");
@@ -8414,6 +9730,7 @@ var de_OutputSettings = /* @__PURE__ */ __name((output, context) => {
8414
9730
  MsSmoothOutputSettings: [, (_) => de_MsSmoothOutputSettings(_, context), `msSmoothOutputSettings`],
8415
9731
  MultiplexOutputSettings: [, (_) => de_MultiplexOutputSettings(_, context), `multiplexOutputSettings`],
8416
9732
  RtmpOutputSettings: [, (_) => de_RtmpOutputSettings(_, context), `rtmpOutputSettings`],
9733
+ SrtOutputSettings: [, (_) => de_SrtOutputSettings(_, context), `srtOutputSettings`],
8417
9734
  UdpOutputSettings: [, (_) => de_UdpOutputSettings(_, context), `udpOutputSettings`]
8418
9735
  });
8419
9736
  }, "de_OutputSettings");
@@ -8484,6 +9801,12 @@ var de_ReservationResourceSpecification = /* @__PURE__ */ __name((output, contex
8484
9801
  VideoQuality: [, import_smithy_client.expectString, `videoQuality`]
8485
9802
  });
8486
9803
  }, "de_ReservationResourceSpecification");
9804
+ var de_Route = /* @__PURE__ */ __name((output, context) => {
9805
+ return (0, import_smithy_client.take)(output, {
9806
+ Cidr: [, import_smithy_client.expectString, `cidr`],
9807
+ Gateway: [, import_smithy_client.expectString, `gateway`]
9808
+ });
9809
+ }, "de_Route");
8487
9810
  var de_RtmpGroupSettings = /* @__PURE__ */ __name((output, context) => {
8488
9811
  return (0, import_smithy_client.take)(output, {
8489
9812
  AdMarkers: [, import_smithy_client._json, `adMarkers`],
@@ -8702,6 +10025,27 @@ var de_SrtCallerSource = /* @__PURE__ */ __name((output, context) => {
8702
10025
  StreamId: [, import_smithy_client.expectString, `streamId`]
8703
10026
  });
8704
10027
  }, "de_SrtCallerSource");
10028
+ var de_SrtGroupSettings = /* @__PURE__ */ __name((output, context) => {
10029
+ return (0, import_smithy_client.take)(output, {
10030
+ InputLossAction: [, import_smithy_client.expectString, `inputLossAction`]
10031
+ });
10032
+ }, "de_SrtGroupSettings");
10033
+ var de_SrtOutputDestinationSettings = /* @__PURE__ */ __name((output, context) => {
10034
+ return (0, import_smithy_client.take)(output, {
10035
+ EncryptionPassphraseSecretArn: [, import_smithy_client.expectString, `encryptionPassphraseSecretArn`],
10036
+ StreamId: [, import_smithy_client.expectString, `streamId`],
10037
+ Url: [, import_smithy_client.expectString, `url`]
10038
+ });
10039
+ }, "de_SrtOutputDestinationSettings");
10040
+ var de_SrtOutputSettings = /* @__PURE__ */ __name((output, context) => {
10041
+ return (0, import_smithy_client.take)(output, {
10042
+ BufferMsec: [, import_smithy_client.expectInt32, `bufferMsec`],
10043
+ ContainerSettings: [, (_) => de_UdpContainerSettings(_, context), `containerSettings`],
10044
+ Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
10045
+ EncryptionType: [, import_smithy_client.expectString, `encryptionType`],
10046
+ Latency: [, import_smithy_client.expectInt32, `latency`]
10047
+ });
10048
+ }, "de_SrtOutputSettings");
8705
10049
  var de_SrtSettings = /* @__PURE__ */ __name((output, context) => {
8706
10050
  return (0, import_smithy_client.take)(output, {
8707
10051
  SrtCallerSources: [, (_) => de___listOfSrtCallerSource(_, context), `srtCallerSources`]
@@ -8869,6 +10213,7 @@ var de_VideoBlackFailoverSettings = /* @__PURE__ */ __name((output, context) =>
8869
10213
  }, "de_VideoBlackFailoverSettings");
8870
10214
  var de_VideoCodecSettings = /* @__PURE__ */ __name((output, context) => {
8871
10215
  return (0, import_smithy_client.take)(output, {
10216
+ Av1Settings: [, (_) => de_Av1Settings(_, context), `av1Settings`],
8872
10217
  FrameCaptureSettings: [, (_) => de_FrameCaptureSettings(_, context), `frameCaptureSettings`],
8873
10218
  H264Settings: [, (_) => de_H264Settings(_, context), `h264Settings`],
8874
10219
  H265Settings: [, (_) => de_H265Settings(_, context), `h265Settings`],
@@ -8996,9 +10341,7 @@ var _tTr = "transferType";
8996
10341
  var _vQ = "videoQuality";
8997
10342
 
8998
10343
  // src/commands/AcceptInputDeviceTransferCommand.ts
8999
- var _AcceptInputDeviceTransferCommand = class _AcceptInputDeviceTransferCommand extends import_smithy_client.Command.classBuilder().ep({
9000
- ...commonParams
9001
- }).m(function(Command, cs, config, o) {
10344
+ var _AcceptInputDeviceTransferCommand = class _AcceptInputDeviceTransferCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9002
10345
  return [
9003
10346
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9004
10347
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9012,9 +10355,7 @@ var AcceptInputDeviceTransferCommand = _AcceptInputDeviceTransferCommand;
9012
10355
 
9013
10356
 
9014
10357
 
9015
- var _BatchDeleteCommand = class _BatchDeleteCommand extends import_smithy_client.Command.classBuilder().ep({
9016
- ...commonParams
9017
- }).m(function(Command, cs, config, o) {
10358
+ var _BatchDeleteCommand = class _BatchDeleteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9018
10359
  return [
9019
10360
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9020
10361
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9028,9 +10369,7 @@ var BatchDeleteCommand = _BatchDeleteCommand;
9028
10369
 
9029
10370
 
9030
10371
 
9031
- var _BatchStartCommand = class _BatchStartCommand extends import_smithy_client.Command.classBuilder().ep({
9032
- ...commonParams
9033
- }).m(function(Command, cs, config, o) {
10372
+ var _BatchStartCommand = class _BatchStartCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9034
10373
  return [
9035
10374
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9036
10375
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9044,9 +10383,7 @@ var BatchStartCommand = _BatchStartCommand;
9044
10383
 
9045
10384
 
9046
10385
 
9047
- var _BatchStopCommand = class _BatchStopCommand extends import_smithy_client.Command.classBuilder().ep({
9048
- ...commonParams
9049
- }).m(function(Command, cs, config, o) {
10386
+ var _BatchStopCommand = class _BatchStopCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9050
10387
  return [
9051
10388
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9052
10389
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9060,9 +10397,7 @@ var BatchStopCommand = _BatchStopCommand;
9060
10397
 
9061
10398
 
9062
10399
 
9063
- var _BatchUpdateScheduleCommand = class _BatchUpdateScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
9064
- ...commonParams
9065
- }).m(function(Command, cs, config, o) {
10400
+ var _BatchUpdateScheduleCommand = class _BatchUpdateScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9066
10401
  return [
9067
10402
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9068
10403
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9076,9 +10411,7 @@ var BatchUpdateScheduleCommand = _BatchUpdateScheduleCommand;
9076
10411
 
9077
10412
 
9078
10413
 
9079
- var _CancelInputDeviceTransferCommand = class _CancelInputDeviceTransferCommand extends import_smithy_client.Command.classBuilder().ep({
9080
- ...commonParams
9081
- }).m(function(Command, cs, config, o) {
10414
+ var _CancelInputDeviceTransferCommand = class _CancelInputDeviceTransferCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9082
10415
  return [
9083
10416
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9084
10417
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9092,9 +10425,7 @@ var CancelInputDeviceTransferCommand = _CancelInputDeviceTransferCommand;
9092
10425
 
9093
10426
 
9094
10427
 
9095
- var _ClaimDeviceCommand = class _ClaimDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
9096
- ...commonParams
9097
- }).m(function(Command, cs, config, o) {
10428
+ var _ClaimDeviceCommand = class _ClaimDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9098
10429
  return [
9099
10430
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9100
10431
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9108,9 +10439,7 @@ var ClaimDeviceCommand = _ClaimDeviceCommand;
9108
10439
 
9109
10440
 
9110
10441
 
9111
- var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
9112
- ...commonParams
9113
- }).m(function(Command, cs, config, o) {
10442
+ var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9114
10443
  return [
9115
10444
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9116
10445
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9120,13 +10449,25 @@ var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_cl
9120
10449
  __name(_CreateChannelCommand, "CreateChannelCommand");
9121
10450
  var CreateChannelCommand = _CreateChannelCommand;
9122
10451
 
10452
+ // src/commands/CreateChannelPlacementGroupCommand.ts
10453
+
10454
+
10455
+
10456
+ var _CreateChannelPlacementGroupCommand = class _CreateChannelPlacementGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10457
+ return [
10458
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10459
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10460
+ ];
10461
+ }).s("MediaLive", "CreateChannelPlacementGroup", {}).n("MediaLiveClient", "CreateChannelPlacementGroupCommand").f(void 0, void 0).ser(se_CreateChannelPlacementGroupCommand).de(de_CreateChannelPlacementGroupCommand).build() {
10462
+ };
10463
+ __name(_CreateChannelPlacementGroupCommand, "CreateChannelPlacementGroupCommand");
10464
+ var CreateChannelPlacementGroupCommand = _CreateChannelPlacementGroupCommand;
10465
+
9123
10466
  // src/commands/CreateCloudWatchAlarmTemplateCommand.ts
9124
10467
 
9125
10468
 
9126
10469
 
9127
- var _CreateCloudWatchAlarmTemplateCommand = class _CreateCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
9128
- ...commonParams
9129
- }).m(function(Command, cs, config, o) {
10470
+ var _CreateCloudWatchAlarmTemplateCommand = class _CreateCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9130
10471
  return [
9131
10472
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9132
10473
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9140,9 +10481,7 @@ var CreateCloudWatchAlarmTemplateCommand = _CreateCloudWatchAlarmTemplateCommand
9140
10481
 
9141
10482
 
9142
10483
 
9143
- var _CreateCloudWatchAlarmTemplateGroupCommand = class _CreateCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
9144
- ...commonParams
9145
- }).m(function(Command, cs, config, o) {
10484
+ var _CreateCloudWatchAlarmTemplateGroupCommand = class _CreateCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9146
10485
  return [
9147
10486
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9148
10487
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9152,13 +10491,25 @@ var _CreateCloudWatchAlarmTemplateGroupCommand = class _CreateCloudWatchAlarmTem
9152
10491
  __name(_CreateCloudWatchAlarmTemplateGroupCommand, "CreateCloudWatchAlarmTemplateGroupCommand");
9153
10492
  var CreateCloudWatchAlarmTemplateGroupCommand = _CreateCloudWatchAlarmTemplateGroupCommand;
9154
10493
 
10494
+ // src/commands/CreateClusterCommand.ts
10495
+
10496
+
10497
+
10498
+ var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10499
+ return [
10500
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10501
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10502
+ ];
10503
+ }).s("MediaLive", "CreateCluster", {}).n("MediaLiveClient", "CreateClusterCommand").f(void 0, void 0).ser(se_CreateClusterCommand).de(de_CreateClusterCommand).build() {
10504
+ };
10505
+ __name(_CreateClusterCommand, "CreateClusterCommand");
10506
+ var CreateClusterCommand = _CreateClusterCommand;
10507
+
9155
10508
  // src/commands/CreateEventBridgeRuleTemplateCommand.ts
9156
10509
 
9157
10510
 
9158
10511
 
9159
- var _CreateEventBridgeRuleTemplateCommand = class _CreateEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
9160
- ...commonParams
9161
- }).m(function(Command, cs, config, o) {
10512
+ var _CreateEventBridgeRuleTemplateCommand = class _CreateEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9162
10513
  return [
9163
10514
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9164
10515
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9172,9 +10523,7 @@ var CreateEventBridgeRuleTemplateCommand = _CreateEventBridgeRuleTemplateCommand
9172
10523
 
9173
10524
 
9174
10525
 
9175
- var _CreateEventBridgeRuleTemplateGroupCommand = class _CreateEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
9176
- ...commonParams
9177
- }).m(function(Command, cs, config, o) {
10526
+ var _CreateEventBridgeRuleTemplateGroupCommand = class _CreateEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9178
10527
  return [
9179
10528
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9180
10529
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9188,9 +10537,7 @@ var CreateEventBridgeRuleTemplateGroupCommand = _CreateEventBridgeRuleTemplateGr
9188
10537
 
9189
10538
 
9190
10539
 
9191
- var _CreateInputCommand = class _CreateInputCommand extends import_smithy_client.Command.classBuilder().ep({
9192
- ...commonParams
9193
- }).m(function(Command, cs, config, o) {
10540
+ var _CreateInputCommand = class _CreateInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9194
10541
  return [
9195
10542
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9196
10543
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9204,9 +10551,7 @@ var CreateInputCommand = _CreateInputCommand;
9204
10551
 
9205
10552
 
9206
10553
 
9207
- var _CreateInputSecurityGroupCommand = class _CreateInputSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep({
9208
- ...commonParams
9209
- }).m(function(Command, cs, config, o) {
10554
+ var _CreateInputSecurityGroupCommand = class _CreateInputSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9210
10555
  return [
9211
10556
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9212
10557
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9220,9 +10565,7 @@ var CreateInputSecurityGroupCommand = _CreateInputSecurityGroupCommand;
9220
10565
 
9221
10566
 
9222
10567
 
9223
- var _CreateMultiplexCommand = class _CreateMultiplexCommand extends import_smithy_client.Command.classBuilder().ep({
9224
- ...commonParams
9225
- }).m(function(Command, cs, config, o) {
10568
+ var _CreateMultiplexCommand = class _CreateMultiplexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9226
10569
  return [
9227
10570
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9228
10571
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9236,9 +10579,7 @@ var CreateMultiplexCommand = _CreateMultiplexCommand;
9236
10579
 
9237
10580
 
9238
10581
 
9239
- var _CreateMultiplexProgramCommand = class _CreateMultiplexProgramCommand extends import_smithy_client.Command.classBuilder().ep({
9240
- ...commonParams
9241
- }).m(function(Command, cs, config, o) {
10582
+ var _CreateMultiplexProgramCommand = class _CreateMultiplexProgramCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9242
10583
  return [
9243
10584
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9244
10585
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9248,13 +10589,53 @@ var _CreateMultiplexProgramCommand = class _CreateMultiplexProgramCommand extend
9248
10589
  __name(_CreateMultiplexProgramCommand, "CreateMultiplexProgramCommand");
9249
10590
  var CreateMultiplexProgramCommand = _CreateMultiplexProgramCommand;
9250
10591
 
10592
+ // src/commands/CreateNetworkCommand.ts
10593
+
10594
+
10595
+
10596
+ var _CreateNetworkCommand = class _CreateNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10597
+ return [
10598
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10599
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10600
+ ];
10601
+ }).s("MediaLive", "CreateNetwork", {}).n("MediaLiveClient", "CreateNetworkCommand").f(void 0, void 0).ser(se_CreateNetworkCommand).de(de_CreateNetworkCommand).build() {
10602
+ };
10603
+ __name(_CreateNetworkCommand, "CreateNetworkCommand");
10604
+ var CreateNetworkCommand = _CreateNetworkCommand;
10605
+
10606
+ // src/commands/CreateNodeCommand.ts
10607
+
10608
+
10609
+
10610
+ var _CreateNodeCommand = class _CreateNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10611
+ return [
10612
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10613
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10614
+ ];
10615
+ }).s("MediaLive", "CreateNode", {}).n("MediaLiveClient", "CreateNodeCommand").f(void 0, void 0).ser(se_CreateNodeCommand).de(de_CreateNodeCommand).build() {
10616
+ };
10617
+ __name(_CreateNodeCommand, "CreateNodeCommand");
10618
+ var CreateNodeCommand = _CreateNodeCommand;
10619
+
10620
+ // src/commands/CreateNodeRegistrationScriptCommand.ts
10621
+
10622
+
10623
+
10624
+ var _CreateNodeRegistrationScriptCommand = class _CreateNodeRegistrationScriptCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10625
+ return [
10626
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10627
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10628
+ ];
10629
+ }).s("MediaLive", "CreateNodeRegistrationScript", {}).n("MediaLiveClient", "CreateNodeRegistrationScriptCommand").f(void 0, void 0).ser(se_CreateNodeRegistrationScriptCommand).de(de_CreateNodeRegistrationScriptCommand).build() {
10630
+ };
10631
+ __name(_CreateNodeRegistrationScriptCommand, "CreateNodeRegistrationScriptCommand");
10632
+ var CreateNodeRegistrationScriptCommand = _CreateNodeRegistrationScriptCommand;
10633
+
9251
10634
  // src/commands/CreatePartnerInputCommand.ts
9252
10635
 
9253
10636
 
9254
10637
 
9255
- var _CreatePartnerInputCommand = class _CreatePartnerInputCommand extends import_smithy_client.Command.classBuilder().ep({
9256
- ...commonParams
9257
- }).m(function(Command, cs, config, o) {
10638
+ var _CreatePartnerInputCommand = class _CreatePartnerInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9258
10639
  return [
9259
10640
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9260
10641
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9268,9 +10649,7 @@ var CreatePartnerInputCommand = _CreatePartnerInputCommand;
9268
10649
 
9269
10650
 
9270
10651
 
9271
- var _CreateSignalMapCommand = class _CreateSignalMapCommand extends import_smithy_client.Command.classBuilder().ep({
9272
- ...commonParams
9273
- }).m(function(Command, cs, config, o) {
10652
+ var _CreateSignalMapCommand = class _CreateSignalMapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9274
10653
  return [
9275
10654
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9276
10655
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9284,9 +10663,7 @@ var CreateSignalMapCommand = _CreateSignalMapCommand;
9284
10663
 
9285
10664
 
9286
10665
 
9287
- var _CreateTagsCommand = class _CreateTagsCommand extends import_smithy_client.Command.classBuilder().ep({
9288
- ...commonParams
9289
- }).m(function(Command, cs, config, o) {
10666
+ var _CreateTagsCommand = class _CreateTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9290
10667
  return [
9291
10668
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9292
10669
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9300,9 +10677,7 @@ var CreateTagsCommand = _CreateTagsCommand;
9300
10677
 
9301
10678
 
9302
10679
 
9303
- var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep({
9304
- ...commonParams
9305
- }).m(function(Command, cs, config, o) {
10680
+ var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9306
10681
  return [
9307
10682
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9308
10683
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9312,13 +10687,25 @@ var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_cl
9312
10687
  __name(_DeleteChannelCommand, "DeleteChannelCommand");
9313
10688
  var DeleteChannelCommand = _DeleteChannelCommand;
9314
10689
 
10690
+ // src/commands/DeleteChannelPlacementGroupCommand.ts
10691
+
10692
+
10693
+
10694
+ var _DeleteChannelPlacementGroupCommand = class _DeleteChannelPlacementGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10695
+ return [
10696
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10697
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10698
+ ];
10699
+ }).s("MediaLive", "DeleteChannelPlacementGroup", {}).n("MediaLiveClient", "DeleteChannelPlacementGroupCommand").f(void 0, void 0).ser(se_DeleteChannelPlacementGroupCommand).de(de_DeleteChannelPlacementGroupCommand).build() {
10700
+ };
10701
+ __name(_DeleteChannelPlacementGroupCommand, "DeleteChannelPlacementGroupCommand");
10702
+ var DeleteChannelPlacementGroupCommand = _DeleteChannelPlacementGroupCommand;
10703
+
9315
10704
  // src/commands/DeleteCloudWatchAlarmTemplateCommand.ts
9316
10705
 
9317
10706
 
9318
10707
 
9319
- var _DeleteCloudWatchAlarmTemplateCommand = class _DeleteCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
9320
- ...commonParams
9321
- }).m(function(Command, cs, config, o) {
10708
+ var _DeleteCloudWatchAlarmTemplateCommand = class _DeleteCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9322
10709
  return [
9323
10710
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9324
10711
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9332,9 +10719,7 @@ var DeleteCloudWatchAlarmTemplateCommand = _DeleteCloudWatchAlarmTemplateCommand
9332
10719
 
9333
10720
 
9334
10721
 
9335
- var _DeleteCloudWatchAlarmTemplateGroupCommand = class _DeleteCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
9336
- ...commonParams
9337
- }).m(function(Command, cs, config, o) {
10722
+ var _DeleteCloudWatchAlarmTemplateGroupCommand = class _DeleteCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9338
10723
  return [
9339
10724
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9340
10725
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9344,13 +10729,25 @@ var _DeleteCloudWatchAlarmTemplateGroupCommand = class _DeleteCloudWatchAlarmTem
9344
10729
  __name(_DeleteCloudWatchAlarmTemplateGroupCommand, "DeleteCloudWatchAlarmTemplateGroupCommand");
9345
10730
  var DeleteCloudWatchAlarmTemplateGroupCommand = _DeleteCloudWatchAlarmTemplateGroupCommand;
9346
10731
 
10732
+ // src/commands/DeleteClusterCommand.ts
10733
+
10734
+
10735
+
10736
+ var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10737
+ return [
10738
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10739
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10740
+ ];
10741
+ }).s("MediaLive", "DeleteCluster", {}).n("MediaLiveClient", "DeleteClusterCommand").f(void 0, void 0).ser(se_DeleteClusterCommand).de(de_DeleteClusterCommand).build() {
10742
+ };
10743
+ __name(_DeleteClusterCommand, "DeleteClusterCommand");
10744
+ var DeleteClusterCommand = _DeleteClusterCommand;
10745
+
9347
10746
  // src/commands/DeleteEventBridgeRuleTemplateCommand.ts
9348
10747
 
9349
10748
 
9350
10749
 
9351
- var _DeleteEventBridgeRuleTemplateCommand = class _DeleteEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
9352
- ...commonParams
9353
- }).m(function(Command, cs, config, o) {
10750
+ var _DeleteEventBridgeRuleTemplateCommand = class _DeleteEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9354
10751
  return [
9355
10752
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9356
10753
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9364,9 +10761,7 @@ var DeleteEventBridgeRuleTemplateCommand = _DeleteEventBridgeRuleTemplateCommand
9364
10761
 
9365
10762
 
9366
10763
 
9367
- var _DeleteEventBridgeRuleTemplateGroupCommand = class _DeleteEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
9368
- ...commonParams
9369
- }).m(function(Command, cs, config, o) {
10764
+ var _DeleteEventBridgeRuleTemplateGroupCommand = class _DeleteEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9370
10765
  return [
9371
10766
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9372
10767
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9380,9 +10775,7 @@ var DeleteEventBridgeRuleTemplateGroupCommand = _DeleteEventBridgeRuleTemplateGr
9380
10775
 
9381
10776
 
9382
10777
 
9383
- var _DeleteInputCommand = class _DeleteInputCommand extends import_smithy_client.Command.classBuilder().ep({
9384
- ...commonParams
9385
- }).m(function(Command, cs, config, o) {
10778
+ var _DeleteInputCommand = class _DeleteInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9386
10779
  return [
9387
10780
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9388
10781
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9396,9 +10789,7 @@ var DeleteInputCommand = _DeleteInputCommand;
9396
10789
 
9397
10790
 
9398
10791
 
9399
- var _DeleteInputSecurityGroupCommand = class _DeleteInputSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep({
9400
- ...commonParams
9401
- }).m(function(Command, cs, config, o) {
10792
+ var _DeleteInputSecurityGroupCommand = class _DeleteInputSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9402
10793
  return [
9403
10794
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9404
10795
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9412,9 +10803,7 @@ var DeleteInputSecurityGroupCommand = _DeleteInputSecurityGroupCommand;
9412
10803
 
9413
10804
 
9414
10805
 
9415
- var _DeleteMultiplexCommand = class _DeleteMultiplexCommand extends import_smithy_client.Command.classBuilder().ep({
9416
- ...commonParams
9417
- }).m(function(Command, cs, config, o) {
10806
+ var _DeleteMultiplexCommand = class _DeleteMultiplexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9418
10807
  return [
9419
10808
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9420
10809
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9428,9 +10817,7 @@ var DeleteMultiplexCommand = _DeleteMultiplexCommand;
9428
10817
 
9429
10818
 
9430
10819
 
9431
- var _DeleteMultiplexProgramCommand = class _DeleteMultiplexProgramCommand extends import_smithy_client.Command.classBuilder().ep({
9432
- ...commonParams
9433
- }).m(function(Command, cs, config, o) {
10820
+ var _DeleteMultiplexProgramCommand = class _DeleteMultiplexProgramCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9434
10821
  return [
9435
10822
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9436
10823
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9440,13 +10827,39 @@ var _DeleteMultiplexProgramCommand = class _DeleteMultiplexProgramCommand extend
9440
10827
  __name(_DeleteMultiplexProgramCommand, "DeleteMultiplexProgramCommand");
9441
10828
  var DeleteMultiplexProgramCommand = _DeleteMultiplexProgramCommand;
9442
10829
 
10830
+ // src/commands/DeleteNetworkCommand.ts
10831
+
10832
+
10833
+
10834
+ var _DeleteNetworkCommand = class _DeleteNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10835
+ return [
10836
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10837
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10838
+ ];
10839
+ }).s("MediaLive", "DeleteNetwork", {}).n("MediaLiveClient", "DeleteNetworkCommand").f(void 0, void 0).ser(se_DeleteNetworkCommand).de(de_DeleteNetworkCommand).build() {
10840
+ };
10841
+ __name(_DeleteNetworkCommand, "DeleteNetworkCommand");
10842
+ var DeleteNetworkCommand = _DeleteNetworkCommand;
10843
+
10844
+ // src/commands/DeleteNodeCommand.ts
10845
+
10846
+
10847
+
10848
+ var _DeleteNodeCommand = class _DeleteNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10849
+ return [
10850
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10851
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10852
+ ];
10853
+ }).s("MediaLive", "DeleteNode", {}).n("MediaLiveClient", "DeleteNodeCommand").f(void 0, void 0).ser(se_DeleteNodeCommand).de(de_DeleteNodeCommand).build() {
10854
+ };
10855
+ __name(_DeleteNodeCommand, "DeleteNodeCommand");
10856
+ var DeleteNodeCommand = _DeleteNodeCommand;
10857
+
9443
10858
  // src/commands/DeleteReservationCommand.ts
9444
10859
 
9445
10860
 
9446
10861
 
9447
- var _DeleteReservationCommand = class _DeleteReservationCommand extends import_smithy_client.Command.classBuilder().ep({
9448
- ...commonParams
9449
- }).m(function(Command, cs, config, o) {
10862
+ var _DeleteReservationCommand = class _DeleteReservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9450
10863
  return [
9451
10864
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9452
10865
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9460,9 +10873,7 @@ var DeleteReservationCommand = _DeleteReservationCommand;
9460
10873
 
9461
10874
 
9462
10875
 
9463
- var _DeleteScheduleCommand = class _DeleteScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
9464
- ...commonParams
9465
- }).m(function(Command, cs, config, o) {
10876
+ var _DeleteScheduleCommand = class _DeleteScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9466
10877
  return [
9467
10878
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9468
10879
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9476,9 +10887,7 @@ var DeleteScheduleCommand = _DeleteScheduleCommand;
9476
10887
 
9477
10888
 
9478
10889
 
9479
- var _DeleteSignalMapCommand = class _DeleteSignalMapCommand extends import_smithy_client.Command.classBuilder().ep({
9480
- ...commonParams
9481
- }).m(function(Command, cs, config, o) {
10890
+ var _DeleteSignalMapCommand = class _DeleteSignalMapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9482
10891
  return [
9483
10892
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9484
10893
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9492,9 +10901,7 @@ var DeleteSignalMapCommand = _DeleteSignalMapCommand;
9492
10901
 
9493
10902
 
9494
10903
 
9495
- var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep({
9496
- ...commonParams
9497
- }).m(function(Command, cs, config, o) {
10904
+ var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9498
10905
  return [
9499
10906
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9500
10907
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9508,9 +10915,7 @@ var DeleteTagsCommand = _DeleteTagsCommand;
9508
10915
 
9509
10916
 
9510
10917
 
9511
- var _DescribeAccountConfigurationCommand = class _DescribeAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9512
- ...commonParams
9513
- }).m(function(Command, cs, config, o) {
10918
+ var _DescribeAccountConfigurationCommand = class _DescribeAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9514
10919
  return [
9515
10920
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9516
10921
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9524,9 +10929,7 @@ var DescribeAccountConfigurationCommand = _DescribeAccountConfigurationCommand;
9524
10929
 
9525
10930
 
9526
10931
 
9527
- var _DescribeChannelCommand = class _DescribeChannelCommand extends import_smithy_client.Command.classBuilder().ep({
9528
- ...commonParams
9529
- }).m(function(Command, cs, config, o) {
10932
+ var _DescribeChannelCommand = class _DescribeChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9530
10933
  return [
9531
10934
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9532
10935
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9536,13 +10939,39 @@ var _DescribeChannelCommand = class _DescribeChannelCommand extends import_smith
9536
10939
  __name(_DescribeChannelCommand, "DescribeChannelCommand");
9537
10940
  var DescribeChannelCommand = _DescribeChannelCommand;
9538
10941
 
10942
+ // src/commands/DescribeChannelPlacementGroupCommand.ts
10943
+
10944
+
10945
+
10946
+ var _DescribeChannelPlacementGroupCommand = class _DescribeChannelPlacementGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10947
+ return [
10948
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10949
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10950
+ ];
10951
+ }).s("MediaLive", "DescribeChannelPlacementGroup", {}).n("MediaLiveClient", "DescribeChannelPlacementGroupCommand").f(void 0, void 0).ser(se_DescribeChannelPlacementGroupCommand).de(de_DescribeChannelPlacementGroupCommand).build() {
10952
+ };
10953
+ __name(_DescribeChannelPlacementGroupCommand, "DescribeChannelPlacementGroupCommand");
10954
+ var DescribeChannelPlacementGroupCommand = _DescribeChannelPlacementGroupCommand;
10955
+
10956
+ // src/commands/DescribeClusterCommand.ts
10957
+
10958
+
10959
+
10960
+ var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10961
+ return [
10962
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10963
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10964
+ ];
10965
+ }).s("MediaLive", "DescribeCluster", {}).n("MediaLiveClient", "DescribeClusterCommand").f(void 0, void 0).ser(se_DescribeClusterCommand).de(de_DescribeClusterCommand).build() {
10966
+ };
10967
+ __name(_DescribeClusterCommand, "DescribeClusterCommand");
10968
+ var DescribeClusterCommand = _DescribeClusterCommand;
10969
+
9539
10970
  // src/commands/DescribeInputCommand.ts
9540
10971
 
9541
10972
 
9542
10973
 
9543
- var _DescribeInputCommand = class _DescribeInputCommand extends import_smithy_client.Command.classBuilder().ep({
9544
- ...commonParams
9545
- }).m(function(Command, cs, config, o) {
10974
+ var _DescribeInputCommand = class _DescribeInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9546
10975
  return [
9547
10976
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9548
10977
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9556,9 +10985,7 @@ var DescribeInputCommand = _DescribeInputCommand;
9556
10985
 
9557
10986
 
9558
10987
 
9559
- var _DescribeInputDeviceCommand = class _DescribeInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
9560
- ...commonParams
9561
- }).m(function(Command, cs, config, o) {
10988
+ var _DescribeInputDeviceCommand = class _DescribeInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9562
10989
  return [
9563
10990
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9564
10991
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9574,18 +11001,41 @@ var DescribeInputDeviceCommand = _DescribeInputDeviceCommand;
9574
11001
 
9575
11002
 
9576
11003
  // src/models/models_2.ts
11004
+ var NielsenPcmToId3TaggingState = {
11005
+ DISABLED: "DISABLED",
11006
+ ENABLED: "ENABLED"
11007
+ };
11008
+ var ThumbnailState = {
11009
+ AUTO: "AUTO",
11010
+ DISABLED: "DISABLED"
11011
+ };
11012
+ var TimecodeConfigSource = {
11013
+ EMBEDDED: "EMBEDDED",
11014
+ SYSTEMCLOCK: "SYSTEMCLOCK",
11015
+ ZEROBASED: "ZEROBASED"
11016
+ };
11017
+ var ContentType = {
11018
+ image_jpeg: "image/jpeg"
11019
+ };
11020
+ var PreferredChannelPipeline = {
11021
+ CURRENTLY_ACTIVE: "CURRENTLY_ACTIVE",
11022
+ PIPELINE_0: "PIPELINE_0",
11023
+ PIPELINE_1: "PIPELINE_1"
11024
+ };
9577
11025
  var RebootInputDeviceForce = {
9578
11026
  NO: "NO",
9579
11027
  YES: "YES"
9580
11028
  };
11029
+ var UpdateNodeStateShape = {
11030
+ ACTIVE: "ACTIVE",
11031
+ DRAINING: "DRAINING"
11032
+ };
9581
11033
  var DescribeInputDeviceThumbnailResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
9582
11034
  ...obj
9583
11035
  }), "DescribeInputDeviceThumbnailResponseFilterSensitiveLog");
9584
11036
 
9585
11037
  // src/commands/DescribeInputDeviceThumbnailCommand.ts
9586
- var _DescribeInputDeviceThumbnailCommand = class _DescribeInputDeviceThumbnailCommand extends import_smithy_client.Command.classBuilder().ep({
9587
- ...commonParams
9588
- }).m(function(Command, cs, config, o) {
11038
+ var _DescribeInputDeviceThumbnailCommand = class _DescribeInputDeviceThumbnailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9589
11039
  return [
9590
11040
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9591
11041
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9599,9 +11049,7 @@ var DescribeInputDeviceThumbnailCommand = _DescribeInputDeviceThumbnailCommand;
9599
11049
 
9600
11050
 
9601
11051
 
9602
- var _DescribeInputSecurityGroupCommand = class _DescribeInputSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep({
9603
- ...commonParams
9604
- }).m(function(Command, cs, config, o) {
11052
+ var _DescribeInputSecurityGroupCommand = class _DescribeInputSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9605
11053
  return [
9606
11054
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9607
11055
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9615,9 +11063,7 @@ var DescribeInputSecurityGroupCommand = _DescribeInputSecurityGroupCommand;
9615
11063
 
9616
11064
 
9617
11065
 
9618
- var _DescribeMultiplexCommand = class _DescribeMultiplexCommand extends import_smithy_client.Command.classBuilder().ep({
9619
- ...commonParams
9620
- }).m(function(Command, cs, config, o) {
11066
+ var _DescribeMultiplexCommand = class _DescribeMultiplexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9621
11067
  return [
9622
11068
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9623
11069
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9631,9 +11077,7 @@ var DescribeMultiplexCommand = _DescribeMultiplexCommand;
9631
11077
 
9632
11078
 
9633
11079
 
9634
- var _DescribeMultiplexProgramCommand = class _DescribeMultiplexProgramCommand extends import_smithy_client.Command.classBuilder().ep({
9635
- ...commonParams
9636
- }).m(function(Command, cs, config, o) {
11080
+ var _DescribeMultiplexProgramCommand = class _DescribeMultiplexProgramCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9637
11081
  return [
9638
11082
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9639
11083
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9643,13 +11087,39 @@ var _DescribeMultiplexProgramCommand = class _DescribeMultiplexProgramCommand ex
9643
11087
  __name(_DescribeMultiplexProgramCommand, "DescribeMultiplexProgramCommand");
9644
11088
  var DescribeMultiplexProgramCommand = _DescribeMultiplexProgramCommand;
9645
11089
 
11090
+ // src/commands/DescribeNetworkCommand.ts
11091
+
11092
+
11093
+
11094
+ var _DescribeNetworkCommand = class _DescribeNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11095
+ return [
11096
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11097
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11098
+ ];
11099
+ }).s("MediaLive", "DescribeNetwork", {}).n("MediaLiveClient", "DescribeNetworkCommand").f(void 0, void 0).ser(se_DescribeNetworkCommand).de(de_DescribeNetworkCommand).build() {
11100
+ };
11101
+ __name(_DescribeNetworkCommand, "DescribeNetworkCommand");
11102
+ var DescribeNetworkCommand = _DescribeNetworkCommand;
11103
+
11104
+ // src/commands/DescribeNodeCommand.ts
11105
+
11106
+
11107
+
11108
+ var _DescribeNodeCommand = class _DescribeNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11109
+ return [
11110
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11111
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11112
+ ];
11113
+ }).s("MediaLive", "DescribeNode", {}).n("MediaLiveClient", "DescribeNodeCommand").f(void 0, void 0).ser(se_DescribeNodeCommand).de(de_DescribeNodeCommand).build() {
11114
+ };
11115
+ __name(_DescribeNodeCommand, "DescribeNodeCommand");
11116
+ var DescribeNodeCommand = _DescribeNodeCommand;
11117
+
9646
11118
  // src/commands/DescribeOfferingCommand.ts
9647
11119
 
9648
11120
 
9649
11121
 
9650
- var _DescribeOfferingCommand = class _DescribeOfferingCommand extends import_smithy_client.Command.classBuilder().ep({
9651
- ...commonParams
9652
- }).m(function(Command, cs, config, o) {
11122
+ var _DescribeOfferingCommand = class _DescribeOfferingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9653
11123
  return [
9654
11124
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9655
11125
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9663,9 +11133,7 @@ var DescribeOfferingCommand = _DescribeOfferingCommand;
9663
11133
 
9664
11134
 
9665
11135
 
9666
- var _DescribeReservationCommand = class _DescribeReservationCommand extends import_smithy_client.Command.classBuilder().ep({
9667
- ...commonParams
9668
- }).m(function(Command, cs, config, o) {
11136
+ var _DescribeReservationCommand = class _DescribeReservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9669
11137
  return [
9670
11138
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9671
11139
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9679,9 +11147,7 @@ var DescribeReservationCommand = _DescribeReservationCommand;
9679
11147
 
9680
11148
 
9681
11149
 
9682
- var _DescribeScheduleCommand = class _DescribeScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
9683
- ...commonParams
9684
- }).m(function(Command, cs, config, o) {
11150
+ var _DescribeScheduleCommand = class _DescribeScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9685
11151
  return [
9686
11152
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9687
11153
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9695,9 +11161,7 @@ var DescribeScheduleCommand = _DescribeScheduleCommand;
9695
11161
 
9696
11162
 
9697
11163
 
9698
- var _DescribeThumbnailsCommand = class _DescribeThumbnailsCommand extends import_smithy_client.Command.classBuilder().ep({
9699
- ...commonParams
9700
- }).m(function(Command, cs, config, o) {
11164
+ var _DescribeThumbnailsCommand = class _DescribeThumbnailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9701
11165
  return [
9702
11166
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9703
11167
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9711,9 +11175,7 @@ var DescribeThumbnailsCommand = _DescribeThumbnailsCommand;
9711
11175
 
9712
11176
 
9713
11177
 
9714
- var _GetCloudWatchAlarmTemplateCommand = class _GetCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
9715
- ...commonParams
9716
- }).m(function(Command, cs, config, o) {
11178
+ var _GetCloudWatchAlarmTemplateCommand = class _GetCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9717
11179
  return [
9718
11180
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9719
11181
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9727,9 +11189,7 @@ var GetCloudWatchAlarmTemplateCommand = _GetCloudWatchAlarmTemplateCommand;
9727
11189
 
9728
11190
 
9729
11191
 
9730
- var _GetCloudWatchAlarmTemplateGroupCommand = class _GetCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
9731
- ...commonParams
9732
- }).m(function(Command, cs, config, o) {
11192
+ var _GetCloudWatchAlarmTemplateGroupCommand = class _GetCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9733
11193
  return [
9734
11194
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9735
11195
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9743,9 +11203,7 @@ var GetCloudWatchAlarmTemplateGroupCommand = _GetCloudWatchAlarmTemplateGroupCom
9743
11203
 
9744
11204
 
9745
11205
 
9746
- var _GetEventBridgeRuleTemplateCommand = class _GetEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
9747
- ...commonParams
9748
- }).m(function(Command, cs, config, o) {
11206
+ var _GetEventBridgeRuleTemplateCommand = class _GetEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9749
11207
  return [
9750
11208
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9751
11209
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9759,9 +11217,7 @@ var GetEventBridgeRuleTemplateCommand = _GetEventBridgeRuleTemplateCommand;
9759
11217
 
9760
11218
 
9761
11219
 
9762
- var _GetEventBridgeRuleTemplateGroupCommand = class _GetEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
9763
- ...commonParams
9764
- }).m(function(Command, cs, config, o) {
11220
+ var _GetEventBridgeRuleTemplateGroupCommand = class _GetEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9765
11221
  return [
9766
11222
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9767
11223
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9775,9 +11231,7 @@ var GetEventBridgeRuleTemplateGroupCommand = _GetEventBridgeRuleTemplateGroupCom
9775
11231
 
9776
11232
 
9777
11233
 
9778
- var _GetSignalMapCommand = class _GetSignalMapCommand extends import_smithy_client.Command.classBuilder().ep({
9779
- ...commonParams
9780
- }).m(function(Command, cs, config, o) {
11234
+ var _GetSignalMapCommand = class _GetSignalMapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9781
11235
  return [
9782
11236
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9783
11237
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9787,29 +11241,39 @@ var _GetSignalMapCommand = class _GetSignalMapCommand extends import_smithy_clie
9787
11241
  __name(_GetSignalMapCommand, "GetSignalMapCommand");
9788
11242
  var GetSignalMapCommand = _GetSignalMapCommand;
9789
11243
 
9790
- // src/commands/ListChannelsCommand.ts
11244
+ // src/commands/ListChannelPlacementGroupsCommand.ts
9791
11245
 
9792
11246
 
9793
11247
 
9794
- var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
9795
- ...commonParams
9796
- }).m(function(Command, cs, config, o) {
11248
+ var _ListChannelPlacementGroupsCommand = class _ListChannelPlacementGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9797
11249
  return [
9798
11250
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9799
11251
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9800
11252
  ];
9801
- }).s("MediaLive", "ListChannels", {}).n("MediaLiveClient", "ListChannelsCommand").f(void 0, void 0).ser(se_ListChannelsCommand).de(de_ListChannelsCommand).build() {
11253
+ }).s("MediaLive", "ListChannelPlacementGroups", {}).n("MediaLiveClient", "ListChannelPlacementGroupsCommand").f(void 0, void 0).ser(se_ListChannelPlacementGroupsCommand).de(de_ListChannelPlacementGroupsCommand).build() {
9802
11254
  };
9803
- __name(_ListChannelsCommand, "ListChannelsCommand");
11255
+ __name(_ListChannelPlacementGroupsCommand, "ListChannelPlacementGroupsCommand");
11256
+ var ListChannelPlacementGroupsCommand = _ListChannelPlacementGroupsCommand;
11257
+
11258
+ // src/commands/ListChannelsCommand.ts
11259
+
11260
+
11261
+
11262
+ var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11263
+ return [
11264
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11265
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11266
+ ];
11267
+ }).s("MediaLive", "ListChannels", {}).n("MediaLiveClient", "ListChannelsCommand").f(void 0, void 0).ser(se_ListChannelsCommand).de(de_ListChannelsCommand).build() {
11268
+ };
11269
+ __name(_ListChannelsCommand, "ListChannelsCommand");
9804
11270
  var ListChannelsCommand = _ListChannelsCommand;
9805
11271
 
9806
11272
  // src/commands/ListCloudWatchAlarmTemplateGroupsCommand.ts
9807
11273
 
9808
11274
 
9809
11275
 
9810
- var _ListCloudWatchAlarmTemplateGroupsCommand = class _ListCloudWatchAlarmTemplateGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
9811
- ...commonParams
9812
- }).m(function(Command, cs, config, o) {
11276
+ var _ListCloudWatchAlarmTemplateGroupsCommand = class _ListCloudWatchAlarmTemplateGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9813
11277
  return [
9814
11278
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9815
11279
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9823,9 +11287,7 @@ var ListCloudWatchAlarmTemplateGroupsCommand = _ListCloudWatchAlarmTemplateGroup
9823
11287
 
9824
11288
 
9825
11289
 
9826
- var _ListCloudWatchAlarmTemplatesCommand = class _ListCloudWatchAlarmTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
9827
- ...commonParams
9828
- }).m(function(Command, cs, config, o) {
11290
+ var _ListCloudWatchAlarmTemplatesCommand = class _ListCloudWatchAlarmTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9829
11291
  return [
9830
11292
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9831
11293
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9835,13 +11297,25 @@ var _ListCloudWatchAlarmTemplatesCommand = class _ListCloudWatchAlarmTemplatesCo
9835
11297
  __name(_ListCloudWatchAlarmTemplatesCommand, "ListCloudWatchAlarmTemplatesCommand");
9836
11298
  var ListCloudWatchAlarmTemplatesCommand = _ListCloudWatchAlarmTemplatesCommand;
9837
11299
 
11300
+ // src/commands/ListClustersCommand.ts
11301
+
11302
+
11303
+
11304
+ var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11305
+ return [
11306
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11307
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11308
+ ];
11309
+ }).s("MediaLive", "ListClusters", {}).n("MediaLiveClient", "ListClustersCommand").f(void 0, void 0).ser(se_ListClustersCommand).de(de_ListClustersCommand).build() {
11310
+ };
11311
+ __name(_ListClustersCommand, "ListClustersCommand");
11312
+ var ListClustersCommand = _ListClustersCommand;
11313
+
9838
11314
  // src/commands/ListEventBridgeRuleTemplateGroupsCommand.ts
9839
11315
 
9840
11316
 
9841
11317
 
9842
- var _ListEventBridgeRuleTemplateGroupsCommand = class _ListEventBridgeRuleTemplateGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
9843
- ...commonParams
9844
- }).m(function(Command, cs, config, o) {
11318
+ var _ListEventBridgeRuleTemplateGroupsCommand = class _ListEventBridgeRuleTemplateGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9845
11319
  return [
9846
11320
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9847
11321
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9855,9 +11329,7 @@ var ListEventBridgeRuleTemplateGroupsCommand = _ListEventBridgeRuleTemplateGroup
9855
11329
 
9856
11330
 
9857
11331
 
9858
- var _ListEventBridgeRuleTemplatesCommand = class _ListEventBridgeRuleTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
9859
- ...commonParams
9860
- }).m(function(Command, cs, config, o) {
11332
+ var _ListEventBridgeRuleTemplatesCommand = class _ListEventBridgeRuleTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9861
11333
  return [
9862
11334
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9863
11335
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9871,9 +11343,7 @@ var ListEventBridgeRuleTemplatesCommand = _ListEventBridgeRuleTemplatesCommand;
9871
11343
 
9872
11344
 
9873
11345
 
9874
- var _ListInputDevicesCommand = class _ListInputDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
9875
- ...commonParams
9876
- }).m(function(Command, cs, config, o) {
11346
+ var _ListInputDevicesCommand = class _ListInputDevicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9877
11347
  return [
9878
11348
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9879
11349
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9887,9 +11357,7 @@ var ListInputDevicesCommand = _ListInputDevicesCommand;
9887
11357
 
9888
11358
 
9889
11359
 
9890
- var _ListInputDeviceTransfersCommand = class _ListInputDeviceTransfersCommand extends import_smithy_client.Command.classBuilder().ep({
9891
- ...commonParams
9892
- }).m(function(Command, cs, config, o) {
11360
+ var _ListInputDeviceTransfersCommand = class _ListInputDeviceTransfersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9893
11361
  return [
9894
11362
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9895
11363
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9903,9 +11371,7 @@ var ListInputDeviceTransfersCommand = _ListInputDeviceTransfersCommand;
9903
11371
 
9904
11372
 
9905
11373
 
9906
- var _ListInputsCommand = class _ListInputsCommand extends import_smithy_client.Command.classBuilder().ep({
9907
- ...commonParams
9908
- }).m(function(Command, cs, config, o) {
11374
+ var _ListInputsCommand = class _ListInputsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9909
11375
  return [
9910
11376
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9911
11377
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9919,9 +11385,7 @@ var ListInputsCommand = _ListInputsCommand;
9919
11385
 
9920
11386
 
9921
11387
 
9922
- var _ListInputSecurityGroupsCommand = class _ListInputSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
9923
- ...commonParams
9924
- }).m(function(Command, cs, config, o) {
11388
+ var _ListInputSecurityGroupsCommand = class _ListInputSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9925
11389
  return [
9926
11390
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9927
11391
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9935,9 +11399,7 @@ var ListInputSecurityGroupsCommand = _ListInputSecurityGroupsCommand;
9935
11399
 
9936
11400
 
9937
11401
 
9938
- var _ListMultiplexesCommand = class _ListMultiplexesCommand extends import_smithy_client.Command.classBuilder().ep({
9939
- ...commonParams
9940
- }).m(function(Command, cs, config, o) {
11402
+ var _ListMultiplexesCommand = class _ListMultiplexesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9941
11403
  return [
9942
11404
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9943
11405
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9951,9 +11413,7 @@ var ListMultiplexesCommand = _ListMultiplexesCommand;
9951
11413
 
9952
11414
 
9953
11415
 
9954
- var _ListMultiplexProgramsCommand = class _ListMultiplexProgramsCommand extends import_smithy_client.Command.classBuilder().ep({
9955
- ...commonParams
9956
- }).m(function(Command, cs, config, o) {
11416
+ var _ListMultiplexProgramsCommand = class _ListMultiplexProgramsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9957
11417
  return [
9958
11418
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9959
11419
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9963,13 +11423,39 @@ var _ListMultiplexProgramsCommand = class _ListMultiplexProgramsCommand extends
9963
11423
  __name(_ListMultiplexProgramsCommand, "ListMultiplexProgramsCommand");
9964
11424
  var ListMultiplexProgramsCommand = _ListMultiplexProgramsCommand;
9965
11425
 
11426
+ // src/commands/ListNetworksCommand.ts
11427
+
11428
+
11429
+
11430
+ var _ListNetworksCommand = class _ListNetworksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11431
+ return [
11432
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11433
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11434
+ ];
11435
+ }).s("MediaLive", "ListNetworks", {}).n("MediaLiveClient", "ListNetworksCommand").f(void 0, void 0).ser(se_ListNetworksCommand).de(de_ListNetworksCommand).build() {
11436
+ };
11437
+ __name(_ListNetworksCommand, "ListNetworksCommand");
11438
+ var ListNetworksCommand = _ListNetworksCommand;
11439
+
11440
+ // src/commands/ListNodesCommand.ts
11441
+
11442
+
11443
+
11444
+ var _ListNodesCommand = class _ListNodesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11445
+ return [
11446
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11447
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11448
+ ];
11449
+ }).s("MediaLive", "ListNodes", {}).n("MediaLiveClient", "ListNodesCommand").f(void 0, void 0).ser(se_ListNodesCommand).de(de_ListNodesCommand).build() {
11450
+ };
11451
+ __name(_ListNodesCommand, "ListNodesCommand");
11452
+ var ListNodesCommand = _ListNodesCommand;
11453
+
9966
11454
  // src/commands/ListOfferingsCommand.ts
9967
11455
 
9968
11456
 
9969
11457
 
9970
- var _ListOfferingsCommand = class _ListOfferingsCommand extends import_smithy_client.Command.classBuilder().ep({
9971
- ...commonParams
9972
- }).m(function(Command, cs, config, o) {
11458
+ var _ListOfferingsCommand = class _ListOfferingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9973
11459
  return [
9974
11460
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9975
11461
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9983,9 +11469,7 @@ var ListOfferingsCommand = _ListOfferingsCommand;
9983
11469
 
9984
11470
 
9985
11471
 
9986
- var _ListReservationsCommand = class _ListReservationsCommand extends import_smithy_client.Command.classBuilder().ep({
9987
- ...commonParams
9988
- }).m(function(Command, cs, config, o) {
11472
+ var _ListReservationsCommand = class _ListReservationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9989
11473
  return [
9990
11474
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9991
11475
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -9999,9 +11483,7 @@ var ListReservationsCommand = _ListReservationsCommand;
9999
11483
 
10000
11484
 
10001
11485
 
10002
- var _ListSignalMapsCommand = class _ListSignalMapsCommand extends import_smithy_client.Command.classBuilder().ep({
10003
- ...commonParams
10004
- }).m(function(Command, cs, config, o) {
11486
+ var _ListSignalMapsCommand = class _ListSignalMapsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10005
11487
  return [
10006
11488
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10007
11489
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10015,9 +11497,7 @@ var ListSignalMapsCommand = _ListSignalMapsCommand;
10015
11497
 
10016
11498
 
10017
11499
 
10018
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
10019
- ...commonParams
10020
- }).m(function(Command, cs, config, o) {
11500
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10021
11501
  return [
10022
11502
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10023
11503
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10031,9 +11511,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
10031
11511
 
10032
11512
 
10033
11513
 
10034
- var _PurchaseOfferingCommand = class _PurchaseOfferingCommand extends import_smithy_client.Command.classBuilder().ep({
10035
- ...commonParams
10036
- }).m(function(Command, cs, config, o) {
11514
+ var _PurchaseOfferingCommand = class _PurchaseOfferingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10037
11515
  return [
10038
11516
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10039
11517
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10047,9 +11525,7 @@ var PurchaseOfferingCommand = _PurchaseOfferingCommand;
10047
11525
 
10048
11526
 
10049
11527
 
10050
- var _RebootInputDeviceCommand = class _RebootInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
10051
- ...commonParams
10052
- }).m(function(Command, cs, config, o) {
11528
+ var _RebootInputDeviceCommand = class _RebootInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10053
11529
  return [
10054
11530
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10055
11531
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10063,9 +11539,7 @@ var RebootInputDeviceCommand = _RebootInputDeviceCommand;
10063
11539
 
10064
11540
 
10065
11541
 
10066
- var _RejectInputDeviceTransferCommand = class _RejectInputDeviceTransferCommand extends import_smithy_client.Command.classBuilder().ep({
10067
- ...commonParams
10068
- }).m(function(Command, cs, config, o) {
11542
+ var _RejectInputDeviceTransferCommand = class _RejectInputDeviceTransferCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10069
11543
  return [
10070
11544
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10071
11545
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10079,9 +11553,7 @@ var RejectInputDeviceTransferCommand = _RejectInputDeviceTransferCommand;
10079
11553
 
10080
11554
 
10081
11555
 
10082
- var _RestartChannelPipelinesCommand = class _RestartChannelPipelinesCommand extends import_smithy_client.Command.classBuilder().ep({
10083
- ...commonParams
10084
- }).m(function(Command, cs, config, o) {
11556
+ var _RestartChannelPipelinesCommand = class _RestartChannelPipelinesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10085
11557
  return [
10086
11558
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10087
11559
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10095,9 +11567,7 @@ var RestartChannelPipelinesCommand = _RestartChannelPipelinesCommand;
10095
11567
 
10096
11568
 
10097
11569
 
10098
- var _StartChannelCommand = class _StartChannelCommand extends import_smithy_client.Command.classBuilder().ep({
10099
- ...commonParams
10100
- }).m(function(Command, cs, config, o) {
11570
+ var _StartChannelCommand = class _StartChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10101
11571
  return [
10102
11572
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10103
11573
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10111,9 +11581,7 @@ var StartChannelCommand = _StartChannelCommand;
10111
11581
 
10112
11582
 
10113
11583
 
10114
- var _StartDeleteMonitorDeploymentCommand = class _StartDeleteMonitorDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
10115
- ...commonParams
10116
- }).m(function(Command, cs, config, o) {
11584
+ var _StartDeleteMonitorDeploymentCommand = class _StartDeleteMonitorDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10117
11585
  return [
10118
11586
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10119
11587
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10127,9 +11595,7 @@ var StartDeleteMonitorDeploymentCommand = _StartDeleteMonitorDeploymentCommand;
10127
11595
 
10128
11596
 
10129
11597
 
10130
- var _StartInputDeviceCommand = class _StartInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
10131
- ...commonParams
10132
- }).m(function(Command, cs, config, o) {
11598
+ var _StartInputDeviceCommand = class _StartInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10133
11599
  return [
10134
11600
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10135
11601
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10143,9 +11609,7 @@ var StartInputDeviceCommand = _StartInputDeviceCommand;
10143
11609
 
10144
11610
 
10145
11611
 
10146
- var _StartInputDeviceMaintenanceWindowCommand = class _StartInputDeviceMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep({
10147
- ...commonParams
10148
- }).m(function(Command, cs, config, o) {
11612
+ var _StartInputDeviceMaintenanceWindowCommand = class _StartInputDeviceMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10149
11613
  return [
10150
11614
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10151
11615
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10159,9 +11623,7 @@ var StartInputDeviceMaintenanceWindowCommand = _StartInputDeviceMaintenanceWindo
10159
11623
 
10160
11624
 
10161
11625
 
10162
- var _StartMonitorDeploymentCommand = class _StartMonitorDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
10163
- ...commonParams
10164
- }).m(function(Command, cs, config, o) {
11626
+ var _StartMonitorDeploymentCommand = class _StartMonitorDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10165
11627
  return [
10166
11628
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10167
11629
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10175,9 +11637,7 @@ var StartMonitorDeploymentCommand = _StartMonitorDeploymentCommand;
10175
11637
 
10176
11638
 
10177
11639
 
10178
- var _StartMultiplexCommand = class _StartMultiplexCommand extends import_smithy_client.Command.classBuilder().ep({
10179
- ...commonParams
10180
- }).m(function(Command, cs, config, o) {
11640
+ var _StartMultiplexCommand = class _StartMultiplexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10181
11641
  return [
10182
11642
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10183
11643
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10191,9 +11651,7 @@ var StartMultiplexCommand = _StartMultiplexCommand;
10191
11651
 
10192
11652
 
10193
11653
 
10194
- var _StartUpdateSignalMapCommand = class _StartUpdateSignalMapCommand extends import_smithy_client.Command.classBuilder().ep({
10195
- ...commonParams
10196
- }).m(function(Command, cs, config, o) {
11654
+ var _StartUpdateSignalMapCommand = class _StartUpdateSignalMapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10197
11655
  return [
10198
11656
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10199
11657
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10207,9 +11665,7 @@ var StartUpdateSignalMapCommand = _StartUpdateSignalMapCommand;
10207
11665
 
10208
11666
 
10209
11667
 
10210
- var _StopChannelCommand = class _StopChannelCommand extends import_smithy_client.Command.classBuilder().ep({
10211
- ...commonParams
10212
- }).m(function(Command, cs, config, o) {
11668
+ var _StopChannelCommand = class _StopChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10213
11669
  return [
10214
11670
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10215
11671
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10223,9 +11679,7 @@ var StopChannelCommand = _StopChannelCommand;
10223
11679
 
10224
11680
 
10225
11681
 
10226
- var _StopInputDeviceCommand = class _StopInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
10227
- ...commonParams
10228
- }).m(function(Command, cs, config, o) {
11682
+ var _StopInputDeviceCommand = class _StopInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10229
11683
  return [
10230
11684
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10231
11685
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10239,9 +11693,7 @@ var StopInputDeviceCommand = _StopInputDeviceCommand;
10239
11693
 
10240
11694
 
10241
11695
 
10242
- var _StopMultiplexCommand = class _StopMultiplexCommand extends import_smithy_client.Command.classBuilder().ep({
10243
- ...commonParams
10244
- }).m(function(Command, cs, config, o) {
11696
+ var _StopMultiplexCommand = class _StopMultiplexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10245
11697
  return [
10246
11698
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10247
11699
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10255,9 +11707,7 @@ var StopMultiplexCommand = _StopMultiplexCommand;
10255
11707
 
10256
11708
 
10257
11709
 
10258
- var _TransferInputDeviceCommand = class _TransferInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
10259
- ...commonParams
10260
- }).m(function(Command, cs, config, o) {
11710
+ var _TransferInputDeviceCommand = class _TransferInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10261
11711
  return [
10262
11712
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10263
11713
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10271,9 +11721,7 @@ var TransferInputDeviceCommand = _TransferInputDeviceCommand;
10271
11721
 
10272
11722
 
10273
11723
 
10274
- var _UpdateAccountConfigurationCommand = class _UpdateAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10275
- ...commonParams
10276
- }).m(function(Command, cs, config, o) {
11724
+ var _UpdateAccountConfigurationCommand = class _UpdateAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10277
11725
  return [
10278
11726
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10279
11727
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10287,9 +11735,7 @@ var UpdateAccountConfigurationCommand = _UpdateAccountConfigurationCommand;
10287
11735
 
10288
11736
 
10289
11737
 
10290
- var _UpdateChannelClassCommand = class _UpdateChannelClassCommand extends import_smithy_client.Command.classBuilder().ep({
10291
- ...commonParams
10292
- }).m(function(Command, cs, config, o) {
11738
+ var _UpdateChannelClassCommand = class _UpdateChannelClassCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10293
11739
  return [
10294
11740
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10295
11741
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10303,9 +11749,7 @@ var UpdateChannelClassCommand = _UpdateChannelClassCommand;
10303
11749
 
10304
11750
 
10305
11751
 
10306
- var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
10307
- ...commonParams
10308
- }).m(function(Command, cs, config, o) {
11752
+ var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10309
11753
  return [
10310
11754
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10311
11755
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10315,13 +11759,25 @@ var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_cl
10315
11759
  __name(_UpdateChannelCommand, "UpdateChannelCommand");
10316
11760
  var UpdateChannelCommand = _UpdateChannelCommand;
10317
11761
 
11762
+ // src/commands/UpdateChannelPlacementGroupCommand.ts
11763
+
11764
+
11765
+
11766
+ var _UpdateChannelPlacementGroupCommand = class _UpdateChannelPlacementGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11767
+ return [
11768
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11769
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11770
+ ];
11771
+ }).s("MediaLive", "UpdateChannelPlacementGroup", {}).n("MediaLiveClient", "UpdateChannelPlacementGroupCommand").f(void 0, void 0).ser(se_UpdateChannelPlacementGroupCommand).de(de_UpdateChannelPlacementGroupCommand).build() {
11772
+ };
11773
+ __name(_UpdateChannelPlacementGroupCommand, "UpdateChannelPlacementGroupCommand");
11774
+ var UpdateChannelPlacementGroupCommand = _UpdateChannelPlacementGroupCommand;
11775
+
10318
11776
  // src/commands/UpdateCloudWatchAlarmTemplateCommand.ts
10319
11777
 
10320
11778
 
10321
11779
 
10322
- var _UpdateCloudWatchAlarmTemplateCommand = class _UpdateCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
10323
- ...commonParams
10324
- }).m(function(Command, cs, config, o) {
11780
+ var _UpdateCloudWatchAlarmTemplateCommand = class _UpdateCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10325
11781
  return [
10326
11782
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10327
11783
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10335,9 +11791,7 @@ var UpdateCloudWatchAlarmTemplateCommand = _UpdateCloudWatchAlarmTemplateCommand
10335
11791
 
10336
11792
 
10337
11793
 
10338
- var _UpdateCloudWatchAlarmTemplateGroupCommand = class _UpdateCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10339
- ...commonParams
10340
- }).m(function(Command, cs, config, o) {
11794
+ var _UpdateCloudWatchAlarmTemplateGroupCommand = class _UpdateCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10341
11795
  return [
10342
11796
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10343
11797
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10347,13 +11801,25 @@ var _UpdateCloudWatchAlarmTemplateGroupCommand = class _UpdateCloudWatchAlarmTem
10347
11801
  __name(_UpdateCloudWatchAlarmTemplateGroupCommand, "UpdateCloudWatchAlarmTemplateGroupCommand");
10348
11802
  var UpdateCloudWatchAlarmTemplateGroupCommand = _UpdateCloudWatchAlarmTemplateGroupCommand;
10349
11803
 
11804
+ // src/commands/UpdateClusterCommand.ts
11805
+
11806
+
11807
+
11808
+ var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11809
+ return [
11810
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11811
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11812
+ ];
11813
+ }).s("MediaLive", "UpdateCluster", {}).n("MediaLiveClient", "UpdateClusterCommand").f(void 0, void 0).ser(se_UpdateClusterCommand).de(de_UpdateClusterCommand).build() {
11814
+ };
11815
+ __name(_UpdateClusterCommand, "UpdateClusterCommand");
11816
+ var UpdateClusterCommand = _UpdateClusterCommand;
11817
+
10350
11818
  // src/commands/UpdateEventBridgeRuleTemplateCommand.ts
10351
11819
 
10352
11820
 
10353
11821
 
10354
- var _UpdateEventBridgeRuleTemplateCommand = class _UpdateEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
10355
- ...commonParams
10356
- }).m(function(Command, cs, config, o) {
11822
+ var _UpdateEventBridgeRuleTemplateCommand = class _UpdateEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10357
11823
  return [
10358
11824
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10359
11825
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10367,9 +11833,7 @@ var UpdateEventBridgeRuleTemplateCommand = _UpdateEventBridgeRuleTemplateCommand
10367
11833
 
10368
11834
 
10369
11835
 
10370
- var _UpdateEventBridgeRuleTemplateGroupCommand = class _UpdateEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10371
- ...commonParams
10372
- }).m(function(Command, cs, config, o) {
11836
+ var _UpdateEventBridgeRuleTemplateGroupCommand = class _UpdateEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10373
11837
  return [
10374
11838
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10375
11839
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10383,9 +11847,7 @@ var UpdateEventBridgeRuleTemplateGroupCommand = _UpdateEventBridgeRuleTemplateGr
10383
11847
 
10384
11848
 
10385
11849
 
10386
- var _UpdateInputCommand = class _UpdateInputCommand extends import_smithy_client.Command.classBuilder().ep({
10387
- ...commonParams
10388
- }).m(function(Command, cs, config, o) {
11850
+ var _UpdateInputCommand = class _UpdateInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10389
11851
  return [
10390
11852
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10391
11853
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10399,9 +11861,7 @@ var UpdateInputCommand = _UpdateInputCommand;
10399
11861
 
10400
11862
 
10401
11863
 
10402
- var _UpdateInputDeviceCommand = class _UpdateInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
10403
- ...commonParams
10404
- }).m(function(Command, cs, config, o) {
11864
+ var _UpdateInputDeviceCommand = class _UpdateInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10405
11865
  return [
10406
11866
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10407
11867
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10415,9 +11875,7 @@ var UpdateInputDeviceCommand = _UpdateInputDeviceCommand;
10415
11875
 
10416
11876
 
10417
11877
 
10418
- var _UpdateInputSecurityGroupCommand = class _UpdateInputSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10419
- ...commonParams
10420
- }).m(function(Command, cs, config, o) {
11878
+ var _UpdateInputSecurityGroupCommand = class _UpdateInputSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10421
11879
  return [
10422
11880
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10423
11881
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10431,9 +11889,7 @@ var UpdateInputSecurityGroupCommand = _UpdateInputSecurityGroupCommand;
10431
11889
 
10432
11890
 
10433
11891
 
10434
- var _UpdateMultiplexCommand = class _UpdateMultiplexCommand extends import_smithy_client.Command.classBuilder().ep({
10435
- ...commonParams
10436
- }).m(function(Command, cs, config, o) {
11892
+ var _UpdateMultiplexCommand = class _UpdateMultiplexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10437
11893
  return [
10438
11894
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10439
11895
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10447,9 +11903,7 @@ var UpdateMultiplexCommand = _UpdateMultiplexCommand;
10447
11903
 
10448
11904
 
10449
11905
 
10450
- var _UpdateMultiplexProgramCommand = class _UpdateMultiplexProgramCommand extends import_smithy_client.Command.classBuilder().ep({
10451
- ...commonParams
10452
- }).m(function(Command, cs, config, o) {
11906
+ var _UpdateMultiplexProgramCommand = class _UpdateMultiplexProgramCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10453
11907
  return [
10454
11908
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10455
11909
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10459,13 +11913,53 @@ var _UpdateMultiplexProgramCommand = class _UpdateMultiplexProgramCommand extend
10459
11913
  __name(_UpdateMultiplexProgramCommand, "UpdateMultiplexProgramCommand");
10460
11914
  var UpdateMultiplexProgramCommand = _UpdateMultiplexProgramCommand;
10461
11915
 
11916
+ // src/commands/UpdateNetworkCommand.ts
11917
+
11918
+
11919
+
11920
+ var _UpdateNetworkCommand = class _UpdateNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11921
+ return [
11922
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11923
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11924
+ ];
11925
+ }).s("MediaLive", "UpdateNetwork", {}).n("MediaLiveClient", "UpdateNetworkCommand").f(void 0, void 0).ser(se_UpdateNetworkCommand).de(de_UpdateNetworkCommand).build() {
11926
+ };
11927
+ __name(_UpdateNetworkCommand, "UpdateNetworkCommand");
11928
+ var UpdateNetworkCommand = _UpdateNetworkCommand;
11929
+
11930
+ // src/commands/UpdateNodeCommand.ts
11931
+
11932
+
11933
+
11934
+ var _UpdateNodeCommand = class _UpdateNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11935
+ return [
11936
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11937
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11938
+ ];
11939
+ }).s("MediaLive", "UpdateNode", {}).n("MediaLiveClient", "UpdateNodeCommand").f(void 0, void 0).ser(se_UpdateNodeCommand).de(de_UpdateNodeCommand).build() {
11940
+ };
11941
+ __name(_UpdateNodeCommand, "UpdateNodeCommand");
11942
+ var UpdateNodeCommand = _UpdateNodeCommand;
11943
+
11944
+ // src/commands/UpdateNodeStateCommand.ts
11945
+
11946
+
11947
+
11948
+ var _UpdateNodeStateCommand = class _UpdateNodeStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11949
+ return [
11950
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11951
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11952
+ ];
11953
+ }).s("MediaLive", "UpdateNodeState", {}).n("MediaLiveClient", "UpdateNodeStateCommand").f(void 0, void 0).ser(se_UpdateNodeStateCommand).de(de_UpdateNodeStateCommand).build() {
11954
+ };
11955
+ __name(_UpdateNodeStateCommand, "UpdateNodeStateCommand");
11956
+ var UpdateNodeStateCommand = _UpdateNodeStateCommand;
11957
+
10462
11958
  // src/commands/UpdateReservationCommand.ts
10463
11959
 
10464
11960
 
10465
11961
 
10466
- var _UpdateReservationCommand = class _UpdateReservationCommand extends import_smithy_client.Command.classBuilder().ep({
10467
- ...commonParams
10468
- }).m(function(Command, cs, config, o) {
11962
+ var _UpdateReservationCommand = class _UpdateReservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10469
11963
  return [
10470
11964
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10471
11965
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10485,38 +11979,51 @@ var commands = {
10485
11979
  CancelInputDeviceTransferCommand,
10486
11980
  ClaimDeviceCommand,
10487
11981
  CreateChannelCommand,
11982
+ CreateChannelPlacementGroupCommand,
10488
11983
  CreateCloudWatchAlarmTemplateCommand,
10489
11984
  CreateCloudWatchAlarmTemplateGroupCommand,
11985
+ CreateClusterCommand,
10490
11986
  CreateEventBridgeRuleTemplateCommand,
10491
11987
  CreateEventBridgeRuleTemplateGroupCommand,
10492
11988
  CreateInputCommand,
10493
11989
  CreateInputSecurityGroupCommand,
10494
11990
  CreateMultiplexCommand,
10495
11991
  CreateMultiplexProgramCommand,
11992
+ CreateNetworkCommand,
11993
+ CreateNodeCommand,
11994
+ CreateNodeRegistrationScriptCommand,
10496
11995
  CreatePartnerInputCommand,
10497
11996
  CreateSignalMapCommand,
10498
11997
  CreateTagsCommand,
10499
11998
  DeleteChannelCommand,
11999
+ DeleteChannelPlacementGroupCommand,
10500
12000
  DeleteCloudWatchAlarmTemplateCommand,
10501
12001
  DeleteCloudWatchAlarmTemplateGroupCommand,
12002
+ DeleteClusterCommand,
10502
12003
  DeleteEventBridgeRuleTemplateCommand,
10503
12004
  DeleteEventBridgeRuleTemplateGroupCommand,
10504
12005
  DeleteInputCommand,
10505
12006
  DeleteInputSecurityGroupCommand,
10506
12007
  DeleteMultiplexCommand,
10507
12008
  DeleteMultiplexProgramCommand,
12009
+ DeleteNetworkCommand,
12010
+ DeleteNodeCommand,
10508
12011
  DeleteReservationCommand,
10509
12012
  DeleteScheduleCommand,
10510
12013
  DeleteSignalMapCommand,
10511
12014
  DeleteTagsCommand,
10512
12015
  DescribeAccountConfigurationCommand,
10513
12016
  DescribeChannelCommand,
12017
+ DescribeChannelPlacementGroupCommand,
12018
+ DescribeClusterCommand,
10514
12019
  DescribeInputCommand,
10515
12020
  DescribeInputDeviceCommand,
10516
12021
  DescribeInputDeviceThumbnailCommand,
10517
12022
  DescribeInputSecurityGroupCommand,
10518
12023
  DescribeMultiplexCommand,
10519
12024
  DescribeMultiplexProgramCommand,
12025
+ DescribeNetworkCommand,
12026
+ DescribeNodeCommand,
10520
12027
  DescribeOfferingCommand,
10521
12028
  DescribeReservationCommand,
10522
12029
  DescribeScheduleCommand,
@@ -10526,9 +12033,11 @@ var commands = {
10526
12033
  GetEventBridgeRuleTemplateCommand,
10527
12034
  GetEventBridgeRuleTemplateGroupCommand,
10528
12035
  GetSignalMapCommand,
12036
+ ListChannelPlacementGroupsCommand,
10529
12037
  ListChannelsCommand,
10530
12038
  ListCloudWatchAlarmTemplateGroupsCommand,
10531
12039
  ListCloudWatchAlarmTemplatesCommand,
12040
+ ListClustersCommand,
10532
12041
  ListEventBridgeRuleTemplateGroupsCommand,
10533
12042
  ListEventBridgeRuleTemplatesCommand,
10534
12043
  ListInputDevicesCommand,
@@ -10537,6 +12046,8 @@ var commands = {
10537
12046
  ListInputSecurityGroupsCommand,
10538
12047
  ListMultiplexesCommand,
10539
12048
  ListMultiplexProgramsCommand,
12049
+ ListNetworksCommand,
12050
+ ListNodesCommand,
10540
12051
  ListOfferingsCommand,
10541
12052
  ListReservationsCommand,
10542
12053
  ListSignalMapsCommand,
@@ -10559,8 +12070,10 @@ var commands = {
10559
12070
  UpdateAccountConfigurationCommand,
10560
12071
  UpdateChannelCommand,
10561
12072
  UpdateChannelClassCommand,
12073
+ UpdateChannelPlacementGroupCommand,
10562
12074
  UpdateCloudWatchAlarmTemplateCommand,
10563
12075
  UpdateCloudWatchAlarmTemplateGroupCommand,
12076
+ UpdateClusterCommand,
10564
12077
  UpdateEventBridgeRuleTemplateCommand,
10565
12078
  UpdateEventBridgeRuleTemplateGroupCommand,
10566
12079
  UpdateInputCommand,
@@ -10568,6 +12081,9 @@ var commands = {
10568
12081
  UpdateInputSecurityGroupCommand,
10569
12082
  UpdateMultiplexCommand,
10570
12083
  UpdateMultiplexProgramCommand,
12084
+ UpdateNetworkCommand,
12085
+ UpdateNodeCommand,
12086
+ UpdateNodeStateCommand,
10571
12087
  UpdateReservationCommand
10572
12088
  };
10573
12089
  var _MediaLive = class _MediaLive extends MediaLiveClient {
@@ -10580,6 +12096,10 @@ var MediaLive = _MediaLive;
10580
12096
 
10581
12097
  var paginateDescribeSchedule = (0, import_core.createPaginator)(MediaLiveClient, DescribeScheduleCommand, "NextToken", "NextToken", "MaxResults");
10582
12098
 
12099
+ // src/pagination/ListChannelPlacementGroupsPaginator.ts
12100
+
12101
+ var paginateListChannelPlacementGroups = (0, import_core.createPaginator)(MediaLiveClient, ListChannelPlacementGroupsCommand, "NextToken", "NextToken", "MaxResults");
12102
+
10583
12103
  // src/pagination/ListChannelsPaginator.ts
10584
12104
 
10585
12105
  var paginateListChannels = (0, import_core.createPaginator)(MediaLiveClient, ListChannelsCommand, "NextToken", "NextToken", "MaxResults");
@@ -10592,6 +12112,10 @@ var paginateListCloudWatchAlarmTemplateGroups = (0, import_core.createPaginator)
10592
12112
 
10593
12113
  var paginateListCloudWatchAlarmTemplates = (0, import_core.createPaginator)(MediaLiveClient, ListCloudWatchAlarmTemplatesCommand, "NextToken", "NextToken", "MaxResults");
10594
12114
 
12115
+ // src/pagination/ListClustersPaginator.ts
12116
+
12117
+ var paginateListClusters = (0, import_core.createPaginator)(MediaLiveClient, ListClustersCommand, "NextToken", "NextToken", "MaxResults");
12118
+
10595
12119
  // src/pagination/ListEventBridgeRuleTemplateGroupsPaginator.ts
10596
12120
 
10597
12121
  var paginateListEventBridgeRuleTemplateGroups = (0, import_core.createPaginator)(MediaLiveClient, ListEventBridgeRuleTemplateGroupsCommand, "NextToken", "NextToken", "MaxResults");
@@ -10624,6 +12148,14 @@ var paginateListMultiplexPrograms = (0, import_core.createPaginator)(MediaLiveCl
10624
12148
 
10625
12149
  var paginateListMultiplexes = (0, import_core.createPaginator)(MediaLiveClient, ListMultiplexesCommand, "NextToken", "NextToken", "MaxResults");
10626
12150
 
12151
+ // src/pagination/ListNetworksPaginator.ts
12152
+
12153
+ var paginateListNetworks = (0, import_core.createPaginator)(MediaLiveClient, ListNetworksCommand, "NextToken", "NextToken", "MaxResults");
12154
+
12155
+ // src/pagination/ListNodesPaginator.ts
12156
+
12157
+ var paginateListNodes = (0, import_core.createPaginator)(MediaLiveClient, ListNodesCommand, "NextToken", "NextToken", "MaxResults");
12158
+
10627
12159
  // src/pagination/ListOfferingsPaginator.ts
10628
12160
 
10629
12161
  var paginateListOfferings = (0, import_core.createPaginator)(MediaLiveClient, ListOfferingsCommand, "NextToken", "NextToken", "MaxResults");
@@ -10731,9 +12263,138 @@ var waitUntilChannelDeleted = /* @__PURE__ */ __name(async (params, input) => {
10731
12263
  return (0, import_util_waiter.checkExceptions)(result);
10732
12264
  }, "waitUntilChannelDeleted");
10733
12265
 
10734
- // src/waiters/waitForChannelRunning.ts
12266
+ // src/waiters/waitForChannelPlacementGroupAssigned.ts
10735
12267
 
10736
12268
  var checkState3 = /* @__PURE__ */ __name(async (client, input) => {
12269
+ let reason;
12270
+ try {
12271
+ const result = await client.send(new DescribeChannelPlacementGroupCommand(input));
12272
+ reason = result;
12273
+ try {
12274
+ const returnComparator = /* @__PURE__ */ __name(() => {
12275
+ return result.State;
12276
+ }, "returnComparator");
12277
+ if (returnComparator() === "ASSIGNED") {
12278
+ return { state: import_util_waiter.WaiterState.SUCCESS, reason };
12279
+ }
12280
+ } catch (e) {
12281
+ }
12282
+ try {
12283
+ const returnComparator = /* @__PURE__ */ __name(() => {
12284
+ return result.State;
12285
+ }, "returnComparator");
12286
+ if (returnComparator() === "ASSIGNING") {
12287
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12288
+ }
12289
+ } catch (e) {
12290
+ }
12291
+ } catch (exception) {
12292
+ reason = exception;
12293
+ if (exception.name && exception.name == "InternalServerErrorException") {
12294
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12295
+ }
12296
+ }
12297
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12298
+ }, "checkState");
12299
+ var waitForChannelPlacementGroupAssigned = /* @__PURE__ */ __name(async (params, input) => {
12300
+ const serviceDefaults = { minDelay: 3, maxDelay: 120 };
12301
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState3);
12302
+ }, "waitForChannelPlacementGroupAssigned");
12303
+ var waitUntilChannelPlacementGroupAssigned = /* @__PURE__ */ __name(async (params, input) => {
12304
+ const serviceDefaults = { minDelay: 3, maxDelay: 120 };
12305
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState3);
12306
+ return (0, import_util_waiter.checkExceptions)(result);
12307
+ }, "waitUntilChannelPlacementGroupAssigned");
12308
+
12309
+ // src/waiters/waitForChannelPlacementGroupDeleted.ts
12310
+
12311
+ var checkState4 = /* @__PURE__ */ __name(async (client, input) => {
12312
+ let reason;
12313
+ try {
12314
+ const result = await client.send(new DescribeChannelPlacementGroupCommand(input));
12315
+ reason = result;
12316
+ try {
12317
+ const returnComparator = /* @__PURE__ */ __name(() => {
12318
+ return result.State;
12319
+ }, "returnComparator");
12320
+ if (returnComparator() === "DELETED") {
12321
+ return { state: import_util_waiter.WaiterState.SUCCESS, reason };
12322
+ }
12323
+ } catch (e) {
12324
+ }
12325
+ try {
12326
+ const returnComparator = /* @__PURE__ */ __name(() => {
12327
+ return result.State;
12328
+ }, "returnComparator");
12329
+ if (returnComparator() === "DELETING") {
12330
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12331
+ }
12332
+ } catch (e) {
12333
+ }
12334
+ } catch (exception) {
12335
+ reason = exception;
12336
+ if (exception.name && exception.name == "InternalServerErrorException") {
12337
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12338
+ }
12339
+ }
12340
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12341
+ }, "checkState");
12342
+ var waitForChannelPlacementGroupDeleted = /* @__PURE__ */ __name(async (params, input) => {
12343
+ const serviceDefaults = { minDelay: 5, maxDelay: 120 };
12344
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState4);
12345
+ }, "waitForChannelPlacementGroupDeleted");
12346
+ var waitUntilChannelPlacementGroupDeleted = /* @__PURE__ */ __name(async (params, input) => {
12347
+ const serviceDefaults = { minDelay: 5, maxDelay: 120 };
12348
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState4);
12349
+ return (0, import_util_waiter.checkExceptions)(result);
12350
+ }, "waitUntilChannelPlacementGroupDeleted");
12351
+
12352
+ // src/waiters/waitForChannelPlacementGroupUnassigned.ts
12353
+
12354
+ var checkState5 = /* @__PURE__ */ __name(async (client, input) => {
12355
+ let reason;
12356
+ try {
12357
+ const result = await client.send(new DescribeChannelPlacementGroupCommand(input));
12358
+ reason = result;
12359
+ try {
12360
+ const returnComparator = /* @__PURE__ */ __name(() => {
12361
+ return result.State;
12362
+ }, "returnComparator");
12363
+ if (returnComparator() === "UNASSIGNED") {
12364
+ return { state: import_util_waiter.WaiterState.SUCCESS, reason };
12365
+ }
12366
+ } catch (e) {
12367
+ }
12368
+ try {
12369
+ const returnComparator = /* @__PURE__ */ __name(() => {
12370
+ return result.State;
12371
+ }, "returnComparator");
12372
+ if (returnComparator() === "UNASSIGNING") {
12373
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12374
+ }
12375
+ } catch (e) {
12376
+ }
12377
+ } catch (exception) {
12378
+ reason = exception;
12379
+ if (exception.name && exception.name == "InternalServerErrorException") {
12380
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12381
+ }
12382
+ }
12383
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12384
+ }, "checkState");
12385
+ var waitForChannelPlacementGroupUnassigned = /* @__PURE__ */ __name(async (params, input) => {
12386
+ const serviceDefaults = { minDelay: 5, maxDelay: 120 };
12387
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState5);
12388
+ }, "waitForChannelPlacementGroupUnassigned");
12389
+ var waitUntilChannelPlacementGroupUnassigned = /* @__PURE__ */ __name(async (params, input) => {
12390
+ const serviceDefaults = { minDelay: 5, maxDelay: 120 };
12391
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState5);
12392
+ return (0, import_util_waiter.checkExceptions)(result);
12393
+ }, "waitUntilChannelPlacementGroupUnassigned");
12394
+
12395
+ // src/waiters/waitForChannelRunning.ts
12396
+
12397
+ var checkState6 = /* @__PURE__ */ __name(async (client, input) => {
10737
12398
  let reason;
10738
12399
  try {
10739
12400
  const result = await client.send(new DescribeChannelCommand(input));
@@ -10766,26 +12427,121 @@ var checkState3 = /* @__PURE__ */ __name(async (client, input) => {
10766
12427
  }, "checkState");
10767
12428
  var waitForChannelRunning = /* @__PURE__ */ __name(async (params, input) => {
10768
12429
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
10769
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState3);
12430
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState6);
10770
12431
  }, "waitForChannelRunning");
10771
12432
  var waitUntilChannelRunning = /* @__PURE__ */ __name(async (params, input) => {
10772
12433
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
10773
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState3);
12434
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState6);
12435
+ return (0, import_util_waiter.checkExceptions)(result);
12436
+ }, "waitUntilChannelRunning");
12437
+
12438
+ // src/waiters/waitForChannelStopped.ts
12439
+
12440
+ var checkState7 = /* @__PURE__ */ __name(async (client, input) => {
12441
+ let reason;
12442
+ try {
12443
+ const result = await client.send(new DescribeChannelCommand(input));
12444
+ reason = result;
12445
+ try {
12446
+ const returnComparator = /* @__PURE__ */ __name(() => {
12447
+ return result.State;
12448
+ }, "returnComparator");
12449
+ if (returnComparator() === "IDLE") {
12450
+ return { state: import_util_waiter.WaiterState.SUCCESS, reason };
12451
+ }
12452
+ } catch (e) {
12453
+ }
12454
+ try {
12455
+ const returnComparator = /* @__PURE__ */ __name(() => {
12456
+ return result.State;
12457
+ }, "returnComparator");
12458
+ if (returnComparator() === "STOPPING") {
12459
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12460
+ }
12461
+ } catch (e) {
12462
+ }
12463
+ } catch (exception) {
12464
+ reason = exception;
12465
+ if (exception.name && exception.name == "InternalServerErrorException") {
12466
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12467
+ }
12468
+ }
12469
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12470
+ }, "checkState");
12471
+ var waitForChannelStopped = /* @__PURE__ */ __name(async (params, input) => {
12472
+ const serviceDefaults = { minDelay: 5, maxDelay: 120 };
12473
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState7);
12474
+ }, "waitForChannelStopped");
12475
+ var waitUntilChannelStopped = /* @__PURE__ */ __name(async (params, input) => {
12476
+ const serviceDefaults = { minDelay: 5, maxDelay: 120 };
12477
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState7);
12478
+ return (0, import_util_waiter.checkExceptions)(result);
12479
+ }, "waitUntilChannelStopped");
12480
+
12481
+ // src/waiters/waitForClusterCreated.ts
12482
+
12483
+ var checkState8 = /* @__PURE__ */ __name(async (client, input) => {
12484
+ let reason;
12485
+ try {
12486
+ const result = await client.send(new DescribeClusterCommand(input));
12487
+ reason = result;
12488
+ try {
12489
+ const returnComparator = /* @__PURE__ */ __name(() => {
12490
+ return result.State;
12491
+ }, "returnComparator");
12492
+ if (returnComparator() === "ACTIVE") {
12493
+ return { state: import_util_waiter.WaiterState.SUCCESS, reason };
12494
+ }
12495
+ } catch (e) {
12496
+ }
12497
+ try {
12498
+ const returnComparator = /* @__PURE__ */ __name(() => {
12499
+ return result.State;
12500
+ }, "returnComparator");
12501
+ if (returnComparator() === "CREATING") {
12502
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12503
+ }
12504
+ } catch (e) {
12505
+ }
12506
+ try {
12507
+ const returnComparator = /* @__PURE__ */ __name(() => {
12508
+ return result.State;
12509
+ }, "returnComparator");
12510
+ if (returnComparator() === "CREATE_FAILED") {
12511
+ return { state: import_util_waiter.WaiterState.FAILURE, reason };
12512
+ }
12513
+ } catch (e) {
12514
+ }
12515
+ } catch (exception) {
12516
+ reason = exception;
12517
+ if (exception.name && exception.name == "InternalServerErrorException") {
12518
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12519
+ }
12520
+ }
12521
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12522
+ }, "checkState");
12523
+ var waitForClusterCreated = /* @__PURE__ */ __name(async (params, input) => {
12524
+ const serviceDefaults = { minDelay: 3, maxDelay: 120 };
12525
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState8);
12526
+ }, "waitForClusterCreated");
12527
+ var waitUntilClusterCreated = /* @__PURE__ */ __name(async (params, input) => {
12528
+ const serviceDefaults = { minDelay: 3, maxDelay: 120 };
12529
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState8);
10774
12530
  return (0, import_util_waiter.checkExceptions)(result);
10775
- }, "waitUntilChannelRunning");
12531
+ }, "waitUntilClusterCreated");
10776
12532
 
10777
- // src/waiters/waitForChannelStopped.ts
12533
+ // src/waiters/waitForClusterDeleted.ts
10778
12534
 
10779
- var checkState4 = /* @__PURE__ */ __name(async (client, input) => {
12535
+ var checkState9 = /* @__PURE__ */ __name(async (client, input) => {
10780
12536
  let reason;
10781
12537
  try {
10782
- const result = await client.send(new DescribeChannelCommand(input));
12538
+ const result = await client.send(new DescribeClusterCommand(input));
10783
12539
  reason = result;
10784
12540
  try {
10785
12541
  const returnComparator = /* @__PURE__ */ __name(() => {
10786
12542
  return result.State;
10787
12543
  }, "returnComparator");
10788
- if (returnComparator() === "IDLE") {
12544
+ if (returnComparator() === "DELETED") {
10789
12545
  return { state: import_util_waiter.WaiterState.SUCCESS, reason };
10790
12546
  }
10791
12547
  } catch (e) {
@@ -10794,7 +12550,7 @@ var checkState4 = /* @__PURE__ */ __name(async (client, input) => {
10794
12550
  const returnComparator = /* @__PURE__ */ __name(() => {
10795
12551
  return result.State;
10796
12552
  }, "returnComparator");
10797
- if (returnComparator() === "STOPPING") {
12553
+ if (returnComparator() === "DELETING") {
10798
12554
  return { state: import_util_waiter.WaiterState.RETRY, reason };
10799
12555
  }
10800
12556
  } catch (e) {
@@ -10807,19 +12563,19 @@ var checkState4 = /* @__PURE__ */ __name(async (client, input) => {
10807
12563
  }
10808
12564
  return { state: import_util_waiter.WaiterState.RETRY, reason };
10809
12565
  }, "checkState");
10810
- var waitForChannelStopped = /* @__PURE__ */ __name(async (params, input) => {
12566
+ var waitForClusterDeleted = /* @__PURE__ */ __name(async (params, input) => {
10811
12567
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
10812
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState4);
10813
- }, "waitForChannelStopped");
10814
- var waitUntilChannelStopped = /* @__PURE__ */ __name(async (params, input) => {
12568
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState9);
12569
+ }, "waitForClusterDeleted");
12570
+ var waitUntilClusterDeleted = /* @__PURE__ */ __name(async (params, input) => {
10815
12571
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
10816
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState4);
12572
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState9);
10817
12573
  return (0, import_util_waiter.checkExceptions)(result);
10818
- }, "waitUntilChannelStopped");
12574
+ }, "waitUntilClusterDeleted");
10819
12575
 
10820
12576
  // src/waiters/waitForInputAttached.ts
10821
12577
 
10822
- var checkState5 = /* @__PURE__ */ __name(async (client, input) => {
12578
+ var checkState10 = /* @__PURE__ */ __name(async (client, input) => {
10823
12579
  let reason;
10824
12580
  try {
10825
12581
  const result = await client.send(new DescribeInputCommand(input));
@@ -10852,17 +12608,17 @@ var checkState5 = /* @__PURE__ */ __name(async (client, input) => {
10852
12608
  }, "checkState");
10853
12609
  var waitForInputAttached = /* @__PURE__ */ __name(async (params, input) => {
10854
12610
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
10855
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState5);
12611
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState10);
10856
12612
  }, "waitForInputAttached");
10857
12613
  var waitUntilInputAttached = /* @__PURE__ */ __name(async (params, input) => {
10858
12614
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
10859
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState5);
12615
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState10);
10860
12616
  return (0, import_util_waiter.checkExceptions)(result);
10861
12617
  }, "waitUntilInputAttached");
10862
12618
 
10863
12619
  // src/waiters/waitForInputDeleted.ts
10864
12620
 
10865
- var checkState6 = /* @__PURE__ */ __name(async (client, input) => {
12621
+ var checkState11 = /* @__PURE__ */ __name(async (client, input) => {
10866
12622
  let reason;
10867
12623
  try {
10868
12624
  const result = await client.send(new DescribeInputCommand(input));
@@ -10895,17 +12651,17 @@ var checkState6 = /* @__PURE__ */ __name(async (client, input) => {
10895
12651
  }, "checkState");
10896
12652
  var waitForInputDeleted = /* @__PURE__ */ __name(async (params, input) => {
10897
12653
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
10898
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState6);
12654
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState11);
10899
12655
  }, "waitForInputDeleted");
10900
12656
  var waitUntilInputDeleted = /* @__PURE__ */ __name(async (params, input) => {
10901
12657
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
10902
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState6);
12658
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState11);
10903
12659
  return (0, import_util_waiter.checkExceptions)(result);
10904
12660
  }, "waitUntilInputDeleted");
10905
12661
 
10906
12662
  // src/waiters/waitForInputDetached.ts
10907
12663
 
10908
- var checkState7 = /* @__PURE__ */ __name(async (client, input) => {
12664
+ var checkState12 = /* @__PURE__ */ __name(async (client, input) => {
10909
12665
  let reason;
10910
12666
  try {
10911
12667
  const result = await client.send(new DescribeInputCommand(input));
@@ -10947,17 +12703,17 @@ var checkState7 = /* @__PURE__ */ __name(async (client, input) => {
10947
12703
  }, "checkState");
10948
12704
  var waitForInputDetached = /* @__PURE__ */ __name(async (params, input) => {
10949
12705
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
10950
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState7);
12706
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState12);
10951
12707
  }, "waitForInputDetached");
10952
12708
  var waitUntilInputDetached = /* @__PURE__ */ __name(async (params, input) => {
10953
12709
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
10954
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState7);
12710
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState12);
10955
12711
  return (0, import_util_waiter.checkExceptions)(result);
10956
12712
  }, "waitUntilInputDetached");
10957
12713
 
10958
12714
  // src/waiters/waitForMultiplexCreated.ts
10959
12715
 
10960
- var checkState8 = /* @__PURE__ */ __name(async (client, input) => {
12716
+ var checkState13 = /* @__PURE__ */ __name(async (client, input) => {
10961
12717
  let reason;
10962
12718
  try {
10963
12719
  const result = await client.send(new DescribeMultiplexCommand(input));
@@ -10999,17 +12755,17 @@ var checkState8 = /* @__PURE__ */ __name(async (client, input) => {
10999
12755
  }, "checkState");
11000
12756
  var waitForMultiplexCreated = /* @__PURE__ */ __name(async (params, input) => {
11001
12757
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
11002
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState8);
12758
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState13);
11003
12759
  }, "waitForMultiplexCreated");
11004
12760
  var waitUntilMultiplexCreated = /* @__PURE__ */ __name(async (params, input) => {
11005
12761
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
11006
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState8);
12762
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState13);
11007
12763
  return (0, import_util_waiter.checkExceptions)(result);
11008
12764
  }, "waitUntilMultiplexCreated");
11009
12765
 
11010
12766
  // src/waiters/waitForMultiplexDeleted.ts
11011
12767
 
11012
- var checkState9 = /* @__PURE__ */ __name(async (client, input) => {
12768
+ var checkState14 = /* @__PURE__ */ __name(async (client, input) => {
11013
12769
  let reason;
11014
12770
  try {
11015
12771
  const result = await client.send(new DescribeMultiplexCommand(input));
@@ -11042,17 +12798,17 @@ var checkState9 = /* @__PURE__ */ __name(async (client, input) => {
11042
12798
  }, "checkState");
11043
12799
  var waitForMultiplexDeleted = /* @__PURE__ */ __name(async (params, input) => {
11044
12800
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11045
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState9);
12801
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState14);
11046
12802
  }, "waitForMultiplexDeleted");
11047
12803
  var waitUntilMultiplexDeleted = /* @__PURE__ */ __name(async (params, input) => {
11048
12804
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11049
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState9);
12805
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState14);
11050
12806
  return (0, import_util_waiter.checkExceptions)(result);
11051
12807
  }, "waitUntilMultiplexDeleted");
11052
12808
 
11053
12809
  // src/waiters/waitForMultiplexRunning.ts
11054
12810
 
11055
- var checkState10 = /* @__PURE__ */ __name(async (client, input) => {
12811
+ var checkState15 = /* @__PURE__ */ __name(async (client, input) => {
11056
12812
  let reason;
11057
12813
  try {
11058
12814
  const result = await client.send(new DescribeMultiplexCommand(input));
@@ -11085,17 +12841,17 @@ var checkState10 = /* @__PURE__ */ __name(async (client, input) => {
11085
12841
  }, "checkState");
11086
12842
  var waitForMultiplexRunning = /* @__PURE__ */ __name(async (params, input) => {
11087
12843
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11088
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState10);
12844
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState15);
11089
12845
  }, "waitForMultiplexRunning");
11090
12846
  var waitUntilMultiplexRunning = /* @__PURE__ */ __name(async (params, input) => {
11091
12847
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11092
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState10);
12848
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState15);
11093
12849
  return (0, import_util_waiter.checkExceptions)(result);
11094
12850
  }, "waitUntilMultiplexRunning");
11095
12851
 
11096
12852
  // src/waiters/waitForMultiplexStopped.ts
11097
12853
 
11098
- var checkState11 = /* @__PURE__ */ __name(async (client, input) => {
12854
+ var checkState16 = /* @__PURE__ */ __name(async (client, input) => {
11099
12855
  let reason;
11100
12856
  try {
11101
12857
  const result = await client.send(new DescribeMultiplexCommand(input));
@@ -11128,17 +12884,124 @@ var checkState11 = /* @__PURE__ */ __name(async (client, input) => {
11128
12884
  }, "checkState");
11129
12885
  var waitForMultiplexStopped = /* @__PURE__ */ __name(async (params, input) => {
11130
12886
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11131
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState11);
12887
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState16);
11132
12888
  }, "waitForMultiplexStopped");
11133
12889
  var waitUntilMultiplexStopped = /* @__PURE__ */ __name(async (params, input) => {
11134
12890
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11135
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState11);
12891
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState16);
11136
12892
  return (0, import_util_waiter.checkExceptions)(result);
11137
12893
  }, "waitUntilMultiplexStopped");
11138
12894
 
12895
+ // src/waiters/waitForNodeDeregistered.ts
12896
+
12897
+ var checkState17 = /* @__PURE__ */ __name(async (client, input) => {
12898
+ let reason;
12899
+ try {
12900
+ const result = await client.send(new DescribeNodeCommand(input));
12901
+ reason = result;
12902
+ try {
12903
+ const returnComparator = /* @__PURE__ */ __name(() => {
12904
+ return result.State;
12905
+ }, "returnComparator");
12906
+ if (returnComparator() === "DEREGISTERED") {
12907
+ return { state: import_util_waiter.WaiterState.SUCCESS, reason };
12908
+ }
12909
+ } catch (e) {
12910
+ }
12911
+ try {
12912
+ const returnComparator = /* @__PURE__ */ __name(() => {
12913
+ return result.State;
12914
+ }, "returnComparator");
12915
+ if (returnComparator() === "DEREGISTERING") {
12916
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12917
+ }
12918
+ } catch (e) {
12919
+ }
12920
+ try {
12921
+ const returnComparator = /* @__PURE__ */ __name(() => {
12922
+ return result.State;
12923
+ }, "returnComparator");
12924
+ if (returnComparator() === "DRAINING") {
12925
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12926
+ }
12927
+ } catch (e) {
12928
+ }
12929
+ } catch (exception) {
12930
+ reason = exception;
12931
+ if (exception.name && exception.name == "InternalServerErrorException") {
12932
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12933
+ }
12934
+ }
12935
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12936
+ }, "checkState");
12937
+ var waitForNodeDeregistered = /* @__PURE__ */ __name(async (params, input) => {
12938
+ const serviceDefaults = { minDelay: 5, maxDelay: 120 };
12939
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState17);
12940
+ }, "waitForNodeDeregistered");
12941
+ var waitUntilNodeDeregistered = /* @__PURE__ */ __name(async (params, input) => {
12942
+ const serviceDefaults = { minDelay: 5, maxDelay: 120 };
12943
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState17);
12944
+ return (0, import_util_waiter.checkExceptions)(result);
12945
+ }, "waitUntilNodeDeregistered");
12946
+
12947
+ // src/waiters/waitForNodeRegistered.ts
12948
+
12949
+ var checkState18 = /* @__PURE__ */ __name(async (client, input) => {
12950
+ let reason;
12951
+ try {
12952
+ const result = await client.send(new DescribeNodeCommand(input));
12953
+ reason = result;
12954
+ try {
12955
+ const returnComparator = /* @__PURE__ */ __name(() => {
12956
+ return result.State;
12957
+ }, "returnComparator");
12958
+ if (returnComparator() === "ACTIVE") {
12959
+ return { state: import_util_waiter.WaiterState.SUCCESS, reason };
12960
+ }
12961
+ } catch (e) {
12962
+ }
12963
+ try {
12964
+ const returnComparator = /* @__PURE__ */ __name(() => {
12965
+ return result.State;
12966
+ }, "returnComparator");
12967
+ if (returnComparator() === "REGISTERING") {
12968
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12969
+ }
12970
+ } catch (e) {
12971
+ }
12972
+ try {
12973
+ const returnComparator = /* @__PURE__ */ __name(() => {
12974
+ return result.State;
12975
+ }, "returnComparator");
12976
+ if (returnComparator() === "REGISTRATION_FAILED") {
12977
+ return { state: import_util_waiter.WaiterState.FAILURE, reason };
12978
+ }
12979
+ } catch (e) {
12980
+ }
12981
+ } catch (exception) {
12982
+ reason = exception;
12983
+ if (exception.name && exception.name == "NotFoundException") {
12984
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12985
+ }
12986
+ if (exception.name && exception.name == "InternalServerErrorException") {
12987
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12988
+ }
12989
+ }
12990
+ return { state: import_util_waiter.WaiterState.RETRY, reason };
12991
+ }, "checkState");
12992
+ var waitForNodeRegistered = /* @__PURE__ */ __name(async (params, input) => {
12993
+ const serviceDefaults = { minDelay: 3, maxDelay: 120 };
12994
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState18);
12995
+ }, "waitForNodeRegistered");
12996
+ var waitUntilNodeRegistered = /* @__PURE__ */ __name(async (params, input) => {
12997
+ const serviceDefaults = { minDelay: 3, maxDelay: 120 };
12998
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState18);
12999
+ return (0, import_util_waiter.checkExceptions)(result);
13000
+ }, "waitUntilNodeRegistered");
13001
+
11139
13002
  // src/waiters/waitForSignalMapCreated.ts
11140
13003
 
11141
- var checkState12 = /* @__PURE__ */ __name(async (client, input) => {
13004
+ var checkState19 = /* @__PURE__ */ __name(async (client, input) => {
11142
13005
  let reason;
11143
13006
  try {
11144
13007
  const result = await client.send(new GetSignalMapCommand(input));
@@ -11177,17 +13040,17 @@ var checkState12 = /* @__PURE__ */ __name(async (client, input) => {
11177
13040
  }, "checkState");
11178
13041
  var waitForSignalMapCreated = /* @__PURE__ */ __name(async (params, input) => {
11179
13042
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11180
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState12);
13043
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState19);
11181
13044
  }, "waitForSignalMapCreated");
11182
13045
  var waitUntilSignalMapCreated = /* @__PURE__ */ __name(async (params, input) => {
11183
13046
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11184
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState12);
13047
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState19);
11185
13048
  return (0, import_util_waiter.checkExceptions)(result);
11186
13049
  }, "waitUntilSignalMapCreated");
11187
13050
 
11188
13051
  // src/waiters/waitForSignalMapMonitorDeleted.ts
11189
13052
 
11190
- var checkState13 = /* @__PURE__ */ __name(async (client, input) => {
13053
+ var checkState20 = /* @__PURE__ */ __name(async (client, input) => {
11191
13054
  let reason;
11192
13055
  try {
11193
13056
  const result = await client.send(new GetSignalMapCommand(input));
@@ -11226,17 +13089,17 @@ var checkState13 = /* @__PURE__ */ __name(async (client, input) => {
11226
13089
  }, "checkState");
11227
13090
  var waitForSignalMapMonitorDeleted = /* @__PURE__ */ __name(async (params, input) => {
11228
13091
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11229
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState13);
13092
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState20);
11230
13093
  }, "waitForSignalMapMonitorDeleted");
11231
13094
  var waitUntilSignalMapMonitorDeleted = /* @__PURE__ */ __name(async (params, input) => {
11232
13095
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11233
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState13);
13096
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState20);
11234
13097
  return (0, import_util_waiter.checkExceptions)(result);
11235
13098
  }, "waitUntilSignalMapMonitorDeleted");
11236
13099
 
11237
13100
  // src/waiters/waitForSignalMapMonitorDeployed.ts
11238
13101
 
11239
- var checkState14 = /* @__PURE__ */ __name(async (client, input) => {
13102
+ var checkState21 = /* @__PURE__ */ __name(async (client, input) => {
11240
13103
  let reason;
11241
13104
  try {
11242
13105
  const result = await client.send(new GetSignalMapCommand(input));
@@ -11302,17 +13165,17 @@ var checkState14 = /* @__PURE__ */ __name(async (client, input) => {
11302
13165
  }, "checkState");
11303
13166
  var waitForSignalMapMonitorDeployed = /* @__PURE__ */ __name(async (params, input) => {
11304
13167
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11305
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState14);
13168
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState21);
11306
13169
  }, "waitForSignalMapMonitorDeployed");
11307
13170
  var waitUntilSignalMapMonitorDeployed = /* @__PURE__ */ __name(async (params, input) => {
11308
13171
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11309
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState14);
13172
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState21);
11310
13173
  return (0, import_util_waiter.checkExceptions)(result);
11311
13174
  }, "waitUntilSignalMapMonitorDeployed");
11312
13175
 
11313
13176
  // src/waiters/waitForSignalMapUpdated.ts
11314
13177
 
11315
- var checkState15 = /* @__PURE__ */ __name(async (client, input) => {
13178
+ var checkState22 = /* @__PURE__ */ __name(async (client, input) => {
11316
13179
  let reason;
11317
13180
  try {
11318
13181
  const result = await client.send(new GetSignalMapCommand(input));
@@ -11360,11 +13223,11 @@ var checkState15 = /* @__PURE__ */ __name(async (client, input) => {
11360
13223
  }, "checkState");
11361
13224
  var waitForSignalMapUpdated = /* @__PURE__ */ __name(async (params, input) => {
11362
13225
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11363
- return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState15);
13226
+ return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState22);
11364
13227
  }, "waitForSignalMapUpdated");
11365
13228
  var waitUntilSignalMapUpdated = /* @__PURE__ */ __name(async (params, input) => {
11366
13229
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
11367
- const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState15);
13230
+ const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState22);
11368
13231
  return (0, import_util_waiter.checkExceptions)(result);
11369
13232
  }, "waitUntilSignalMapUpdated");
11370
13233
 
@@ -11884,6 +13747,63 @@ var ColorSpace = {
11884
13747
  REC_601: "REC_601",
11885
13748
  REC_709: "REC_709"
11886
13749
  };
13750
+ var ChannelPlacementGroupState = {
13751
+ ASSIGNED: "ASSIGNED",
13752
+ ASSIGNING: "ASSIGNING",
13753
+ DELETED: "DELETED",
13754
+ DELETE_FAILED: "DELETE_FAILED",
13755
+ DELETING: "DELETING",
13756
+ UNASSIGNED: "UNASSIGNED",
13757
+ UNASSIGNING: "UNASSIGNING"
13758
+ };
13759
+ var ClusterType = {
13760
+ ON_PREMISES: "ON_PREMISES"
13761
+ };
13762
+ var ClusterState = {
13763
+ ACTIVE: "ACTIVE",
13764
+ CREATE_FAILED: "CREATE_FAILED",
13765
+ CREATING: "CREATING",
13766
+ DELETED: "DELETED",
13767
+ DELETE_FAILED: "DELETE_FAILED",
13768
+ DELETING: "DELETING"
13769
+ };
13770
+ var NetworkState = {
13771
+ ACTIVE: "ACTIVE",
13772
+ CREATE_FAILED: "CREATE_FAILED",
13773
+ CREATING: "CREATING",
13774
+ DELETED: "DELETED",
13775
+ DELETE_FAILED: "DELETE_FAILED",
13776
+ DELETING: "DELETING",
13777
+ IDLE: "IDLE",
13778
+ IN_USE: "IN_USE",
13779
+ UPDATING: "UPDATING"
13780
+ };
13781
+ var NodeConnectionState = {
13782
+ CONNECTED: "CONNECTED",
13783
+ DISCONNECTED: "DISCONNECTED"
13784
+ };
13785
+ var NetworkInterfaceMode = {
13786
+ BRIDGE: "BRIDGE",
13787
+ NAT: "NAT"
13788
+ };
13789
+ var NodeRole = {
13790
+ ACTIVE: "ACTIVE",
13791
+ BACKUP: "BACKUP"
13792
+ };
13793
+ var NodeState = {
13794
+ ACTIVATION_FAILED: "ACTIVATION_FAILED",
13795
+ ACTIVE: "ACTIVE",
13796
+ CREATED: "CREATED",
13797
+ DEREGISTERED: "DEREGISTERED",
13798
+ DEREGISTERING: "DEREGISTERING",
13799
+ DEREGISTRATION_FAILED: "DEREGISTRATION_FAILED",
13800
+ DRAINING: "DRAINING",
13801
+ IN_USE: "IN_USE",
13802
+ READY: "READY",
13803
+ READY_TO_ACTIVATE: "READY_TO_ACTIVATE",
13804
+ REGISTERING: "REGISTERING",
13805
+ REGISTRATION_FAILED: "REGISTRATION_FAILED"
13806
+ };
11887
13807
  var EventBridgeRuleTemplateEventType = {
11888
13808
  MEDIACONNECT_ALERT: "MEDIACONNECT_ALERT",
11889
13809
  MEDIACONNECT_FLOW_STATUS_CHANGE: "MEDIACONNECT_FLOW_STATUS_CHANGE",
@@ -11908,6 +13828,11 @@ var InputClass = {
11908
13828
  SINGLE_PIPELINE: "SINGLE_PIPELINE",
11909
13829
  STANDARD: "STANDARD"
11910
13830
  };
13831
+ var InputNetworkLocation = {
13832
+ AWS: "AWS",
13833
+ ON_PREMISE: "ON_PREMISE",
13834
+ ON_PREMISES: "ON_PREMISES"
13835
+ };
11911
13836
  var InputSourceType = {
11912
13837
  DYNAMIC: "DYNAMIC",
11913
13838
  STATIC: "STATIC"
@@ -11929,6 +13854,7 @@ var InputType = {
11929
13854
  INPUT_DEVICE: "INPUT_DEVICE",
11930
13855
  MEDIACONNECT: "MEDIACONNECT",
11931
13856
  MP4_FILE: "MP4_FILE",
13857
+ MULTICAST: "MULTICAST",
11932
13858
  RTMP_PULL: "RTMP_PULL",
11933
13859
  RTMP_PUSH: "RTMP_PUSH",
11934
13860
  RTP_PUSH: "RTP_PUSH",
@@ -12029,6 +13955,7 @@ var OfferingType = {
12029
13955
  };
12030
13956
  var ReservationCodec = {
12031
13957
  AUDIO: "AUDIO",
13958
+ AV1: "AV1",
12032
13959
  AVC: "AVC",
12033
13960
  HEVC: "HEVC",
12034
13961
  LINK: "LINK",
@@ -12152,66 +14079,6 @@ var M2tsTimedMetadataBehavior = {
12152
14079
  NO_PASSTHROUGH: "NO_PASSTHROUGH",
12153
14080
  PASSTHROUGH: "PASSTHROUGH"
12154
14081
  };
12155
- var HlsH265PackagingType = {
12156
- HEV1: "HEV1",
12157
- HVC1: "HVC1"
12158
- };
12159
- var AudioOnlyHlsTrackType = {
12160
- ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT",
12161
- ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
12162
- ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
12163
- AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM"
12164
- };
12165
- var AudioOnlyHlsSegmentType = {
12166
- AAC: "AAC",
12167
- FMP4: "FMP4"
12168
- };
12169
- var Fmp4NielsenId3Behavior = {
12170
- NO_PASSTHROUGH: "NO_PASSTHROUGH",
12171
- PASSTHROUGH: "PASSTHROUGH"
12172
- };
12173
- var Fmp4TimedMetadataBehavior = {
12174
- NO_PASSTHROUGH: "NO_PASSTHROUGH",
12175
- PASSTHROUGH: "PASSTHROUGH"
12176
- };
12177
- var M3u8KlvBehavior = {
12178
- NO_PASSTHROUGH: "NO_PASSTHROUGH",
12179
- PASSTHROUGH: "PASSTHROUGH"
12180
- };
12181
- var M3u8NielsenId3Behavior = {
12182
- NO_PASSTHROUGH: "NO_PASSTHROUGH",
12183
- PASSTHROUGH: "PASSTHROUGH"
12184
- };
12185
- var M3u8PcrControl = {
12186
- CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD",
12187
- PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET"
12188
- };
12189
- var M3u8Scte35Behavior = {
12190
- NO_PASSTHROUGH: "NO_PASSTHROUGH",
12191
- PASSTHROUGH: "PASSTHROUGH"
12192
- };
12193
- var M3u8TimedMetadataBehavior = {
12194
- NO_PASSTHROUGH: "NO_PASSTHROUGH",
12195
- PASSTHROUGH: "PASSTHROUGH"
12196
- };
12197
- var MsSmoothH265PackagingType = {
12198
- HEV1: "HEV1",
12199
- HVC1: "HVC1"
12200
- };
12201
- var RtmpOutputCertificateMode = {
12202
- SELF_SIGNED: "SELF_SIGNED",
12203
- VERIFY_AUTHENTICITY: "VERIFY_AUTHENTICITY"
12204
- };
12205
- var FecOutputIncludeFec = {
12206
- COLUMN: "COLUMN",
12207
- COLUMN_AND_ROW: "COLUMN_AND_ROW"
12208
- };
12209
- var S3CannedAcl = {
12210
- AUTHENTICATED_READ: "AUTHENTICATED_READ",
12211
- BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL",
12212
- BUCKET_OWNER_READ: "BUCKET_OWNER_READ",
12213
- PUBLIC_READ: "PUBLIC_READ"
12214
- };
12215
14082
  // Annotate the CommonJS export names for ESM import in node:
12216
14083
 
12217
14084
  0 && (module.exports = {
@@ -12228,38 +14095,51 @@ var S3CannedAcl = {
12228
14095
  CancelInputDeviceTransferCommand,
12229
14096
  ClaimDeviceCommand,
12230
14097
  CreateChannelCommand,
14098
+ CreateChannelPlacementGroupCommand,
12231
14099
  CreateCloudWatchAlarmTemplateCommand,
12232
14100
  CreateCloudWatchAlarmTemplateGroupCommand,
14101
+ CreateClusterCommand,
12233
14102
  CreateEventBridgeRuleTemplateCommand,
12234
14103
  CreateEventBridgeRuleTemplateGroupCommand,
12235
14104
  CreateInputCommand,
12236
14105
  CreateInputSecurityGroupCommand,
12237
14106
  CreateMultiplexCommand,
12238
14107
  CreateMultiplexProgramCommand,
14108
+ CreateNetworkCommand,
14109
+ CreateNodeCommand,
14110
+ CreateNodeRegistrationScriptCommand,
12239
14111
  CreatePartnerInputCommand,
12240
14112
  CreateSignalMapCommand,
12241
14113
  CreateTagsCommand,
12242
14114
  DeleteChannelCommand,
14115
+ DeleteChannelPlacementGroupCommand,
12243
14116
  DeleteCloudWatchAlarmTemplateCommand,
12244
14117
  DeleteCloudWatchAlarmTemplateGroupCommand,
14118
+ DeleteClusterCommand,
12245
14119
  DeleteEventBridgeRuleTemplateCommand,
12246
14120
  DeleteEventBridgeRuleTemplateGroupCommand,
12247
14121
  DeleteInputCommand,
12248
14122
  DeleteInputSecurityGroupCommand,
12249
14123
  DeleteMultiplexCommand,
12250
14124
  DeleteMultiplexProgramCommand,
14125
+ DeleteNetworkCommand,
14126
+ DeleteNodeCommand,
12251
14127
  DeleteReservationCommand,
12252
14128
  DeleteScheduleCommand,
12253
14129
  DeleteSignalMapCommand,
12254
14130
  DeleteTagsCommand,
12255
14131
  DescribeAccountConfigurationCommand,
12256
14132
  DescribeChannelCommand,
14133
+ DescribeChannelPlacementGroupCommand,
14134
+ DescribeClusterCommand,
12257
14135
  DescribeInputCommand,
12258
14136
  DescribeInputDeviceCommand,
12259
14137
  DescribeInputDeviceThumbnailCommand,
12260
14138
  DescribeInputSecurityGroupCommand,
12261
14139
  DescribeMultiplexCommand,
12262
14140
  DescribeMultiplexProgramCommand,
14141
+ DescribeNetworkCommand,
14142
+ DescribeNodeCommand,
12263
14143
  DescribeOfferingCommand,
12264
14144
  DescribeReservationCommand,
12265
14145
  DescribeScheduleCommand,
@@ -12269,9 +14149,11 @@ var S3CannedAcl = {
12269
14149
  GetEventBridgeRuleTemplateCommand,
12270
14150
  GetEventBridgeRuleTemplateGroupCommand,
12271
14151
  GetSignalMapCommand,
14152
+ ListChannelPlacementGroupsCommand,
12272
14153
  ListChannelsCommand,
12273
14154
  ListCloudWatchAlarmTemplateGroupsCommand,
12274
14155
  ListCloudWatchAlarmTemplatesCommand,
14156
+ ListClustersCommand,
12275
14157
  ListEventBridgeRuleTemplateGroupsCommand,
12276
14158
  ListEventBridgeRuleTemplatesCommand,
12277
14159
  ListInputDeviceTransfersCommand,
@@ -12280,6 +14162,8 @@ var S3CannedAcl = {
12280
14162
  ListInputsCommand,
12281
14163
  ListMultiplexProgramsCommand,
12282
14164
  ListMultiplexesCommand,
14165
+ ListNetworksCommand,
14166
+ ListNodesCommand,
12283
14167
  ListOfferingsCommand,
12284
14168
  ListReservationsCommand,
12285
14169
  ListSignalMapsCommand,
@@ -12302,8 +14186,10 @@ var S3CannedAcl = {
12302
14186
  UpdateAccountConfigurationCommand,
12303
14187
  UpdateChannelClassCommand,
12304
14188
  UpdateChannelCommand,
14189
+ UpdateChannelPlacementGroupCommand,
12305
14190
  UpdateCloudWatchAlarmTemplateCommand,
12306
14191
  UpdateCloudWatchAlarmTemplateGroupCommand,
14192
+ UpdateClusterCommand,
12307
14193
  UpdateEventBridgeRuleTemplateCommand,
12308
14194
  UpdateEventBridgeRuleTemplateGroupCommand,
12309
14195
  UpdateInputCommand,
@@ -12311,11 +14197,16 @@ var S3CannedAcl = {
12311
14197
  UpdateInputSecurityGroupCommand,
12312
14198
  UpdateMultiplexCommand,
12313
14199
  UpdateMultiplexProgramCommand,
14200
+ UpdateNetworkCommand,
14201
+ UpdateNodeCommand,
14202
+ UpdateNodeStateCommand,
12314
14203
  UpdateReservationCommand,
12315
14204
  paginateDescribeSchedule,
14205
+ paginateListChannelPlacementGroups,
12316
14206
  paginateListChannels,
12317
14207
  paginateListCloudWatchAlarmTemplateGroups,
12318
14208
  paginateListCloudWatchAlarmTemplates,
14209
+ paginateListClusters,
12319
14210
  paginateListEventBridgeRuleTemplateGroups,
12320
14211
  paginateListEventBridgeRuleTemplates,
12321
14212
  paginateListInputDeviceTransfers,
@@ -12324,6 +14215,8 @@ var S3CannedAcl = {
12324
14215
  paginateListInputs,
12325
14216
  paginateListMultiplexPrograms,
12326
14217
  paginateListMultiplexes,
14218
+ paginateListNetworks,
14219
+ paginateListNodes,
12327
14220
  paginateListOfferings,
12328
14221
  paginateListReservations,
12329
14222
  paginateListSignalMaps,
@@ -12331,10 +14224,20 @@ var S3CannedAcl = {
12331
14224
  waitUntilChannelCreated,
12332
14225
  waitForChannelDeleted,
12333
14226
  waitUntilChannelDeleted,
14227
+ waitForChannelPlacementGroupAssigned,
14228
+ waitUntilChannelPlacementGroupAssigned,
14229
+ waitForChannelPlacementGroupDeleted,
14230
+ waitUntilChannelPlacementGroupDeleted,
14231
+ waitForChannelPlacementGroupUnassigned,
14232
+ waitUntilChannelPlacementGroupUnassigned,
12334
14233
  waitForChannelRunning,
12335
14234
  waitUntilChannelRunning,
12336
14235
  waitForChannelStopped,
12337
14236
  waitUntilChannelStopped,
14237
+ waitForClusterCreated,
14238
+ waitUntilClusterCreated,
14239
+ waitForClusterDeleted,
14240
+ waitUntilClusterDeleted,
12338
14241
  waitForInputAttached,
12339
14242
  waitUntilInputAttached,
12340
14243
  waitForInputDeleted,
@@ -12349,6 +14252,10 @@ var S3CannedAcl = {
12349
14252
  waitUntilMultiplexRunning,
12350
14253
  waitForMultiplexStopped,
12351
14254
  waitUntilMultiplexStopped,
14255
+ waitForNodeDeregistered,
14256
+ waitUntilNodeDeregistered,
14257
+ waitForNodeRegistered,
14258
+ waitUntilNodeRegistered,
12352
14259
  waitForSignalMapCreated,
12353
14260
  waitUntilSignalMapCreated,
12354
14261
  waitForSignalMapMonitorDeleted,
@@ -12448,9 +14355,18 @@ var S3CannedAcl = {
12448
14355
  CloudWatchAlarmTemplateTargetResourceType,
12449
14356
  CloudWatchAlarmTemplateTreatMissingData,
12450
14357
  ColorSpace,
14358
+ ChannelPlacementGroupState,
14359
+ ClusterType,
14360
+ ClusterState,
14361
+ NetworkState,
14362
+ NodeConnectionState,
14363
+ NetworkInterfaceMode,
14364
+ NodeRole,
14365
+ NodeState,
12451
14366
  EventBridgeRuleTemplateEventType,
12452
14367
  HlsAdMarkers,
12453
14368
  InputClass,
14369
+ InputNetworkLocation,
12454
14370
  InputSourceType,
12455
14371
  Algorithm,
12456
14372
  InputState,
@@ -12511,6 +14427,7 @@ var S3CannedAcl = {
12511
14427
  M3u8TimedMetadataBehavior,
12512
14428
  MsSmoothH265PackagingType,
12513
14429
  RtmpOutputCertificateMode,
14430
+ SrtEncryptionType,
12514
14431
  FecOutputIncludeFec,
12515
14432
  S3CannedAcl,
12516
14433
  CmafNielsenId3Behavior,
@@ -12575,16 +14492,20 @@ var S3CannedAcl = {
12575
14492
  SignalMapStatus,
12576
14493
  ThumbnailType,
12577
14494
  InputDeviceTransferType,
12578
- FrameCaptureIntervalUnit,
14495
+ AfdSignaling,
14496
+ FixedAfd,
14497
+ Av1GopSizeUnits,
14498
+ Av1Level,
14499
+ Av1LookAheadRateControl,
14500
+ Av1SceneChangeDetect,
12579
14501
  TimecodeBurninFontSize,
12580
14502
  TimecodeBurninPosition,
14503
+ FrameCaptureIntervalUnit,
12581
14504
  H264AdaptiveQuantization,
12582
- AfdSignaling,
12583
14505
  H264ColorMetadata,
12584
14506
  H264EntropyEncoding,
12585
14507
  TemporalFilterPostFilterSharpening,
12586
14508
  TemporalFilterStrength,
12587
- FixedAfd,
12588
14509
  H264FlickerAq,
12589
14510
  H264ForceFieldPictures,
12590
14511
  H264FramerateControl,
@@ -12662,6 +14583,7 @@ var S3CannedAcl = {
12662
14583
  ContentType,
12663
14584
  PreferredChannelPipeline,
12664
14585
  RebootInputDeviceForce,
14586
+ UpdateNodeStateShape,
12665
14587
  DescribeInputDeviceThumbnailResponseFilterSensitiveLog
12666
14588
  });
12667
14589