@aws-sdk/client-medialive 3.649.0 → 3.651.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +176 -0
  2. package/dist-cjs/index.js +2364 -442
  3. package/dist-es/MediaLive.js +44 -0
  4. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +1 -3
  5. package/dist-es/commands/BatchDeleteCommand.js +1 -3
  6. package/dist-es/commands/BatchStartCommand.js +1 -3
  7. package/dist-es/commands/BatchStopCommand.js +1 -3
  8. package/dist-es/commands/BatchUpdateScheduleCommand.js +1 -3
  9. package/dist-es/commands/CancelInputDeviceTransferCommand.js +1 -3
  10. package/dist-es/commands/ClaimDeviceCommand.js +1 -3
  11. package/dist-es/commands/CreateChannelCommand.js +1 -3
  12. package/dist-es/commands/CreateChannelPlacementGroupCommand.js +22 -0
  13. package/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +1 -3
  14. package/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  15. package/dist-es/commands/CreateClusterCommand.js +22 -0
  16. package/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +1 -3
  17. package/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +1 -3
  18. package/dist-es/commands/CreateInputCommand.js +1 -3
  19. package/dist-es/commands/CreateInputSecurityGroupCommand.js +1 -3
  20. package/dist-es/commands/CreateMultiplexCommand.js +1 -3
  21. package/dist-es/commands/CreateMultiplexProgramCommand.js +1 -3
  22. package/dist-es/commands/CreateNetworkCommand.js +22 -0
  23. package/dist-es/commands/CreateNodeCommand.js +22 -0
  24. package/dist-es/commands/CreateNodeRegistrationScriptCommand.js +22 -0
  25. package/dist-es/commands/CreatePartnerInputCommand.js +1 -3
  26. package/dist-es/commands/CreateSignalMapCommand.js +1 -3
  27. package/dist-es/commands/CreateTagsCommand.js +1 -3
  28. package/dist-es/commands/DeleteChannelCommand.js +1 -3
  29. package/dist-es/commands/DeleteChannelPlacementGroupCommand.js +22 -0
  30. package/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +1 -3
  31. package/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +1 -3
  32. package/dist-es/commands/DeleteClusterCommand.js +22 -0
  33. package/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +1 -3
  34. package/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +1 -3
  35. package/dist-es/commands/DeleteInputCommand.js +1 -3
  36. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +1 -3
  37. package/dist-es/commands/DeleteMultiplexCommand.js +1 -3
  38. package/dist-es/commands/DeleteMultiplexProgramCommand.js +1 -3
  39. package/dist-es/commands/DeleteNetworkCommand.js +22 -0
  40. package/dist-es/commands/DeleteNodeCommand.js +22 -0
  41. package/dist-es/commands/DeleteReservationCommand.js +1 -3
  42. package/dist-es/commands/DeleteScheduleCommand.js +1 -3
  43. package/dist-es/commands/DeleteSignalMapCommand.js +1 -3
  44. package/dist-es/commands/DeleteTagsCommand.js +1 -3
  45. package/dist-es/commands/DescribeAccountConfigurationCommand.js +1 -3
  46. package/dist-es/commands/DescribeChannelCommand.js +1 -3
  47. package/dist-es/commands/DescribeChannelPlacementGroupCommand.js +22 -0
  48. package/dist-es/commands/DescribeClusterCommand.js +22 -0
  49. package/dist-es/commands/DescribeInputCommand.js +1 -3
  50. package/dist-es/commands/DescribeInputDeviceCommand.js +1 -3
  51. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -3
  52. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +1 -3
  53. package/dist-es/commands/DescribeMultiplexCommand.js +1 -3
  54. package/dist-es/commands/DescribeMultiplexProgramCommand.js +1 -3
  55. package/dist-es/commands/DescribeNetworkCommand.js +22 -0
  56. package/dist-es/commands/DescribeNodeCommand.js +22 -0
  57. package/dist-es/commands/DescribeOfferingCommand.js +1 -3
  58. package/dist-es/commands/DescribeReservationCommand.js +1 -3
  59. package/dist-es/commands/DescribeScheduleCommand.js +1 -3
  60. package/dist-es/commands/DescribeThumbnailsCommand.js +1 -3
  61. package/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +1 -3
  62. package/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +1 -3
  63. package/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +1 -3
  64. package/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +1 -3
  65. package/dist-es/commands/GetSignalMapCommand.js +1 -3
  66. package/dist-es/commands/ListChannelPlacementGroupsCommand.js +22 -0
  67. package/dist-es/commands/ListChannelsCommand.js +1 -3
  68. package/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +1 -3
  69. package/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +1 -3
  70. package/dist-es/commands/ListClustersCommand.js +22 -0
  71. package/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +1 -3
  72. package/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +1 -3
  73. package/dist-es/commands/ListInputDeviceTransfersCommand.js +1 -3
  74. package/dist-es/commands/ListInputDevicesCommand.js +1 -3
  75. package/dist-es/commands/ListInputSecurityGroupsCommand.js +1 -3
  76. package/dist-es/commands/ListInputsCommand.js +1 -3
  77. package/dist-es/commands/ListMultiplexProgramsCommand.js +1 -3
  78. package/dist-es/commands/ListMultiplexesCommand.js +1 -3
  79. package/dist-es/commands/ListNetworksCommand.js +22 -0
  80. package/dist-es/commands/ListNodesCommand.js +22 -0
  81. package/dist-es/commands/ListOfferingsCommand.js +1 -3
  82. package/dist-es/commands/ListReservationsCommand.js +1 -3
  83. package/dist-es/commands/ListSignalMapsCommand.js +1 -3
  84. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  85. package/dist-es/commands/PurchaseOfferingCommand.js +1 -3
  86. package/dist-es/commands/RebootInputDeviceCommand.js +1 -3
  87. package/dist-es/commands/RejectInputDeviceTransferCommand.js +1 -3
  88. package/dist-es/commands/RestartChannelPipelinesCommand.js +1 -3
  89. package/dist-es/commands/StartChannelCommand.js +1 -3
  90. package/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +1 -3
  91. package/dist-es/commands/StartInputDeviceCommand.js +1 -3
  92. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +1 -3
  93. package/dist-es/commands/StartMonitorDeploymentCommand.js +1 -3
  94. package/dist-es/commands/StartMultiplexCommand.js +1 -3
  95. package/dist-es/commands/StartUpdateSignalMapCommand.js +1 -3
  96. package/dist-es/commands/StopChannelCommand.js +1 -3
  97. package/dist-es/commands/StopInputDeviceCommand.js +1 -3
  98. package/dist-es/commands/StopMultiplexCommand.js +1 -3
  99. package/dist-es/commands/TransferInputDeviceCommand.js +1 -3
  100. package/dist-es/commands/UpdateAccountConfigurationCommand.js +1 -3
  101. package/dist-es/commands/UpdateChannelClassCommand.js +1 -3
  102. package/dist-es/commands/UpdateChannelCommand.js +1 -3
  103. package/dist-es/commands/UpdateChannelPlacementGroupCommand.js +22 -0
  104. package/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +1 -3
  105. package/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  106. package/dist-es/commands/UpdateClusterCommand.js +22 -0
  107. package/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +1 -3
  108. package/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +1 -3
  109. package/dist-es/commands/UpdateInputCommand.js +1 -3
  110. package/dist-es/commands/UpdateInputDeviceCommand.js +1 -3
  111. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +1 -3
  112. package/dist-es/commands/UpdateMultiplexCommand.js +1 -3
  113. package/dist-es/commands/UpdateMultiplexProgramCommand.js +1 -3
  114. package/dist-es/commands/UpdateNetworkCommand.js +22 -0
  115. package/dist-es/commands/UpdateNodeCommand.js +22 -0
  116. package/dist-es/commands/UpdateNodeStateCommand.js +22 -0
  117. package/dist-es/commands/UpdateReservationCommand.js +1 -3
  118. package/dist-es/commands/index.js +22 -0
  119. package/dist-es/models/models_0.js +64 -60
  120. package/dist-es/models/models_1.js +115 -41
  121. package/dist-es/models/models_2.js +25 -0
  122. package/dist-es/pagination/ListChannelPlacementGroupsPaginator.js +4 -0
  123. package/dist-es/pagination/ListClustersPaginator.js +4 -0
  124. package/dist-es/pagination/ListNetworksPaginator.js +4 -0
  125. package/dist-es/pagination/ListNodesPaginator.js +4 -0
  126. package/dist-es/pagination/index.js +4 -0
  127. package/dist-es/protocols/Aws_restJson1.js +1247 -5
  128. package/dist-es/waiters/index.js +7 -0
  129. package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +43 -0
  130. package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +43 -0
  131. package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +43 -0
  132. package/dist-es/waiters/waitForClusterCreated.js +52 -0
  133. package/dist-es/waiters/waitForClusterDeleted.js +43 -0
  134. package/dist-es/waiters/waitForNodeDeregistered.js +52 -0
  135. package/dist-es/waiters/waitForNodeRegistered.js +55 -0
  136. package/dist-types/MediaLive.d.ts +158 -0
  137. package/dist-types/MediaLiveClient.d.ts +24 -2
  138. package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
  139. package/dist-types/commands/CreateChannelCommand.d.ts +247 -19
  140. package/dist-types/commands/CreateChannelPlacementGroupCommand.d.ts +99 -0
  141. package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  142. package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  143. package/dist-types/commands/CreateClusterCommand.d.ts +113 -0
  144. package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  145. package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  146. package/dist-types/commands/CreateInputCommand.d.ts +36 -3
  147. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  148. package/dist-types/commands/CreateMultiplexCommand.d.ts +1 -1
  149. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  150. package/dist-types/commands/CreateNetworkCommand.d.ts +113 -0
  151. package/dist-types/commands/CreateNodeCommand.d.ts +111 -0
  152. package/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +92 -0
  153. package/dist-types/commands/CreatePartnerInputCommand.d.ts +18 -2
  154. package/dist-types/commands/DeleteChannelCommand.d.ts +123 -9
  155. package/dist-types/commands/DeleteChannelPlacementGroupCommand.d.ts +95 -0
  156. package/dist-types/commands/DeleteClusterCommand.d.ts +101 -0
  157. package/dist-types/commands/DeleteNetworkCommand.d.ts +101 -0
  158. package/dist-types/commands/DeleteNodeCommand.d.ts +102 -0
  159. package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeChannelCommand.d.ts +123 -9
  161. package/dist-types/commands/DescribeChannelPlacementGroupCommand.d.ts +92 -0
  162. package/dist-types/commands/DescribeClusterCommand.d.ts +98 -0
  163. package/dist-types/commands/DescribeInputCommand.d.ts +17 -1
  164. package/dist-types/commands/DescribeNetworkCommand.d.ts +98 -0
  165. package/dist-types/commands/DescribeNodeCommand.d.ts +99 -0
  166. package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
  167. package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
  168. package/dist-types/commands/ListChannelPlacementGroupsCommand.d.ts +95 -0
  169. package/dist-types/commands/ListChannelsCommand.d.ts +18 -1
  170. package/dist-types/commands/ListClustersCommand.d.ts +101 -0
  171. package/dist-types/commands/ListInputsCommand.d.ts +17 -1
  172. package/dist-types/commands/ListNetworksCommand.d.ts +101 -0
  173. package/dist-types/commands/ListNodesCommand.d.ts +103 -0
  174. package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
  175. package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
  176. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  177. package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +123 -9
  178. package/dist-types/commands/StartChannelCommand.d.ts +123 -9
  179. package/dist-types/commands/StopChannelCommand.d.ts +123 -9
  180. package/dist-types/commands/UpdateChannelClassCommand.d.ts +130 -9
  181. package/dist-types/commands/UpdateChannelCommand.d.ts +239 -9
  182. package/dist-types/commands/UpdateChannelPlacementGroupCommand.d.ts +99 -0
  183. package/dist-types/commands/UpdateClusterCommand.d.ts +107 -0
  184. package/dist-types/commands/UpdateInputCommand.d.ts +33 -1
  185. package/dist-types/commands/UpdateNetworkCommand.d.ts +110 -0
  186. package/dist-types/commands/UpdateNodeCommand.d.ts +101 -0
  187. package/dist-types/commands/UpdateNodeStateCommand.d.ts +103 -0
  188. package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
  189. package/dist-types/commands/index.d.ts +22 -0
  190. package/dist-types/models/models_0.d.ts +1584 -1537
  191. package/dist-types/models/models_1.d.ts +3553 -3959
  192. package/dist-types/models/models_2.d.ts +2877 -65
  193. package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +7 -0
  194. package/dist-types/pagination/ListClustersPaginator.d.ts +7 -0
  195. package/dist-types/pagination/ListNetworksPaginator.d.ts +7 -0
  196. package/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  197. package/dist-types/pagination/index.d.ts +4 -0
  198. package/dist-types/protocols/Aws_restJson1.d.ts +198 -0
  199. package/dist-types/ts3.4/MediaLive.d.ts +378 -0
  200. package/dist-types/ts3.4/MediaLiveClient.d.ts +132 -0
  201. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/CreateChannelPlacementGroupCommand.d.ts +40 -0
  204. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +39 -0
  207. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +39 -0
  214. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +36 -0
  215. package/dist-types/ts3.4/commands/CreateNodeRegistrationScriptCommand.d.ts +40 -0
  216. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/DeleteChannelPlacementGroupCommand.d.ts +40 -0
  218. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +39 -0
  219. package/dist-types/ts3.4/commands/DeleteNetworkCommand.d.ts +39 -0
  220. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +36 -0
  221. package/dist-types/ts3.4/commands/DescribeChannelPlacementGroupCommand.d.ts +40 -0
  222. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +39 -0
  223. package/dist-types/ts3.4/commands/DescribeNetworkCommand.d.ts +39 -0
  224. package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +36 -0
  225. package/dist-types/ts3.4/commands/ListChannelPlacementGroupsCommand.d.ts +40 -0
  226. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +36 -0
  227. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +36 -0
  228. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +36 -0
  229. package/dist-types/ts3.4/commands/UpdateChannelPlacementGroupCommand.d.ts +40 -0
  230. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +39 -0
  231. package/dist-types/ts3.4/commands/UpdateNetworkCommand.d.ts +39 -0
  232. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +36 -0
  233. package/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +39 -0
  234. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  235. package/dist-types/ts3.4/models/models_0.d.ts +203 -188
  236. package/dist-types/ts3.4/models/models_1.d.ts +312 -372
  237. package/dist-types/ts3.4/models/models_2.d.ts +686 -9
  238. package/dist-types/ts3.4/pagination/ListChannelPlacementGroupsPaginator.d.ts +11 -0
  239. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -0
  240. package/dist-types/ts3.4/pagination/ListNetworksPaginator.d.ts +11 -0
  241. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  242. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  243. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +264 -0
  244. package/dist-types/ts3.4/waiters/index.d.ts +7 -0
  245. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupAssigned.d.ts +11 -0
  246. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupDeleted.d.ts +11 -0
  247. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupUnassigned.d.ts +11 -0
  248. package/dist-types/ts3.4/waiters/waitForClusterCreated.d.ts +11 -0
  249. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -0
  250. package/dist-types/ts3.4/waiters/waitForNodeDeregistered.d.ts +11 -0
  251. package/dist-types/ts3.4/waiters/waitForNodeRegistered.d.ts +11 -0
  252. package/dist-types/waiters/index.d.ts +7 -0
  253. package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +14 -0
  254. package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +14 -0
  255. package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +14 -0
  256. package/dist-types/waiters/waitForClusterCreated.d.ts +14 -0
  257. package/dist-types/waiters/waitForClusterDeleted.d.ts +14 -0
  258. package/dist-types/waiters/waitForNodeDeregistered.d.ts +14 -0
  259. package/dist-types/waiters/waitForNodeRegistered.d.ts +14 -0
  260. package/package.json +5 -5
@@ -102,6 +102,7 @@ export const se_CreateChannelCommand = async (input, context) => {
102
102
  b.bp("/prod/channels");
103
103
  let body;
104
104
  body = JSON.stringify(take(input, {
105
+ anywhereSettings: [, (_) => se_AnywhereSettings(_, context), `AnywhereSettings`],
105
106
  cdiInputSpecification: [, (_) => se_CdiInputSpecification(_, context), `CdiInputSpecification`],
106
107
  channelClass: [, , `ChannelClass`],
107
108
  destinations: [, (_) => se___listOfOutputDestination(_, context), `Destinations`],
@@ -120,6 +121,23 @@ export const se_CreateChannelCommand = async (input, context) => {
120
121
  b.m("POST").h(headers).b(body);
121
122
  return b.build();
122
123
  };
124
+ export const se_CreateChannelPlacementGroupCommand = async (input, context) => {
125
+ const b = rb(input, context);
126
+ const headers = {
127
+ "content-type": "application/json",
128
+ };
129
+ b.bp("/prod/clusters/{ClusterId}/channelplacementgroups");
130
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
131
+ let body;
132
+ body = JSON.stringify(take(input, {
133
+ name: [, , `Name`],
134
+ nodes: [, (_) => _json(_), `Nodes`],
135
+ requestId: [true, (_) => _ ?? generateIdempotencyToken(), `RequestId`],
136
+ tags: [, (_) => _json(_), `Tags`],
137
+ }));
138
+ b.m("POST").h(headers).b(body);
139
+ return b.build();
140
+ };
123
141
  export const se_CreateCloudWatchAlarmTemplateCommand = async (input, context) => {
124
142
  const b = rb(input, context);
125
143
  const headers = {
@@ -160,6 +178,24 @@ export const se_CreateCloudWatchAlarmTemplateGroupCommand = async (input, contex
160
178
  b.m("POST").h(headers).b(body);
161
179
  return b.build();
162
180
  };
181
+ export const se_CreateClusterCommand = async (input, context) => {
182
+ const b = rb(input, context);
183
+ const headers = {
184
+ "content-type": "application/json",
185
+ };
186
+ b.bp("/prod/clusters");
187
+ let body;
188
+ body = JSON.stringify(take(input, {
189
+ clusterType: [, , `ClusterType`],
190
+ instanceRoleArn: [, , `InstanceRoleArn`],
191
+ name: [, , `Name`],
192
+ networkSettings: [, (_) => se_ClusterNetworkSettingsCreateRequest(_, context), `NetworkSettings`],
193
+ requestId: [true, (_) => _ ?? generateIdempotencyToken(), `RequestId`],
194
+ tags: [, (_) => _json(_), `Tags`],
195
+ }));
196
+ b.m("POST").h(headers).b(body);
197
+ return b.build();
198
+ };
163
199
  export const se_CreateEventBridgeRuleTemplateCommand = async (input, context) => {
164
200
  const b = rb(input, context);
165
201
  const headers = {
@@ -203,8 +239,10 @@ export const se_CreateInputCommand = async (input, context) => {
203
239
  body = JSON.stringify(take(input, {
204
240
  destinations: [, (_) => se___listOfInputDestinationRequest(_, context), `Destinations`],
205
241
  inputDevices: [, (_) => se___listOfInputDeviceSettings(_, context), `InputDevices`],
242
+ inputNetworkLocation: [, , `InputNetworkLocation`],
206
243
  inputSecurityGroups: [, (_) => _json(_), `InputSecurityGroups`],
207
244
  mediaConnectFlows: [, (_) => se___listOfMediaConnectFlowRequest(_, context), `MediaConnectFlows`],
245
+ multicastSettings: [, (_) => se_MulticastSettingsCreateRequest(_, context), `MulticastSettings`],
208
246
  name: [, , `Name`],
209
247
  requestId: [true, (_) => _ ?? generateIdempotencyToken(), `RequestId`],
210
248
  roleArn: [, , `RoleArn`],
@@ -264,6 +302,63 @@ export const se_CreateMultiplexProgramCommand = async (input, context) => {
264
302
  b.m("POST").h(headers).b(body);
265
303
  return b.build();
266
304
  };
305
+ export const se_CreateNetworkCommand = async (input, context) => {
306
+ const b = rb(input, context);
307
+ const headers = {
308
+ "content-type": "application/json",
309
+ };
310
+ b.bp("/prod/networks");
311
+ let body;
312
+ body = JSON.stringify(take(input, {
313
+ ipPools: [, (_) => se___listOfIpPoolCreateRequest(_, context), `IpPools`],
314
+ name: [, , `Name`],
315
+ requestId: [true, (_) => _ ?? generateIdempotencyToken(), `RequestId`],
316
+ routes: [, (_) => se___listOfRouteCreateRequest(_, context), `Routes`],
317
+ tags: [, (_) => _json(_), `Tags`],
318
+ }));
319
+ b.m("POST").h(headers).b(body);
320
+ return b.build();
321
+ };
322
+ export const se_CreateNodeCommand = async (input, context) => {
323
+ const b = rb(input, context);
324
+ const headers = {
325
+ "content-type": "application/json",
326
+ };
327
+ b.bp("/prod/clusters/{ClusterId}/nodes");
328
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
329
+ let body;
330
+ body = JSON.stringify(take(input, {
331
+ name: [, , `Name`],
332
+ nodeInterfaceMappings: [
333
+ ,
334
+ (_) => se___listOfNodeInterfaceMappingCreateRequest(_, context),
335
+ `NodeInterfaceMappings`,
336
+ ],
337
+ requestId: [true, (_) => _ ?? generateIdempotencyToken(), `RequestId`],
338
+ role: [, , `Role`],
339
+ tags: [, (_) => _json(_), `Tags`],
340
+ }));
341
+ b.m("POST").h(headers).b(body);
342
+ return b.build();
343
+ };
344
+ export const se_CreateNodeRegistrationScriptCommand = async (input, context) => {
345
+ const b = rb(input, context);
346
+ const headers = {
347
+ "content-type": "application/json",
348
+ };
349
+ b.bp("/prod/clusters/{ClusterId}/nodeRegistrationScript");
350
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
351
+ let body;
352
+ body = JSON.stringify(take(input, {
353
+ id: [, , `Id`],
354
+ name: [, , `Name`],
355
+ nodeInterfaceMappings: [, (_) => se___listOfNodeInterfaceMapping(_, context), `NodeInterfaceMappings`],
356
+ requestId: [true, (_) => _ ?? generateIdempotencyToken(), `RequestId`],
357
+ role: [, , `Role`],
358
+ }));
359
+ b.m("POST").h(headers).b(body);
360
+ return b.build();
361
+ };
267
362
  export const se_CreatePartnerInputCommand = async (input, context) => {
268
363
  const b = rb(input, context);
269
364
  const headers = {
@@ -320,6 +415,16 @@ export const se_DeleteChannelCommand = async (input, context) => {
320
415
  b.m("DELETE").h(headers).b(body);
321
416
  return b.build();
322
417
  };
418
+ export const se_DeleteChannelPlacementGroupCommand = async (input, context) => {
419
+ const b = rb(input, context);
420
+ const headers = {};
421
+ b.bp("/prod/clusters/{ClusterId}/channelplacementgroups/{ChannelPlacementGroupId}");
422
+ b.p("ChannelPlacementGroupId", () => input.ChannelPlacementGroupId, "{ChannelPlacementGroupId}", false);
423
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
424
+ let body;
425
+ b.m("DELETE").h(headers).b(body);
426
+ return b.build();
427
+ };
323
428
  export const se_DeleteCloudWatchAlarmTemplateCommand = async (input, context) => {
324
429
  const b = rb(input, context);
325
430
  const headers = {};
@@ -338,6 +443,15 @@ export const se_DeleteCloudWatchAlarmTemplateGroupCommand = async (input, contex
338
443
  b.m("DELETE").h(headers).b(body);
339
444
  return b.build();
340
445
  };
446
+ export const se_DeleteClusterCommand = async (input, context) => {
447
+ const b = rb(input, context);
448
+ const headers = {};
449
+ b.bp("/prod/clusters/{ClusterId}");
450
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
451
+ let body;
452
+ b.m("DELETE").h(headers).b(body);
453
+ return b.build();
454
+ };
341
455
  export const se_DeleteEventBridgeRuleTemplateCommand = async (input, context) => {
342
456
  const b = rb(input, context);
343
457
  const headers = {};
@@ -393,6 +507,25 @@ export const se_DeleteMultiplexProgramCommand = async (input, context) => {
393
507
  b.m("DELETE").h(headers).b(body);
394
508
  return b.build();
395
509
  };
510
+ export const se_DeleteNetworkCommand = async (input, context) => {
511
+ const b = rb(input, context);
512
+ const headers = {};
513
+ b.bp("/prod/networks/{NetworkId}");
514
+ b.p("NetworkId", () => input.NetworkId, "{NetworkId}", false);
515
+ let body;
516
+ b.m("DELETE").h(headers).b(body);
517
+ return b.build();
518
+ };
519
+ export const se_DeleteNodeCommand = async (input, context) => {
520
+ const b = rb(input, context);
521
+ const headers = {};
522
+ b.bp("/prod/clusters/{ClusterId}/nodes/{NodeId}");
523
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
524
+ b.p("NodeId", () => input.NodeId, "{NodeId}", false);
525
+ let body;
526
+ b.m("DELETE").h(headers).b(body);
527
+ return b.build();
528
+ };
396
529
  export const se_DeleteReservationCommand = async (input, context) => {
397
530
  const b = rb(input, context);
398
531
  const headers = {};
@@ -452,6 +585,25 @@ export const se_DescribeChannelCommand = async (input, context) => {
452
585
  b.m("GET").h(headers).b(body);
453
586
  return b.build();
454
587
  };
588
+ export const se_DescribeChannelPlacementGroupCommand = async (input, context) => {
589
+ const b = rb(input, context);
590
+ const headers = {};
591
+ b.bp("/prod/clusters/{ClusterId}/channelplacementgroups/{ChannelPlacementGroupId}");
592
+ b.p("ChannelPlacementGroupId", () => input.ChannelPlacementGroupId, "{ChannelPlacementGroupId}", false);
593
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
594
+ let body;
595
+ b.m("GET").h(headers).b(body);
596
+ return b.build();
597
+ };
598
+ export const se_DescribeClusterCommand = async (input, context) => {
599
+ const b = rb(input, context);
600
+ const headers = {};
601
+ b.bp("/prod/clusters/{ClusterId}");
602
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
603
+ let body;
604
+ b.m("GET").h(headers).b(body);
605
+ return b.build();
606
+ };
455
607
  export const se_DescribeInputCommand = async (input, context) => {
456
608
  const b = rb(input, context);
457
609
  const headers = {};
@@ -509,6 +661,25 @@ export const se_DescribeMultiplexProgramCommand = async (input, context) => {
509
661
  b.m("GET").h(headers).b(body);
510
662
  return b.build();
511
663
  };
664
+ export const se_DescribeNetworkCommand = async (input, context) => {
665
+ const b = rb(input, context);
666
+ const headers = {};
667
+ b.bp("/prod/networks/{NetworkId}");
668
+ b.p("NetworkId", () => input.NetworkId, "{NetworkId}", false);
669
+ let body;
670
+ b.m("GET").h(headers).b(body);
671
+ return b.build();
672
+ };
673
+ export const se_DescribeNodeCommand = async (input, context) => {
674
+ const b = rb(input, context);
675
+ const headers = {};
676
+ b.bp("/prod/clusters/{ClusterId}/nodes/{NodeId}");
677
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
678
+ b.p("NodeId", () => input.NodeId, "{NodeId}", false);
679
+ let body;
680
+ b.m("GET").h(headers).b(body);
681
+ return b.build();
682
+ };
512
683
  export const se_DescribeOfferingCommand = async (input, context) => {
513
684
  const b = rb(input, context);
514
685
  const headers = {};
@@ -598,6 +769,19 @@ export const se_GetSignalMapCommand = async (input, context) => {
598
769
  b.m("GET").h(headers).b(body);
599
770
  return b.build();
600
771
  };
772
+ export const se_ListChannelPlacementGroupsCommand = async (input, context) => {
773
+ const b = rb(input, context);
774
+ const headers = {};
775
+ b.bp("/prod/clusters/{ClusterId}/channelplacementgroups");
776
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
777
+ const query = map({
778
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
779
+ [_nT]: [, input[_NT]],
780
+ });
781
+ let body;
782
+ b.m("GET").h(headers).q(query).b(body);
783
+ return b.build();
784
+ };
601
785
  export const se_ListChannelsCommand = async (input, context) => {
602
786
  const b = rb(input, context);
603
787
  const headers = {};
@@ -639,6 +823,18 @@ export const se_ListCloudWatchAlarmTemplatesCommand = async (input, context) =>
639
823
  b.m("GET").h(headers).q(query).b(body);
640
824
  return b.build();
641
825
  };
826
+ export const se_ListClustersCommand = async (input, context) => {
827
+ const b = rb(input, context);
828
+ const headers = {};
829
+ b.bp("/prod/clusters");
830
+ const query = map({
831
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
832
+ [_nT]: [, input[_NT]],
833
+ });
834
+ let body;
835
+ b.m("GET").h(headers).q(query).b(body);
836
+ return b.build();
837
+ };
642
838
  export const se_ListEventBridgeRuleTemplateGroupsCommand = async (input, context) => {
643
839
  const b = rb(input, context);
644
840
  const headers = {};
@@ -740,6 +936,31 @@ export const se_ListMultiplexProgramsCommand = async (input, context) => {
740
936
  b.m("GET").h(headers).q(query).b(body);
741
937
  return b.build();
742
938
  };
939
+ export const se_ListNetworksCommand = async (input, context) => {
940
+ const b = rb(input, context);
941
+ const headers = {};
942
+ b.bp("/prod/networks");
943
+ const query = map({
944
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
945
+ [_nT]: [, input[_NT]],
946
+ });
947
+ let body;
948
+ b.m("GET").h(headers).q(query).b(body);
949
+ return b.build();
950
+ };
951
+ export const se_ListNodesCommand = async (input, context) => {
952
+ const b = rb(input, context);
953
+ const headers = {};
954
+ b.bp("/prod/clusters/{ClusterId}/nodes");
955
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
956
+ const query = map({
957
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
958
+ [_nT]: [, input[_NT]],
959
+ });
960
+ let body;
961
+ b.m("GET").h(headers).q(query).b(body);
962
+ return b.build();
963
+ };
743
964
  export const se_ListOfferingsCommand = async (input, context) => {
744
965
  const b = rb(input, context);
745
966
  const headers = {};
@@ -1032,6 +1253,22 @@ export const se_UpdateChannelClassCommand = async (input, context) => {
1032
1253
  b.m("PUT").h(headers).b(body);
1033
1254
  return b.build();
1034
1255
  };
1256
+ export const se_UpdateChannelPlacementGroupCommand = async (input, context) => {
1257
+ const b = rb(input, context);
1258
+ const headers = {
1259
+ "content-type": "application/json",
1260
+ };
1261
+ b.bp("/prod/clusters/{ClusterId}/channelplacementgroups/{ChannelPlacementGroupId}");
1262
+ b.p("ChannelPlacementGroupId", () => input.ChannelPlacementGroupId, "{ChannelPlacementGroupId}", false);
1263
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
1264
+ let body;
1265
+ body = JSON.stringify(take(input, {
1266
+ name: [, , `Name`],
1267
+ nodes: [, (_) => _json(_), `Nodes`],
1268
+ }));
1269
+ b.m("PUT").h(headers).b(body);
1270
+ return b.build();
1271
+ };
1035
1272
  export const se_UpdateCloudWatchAlarmTemplateCommand = async (input, context) => {
1036
1273
  const b = rb(input, context);
1037
1274
  const headers = {
@@ -1071,6 +1308,21 @@ export const se_UpdateCloudWatchAlarmTemplateGroupCommand = async (input, contex
1071
1308
  b.m("PATCH").h(headers).b(body);
1072
1309
  return b.build();
1073
1310
  };
1311
+ export const se_UpdateClusterCommand = async (input, context) => {
1312
+ const b = rb(input, context);
1313
+ const headers = {
1314
+ "content-type": "application/json",
1315
+ };
1316
+ b.bp("/prod/clusters/{ClusterId}");
1317
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
1318
+ let body;
1319
+ body = JSON.stringify(take(input, {
1320
+ name: [, , `Name`],
1321
+ networkSettings: [, (_) => se_ClusterNetworkSettingsUpdateRequest(_, context), `NetworkSettings`],
1322
+ }));
1323
+ b.m("PUT").h(headers).b(body);
1324
+ return b.build();
1325
+ };
1074
1326
  export const se_UpdateEventBridgeRuleTemplateCommand = async (input, context) => {
1075
1327
  const b = rb(input, context);
1076
1328
  const headers = {
@@ -1116,6 +1368,7 @@ export const se_UpdateInputCommand = async (input, context) => {
1116
1368
  inputDevices: [, (_) => se___listOfInputDeviceRequest(_, context), `InputDevices`],
1117
1369
  inputSecurityGroups: [, (_) => _json(_), `InputSecurityGroups`],
1118
1370
  mediaConnectFlows: [, (_) => se___listOfMediaConnectFlowRequest(_, context), `MediaConnectFlows`],
1371
+ multicastSettings: [, (_) => se_MulticastSettingsUpdateRequest(_, context), `MulticastSettings`],
1119
1372
  name: [, , `Name`],
1120
1373
  roleArn: [, , `RoleArn`],
1121
1374
  sources: [, (_) => se___listOfInputSourceRequest(_, context), `Sources`],
@@ -1187,6 +1440,53 @@ export const se_UpdateMultiplexProgramCommand = async (input, context) => {
1187
1440
  b.m("PUT").h(headers).b(body);
1188
1441
  return b.build();
1189
1442
  };
1443
+ export const se_UpdateNetworkCommand = async (input, context) => {
1444
+ const b = rb(input, context);
1445
+ const headers = {
1446
+ "content-type": "application/json",
1447
+ };
1448
+ b.bp("/prod/networks/{NetworkId}");
1449
+ b.p("NetworkId", () => input.NetworkId, "{NetworkId}", false);
1450
+ let body;
1451
+ body = JSON.stringify(take(input, {
1452
+ ipPools: [, (_) => se___listOfIpPoolUpdateRequest(_, context), `IpPools`],
1453
+ name: [, , `Name`],
1454
+ routes: [, (_) => se___listOfRouteUpdateRequest(_, context), `Routes`],
1455
+ }));
1456
+ b.m("PUT").h(headers).b(body);
1457
+ return b.build();
1458
+ };
1459
+ export const se_UpdateNodeCommand = async (input, context) => {
1460
+ const b = rb(input, context);
1461
+ const headers = {
1462
+ "content-type": "application/json",
1463
+ };
1464
+ b.bp("/prod/clusters/{ClusterId}/nodes/{NodeId}");
1465
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
1466
+ b.p("NodeId", () => input.NodeId, "{NodeId}", false);
1467
+ let body;
1468
+ body = JSON.stringify(take(input, {
1469
+ name: [, , `Name`],
1470
+ role: [, , `Role`],
1471
+ }));
1472
+ b.m("PUT").h(headers).b(body);
1473
+ return b.build();
1474
+ };
1475
+ export const se_UpdateNodeStateCommand = async (input, context) => {
1476
+ const b = rb(input, context);
1477
+ const headers = {
1478
+ "content-type": "application/json",
1479
+ };
1480
+ b.bp("/prod/clusters/{ClusterId}/nodes/{NodeId}/state");
1481
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
1482
+ b.p("NodeId", () => input.NodeId, "{NodeId}", false);
1483
+ let body;
1484
+ body = JSON.stringify(take(input, {
1485
+ state: [, , `State`],
1486
+ }));
1487
+ b.m("PUT").h(headers).b(body);
1488
+ return b.build();
1489
+ };
1190
1490
  export const se_UpdateReservationCommand = async (input, context) => {
1191
1491
  const b = rb(input, context);
1192
1492
  const headers = {
@@ -1306,6 +1606,26 @@ export const de_CreateChannelCommand = async (output, context) => {
1306
1606
  Object.assign(contents, doc);
1307
1607
  return contents;
1308
1608
  };
1609
+ export const de_CreateChannelPlacementGroupCommand = async (output, context) => {
1610
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
1611
+ return de_CommandError(output, context);
1612
+ }
1613
+ const contents = map({
1614
+ $metadata: deserializeMetadata(output),
1615
+ });
1616
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1617
+ const doc = take(data, {
1618
+ Arn: [, __expectString, `arn`],
1619
+ Channels: [, _json, `channels`],
1620
+ ClusterId: [, __expectString, `clusterId`],
1621
+ Id: [, __expectString, `id`],
1622
+ Name: [, __expectString, `name`],
1623
+ Nodes: [, _json, `nodes`],
1624
+ State: [, __expectString, `state`],
1625
+ });
1626
+ Object.assign(contents, doc);
1627
+ return contents;
1628
+ };
1309
1629
  export const de_CreateCloudWatchAlarmTemplateCommand = async (output, context) => {
1310
1630
  if (output.statusCode !== 201 && output.statusCode >= 300) {
1311
1631
  return de_CommandError(output, context);
@@ -1356,6 +1676,27 @@ export const de_CreateCloudWatchAlarmTemplateGroupCommand = async (output, conte
1356
1676
  Object.assign(contents, doc);
1357
1677
  return contents;
1358
1678
  };
1679
+ export const de_CreateClusterCommand = async (output, context) => {
1680
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
1681
+ return de_CommandError(output, context);
1682
+ }
1683
+ const contents = map({
1684
+ $metadata: deserializeMetadata(output),
1685
+ });
1686
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1687
+ const doc = take(data, {
1688
+ Arn: [, __expectString, `arn`],
1689
+ ChannelIds: [, _json, `channelIds`],
1690
+ ClusterType: [, __expectString, `clusterType`],
1691
+ Id: [, __expectString, `id`],
1692
+ InstanceRoleArn: [, __expectString, `instanceRoleArn`],
1693
+ Name: [, __expectString, `name`],
1694
+ NetworkSettings: [, (_) => de_ClusterNetworkSettings(_, context), `networkSettings`],
1695
+ State: [, __expectString, `state`],
1696
+ });
1697
+ Object.assign(contents, doc);
1698
+ return contents;
1699
+ };
1359
1700
  export const de_CreateEventBridgeRuleTemplateCommand = async (output, context) => {
1360
1701
  if (output.statusCode !== 201 && output.statusCode >= 300) {
1361
1702
  return de_CommandError(output, context);
@@ -1455,6 +1796,63 @@ export const de_CreateMultiplexProgramCommand = async (output, context) => {
1455
1796
  Object.assign(contents, doc);
1456
1797
  return contents;
1457
1798
  };
1799
+ export const de_CreateNetworkCommand = async (output, context) => {
1800
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
1801
+ return de_CommandError(output, context);
1802
+ }
1803
+ const contents = map({
1804
+ $metadata: deserializeMetadata(output),
1805
+ });
1806
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1807
+ const doc = take(data, {
1808
+ Arn: [, __expectString, `arn`],
1809
+ AssociatedClusterIds: [, _json, `associatedClusterIds`],
1810
+ Id: [, __expectString, `id`],
1811
+ IpPools: [, (_) => de___listOfIpPool(_, context), `ipPools`],
1812
+ Name: [, __expectString, `name`],
1813
+ Routes: [, (_) => de___listOfRoute(_, context), `routes`],
1814
+ State: [, __expectString, `state`],
1815
+ });
1816
+ Object.assign(contents, doc);
1817
+ return contents;
1818
+ };
1819
+ export const de_CreateNodeCommand = async (output, context) => {
1820
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
1821
+ return de_CommandError(output, context);
1822
+ }
1823
+ const contents = map({
1824
+ $metadata: deserializeMetadata(output),
1825
+ });
1826
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1827
+ const doc = take(data, {
1828
+ Arn: [, __expectString, `arn`],
1829
+ ChannelPlacementGroups: [, _json, `channelPlacementGroups`],
1830
+ ClusterId: [, __expectString, `clusterId`],
1831
+ ConnectionState: [, __expectString, `connectionState`],
1832
+ Id: [, __expectString, `id`],
1833
+ InstanceArn: [, __expectString, `instanceArn`],
1834
+ Name: [, __expectString, `name`],
1835
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
1836
+ Role: [, __expectString, `role`],
1837
+ State: [, __expectString, `state`],
1838
+ });
1839
+ Object.assign(contents, doc);
1840
+ return contents;
1841
+ };
1842
+ export const de_CreateNodeRegistrationScriptCommand = async (output, context) => {
1843
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1844
+ return de_CommandError(output, context);
1845
+ }
1846
+ const contents = map({
1847
+ $metadata: deserializeMetadata(output),
1848
+ });
1849
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1850
+ const doc = take(data, {
1851
+ NodeRegistrationScript: [, __expectString, `nodeRegistrationScript`],
1852
+ });
1853
+ Object.assign(contents, doc);
1854
+ return contents;
1855
+ };
1458
1856
  export const de_CreatePartnerInputCommand = async (output, context) => {
1459
1857
  if (output.statusCode !== 201 && output.statusCode >= 300) {
1460
1858
  return de_CommandError(output, context);
@@ -1523,6 +1921,7 @@ export const de_DeleteChannelCommand = async (output, context) => {
1523
1921
  });
1524
1922
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1525
1923
  const doc = take(data, {
1924
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
1526
1925
  Arn: [, __expectString, `arn`],
1527
1926
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
1528
1927
  ChannelClass: [, __expectString, `channelClass`],
@@ -1545,6 +1944,26 @@ export const de_DeleteChannelCommand = async (output, context) => {
1545
1944
  Object.assign(contents, doc);
1546
1945
  return contents;
1547
1946
  };
1947
+ export const de_DeleteChannelPlacementGroupCommand = async (output, context) => {
1948
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1949
+ return de_CommandError(output, context);
1950
+ }
1951
+ const contents = map({
1952
+ $metadata: deserializeMetadata(output),
1953
+ });
1954
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1955
+ const doc = take(data, {
1956
+ Arn: [, __expectString, `arn`],
1957
+ Channels: [, _json, `channels`],
1958
+ ClusterId: [, __expectString, `clusterId`],
1959
+ Id: [, __expectString, `id`],
1960
+ Name: [, __expectString, `name`],
1961
+ Nodes: [, _json, `nodes`],
1962
+ State: [, __expectString, `state`],
1963
+ });
1964
+ Object.assign(contents, doc);
1965
+ return contents;
1966
+ };
1548
1967
  export const de_DeleteCloudWatchAlarmTemplateCommand = async (output, context) => {
1549
1968
  if (output.statusCode !== 204 && output.statusCode >= 300) {
1550
1969
  return de_CommandError(output, context);
@@ -1565,6 +1984,27 @@ export const de_DeleteCloudWatchAlarmTemplateGroupCommand = async (output, conte
1565
1984
  await collectBody(output.body, context);
1566
1985
  return contents;
1567
1986
  };
1987
+ export const de_DeleteClusterCommand = async (output, context) => {
1988
+ if (output.statusCode !== 202 && output.statusCode >= 300) {
1989
+ return de_CommandError(output, context);
1990
+ }
1991
+ const contents = map({
1992
+ $metadata: deserializeMetadata(output),
1993
+ });
1994
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1995
+ const doc = take(data, {
1996
+ Arn: [, __expectString, `arn`],
1997
+ ChannelIds: [, _json, `channelIds`],
1998
+ ClusterType: [, __expectString, `clusterType`],
1999
+ Id: [, __expectString, `id`],
2000
+ InstanceRoleArn: [, __expectString, `instanceRoleArn`],
2001
+ Name: [, __expectString, `name`],
2002
+ NetworkSettings: [, (_) => de_ClusterNetworkSettings(_, context), `networkSettings`],
2003
+ State: [, __expectString, `state`],
2004
+ });
2005
+ Object.assign(contents, doc);
2006
+ return contents;
2007
+ };
1568
2008
  export const de_DeleteEventBridgeRuleTemplateCommand = async (output, context) => {
1569
2009
  if (output.statusCode !== 204 && output.statusCode >= 300) {
1570
2010
  return de_CommandError(output, context);
@@ -1646,6 +2086,49 @@ export const de_DeleteMultiplexProgramCommand = async (output, context) => {
1646
2086
  Object.assign(contents, doc);
1647
2087
  return contents;
1648
2088
  };
2089
+ export const de_DeleteNetworkCommand = async (output, context) => {
2090
+ if (output.statusCode !== 202 && output.statusCode >= 300) {
2091
+ return de_CommandError(output, context);
2092
+ }
2093
+ const contents = map({
2094
+ $metadata: deserializeMetadata(output),
2095
+ });
2096
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2097
+ const doc = take(data, {
2098
+ Arn: [, __expectString, `arn`],
2099
+ AssociatedClusterIds: [, _json, `associatedClusterIds`],
2100
+ Id: [, __expectString, `id`],
2101
+ IpPools: [, (_) => de___listOfIpPool(_, context), `ipPools`],
2102
+ Name: [, __expectString, `name`],
2103
+ Routes: [, (_) => de___listOfRoute(_, context), `routes`],
2104
+ State: [, __expectString, `state`],
2105
+ });
2106
+ Object.assign(contents, doc);
2107
+ return contents;
2108
+ };
2109
+ export const de_DeleteNodeCommand = async (output, context) => {
2110
+ if (output.statusCode !== 202 && output.statusCode >= 300) {
2111
+ return de_CommandError(output, context);
2112
+ }
2113
+ const contents = map({
2114
+ $metadata: deserializeMetadata(output),
2115
+ });
2116
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2117
+ const doc = take(data, {
2118
+ Arn: [, __expectString, `arn`],
2119
+ ChannelPlacementGroups: [, _json, `channelPlacementGroups`],
2120
+ ClusterId: [, __expectString, `clusterId`],
2121
+ ConnectionState: [, __expectString, `connectionState`],
2122
+ Id: [, __expectString, `id`],
2123
+ InstanceArn: [, __expectString, `instanceArn`],
2124
+ Name: [, __expectString, `name`],
2125
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
2126
+ Role: [, __expectString, `role`],
2127
+ State: [, __expectString, `state`],
2128
+ });
2129
+ Object.assign(contents, doc);
2130
+ return contents;
2131
+ };
1649
2132
  export const de_DeleteReservationCommand = async (output, context) => {
1650
2133
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1651
2134
  return de_CommandError(output, context);
@@ -1731,6 +2214,7 @@ export const de_DescribeChannelCommand = async (output, context) => {
1731
2214
  });
1732
2215
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1733
2216
  const doc = take(data, {
2217
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
1734
2218
  Arn: [, __expectString, `arn`],
1735
2219
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
1736
2220
  ChannelClass: [, __expectString, `channelClass`],
@@ -1743,12 +2227,53 @@ export const de_DescribeChannelCommand = async (output, context) => {
1743
2227
  LogLevel: [, __expectString, `logLevel`],
1744
2228
  Maintenance: [, (_) => de_MaintenanceStatus(_, context), `maintenance`],
1745
2229
  Name: [, __expectString, `name`],
1746
- PipelineDetails: [, (_) => de___listOfPipelineDetail(_, context), `pipelineDetails`],
1747
- PipelinesRunningCount: [, __expectInt32, `pipelinesRunningCount`],
1748
- RoleArn: [, __expectString, `roleArn`],
2230
+ PipelineDetails: [, (_) => de___listOfPipelineDetail(_, context), `pipelineDetails`],
2231
+ PipelinesRunningCount: [, __expectInt32, `pipelinesRunningCount`],
2232
+ RoleArn: [, __expectString, `roleArn`],
2233
+ State: [, __expectString, `state`],
2234
+ Tags: [, _json, `tags`],
2235
+ Vpc: [, (_) => de_VpcOutputSettingsDescription(_, context), `vpc`],
2236
+ });
2237
+ Object.assign(contents, doc);
2238
+ return contents;
2239
+ };
2240
+ export const de_DescribeChannelPlacementGroupCommand = async (output, context) => {
2241
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2242
+ return de_CommandError(output, context);
2243
+ }
2244
+ const contents = map({
2245
+ $metadata: deserializeMetadata(output),
2246
+ });
2247
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2248
+ const doc = take(data, {
2249
+ Arn: [, __expectString, `arn`],
2250
+ Channels: [, _json, `channels`],
2251
+ ClusterId: [, __expectString, `clusterId`],
2252
+ Id: [, __expectString, `id`],
2253
+ Name: [, __expectString, `name`],
2254
+ Nodes: [, _json, `nodes`],
2255
+ State: [, __expectString, `state`],
2256
+ });
2257
+ Object.assign(contents, doc);
2258
+ return contents;
2259
+ };
2260
+ export const de_DescribeClusterCommand = async (output, context) => {
2261
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2262
+ return de_CommandError(output, context);
2263
+ }
2264
+ const contents = map({
2265
+ $metadata: deserializeMetadata(output),
2266
+ });
2267
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2268
+ const doc = take(data, {
2269
+ Arn: [, __expectString, `arn`],
2270
+ ChannelIds: [, _json, `channelIds`],
2271
+ ClusterType: [, __expectString, `clusterType`],
2272
+ Id: [, __expectString, `id`],
2273
+ InstanceRoleArn: [, __expectString, `instanceRoleArn`],
2274
+ Name: [, __expectString, `name`],
2275
+ NetworkSettings: [, (_) => de_ClusterNetworkSettings(_, context), `networkSettings`],
1749
2276
  State: [, __expectString, `state`],
1750
- Tags: [, _json, `tags`],
1751
- Vpc: [, (_) => de_VpcOutputSettingsDescription(_, context), `vpc`],
1752
2277
  });
1753
2278
  Object.assign(contents, doc);
1754
2279
  return contents;
@@ -1768,9 +2293,11 @@ export const de_DescribeInputCommand = async (output, context) => {
1768
2293
  Id: [, __expectString, `id`],
1769
2294
  InputClass: [, __expectString, `inputClass`],
1770
2295
  InputDevices: [, (_) => de___listOfInputDeviceSettings(_, context), `inputDevices`],
2296
+ InputNetworkLocation: [, __expectString, `inputNetworkLocation`],
1771
2297
  InputPartnerIds: [, _json, `inputPartnerIds`],
1772
2298
  InputSourceType: [, __expectString, `inputSourceType`],
1773
2299
  MediaConnectFlows: [, (_) => de___listOfMediaConnectFlow(_, context), `mediaConnectFlows`],
2300
+ MulticastSettings: [, (_) => de_MulticastSettings(_, context), `multicastSettings`],
1774
2301
  Name: [, __expectString, `name`],
1775
2302
  RoleArn: [, __expectString, `roleArn`],
1776
2303
  SecurityGroups: [, _json, `securityGroups`],
@@ -1888,6 +2415,49 @@ export const de_DescribeMultiplexProgramCommand = async (output, context) => {
1888
2415
  Object.assign(contents, doc);
1889
2416
  return contents;
1890
2417
  };
2418
+ export const de_DescribeNetworkCommand = async (output, context) => {
2419
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2420
+ return de_CommandError(output, context);
2421
+ }
2422
+ const contents = map({
2423
+ $metadata: deserializeMetadata(output),
2424
+ });
2425
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2426
+ const doc = take(data, {
2427
+ Arn: [, __expectString, `arn`],
2428
+ AssociatedClusterIds: [, _json, `associatedClusterIds`],
2429
+ Id: [, __expectString, `id`],
2430
+ IpPools: [, (_) => de___listOfIpPool(_, context), `ipPools`],
2431
+ Name: [, __expectString, `name`],
2432
+ Routes: [, (_) => de___listOfRoute(_, context), `routes`],
2433
+ State: [, __expectString, `state`],
2434
+ });
2435
+ Object.assign(contents, doc);
2436
+ return contents;
2437
+ };
2438
+ export const de_DescribeNodeCommand = async (output, context) => {
2439
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2440
+ return de_CommandError(output, context);
2441
+ }
2442
+ const contents = map({
2443
+ $metadata: deserializeMetadata(output),
2444
+ });
2445
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2446
+ const doc = take(data, {
2447
+ Arn: [, __expectString, `arn`],
2448
+ ChannelPlacementGroups: [, _json, `channelPlacementGroups`],
2449
+ ClusterId: [, __expectString, `clusterId`],
2450
+ ConnectionState: [, __expectString, `connectionState`],
2451
+ Id: [, __expectString, `id`],
2452
+ InstanceArn: [, __expectString, `instanceArn`],
2453
+ Name: [, __expectString, `name`],
2454
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
2455
+ Role: [, __expectString, `role`],
2456
+ State: [, __expectString, `state`],
2457
+ });
2458
+ Object.assign(contents, doc);
2459
+ return contents;
2460
+ };
1891
2461
  export const de_DescribeOfferingCommand = async (output, context) => {
1892
2462
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1893
2463
  return de_CommandError(output, context);
@@ -2101,6 +2671,25 @@ export const de_GetSignalMapCommand = async (output, context) => {
2101
2671
  Object.assign(contents, doc);
2102
2672
  return contents;
2103
2673
  };
2674
+ export const de_ListChannelPlacementGroupsCommand = async (output, context) => {
2675
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2676
+ return de_CommandError(output, context);
2677
+ }
2678
+ const contents = map({
2679
+ $metadata: deserializeMetadata(output),
2680
+ });
2681
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2682
+ const doc = take(data, {
2683
+ ChannelPlacementGroups: [
2684
+ ,
2685
+ (_) => de___listOfDescribeChannelPlacementGroupSummary(_, context),
2686
+ `channelPlacementGroups`,
2687
+ ],
2688
+ NextToken: [, __expectString, `nextToken`],
2689
+ });
2690
+ Object.assign(contents, doc);
2691
+ return contents;
2692
+ };
2104
2693
  export const de_ListChannelsCommand = async (output, context) => {
2105
2694
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2106
2695
  return de_CommandError(output, context);
@@ -2154,6 +2743,21 @@ export const de_ListCloudWatchAlarmTemplatesCommand = async (output, context) =>
2154
2743
  Object.assign(contents, doc);
2155
2744
  return contents;
2156
2745
  };
2746
+ export const de_ListClustersCommand = async (output, context) => {
2747
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2748
+ return de_CommandError(output, context);
2749
+ }
2750
+ const contents = map({
2751
+ $metadata: deserializeMetadata(output),
2752
+ });
2753
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2754
+ const doc = take(data, {
2755
+ Clusters: [, (_) => de___listOfDescribeClusterSummary(_, context), `clusters`],
2756
+ NextToken: [, __expectString, `nextToken`],
2757
+ });
2758
+ Object.assign(contents, doc);
2759
+ return contents;
2760
+ };
2157
2761
  export const de_ListEventBridgeRuleTemplateGroupsCommand = async (output, context) => {
2158
2762
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2159
2763
  return de_CommandError(output, context);
@@ -2282,6 +2886,36 @@ export const de_ListMultiplexProgramsCommand = async (output, context) => {
2282
2886
  Object.assign(contents, doc);
2283
2887
  return contents;
2284
2888
  };
2889
+ export const de_ListNetworksCommand = async (output, context) => {
2890
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2891
+ return de_CommandError(output, context);
2892
+ }
2893
+ const contents = map({
2894
+ $metadata: deserializeMetadata(output),
2895
+ });
2896
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2897
+ const doc = take(data, {
2898
+ Networks: [, (_) => de___listOfDescribeNetworkSummary(_, context), `networks`],
2899
+ NextToken: [, __expectString, `nextToken`],
2900
+ });
2901
+ Object.assign(contents, doc);
2902
+ return contents;
2903
+ };
2904
+ export const de_ListNodesCommand = async (output, context) => {
2905
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2906
+ return de_CommandError(output, context);
2907
+ }
2908
+ const contents = map({
2909
+ $metadata: deserializeMetadata(output),
2910
+ });
2911
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2912
+ const doc = take(data, {
2913
+ NextToken: [, __expectString, `nextToken`],
2914
+ Nodes: [, (_) => de___listOfDescribeNodeSummary(_, context), `nodes`],
2915
+ });
2916
+ Object.assign(contents, doc);
2917
+ return contents;
2918
+ };
2285
2919
  export const de_ListOfferingsCommand = async (output, context) => {
2286
2920
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2287
2921
  return de_CommandError(output, context);
@@ -2384,6 +3018,7 @@ export const de_RestartChannelPipelinesCommand = async (output, context) => {
2384
3018
  });
2385
3019
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2386
3020
  const doc = take(data, {
3021
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
2387
3022
  Arn: [, __expectString, `arn`],
2388
3023
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
2389
3024
  ChannelClass: [, __expectString, `channelClass`],
@@ -2416,6 +3051,7 @@ export const de_StartChannelCommand = async (output, context) => {
2416
3051
  });
2417
3052
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2418
3053
  const doc = take(data, {
3054
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
2419
3055
  Arn: [, __expectString, `arn`],
2420
3056
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
2421
3057
  ChannelClass: [, __expectString, `channelClass`],
@@ -2595,6 +3231,7 @@ export const de_StopChannelCommand = async (output, context) => {
2595
3231
  });
2596
3232
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2597
3233
  const doc = take(data, {
3234
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
2598
3235
  Arn: [, __expectString, `arn`],
2599
3236
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
2600
3237
  ChannelClass: [, __expectString, `channelClass`],
@@ -2702,6 +3339,26 @@ export const de_UpdateChannelClassCommand = async (output, context) => {
2702
3339
  Object.assign(contents, doc);
2703
3340
  return contents;
2704
3341
  };
3342
+ export const de_UpdateChannelPlacementGroupCommand = async (output, context) => {
3343
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3344
+ return de_CommandError(output, context);
3345
+ }
3346
+ const contents = map({
3347
+ $metadata: deserializeMetadata(output),
3348
+ });
3349
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3350
+ const doc = take(data, {
3351
+ Arn: [, __expectString, `arn`],
3352
+ Channels: [, _json, `channels`],
3353
+ ClusterId: [, __expectString, `clusterId`],
3354
+ Id: [, __expectString, `id`],
3355
+ Name: [, __expectString, `name`],
3356
+ Nodes: [, _json, `nodes`],
3357
+ State: [, __expectString, `state`],
3358
+ });
3359
+ Object.assign(contents, doc);
3360
+ return contents;
3361
+ };
2705
3362
  export const de_UpdateCloudWatchAlarmTemplateCommand = async (output, context) => {
2706
3363
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2707
3364
  return de_CommandError(output, context);
@@ -2752,6 +3409,26 @@ export const de_UpdateCloudWatchAlarmTemplateGroupCommand = async (output, conte
2752
3409
  Object.assign(contents, doc);
2753
3410
  return contents;
2754
3411
  };
3412
+ export const de_UpdateClusterCommand = async (output, context) => {
3413
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3414
+ return de_CommandError(output, context);
3415
+ }
3416
+ const contents = map({
3417
+ $metadata: deserializeMetadata(output),
3418
+ });
3419
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3420
+ const doc = take(data, {
3421
+ Arn: [, __expectString, `arn`],
3422
+ ChannelIds: [, _json, `channelIds`],
3423
+ ClusterType: [, __expectString, `clusterType`],
3424
+ Id: [, __expectString, `id`],
3425
+ Name: [, __expectString, `name`],
3426
+ NetworkSettings: [, (_) => de_ClusterNetworkSettings(_, context), `networkSettings`],
3427
+ State: [, __expectString, `state`],
3428
+ });
3429
+ Object.assign(contents, doc);
3430
+ return contents;
3431
+ };
2755
3432
  export const de_UpdateEventBridgeRuleTemplateCommand = async (output, context) => {
2756
3433
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2757
3434
  return de_CommandError(output, context);
@@ -2880,6 +3557,72 @@ export const de_UpdateMultiplexProgramCommand = async (output, context) => {
2880
3557
  Object.assign(contents, doc);
2881
3558
  return contents;
2882
3559
  };
3560
+ export const de_UpdateNetworkCommand = async (output, context) => {
3561
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3562
+ return de_CommandError(output, context);
3563
+ }
3564
+ const contents = map({
3565
+ $metadata: deserializeMetadata(output),
3566
+ });
3567
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3568
+ const doc = take(data, {
3569
+ Arn: [, __expectString, `arn`],
3570
+ AssociatedClusterIds: [, _json, `associatedClusterIds`],
3571
+ Id: [, __expectString, `id`],
3572
+ IpPools: [, (_) => de___listOfIpPool(_, context), `ipPools`],
3573
+ Name: [, __expectString, `name`],
3574
+ Routes: [, (_) => de___listOfRoute(_, context), `routes`],
3575
+ State: [, __expectString, `state`],
3576
+ });
3577
+ Object.assign(contents, doc);
3578
+ return contents;
3579
+ };
3580
+ export const de_UpdateNodeCommand = async (output, context) => {
3581
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
3582
+ return de_CommandError(output, context);
3583
+ }
3584
+ const contents = map({
3585
+ $metadata: deserializeMetadata(output),
3586
+ });
3587
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3588
+ const doc = take(data, {
3589
+ Arn: [, __expectString, `arn`],
3590
+ ChannelPlacementGroups: [, _json, `channelPlacementGroups`],
3591
+ ClusterId: [, __expectString, `clusterId`],
3592
+ ConnectionState: [, __expectString, `connectionState`],
3593
+ Id: [, __expectString, `id`],
3594
+ InstanceArn: [, __expectString, `instanceArn`],
3595
+ Name: [, __expectString, `name`],
3596
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
3597
+ Role: [, __expectString, `role`],
3598
+ State: [, __expectString, `state`],
3599
+ });
3600
+ Object.assign(contents, doc);
3601
+ return contents;
3602
+ };
3603
+ export const de_UpdateNodeStateCommand = async (output, context) => {
3604
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
3605
+ return de_CommandError(output, context);
3606
+ }
3607
+ const contents = map({
3608
+ $metadata: deserializeMetadata(output),
3609
+ });
3610
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3611
+ const doc = take(data, {
3612
+ Arn: [, __expectString, `arn`],
3613
+ ChannelPlacementGroups: [, _json, `channelPlacementGroups`],
3614
+ ClusterId: [, __expectString, `clusterId`],
3615
+ ConnectionState: [, __expectString, `connectionState`],
3616
+ Id: [, __expectString, `id`],
3617
+ InstanceArn: [, __expectString, `instanceArn`],
3618
+ Name: [, __expectString, `name`],
3619
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
3620
+ Role: [, __expectString, `role`],
3621
+ State: [, __expectString, `state`],
3622
+ });
3623
+ Object.assign(contents, doc);
3624
+ return contents;
3625
+ };
2883
3626
  export const de_UpdateReservationCommand = async (output, context) => {
2884
3627
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2885
3628
  return de_CommandError(output, context);
@@ -3168,6 +3911,13 @@ const se___listOfInputDeviceSettings = (input, context) => {
3168
3911
  return se_InputDeviceSettings(entry, context);
3169
3912
  });
3170
3913
  };
3914
+ const se___listOfInputRequestDestinationRoute = (input, context) => {
3915
+ return input
3916
+ .filter((e) => e != null)
3917
+ .map((entry) => {
3918
+ return se_InputRequestDestinationRoute(entry, context);
3919
+ });
3920
+ };
3171
3921
  const se___listOfInputSourceRequest = (input, context) => {
3172
3922
  return input
3173
3923
  .filter((e) => e != null)
@@ -3182,6 +3932,34 @@ const se___listOfInputWhitelistRuleCidr = (input, context) => {
3182
3932
  return se_InputWhitelistRuleCidr(entry, context);
3183
3933
  });
3184
3934
  };
3935
+ const se___listOfInterfaceMappingCreateRequest = (input, context) => {
3936
+ return input
3937
+ .filter((e) => e != null)
3938
+ .map((entry) => {
3939
+ return se_InterfaceMappingCreateRequest(entry, context);
3940
+ });
3941
+ };
3942
+ const se___listOfInterfaceMappingUpdateRequest = (input, context) => {
3943
+ return input
3944
+ .filter((e) => e != null)
3945
+ .map((entry) => {
3946
+ return se_InterfaceMappingUpdateRequest(entry, context);
3947
+ });
3948
+ };
3949
+ const se___listOfIpPoolCreateRequest = (input, context) => {
3950
+ return input
3951
+ .filter((e) => e != null)
3952
+ .map((entry) => {
3953
+ return se_IpPoolCreateRequest(entry, context);
3954
+ });
3955
+ };
3956
+ const se___listOfIpPoolUpdateRequest = (input, context) => {
3957
+ return input
3958
+ .filter((e) => e != null)
3959
+ .map((entry) => {
3960
+ return se_IpPoolUpdateRequest(entry, context);
3961
+ });
3962
+ };
3185
3963
  const se___listOfMediaConnectFlowRequest = (input, context) => {
3186
3964
  return input
3187
3965
  .filter((e) => e != null)
@@ -3196,6 +3974,34 @@ const se___listOfMediaPackageOutputDestinationSettings = (input, context) => {
3196
3974
  return se_MediaPackageOutputDestinationSettings(entry, context);
3197
3975
  });
3198
3976
  };
3977
+ const se___listOfMulticastSourceCreateRequest = (input, context) => {
3978
+ return input
3979
+ .filter((e) => e != null)
3980
+ .map((entry) => {
3981
+ return se_MulticastSourceCreateRequest(entry, context);
3982
+ });
3983
+ };
3984
+ const se___listOfMulticastSourceUpdateRequest = (input, context) => {
3985
+ return input
3986
+ .filter((e) => e != null)
3987
+ .map((entry) => {
3988
+ return se_MulticastSourceUpdateRequest(entry, context);
3989
+ });
3990
+ };
3991
+ const se___listOfNodeInterfaceMapping = (input, context) => {
3992
+ return input
3993
+ .filter((e) => e != null)
3994
+ .map((entry) => {
3995
+ return se_NodeInterfaceMapping(entry, context);
3996
+ });
3997
+ };
3998
+ const se___listOfNodeInterfaceMappingCreateRequest = (input, context) => {
3999
+ return input
4000
+ .filter((e) => e != null)
4001
+ .map((entry) => {
4002
+ return se_NodeInterfaceMappingCreateRequest(entry, context);
4003
+ });
4004
+ };
3199
4005
  const se___listOfOutput = (input, context) => {
3200
4006
  return input
3201
4007
  .filter((e) => e != null)
@@ -3231,6 +4037,20 @@ const se___listOfPipelinePauseStateSettings = (input, context) => {
3231
4037
  return se_PipelinePauseStateSettings(entry, context);
3232
4038
  });
3233
4039
  };
4040
+ const se___listOfRouteCreateRequest = (input, context) => {
4041
+ return input
4042
+ .filter((e) => e != null)
4043
+ .map((entry) => {
4044
+ return se_RouteCreateRequest(entry, context);
4045
+ });
4046
+ };
4047
+ const se___listOfRouteUpdateRequest = (input, context) => {
4048
+ return input
4049
+ .filter((e) => e != null)
4050
+ .map((entry) => {
4051
+ return se_RouteUpdateRequest(entry, context);
4052
+ });
4053
+ };
3234
4054
  const se___listOfScheduleAction = (input, context) => {
3235
4055
  return input
3236
4056
  .filter((e) => e != null)
@@ -3252,6 +4072,13 @@ const se___listOfSrtCallerSourceRequest = (input, context) => {
3252
4072
  return se_SrtCallerSourceRequest(entry, context);
3253
4073
  });
3254
4074
  };
4075
+ const se___listOfSrtOutputDestinationSettings = (input, context) => {
4076
+ return input
4077
+ .filter((e) => e != null)
4078
+ .map((entry) => {
4079
+ return se_SrtOutputDestinationSettings(entry, context);
4080
+ });
4081
+ };
3255
4082
  const se___listOfVideoDescription = (input, context) => {
3256
4083
  return input
3257
4084
  .filter((e) => e != null)
@@ -3294,6 +4121,12 @@ const se_AncillarySourceSettings = (input, context) => {
3294
4121
  sourceAncillaryChannelNumber: [, , `SourceAncillaryChannelNumber`],
3295
4122
  });
3296
4123
  };
4124
+ const se_AnywhereSettings = (input, context) => {
4125
+ return take(input, {
4126
+ channelPlacementGroupId: [, , `ChannelPlacementGroupId`],
4127
+ clusterId: [, , `ClusterId`],
4128
+ });
4129
+ };
3297
4130
  const se_ArchiveCdnSettings = (input, context) => {
3298
4131
  return take(input, {
3299
4132
  archiveS3Settings: [, (_) => se_ArchiveS3Settings(_, context), `ArchiveS3Settings`],
@@ -3439,6 +4272,35 @@ const se_AutomaticInputFailoverSettings = (input, context) => {
3439
4272
  secondaryInputId: [, , `SecondaryInputId`],
3440
4273
  });
3441
4274
  };
4275
+ const se_Av1ColorSpaceSettings = (input, context) => {
4276
+ return take(input, {
4277
+ colorSpacePassthroughSettings: [, _json, `ColorSpacePassthroughSettings`],
4278
+ hdr10Settings: [, (_) => se_Hdr10Settings(_, context), `Hdr10Settings`],
4279
+ rec601Settings: [, _json, `Rec601Settings`],
4280
+ rec709Settings: [, _json, `Rec709Settings`],
4281
+ });
4282
+ };
4283
+ const se_Av1Settings = (input, context) => {
4284
+ return take(input, {
4285
+ afdSignaling: [, , `AfdSignaling`],
4286
+ bufSize: [, , `BufSize`],
4287
+ colorSpaceSettings: [, (_) => se_Av1ColorSpaceSettings(_, context), `ColorSpaceSettings`],
4288
+ fixedAfd: [, , `FixedAfd`],
4289
+ framerateDenominator: [, , `FramerateDenominator`],
4290
+ framerateNumerator: [, , `FramerateNumerator`],
4291
+ gopSize: [, __serializeFloat, `GopSize`],
4292
+ gopSizeUnits: [, , `GopSizeUnits`],
4293
+ level: [, , `Level`],
4294
+ lookAheadRateControl: [, , `LookAheadRateControl`],
4295
+ maxBitrate: [, , `MaxBitrate`],
4296
+ minIInterval: [, , `MinIInterval`],
4297
+ parDenominator: [, , `ParDenominator`],
4298
+ parNumerator: [, , `ParNumerator`],
4299
+ qvbrQualityLevel: [, , `QvbrQualityLevel`],
4300
+ sceneChangeDetect: [, , `SceneChangeDetect`],
4301
+ timecodeBurninSettings: [, (_) => se_TimecodeBurninSettings(_, context), `TimecodeBurninSettings`],
4302
+ });
4303
+ };
3442
4304
  const se_AvailBlanking = (input, context) => {
3443
4305
  return take(input, {
3444
4306
  availBlankingImage: [, (_) => se_InputLocation(_, context), `AvailBlankingImage`],
@@ -3565,6 +4427,18 @@ const se_CdiInputSpecification = (input, context) => {
3565
4427
  resolution: [, , `Resolution`],
3566
4428
  });
3567
4429
  };
4430
+ const se_ClusterNetworkSettingsCreateRequest = (input, context) => {
4431
+ return take(input, {
4432
+ defaultRoute: [, , `DefaultRoute`],
4433
+ interfaceMappings: [, (_) => se___listOfInterfaceMappingCreateRequest(_, context), `InterfaceMappings`],
4434
+ });
4435
+ };
4436
+ const se_ClusterNetworkSettingsUpdateRequest = (input, context) => {
4437
+ return take(input, {
4438
+ defaultRoute: [, , `DefaultRoute`],
4439
+ interfaceMappings: [, (_) => se___listOfInterfaceMappingUpdateRequest(_, context), `InterfaceMappings`],
4440
+ });
4441
+ };
3568
4442
  const se_CmafIngestGroupSettings = (input, context) => {
3569
4443
  return take(input, {
3570
4444
  destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
@@ -4075,6 +4949,7 @@ const se_InputAttachment = (input, context) => {
4075
4949
  inputAttachmentName: [, , `InputAttachmentName`],
4076
4950
  inputId: [, , `InputId`],
4077
4951
  inputSettings: [, (_) => se_InputSettings(_, context), `InputSettings`],
4952
+ logicalInterfaceNames: [, _json, `LogicalInterfaceNames`],
4078
4953
  });
4079
4954
  };
4080
4955
  const se_InputChannelLevel = (input, context) => {
@@ -4092,6 +4967,9 @@ const se_InputClippingSettings = (input, context) => {
4092
4967
  };
4093
4968
  const se_InputDestinationRequest = (input, context) => {
4094
4969
  return take(input, {
4970
+ network: [, , `Network`],
4971
+ networkRoutes: [, (_) => se___listOfInputRequestDestinationRoute(_, context), `NetworkRoutes`],
4972
+ staticIpAddress: [, , `StaticIpAddress`],
4095
4973
  streamName: [, , `StreamName`],
4096
4974
  });
4097
4975
  };
@@ -4161,6 +5039,12 @@ const se_InputPrepareScheduleActionSettings = (input, context) => {
4161
5039
  urlPath: [, _json, `UrlPath`],
4162
5040
  });
4163
5041
  };
5042
+ const se_InputRequestDestinationRoute = (input, context) => {
5043
+ return take(input, {
5044
+ cidr: [, , `Cidr`],
5045
+ gateway: [, , `Gateway`],
5046
+ });
5047
+ };
4164
5048
  const se_InputSettings = (input, context) => {
4165
5049
  return take(input, {
4166
5050
  audioSelectors: [, (_) => se___listOfAudioSelector(_, context), `AudioSelectors`],
@@ -4208,6 +5092,28 @@ const se_InputWhitelistRuleCidr = (input, context) => {
4208
5092
  cidr: [, , `Cidr`],
4209
5093
  });
4210
5094
  };
5095
+ const se_InterfaceMappingCreateRequest = (input, context) => {
5096
+ return take(input, {
5097
+ logicalInterfaceName: [, , `LogicalInterfaceName`],
5098
+ networkId: [, , `NetworkId`],
5099
+ });
5100
+ };
5101
+ const se_InterfaceMappingUpdateRequest = (input, context) => {
5102
+ return take(input, {
5103
+ logicalInterfaceName: [, , `LogicalInterfaceName`],
5104
+ networkId: [, , `NetworkId`],
5105
+ });
5106
+ };
5107
+ const se_IpPoolCreateRequest = (input, context) => {
5108
+ return take(input, {
5109
+ cidr: [, , `Cidr`],
5110
+ });
5111
+ };
5112
+ const se_IpPoolUpdateRequest = (input, context) => {
5113
+ return take(input, {
5114
+ cidr: [, , `Cidr`],
5115
+ });
5116
+ };
4211
5117
  const se_KeyProviderSettings = (input, context) => {
4212
5118
  return take(input, {
4213
5119
  staticKeySettings: [, (_) => se_StaticKeySettings(_, context), `StaticKeySettings`],
@@ -4397,6 +5303,33 @@ const se_MsSmoothOutputSettings = (input, context) => {
4397
5303
  nameModifier: [, , `NameModifier`],
4398
5304
  });
4399
5305
  };
5306
+ const se_MulticastInputSettings = (input, context) => {
5307
+ return take(input, {
5308
+ sourceIpAddress: [, , `SourceIpAddress`],
5309
+ });
5310
+ };
5311
+ const se_MulticastSettingsCreateRequest = (input, context) => {
5312
+ return take(input, {
5313
+ sources: [, (_) => se___listOfMulticastSourceCreateRequest(_, context), `Sources`],
5314
+ });
5315
+ };
5316
+ const se_MulticastSettingsUpdateRequest = (input, context) => {
5317
+ return take(input, {
5318
+ sources: [, (_) => se___listOfMulticastSourceUpdateRequest(_, context), `Sources`],
5319
+ });
5320
+ };
5321
+ const se_MulticastSourceCreateRequest = (input, context) => {
5322
+ return take(input, {
5323
+ sourceIp: [, , `SourceIp`],
5324
+ url: [, , `Url`],
5325
+ });
5326
+ };
5327
+ const se_MulticastSourceUpdateRequest = (input, context) => {
5328
+ return take(input, {
5329
+ sourceIp: [, , `SourceIp`],
5330
+ url: [, , `Url`],
5331
+ });
5332
+ };
4400
5333
  const se_MultiplexOutputSettings = (input, context) => {
4401
5334
  return take(input, {
4402
5335
  destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
@@ -4476,6 +5409,7 @@ const se_MultiplexVideoSettings = (input, context) => {
4476
5409
  const se_NetworkInputSettings = (input, context) => {
4477
5410
  return take(input, {
4478
5411
  hlsInputSettings: [, (_) => se_HlsInputSettings(_, context), `HlsInputSettings`],
5412
+ multicastInputSettings: [, (_) => se_MulticastInputSettings(_, context), `MulticastInputSettings`],
4479
5413
  serverValidation: [, , `ServerValidation`],
4480
5414
  });
4481
5415
  };
@@ -4506,6 +5440,20 @@ const se_NielsenWatermarksSettings = (input, context) => {
4506
5440
  nielsenNaesIiNwSettings: [, (_) => se_NielsenNaesIiNw(_, context), `NielsenNaesIiNwSettings`],
4507
5441
  });
4508
5442
  };
5443
+ const se_NodeInterfaceMapping = (input, context) => {
5444
+ return take(input, {
5445
+ logicalInterfaceName: [, , `LogicalInterfaceName`],
5446
+ networkInterfaceMode: [, , `NetworkInterfaceMode`],
5447
+ physicalInterfaceName: [, , `PhysicalInterfaceName`],
5448
+ });
5449
+ };
5450
+ const se_NodeInterfaceMappingCreateRequest = (input, context) => {
5451
+ return take(input, {
5452
+ logicalInterfaceName: [, , `LogicalInterfaceName`],
5453
+ networkInterfaceMode: [, , `NetworkInterfaceMode`],
5454
+ physicalInterfaceName: [, , `PhysicalInterfaceName`],
5455
+ });
5456
+ };
4509
5457
  const se_Output = (input, context) => {
4510
5458
  return take(input, {
4511
5459
  audioDescriptionNames: [, _json, `AudioDescriptionNames`],
@@ -4525,6 +5473,7 @@ const se_OutputDestination = (input, context) => {
4525
5473
  ],
4526
5474
  multiplexSettings: [, (_) => se_MultiplexProgramChannelDestinationSettings(_, context), `MultiplexSettings`],
4527
5475
  settings: [, (_) => se___listOfOutputDestinationSettings(_, context), `Settings`],
5476
+ srtSettings: [, (_) => se___listOfSrtOutputDestinationSettings(_, context), `SrtSettings`],
4528
5477
  });
4529
5478
  };
4530
5479
  const se_OutputDestinationSettings = (input, context) => {
@@ -4552,6 +5501,7 @@ const se_OutputGroupSettings = (input, context) => {
4552
5501
  msSmoothGroupSettings: [, (_) => se_MsSmoothGroupSettings(_, context), `MsSmoothGroupSettings`],
4553
5502
  multiplexGroupSettings: [, _json, `MultiplexGroupSettings`],
4554
5503
  rtmpGroupSettings: [, (_) => se_RtmpGroupSettings(_, context), `RtmpGroupSettings`],
5504
+ srtGroupSettings: [, (_) => se_SrtGroupSettings(_, context), `SrtGroupSettings`],
4555
5505
  udpGroupSettings: [, (_) => se_UdpGroupSettings(_, context), `UdpGroupSettings`],
4556
5506
  });
4557
5507
  };
@@ -4576,6 +5526,7 @@ const se_OutputSettings = (input, context) => {
4576
5526
  msSmoothOutputSettings: [, (_) => se_MsSmoothOutputSettings(_, context), `MsSmoothOutputSettings`],
4577
5527
  multiplexOutputSettings: [, (_) => se_MultiplexOutputSettings(_, context), `MultiplexOutputSettings`],
4578
5528
  rtmpOutputSettings: [, (_) => se_RtmpOutputSettings(_, context), `RtmpOutputSettings`],
5529
+ srtOutputSettings: [, (_) => se_SrtOutputSettings(_, context), `SrtOutputSettings`],
4579
5530
  udpOutputSettings: [, (_) => se_UdpOutputSettings(_, context), `UdpOutputSettings`],
4580
5531
  });
4581
5532
  };
@@ -4602,6 +5553,18 @@ const se_RenewalSettings = (input, context) => {
4602
5553
  renewalCount: [, , `RenewalCount`],
4603
5554
  });
4604
5555
  };
5556
+ const se_RouteCreateRequest = (input, context) => {
5557
+ return take(input, {
5558
+ cidr: [, , `Cidr`],
5559
+ gateway: [, , `Gateway`],
5560
+ });
5561
+ };
5562
+ const se_RouteUpdateRequest = (input, context) => {
5563
+ return take(input, {
5564
+ cidr: [, , `Cidr`],
5565
+ gateway: [, , `Gateway`],
5566
+ });
5567
+ };
4605
5568
  const se_RtmpGroupSettings = (input, context) => {
4606
5569
  return take(input, {
4607
5570
  adMarkers: [, _json, `AdMarkers`],
@@ -4803,6 +5766,27 @@ const se_SrtCallerSourceRequest = (input, context) => {
4803
5766
  streamId: [, , `StreamId`],
4804
5767
  });
4805
5768
  };
5769
+ const se_SrtGroupSettings = (input, context) => {
5770
+ return take(input, {
5771
+ inputLossAction: [, , `InputLossAction`],
5772
+ });
5773
+ };
5774
+ const se_SrtOutputDestinationSettings = (input, context) => {
5775
+ return take(input, {
5776
+ encryptionPassphraseSecretArn: [, , `EncryptionPassphraseSecretArn`],
5777
+ streamId: [, , `StreamId`],
5778
+ url: [, , `Url`],
5779
+ });
5780
+ };
5781
+ const se_SrtOutputSettings = (input, context) => {
5782
+ return take(input, {
5783
+ bufferMsec: [, , `BufferMsec`],
5784
+ containerSettings: [, (_) => se_UdpContainerSettings(_, context), `ContainerSettings`],
5785
+ destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
5786
+ encryptionType: [, , `EncryptionType`],
5787
+ latency: [, , `Latency`],
5788
+ });
5789
+ };
4806
5790
  const se_SrtSettingsRequest = (input, context) => {
4807
5791
  return take(input, {
4808
5792
  srtCallerSources: [, (_) => se___listOfSrtCallerSourceRequest(_, context), `SrtCallerSources`],
@@ -4936,6 +5920,7 @@ const se_VideoBlackFailoverSettings = (input, context) => {
4936
5920
  };
4937
5921
  const se_VideoCodecSettings = (input, context) => {
4938
5922
  return take(input, {
5923
+ av1Settings: [, (_) => se_Av1Settings(_, context), `Av1Settings`],
4939
5924
  frameCaptureSettings: [, (_) => se_FrameCaptureSettings(_, context), `FrameCaptureSettings`],
4940
5925
  h264Settings: [, (_) => se_H264Settings(_, context), `H264Settings`],
4941
5926
  h265Settings: [, (_) => se_H265Settings(_, context), `H265Settings`],
@@ -5113,6 +6098,38 @@ const de___listOfColorCorrection = (output, context) => {
5113
6098
  });
5114
6099
  return retVal;
5115
6100
  };
6101
+ const de___listOfDescribeChannelPlacementGroupSummary = (output, context) => {
6102
+ const retVal = (output || [])
6103
+ .filter((e) => e != null)
6104
+ .map((entry) => {
6105
+ return de_DescribeChannelPlacementGroupSummary(entry, context);
6106
+ });
6107
+ return retVal;
6108
+ };
6109
+ const de___listOfDescribeClusterSummary = (output, context) => {
6110
+ const retVal = (output || [])
6111
+ .filter((e) => e != null)
6112
+ .map((entry) => {
6113
+ return de_DescribeClusterSummary(entry, context);
6114
+ });
6115
+ return retVal;
6116
+ };
6117
+ const de___listOfDescribeNetworkSummary = (output, context) => {
6118
+ const retVal = (output || [])
6119
+ .filter((e) => e != null)
6120
+ .map((entry) => {
6121
+ return de_DescribeNetworkSummary(entry, context);
6122
+ });
6123
+ return retVal;
6124
+ };
6125
+ const de___listOfDescribeNodeSummary = (output, context) => {
6126
+ const retVal = (output || [])
6127
+ .filter((e) => e != null)
6128
+ .map((entry) => {
6129
+ return de_DescribeNodeSummary(entry, context);
6130
+ });
6131
+ return retVal;
6132
+ };
5116
6133
  const de___listOfEventBridgeRuleTemplateGroupSummary = (output, context) => {
5117
6134
  const retVal = (output || [])
5118
6135
  .filter((e) => e != null)
@@ -5177,6 +6194,14 @@ const de___listOfInputDestination = (output, context) => {
5177
6194
  });
5178
6195
  return retVal;
5179
6196
  };
6197
+ const de___listOfInputDestinationRoute = (output, context) => {
6198
+ const retVal = (output || [])
6199
+ .filter((e) => e != null)
6200
+ .map((entry) => {
6201
+ return de_InputDestinationRoute(entry, context);
6202
+ });
6203
+ return retVal;
6204
+ };
5180
6205
  const de___listOfInputDeviceSettings = (output, context) => {
5181
6206
  const retVal = (output || [])
5182
6207
  .filter((e) => e != null)
@@ -5225,6 +6250,22 @@ const de___listOfInputWhitelistRule = (output, context) => {
5225
6250
  });
5226
6251
  return retVal;
5227
6252
  };
6253
+ const de___listOfInterfaceMapping = (output, context) => {
6254
+ const retVal = (output || [])
6255
+ .filter((e) => e != null)
6256
+ .map((entry) => {
6257
+ return de_InterfaceMapping(entry, context);
6258
+ });
6259
+ return retVal;
6260
+ };
6261
+ const de___listOfIpPool = (output, context) => {
6262
+ const retVal = (output || [])
6263
+ .filter((e) => e != null)
6264
+ .map((entry) => {
6265
+ return de_IpPool(entry, context);
6266
+ });
6267
+ return retVal;
6268
+ };
5228
6269
  const de___listOfMediaConnectFlow = (output, context) => {
5229
6270
  const retVal = (output || [])
5230
6271
  .filter((e) => e != null)
@@ -5249,6 +6290,14 @@ const de___listOfMediaResourceNeighbor = (output, context) => {
5249
6290
  });
5250
6291
  return retVal;
5251
6292
  };
6293
+ const de___listOfMulticastSource = (output, context) => {
6294
+ const retVal = (output || [])
6295
+ .filter((e) => e != null)
6296
+ .map((entry) => {
6297
+ return de_MulticastSource(entry, context);
6298
+ });
6299
+ return retVal;
6300
+ };
5252
6301
  const de___listOfMultiplexOutputDestination = (output, context) => {
5253
6302
  const retVal = (output || [])
5254
6303
  .filter((e) => e != null)
@@ -5281,6 +6330,14 @@ const de___listOfMultiplexSummary = (output, context) => {
5281
6330
  });
5282
6331
  return retVal;
5283
6332
  };
6333
+ const de___listOfNodeInterfaceMapping = (output, context) => {
6334
+ const retVal = (output || [])
6335
+ .filter((e) => e != null)
6336
+ .map((entry) => {
6337
+ return de_NodeInterfaceMapping(entry, context);
6338
+ });
6339
+ return retVal;
6340
+ };
5284
6341
  const de___listOfOffering = (output, context) => {
5285
6342
  const retVal = (output || [])
5286
6343
  .filter((e) => e != null)
@@ -5345,6 +6402,14 @@ const de___listOfReservation = (output, context) => {
5345
6402
  });
5346
6403
  return retVal;
5347
6404
  };
6405
+ const de___listOfRoute = (output, context) => {
6406
+ const retVal = (output || [])
6407
+ .filter((e) => e != null)
6408
+ .map((entry) => {
6409
+ return de_Route(entry, context);
6410
+ });
6411
+ return retVal;
6412
+ };
5348
6413
  const de___listOfScheduleAction = (output, context) => {
5349
6414
  const retVal = (output || [])
5350
6415
  .filter((e) => e != null)
@@ -5377,6 +6442,14 @@ const de___listOfSrtCallerSource = (output, context) => {
5377
6442
  });
5378
6443
  return retVal;
5379
6444
  };
6445
+ const de___listOfSrtOutputDestinationSettings = (output, context) => {
6446
+ const retVal = (output || [])
6447
+ .filter((e) => e != null)
6448
+ .map((entry) => {
6449
+ return de_SrtOutputDestinationSettings(entry, context);
6450
+ });
6451
+ return retVal;
6452
+ };
5380
6453
  const de___listOfThumbnail = (output, context) => {
5381
6454
  const retVal = (output || [])
5382
6455
  .filter((e) => e != null)
@@ -5597,6 +6670,35 @@ const de_AutomaticInputFailoverSettings = (output, context) => {
5597
6670
  SecondaryInputId: [, __expectString, `secondaryInputId`],
5598
6671
  });
5599
6672
  };
6673
+ const de_Av1ColorSpaceSettings = (output, context) => {
6674
+ return take(output, {
6675
+ ColorSpacePassthroughSettings: [, _json, `colorSpacePassthroughSettings`],
6676
+ Hdr10Settings: [, (_) => de_Hdr10Settings(_, context), `hdr10Settings`],
6677
+ Rec601Settings: [, _json, `rec601Settings`],
6678
+ Rec709Settings: [, _json, `rec709Settings`],
6679
+ });
6680
+ };
6681
+ const de_Av1Settings = (output, context) => {
6682
+ return take(output, {
6683
+ AfdSignaling: [, __expectString, `afdSignaling`],
6684
+ BufSize: [, __expectInt32, `bufSize`],
6685
+ ColorSpaceSettings: [, (_) => de_Av1ColorSpaceSettings(_, context), `colorSpaceSettings`],
6686
+ FixedAfd: [, __expectString, `fixedAfd`],
6687
+ FramerateDenominator: [, __expectInt32, `framerateDenominator`],
6688
+ FramerateNumerator: [, __expectInt32, `framerateNumerator`],
6689
+ GopSize: [, __limitedParseDouble, `gopSize`],
6690
+ GopSizeUnits: [, __expectString, `gopSizeUnits`],
6691
+ Level: [, __expectString, `level`],
6692
+ LookAheadRateControl: [, __expectString, `lookAheadRateControl`],
6693
+ MaxBitrate: [, __expectInt32, `maxBitrate`],
6694
+ MinIInterval: [, __expectInt32, `minIInterval`],
6695
+ ParDenominator: [, __expectInt32, `parDenominator`],
6696
+ ParNumerator: [, __expectInt32, `parNumerator`],
6697
+ QvbrQualityLevel: [, __expectInt32, `qvbrQualityLevel`],
6698
+ SceneChangeDetect: [, __expectString, `sceneChangeDetect`],
6699
+ TimecodeBurninSettings: [, (_) => de_TimecodeBurninSettings(_, context), `timecodeBurninSettings`],
6700
+ });
6701
+ };
5600
6702
  const de_AvailBlanking = (output, context) => {
5601
6703
  return take(output, {
5602
6704
  AvailBlankingImage: [, (_) => de_InputLocation(_, context), `availBlankingImage`],
@@ -5740,6 +6842,7 @@ const de_CdiInputSpecification = (output, context) => {
5740
6842
  };
5741
6843
  const de_Channel = (output, context) => {
5742
6844
  return take(output, {
6845
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
5743
6846
  Arn: [, __expectString, `arn`],
5744
6847
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
5745
6848
  ChannelClass: [, __expectString, `channelClass`],
@@ -5767,6 +6870,7 @@ const de_ChannelEgressEndpoint = (output, context) => {
5767
6870
  };
5768
6871
  const de_ChannelSummary = (output, context) => {
5769
6872
  return take(output, {
6873
+ AnywhereSettings: [, (_) => de_DescribeAnywhereSettings(_, context), `anywhereSettings`],
5770
6874
  Arn: [, __expectString, `arn`],
5771
6875
  CdiInputSpecification: [, (_) => de_CdiInputSpecification(_, context), `cdiInputSpecification`],
5772
6876
  ChannelClass: [, __expectString, `channelClass`],
@@ -5818,6 +6922,12 @@ const de_CloudWatchAlarmTemplateSummary = (output, context) => {
5818
6922
  TreatMissingData: [, __expectString, `treatMissingData`],
5819
6923
  });
5820
6924
  };
6925
+ const de_ClusterNetworkSettings = (output, context) => {
6926
+ return take(output, {
6927
+ DefaultRoute: [, __expectString, `defaultRoute`],
6928
+ InterfaceMappings: [, (_) => de___listOfInterfaceMapping(_, context), `interfaceMappings`],
6929
+ });
6930
+ };
5821
6931
  const de_CmafIngestGroupSettings = (output, context) => {
5822
6932
  return take(output, {
5823
6933
  Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
@@ -5845,6 +6955,61 @@ const de_ColorCorrectionSettings = (output, context) => {
5845
6955
  GlobalColorCorrections: [, (_) => de___listOfColorCorrection(_, context), `globalColorCorrections`],
5846
6956
  });
5847
6957
  };
6958
+ const de_DescribeAnywhereSettings = (output, context) => {
6959
+ return take(output, {
6960
+ ChannelPlacementGroupId: [, __expectString, `channelPlacementGroupId`],
6961
+ ClusterId: [, __expectString, `clusterId`],
6962
+ });
6963
+ };
6964
+ const de_DescribeChannelPlacementGroupSummary = (output, context) => {
6965
+ return take(output, {
6966
+ Arn: [, __expectString, `arn`],
6967
+ Channels: [, _json, `channels`],
6968
+ ClusterId: [, __expectString, `clusterId`],
6969
+ Id: [, __expectString, `id`],
6970
+ Name: [, __expectString, `name`],
6971
+ Nodes: [, _json, `nodes`],
6972
+ State: [, __expectString, `state`],
6973
+ });
6974
+ };
6975
+ const de_DescribeClusterSummary = (output, context) => {
6976
+ return take(output, {
6977
+ Arn: [, __expectString, `arn`],
6978
+ ChannelIds: [, _json, `channelIds`],
6979
+ ClusterType: [, __expectString, `clusterType`],
6980
+ Id: [, __expectString, `id`],
6981
+ InstanceRoleArn: [, __expectString, `instanceRoleArn`],
6982
+ Name: [, __expectString, `name`],
6983
+ NetworkSettings: [, (_) => de_ClusterNetworkSettings(_, context), `networkSettings`],
6984
+ State: [, __expectString, `state`],
6985
+ });
6986
+ };
6987
+ const de_DescribeNetworkSummary = (output, context) => {
6988
+ return take(output, {
6989
+ Arn: [, __expectString, `arn`],
6990
+ AssociatedClusterIds: [, _json, `associatedClusterIds`],
6991
+ Id: [, __expectString, `id`],
6992
+ IpPools: [, (_) => de___listOfIpPool(_, context), `ipPools`],
6993
+ Name: [, __expectString, `name`],
6994
+ Routes: [, (_) => de___listOfRoute(_, context), `routes`],
6995
+ State: [, __expectString, `state`],
6996
+ });
6997
+ };
6998
+ const de_DescribeNodeSummary = (output, context) => {
6999
+ return take(output, {
7000
+ Arn: [, __expectString, `arn`],
7001
+ ChannelPlacementGroups: [, _json, `channelPlacementGroups`],
7002
+ ClusterId: [, __expectString, `clusterId`],
7003
+ ConnectionState: [, __expectString, `connectionState`],
7004
+ Id: [, __expectString, `id`],
7005
+ InstanceArn: [, __expectString, `instanceArn`],
7006
+ ManagedInstanceId: [, __expectString, `managedInstanceId`],
7007
+ Name: [, __expectString, `name`],
7008
+ NodeInterfaceMappings: [, (_) => de___listOfNodeInterfaceMapping(_, context), `nodeInterfaceMappings`],
7009
+ Role: [, __expectString, `role`],
7010
+ State: [, __expectString, `state`],
7011
+ });
7012
+ };
5848
7013
  const de_DvbNitSettings = (output, context) => {
5849
7014
  return take(output, {
5850
7015
  NetworkId: [, __expectInt32, `networkId`],
@@ -6365,9 +7530,11 @@ const de_Input = (output, context) => {
6365
7530
  Id: [, __expectString, `id`],
6366
7531
  InputClass: [, __expectString, `inputClass`],
6367
7532
  InputDevices: [, (_) => de___listOfInputDeviceSettings(_, context), `inputDevices`],
7533
+ InputNetworkLocation: [, __expectString, `inputNetworkLocation`],
6368
7534
  InputPartnerIds: [, _json, `inputPartnerIds`],
6369
7535
  InputSourceType: [, __expectString, `inputSourceType`],
6370
7536
  MediaConnectFlows: [, (_) => de___listOfMediaConnectFlow(_, context), `mediaConnectFlows`],
7537
+ MulticastSettings: [, (_) => de_MulticastSettings(_, context), `multicastSettings`],
6371
7538
  Name: [, __expectString, `name`],
6372
7539
  RoleArn: [, __expectString, `roleArn`],
6373
7540
  SecurityGroups: [, _json, `securityGroups`],
@@ -6388,6 +7555,7 @@ const de_InputAttachment = (output, context) => {
6388
7555
  InputAttachmentName: [, __expectString, `inputAttachmentName`],
6389
7556
  InputId: [, __expectString, `inputId`],
6390
7557
  InputSettings: [, (_) => de_InputSettings(_, context), `inputSettings`],
7558
+ LogicalInterfaceNames: [, _json, `logicalInterfaceNames`],
6391
7559
  });
6392
7560
  };
6393
7561
  const de_InputChannelLevel = (output, context) => {
@@ -6406,11 +7574,19 @@ const de_InputClippingSettings = (output, context) => {
6406
7574
  const de_InputDestination = (output, context) => {
6407
7575
  return take(output, {
6408
7576
  Ip: [, __expectString, `ip`],
7577
+ Network: [, __expectString, `network`],
7578
+ NetworkRoutes: [, (_) => de___listOfInputDestinationRoute(_, context), `networkRoutes`],
6409
7579
  Port: [, __expectString, `port`],
6410
7580
  Url: [, __expectString, `url`],
6411
7581
  Vpc: [, (_) => de_InputDestinationVpc(_, context), `vpc`],
6412
7582
  });
6413
7583
  };
7584
+ const de_InputDestinationRoute = (output, context) => {
7585
+ return take(output, {
7586
+ Cidr: [, __expectString, `cidr`],
7587
+ Gateway: [, __expectString, `gateway`],
7588
+ });
7589
+ };
6414
7590
  const de_InputDestinationVpc = (output, context) => {
6415
7591
  return take(output, {
6416
7592
  AvailabilityZone: [, __expectString, `availabilityZone`],
@@ -6573,6 +7749,17 @@ const de_InputWhitelistRule = (output, context) => {
6573
7749
  Cidr: [, __expectString, `cidr`],
6574
7750
  });
6575
7751
  };
7752
+ const de_InterfaceMapping = (output, context) => {
7753
+ return take(output, {
7754
+ LogicalInterfaceName: [, __expectString, `logicalInterfaceName`],
7755
+ NetworkId: [, __expectString, `networkId`],
7756
+ });
7757
+ };
7758
+ const de_IpPool = (output, context) => {
7759
+ return take(output, {
7760
+ Cidr: [, __expectString, `cidr`],
7761
+ });
7762
+ };
6576
7763
  const de_KeyProviderSettings = (output, context) => {
6577
7764
  return take(output, {
6578
7765
  StaticKeySettings: [, (_) => de_StaticKeySettings(_, context), `staticKeySettings`],
@@ -6786,6 +7973,22 @@ const de_MsSmoothOutputSettings = (output, context) => {
6786
7973
  NameModifier: [, __expectString, `nameModifier`],
6787
7974
  });
6788
7975
  };
7976
+ const de_MulticastInputSettings = (output, context) => {
7977
+ return take(output, {
7978
+ SourceIpAddress: [, __expectString, `sourceIpAddress`],
7979
+ });
7980
+ };
7981
+ const de_MulticastSettings = (output, context) => {
7982
+ return take(output, {
7983
+ Sources: [, (_) => de___listOfMulticastSource(_, context), `sources`],
7984
+ });
7985
+ };
7986
+ const de_MulticastSource = (output, context) => {
7987
+ return take(output, {
7988
+ SourceIp: [, __expectString, `sourceIp`],
7989
+ Url: [, __expectString, `url`],
7990
+ });
7991
+ };
6789
7992
  const de_Multiplex = (output, context) => {
6790
7993
  return take(output, {
6791
7994
  Arn: [, __expectString, `arn`],
@@ -6923,6 +8126,7 @@ const de_MultiplexVideoSettings = (output, context) => {
6923
8126
  const de_NetworkInputSettings = (output, context) => {
6924
8127
  return take(output, {
6925
8128
  HlsInputSettings: [, (_) => de_HlsInputSettings(_, context), `hlsInputSettings`],
8129
+ MulticastInputSettings: [, (_) => de_MulticastInputSettings(_, context), `multicastInputSettings`],
6926
8130
  ServerValidation: [, __expectString, `serverValidation`],
6927
8131
  });
6928
8132
  };
@@ -6953,6 +8157,13 @@ const de_NielsenWatermarksSettings = (output, context) => {
6953
8157
  NielsenNaesIiNwSettings: [, (_) => de_NielsenNaesIiNw(_, context), `nielsenNaesIiNwSettings`],
6954
8158
  });
6955
8159
  };
8160
+ const de_NodeInterfaceMapping = (output, context) => {
8161
+ return take(output, {
8162
+ LogicalInterfaceName: [, __expectString, `logicalInterfaceName`],
8163
+ NetworkInterfaceMode: [, __expectString, `networkInterfaceMode`],
8164
+ PhysicalInterfaceName: [, __expectString, `physicalInterfaceName`],
8165
+ });
8166
+ };
6956
8167
  const de_Offering = (output, context) => {
6957
8168
  return take(output, {
6958
8169
  Arn: [, __expectString, `arn`],
@@ -6987,6 +8198,7 @@ const de_OutputDestination = (output, context) => {
6987
8198
  ],
6988
8199
  MultiplexSettings: [, (_) => de_MultiplexProgramChannelDestinationSettings(_, context), `multiplexSettings`],
6989
8200
  Settings: [, (_) => de___listOfOutputDestinationSettings(_, context), `settings`],
8201
+ SrtSettings: [, (_) => de___listOfSrtOutputDestinationSettings(_, context), `srtSettings`],
6990
8202
  });
6991
8203
  };
6992
8204
  const de_OutputDestinationSettings = (output, context) => {
@@ -7014,6 +8226,7 @@ const de_OutputGroupSettings = (output, context) => {
7014
8226
  MsSmoothGroupSettings: [, (_) => de_MsSmoothGroupSettings(_, context), `msSmoothGroupSettings`],
7015
8227
  MultiplexGroupSettings: [, _json, `multiplexGroupSettings`],
7016
8228
  RtmpGroupSettings: [, (_) => de_RtmpGroupSettings(_, context), `rtmpGroupSettings`],
8229
+ SrtGroupSettings: [, (_) => de_SrtGroupSettings(_, context), `srtGroupSettings`],
7017
8230
  UdpGroupSettings: [, (_) => de_UdpGroupSettings(_, context), `udpGroupSettings`],
7018
8231
  });
7019
8232
  };
@@ -7038,6 +8251,7 @@ const de_OutputSettings = (output, context) => {
7038
8251
  MsSmoothOutputSettings: [, (_) => de_MsSmoothOutputSettings(_, context), `msSmoothOutputSettings`],
7039
8252
  MultiplexOutputSettings: [, (_) => de_MultiplexOutputSettings(_, context), `multiplexOutputSettings`],
7040
8253
  RtmpOutputSettings: [, (_) => de_RtmpOutputSettings(_, context), `rtmpOutputSettings`],
8254
+ SrtOutputSettings: [, (_) => de_SrtOutputSettings(_, context), `srtOutputSettings`],
7041
8255
  UdpOutputSettings: [, (_) => de_UdpOutputSettings(_, context), `udpOutputSettings`],
7042
8256
  });
7043
8257
  };
@@ -7108,6 +8322,12 @@ const de_ReservationResourceSpecification = (output, context) => {
7108
8322
  VideoQuality: [, __expectString, `videoQuality`],
7109
8323
  });
7110
8324
  };
8325
+ const de_Route = (output, context) => {
8326
+ return take(output, {
8327
+ Cidr: [, __expectString, `cidr`],
8328
+ Gateway: [, __expectString, `gateway`],
8329
+ });
8330
+ };
7111
8331
  const de_RtmpGroupSettings = (output, context) => {
7112
8332
  return take(output, {
7113
8333
  AdMarkers: [, _json, `adMarkers`],
@@ -7326,6 +8546,27 @@ const de_SrtCallerSource = (output, context) => {
7326
8546
  StreamId: [, __expectString, `streamId`],
7327
8547
  });
7328
8548
  };
8549
+ const de_SrtGroupSettings = (output, context) => {
8550
+ return take(output, {
8551
+ InputLossAction: [, __expectString, `inputLossAction`],
8552
+ });
8553
+ };
8554
+ const de_SrtOutputDestinationSettings = (output, context) => {
8555
+ return take(output, {
8556
+ EncryptionPassphraseSecretArn: [, __expectString, `encryptionPassphraseSecretArn`],
8557
+ StreamId: [, __expectString, `streamId`],
8558
+ Url: [, __expectString, `url`],
8559
+ });
8560
+ };
8561
+ const de_SrtOutputSettings = (output, context) => {
8562
+ return take(output, {
8563
+ BufferMsec: [, __expectInt32, `bufferMsec`],
8564
+ ContainerSettings: [, (_) => de_UdpContainerSettings(_, context), `containerSettings`],
8565
+ Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
8566
+ EncryptionType: [, __expectString, `encryptionType`],
8567
+ Latency: [, __expectInt32, `latency`],
8568
+ });
8569
+ };
7329
8570
  const de_SrtSettings = (output, context) => {
7330
8571
  return take(output, {
7331
8572
  SrtCallerSources: [, (_) => de___listOfSrtCallerSource(_, context), `srtCallerSources`],
@@ -7493,6 +8734,7 @@ const de_VideoBlackFailoverSettings = (output, context) => {
7493
8734
  };
7494
8735
  const de_VideoCodecSettings = (output, context) => {
7495
8736
  return take(output, {
8737
+ Av1Settings: [, (_) => de_Av1Settings(_, context), `av1Settings`],
7496
8738
  FrameCaptureSettings: [, (_) => de_FrameCaptureSettings(_, context), `frameCaptureSettings`],
7497
8739
  H264Settings: [, (_) => de_H264Settings(_, context), `h264Settings`],
7498
8740
  H265Settings: [, (_) => de_H265Settings(_, context), `h265Settings`],