@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
@@ -57,6 +57,13 @@ declare const UpdateChannelClassCommand_base: {
57
57
  * Username: "STRING_VALUE",
58
58
  * },
59
59
  * ],
60
+ * SrtSettings: [ // __listOfSrtOutputDestinationSettings
61
+ * { // SrtOutputDestinationSettings
62
+ * EncryptionPassphraseSecretArn: "STRING_VALUE",
63
+ * StreamId: "STRING_VALUE",
64
+ * Url: "STRING_VALUE",
65
+ * },
66
+ * ],
60
67
  * },
61
68
  * ],
62
69
  * };
@@ -89,6 +96,13 @@ declare const UpdateChannelClassCommand_base: {
89
96
  * // Username: "STRING_VALUE",
90
97
  * // },
91
98
  * // ],
99
+ * // SrtSettings: [ // __listOfSrtOutputDestinationSettings
100
+ * // { // SrtOutputDestinationSettings
101
+ * // EncryptionPassphraseSecretArn: "STRING_VALUE",
102
+ * // StreamId: "STRING_VALUE",
103
+ * // Url: "STRING_VALUE",
104
+ * // },
105
+ * // ],
92
106
  * // },
93
107
  * // ],
94
108
  * // EgressEndpoints: [ // __listOfChannelEgressEndpoint
@@ -546,6 +560,9 @@ declare const UpdateChannelClassCommand_base: {
546
560
  * // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
547
561
  * // SendDelayMs: Number("int"),
548
562
  * // },
563
+ * // SrtGroupSettings: { // SrtGroupSettings
564
+ * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
565
+ * // },
549
566
  * // },
550
567
  * // Outputs: [ // __listOfOutput // required
551
568
  * // { // Output
@@ -760,6 +777,75 @@ declare const UpdateChannelClassCommand_base: {
760
777
  * // CmafIngestOutputSettings: { // CmafIngestOutputSettings
761
778
  * // NameModifier: "STRING_VALUE",
762
779
  * // },
780
+ * // SrtOutputSettings: { // SrtOutputSettings
781
+ * // BufferMsec: Number("int"),
782
+ * // ContainerSettings: {
783
+ * // M2tsSettings: {
784
+ * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
785
+ * // Arib: "DISABLED" || "ENABLED",
786
+ * // AribCaptionsPid: "STRING_VALUE",
787
+ * // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
788
+ * // AudioBufferModel: "ATSC" || "DVB",
789
+ * // AudioFramesPerPes: Number("int"),
790
+ * // AudioPids: "STRING_VALUE",
791
+ * // AudioStreamType: "ATSC" || "DVB",
792
+ * // Bitrate: Number("int"),
793
+ * // BufferModel: "MULTIPLEX" || "NONE",
794
+ * // CcDescriptor: "DISABLED" || "ENABLED",
795
+ * // DvbNitSettings: {
796
+ * // NetworkId: Number("int"), // required
797
+ * // NetworkName: "STRING_VALUE", // required
798
+ * // RepInterval: Number("int"),
799
+ * // },
800
+ * // DvbSdtSettings: {
801
+ * // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
802
+ * // RepInterval: Number("int"),
803
+ * // ServiceName: "STRING_VALUE",
804
+ * // ServiceProviderName: "STRING_VALUE",
805
+ * // },
806
+ * // DvbSubPids: "STRING_VALUE",
807
+ * // DvbTdtSettings: {
808
+ * // RepInterval: Number("int"),
809
+ * // },
810
+ * // DvbTeletextPid: "STRING_VALUE",
811
+ * // Ebif: "NONE" || "PASSTHROUGH",
812
+ * // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
813
+ * // EbpLookaheadMs: Number("int"),
814
+ * // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
815
+ * // EcmPid: "STRING_VALUE",
816
+ * // EsRateInPes: "EXCLUDE" || "INCLUDE",
817
+ * // EtvPlatformPid: "STRING_VALUE",
818
+ * // EtvSignalPid: "STRING_VALUE",
819
+ * // FragmentTime: Number("double"),
820
+ * // Klv: "NONE" || "PASSTHROUGH",
821
+ * // KlvDataPids: "STRING_VALUE",
822
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
823
+ * // NullPacketBitrate: Number("double"),
824
+ * // PatInterval: Number("int"),
825
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
826
+ * // PcrPeriod: Number("int"),
827
+ * // PcrPid: "STRING_VALUE",
828
+ * // PmtInterval: Number("int"),
829
+ * // PmtPid: "STRING_VALUE",
830
+ * // ProgramNum: Number("int"),
831
+ * // RateMode: "CBR" || "VBR",
832
+ * // Scte27Pids: "STRING_VALUE",
833
+ * // Scte35Control: "NONE" || "PASSTHROUGH",
834
+ * // Scte35Pid: "STRING_VALUE",
835
+ * // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
836
+ * // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
837
+ * // SegmentationTime: Number("double"),
838
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
839
+ * // TimedMetadataPid: "STRING_VALUE",
840
+ * // TransportStreamId: Number("int"),
841
+ * // VideoPid: "STRING_VALUE",
842
+ * // Scte35PrerollPullupMilliseconds: Number("double"),
843
+ * // },
844
+ * // },
845
+ * // Destination: "<OutputLocationRef>", // required
846
+ * // EncryptionType: "AES128" || "AES192" || "AES256",
847
+ * // Latency: Number("int"),
848
+ * // },
763
849
  * // },
764
850
  * // VideoDescriptionName: "STRING_VALUE",
765
851
  * // },
@@ -925,6 +1011,37 @@ declare const UpdateChannelClassCommand_base: {
925
1011
  * // Prefix: "STRING_VALUE",
926
1012
  * // },
927
1013
  * // },
1014
+ * // Av1Settings: { // Av1Settings
1015
+ * // AfdSignaling: "AUTO" || "FIXED" || "NONE",
1016
+ * // BufSize: Number("int"),
1017
+ * // ColorSpaceSettings: { // Av1ColorSpaceSettings
1018
+ * // ColorSpacePassthroughSettings: {},
1019
+ * // Hdr10Settings: {
1020
+ * // MaxCll: Number("int"),
1021
+ * // MaxFall: Number("int"),
1022
+ * // },
1023
+ * // Rec601Settings: {},
1024
+ * // Rec709Settings: {},
1025
+ * // },
1026
+ * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1027
+ * // FramerateDenominator: Number("int"), // required
1028
+ * // FramerateNumerator: Number("int"), // required
1029
+ * // GopSize: Number("double"),
1030
+ * // GopSizeUnits: "FRAMES" || "SECONDS",
1031
+ * // Level: "AV1_LEVEL_2" || "AV1_LEVEL_2_1" || "AV1_LEVEL_3" || "AV1_LEVEL_3_1" || "AV1_LEVEL_4" || "AV1_LEVEL_4_1" || "AV1_LEVEL_5" || "AV1_LEVEL_5_1" || "AV1_LEVEL_5_2" || "AV1_LEVEL_5_3" || "AV1_LEVEL_6" || "AV1_LEVEL_6_1" || "AV1_LEVEL_6_2" || "AV1_LEVEL_6_3" || "AV1_LEVEL_AUTO",
1032
+ * // LookAheadRateControl: "HIGH" || "LOW" || "MEDIUM",
1033
+ * // MaxBitrate: Number("int"),
1034
+ * // MinIInterval: Number("int"),
1035
+ * // ParDenominator: Number("int"),
1036
+ * // ParNumerator: Number("int"),
1037
+ * // QvbrQualityLevel: Number("int"),
1038
+ * // SceneChangeDetect: "DISABLED" || "ENABLED",
1039
+ * // TimecodeBurninSettings: {
1040
+ * // FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
1041
+ * // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
1042
+ * // Prefix: "STRING_VALUE",
1043
+ * // },
1044
+ * // },
928
1045
  * // },
929
1046
  * // Height: Number("int"),
930
1047
  * // Name: "STRING_VALUE", // required
@@ -1055,6 +1172,9 @@ declare const UpdateChannelClassCommand_base: {
1055
1172
  * // Scte35Source: "MANIFEST" || "SEGMENTS",
1056
1173
  * // },
1057
1174
  * // ServerValidation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME" || "CHECK_CRYPTOGRAPHY_ONLY",
1175
+ * // MulticastInputSettings: { // MulticastInputSettings
1176
+ * // SourceIpAddress: "STRING_VALUE",
1177
+ * // },
1058
1178
  * // },
1059
1179
  * // Scte35Pid: Number("int"),
1060
1180
  * // Smpte2038DataPreference: "IGNORE" || "PREFER",
@@ -1078,6 +1198,9 @@ declare const UpdateChannelClassCommand_base: {
1078
1198
  * // },
1079
1199
  * // },
1080
1200
  * // },
1201
+ * // LogicalInterfaceNames: [
1202
+ * // "STRING_VALUE",
1203
+ * // ],
1081
1204
  * // },
1082
1205
  * // ],
1083
1206
  * // InputSpecification: { // InputSpecification
@@ -1109,17 +1232,15 @@ declare const UpdateChannelClassCommand_base: {
1109
1232
  * // "<keys>": "STRING_VALUE",
1110
1233
  * // },
1111
1234
  * // Vpc: { // VpcOutputSettingsDescription
1112
- * // AvailabilityZones: [
1113
- * // "STRING_VALUE",
1114
- * // ],
1115
- * // NetworkInterfaceIds: [
1116
- * // "STRING_VALUE",
1117
- * // ],
1118
- * // SecurityGroupIds: [
1119
- * // "STRING_VALUE",
1120
- * // ],
1235
+ * // AvailabilityZones: "<__listOf__string>",
1236
+ * // NetworkInterfaceIds: "<__listOf__string>",
1237
+ * // SecurityGroupIds: "<__listOf__string>",
1121
1238
  * // SubnetIds: "<__listOf__string>",
1122
1239
  * // },
1240
+ * // AnywhereSettings: { // DescribeAnywhereSettings
1241
+ * // ChannelPlacementGroupId: "STRING_VALUE",
1242
+ * // ClusterId: "STRING_VALUE",
1243
+ * // },
1123
1244
  * // },
1124
1245
  * // };
1125
1246
  *
@@ -59,6 +59,13 @@ declare const UpdateChannelCommand_base: {
59
59
  * Username: "STRING_VALUE",
60
60
  * },
61
61
  * ],
62
+ * SrtSettings: [ // __listOfSrtOutputDestinationSettings
63
+ * { // SrtOutputDestinationSettings
64
+ * EncryptionPassphraseSecretArn: "STRING_VALUE",
65
+ * StreamId: "STRING_VALUE",
66
+ * Url: "STRING_VALUE",
67
+ * },
68
+ * ],
62
69
  * },
63
70
  * ],
64
71
  * EncoderSettings: { // EncoderSettings
@@ -511,6 +518,9 @@ declare const UpdateChannelCommand_base: {
511
518
  * SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
512
519
  * SendDelayMs: Number("int"),
513
520
  * },
521
+ * SrtGroupSettings: { // SrtGroupSettings
522
+ * InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
523
+ * },
514
524
  * },
515
525
  * Outputs: [ // __listOfOutput // required
516
526
  * { // Output
@@ -725,6 +735,75 @@ declare const UpdateChannelCommand_base: {
725
735
  * CmafIngestOutputSettings: { // CmafIngestOutputSettings
726
736
  * NameModifier: "STRING_VALUE",
727
737
  * },
738
+ * SrtOutputSettings: { // SrtOutputSettings
739
+ * BufferMsec: Number("int"),
740
+ * ContainerSettings: {
741
+ * M2tsSettings: {
742
+ * AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
743
+ * Arib: "DISABLED" || "ENABLED",
744
+ * AribCaptionsPid: "STRING_VALUE",
745
+ * AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
746
+ * AudioBufferModel: "ATSC" || "DVB",
747
+ * AudioFramesPerPes: Number("int"),
748
+ * AudioPids: "STRING_VALUE",
749
+ * AudioStreamType: "ATSC" || "DVB",
750
+ * Bitrate: Number("int"),
751
+ * BufferModel: "MULTIPLEX" || "NONE",
752
+ * CcDescriptor: "DISABLED" || "ENABLED",
753
+ * DvbNitSettings: {
754
+ * NetworkId: Number("int"), // required
755
+ * NetworkName: "STRING_VALUE", // required
756
+ * RepInterval: Number("int"),
757
+ * },
758
+ * DvbSdtSettings: {
759
+ * OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
760
+ * RepInterval: Number("int"),
761
+ * ServiceName: "STRING_VALUE",
762
+ * ServiceProviderName: "STRING_VALUE",
763
+ * },
764
+ * DvbSubPids: "STRING_VALUE",
765
+ * DvbTdtSettings: {
766
+ * RepInterval: Number("int"),
767
+ * },
768
+ * DvbTeletextPid: "STRING_VALUE",
769
+ * Ebif: "NONE" || "PASSTHROUGH",
770
+ * EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
771
+ * EbpLookaheadMs: Number("int"),
772
+ * EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
773
+ * EcmPid: "STRING_VALUE",
774
+ * EsRateInPes: "EXCLUDE" || "INCLUDE",
775
+ * EtvPlatformPid: "STRING_VALUE",
776
+ * EtvSignalPid: "STRING_VALUE",
777
+ * FragmentTime: Number("double"),
778
+ * Klv: "NONE" || "PASSTHROUGH",
779
+ * KlvDataPids: "STRING_VALUE",
780
+ * NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
781
+ * NullPacketBitrate: Number("double"),
782
+ * PatInterval: Number("int"),
783
+ * PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
784
+ * PcrPeriod: Number("int"),
785
+ * PcrPid: "STRING_VALUE",
786
+ * PmtInterval: Number("int"),
787
+ * PmtPid: "STRING_VALUE",
788
+ * ProgramNum: Number("int"),
789
+ * RateMode: "CBR" || "VBR",
790
+ * Scte27Pids: "STRING_VALUE",
791
+ * Scte35Control: "NONE" || "PASSTHROUGH",
792
+ * Scte35Pid: "STRING_VALUE",
793
+ * SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
794
+ * SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
795
+ * SegmentationTime: Number("double"),
796
+ * TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
797
+ * TimedMetadataPid: "STRING_VALUE",
798
+ * TransportStreamId: Number("int"),
799
+ * VideoPid: "STRING_VALUE",
800
+ * Scte35PrerollPullupMilliseconds: Number("double"),
801
+ * },
802
+ * },
803
+ * Destination: "<OutputLocationRef>", // required
804
+ * EncryptionType: "AES128" || "AES192" || "AES256",
805
+ * Latency: Number("int"),
806
+ * },
728
807
  * },
729
808
  * VideoDescriptionName: "STRING_VALUE",
730
809
  * },
@@ -890,6 +969,37 @@ declare const UpdateChannelCommand_base: {
890
969
  * Prefix: "STRING_VALUE",
891
970
  * },
892
971
  * },
972
+ * Av1Settings: { // Av1Settings
973
+ * AfdSignaling: "AUTO" || "FIXED" || "NONE",
974
+ * BufSize: Number("int"),
975
+ * ColorSpaceSettings: { // Av1ColorSpaceSettings
976
+ * ColorSpacePassthroughSettings: {},
977
+ * Hdr10Settings: {
978
+ * MaxCll: Number("int"),
979
+ * MaxFall: Number("int"),
980
+ * },
981
+ * Rec601Settings: {},
982
+ * Rec709Settings: {},
983
+ * },
984
+ * FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
985
+ * FramerateDenominator: Number("int"), // required
986
+ * FramerateNumerator: Number("int"), // required
987
+ * GopSize: Number("double"),
988
+ * GopSizeUnits: "FRAMES" || "SECONDS",
989
+ * Level: "AV1_LEVEL_2" || "AV1_LEVEL_2_1" || "AV1_LEVEL_3" || "AV1_LEVEL_3_1" || "AV1_LEVEL_4" || "AV1_LEVEL_4_1" || "AV1_LEVEL_5" || "AV1_LEVEL_5_1" || "AV1_LEVEL_5_2" || "AV1_LEVEL_5_3" || "AV1_LEVEL_6" || "AV1_LEVEL_6_1" || "AV1_LEVEL_6_2" || "AV1_LEVEL_6_3" || "AV1_LEVEL_AUTO",
990
+ * LookAheadRateControl: "HIGH" || "LOW" || "MEDIUM",
991
+ * MaxBitrate: Number("int"),
992
+ * MinIInterval: Number("int"),
993
+ * ParDenominator: Number("int"),
994
+ * ParNumerator: Number("int"),
995
+ * QvbrQualityLevel: Number("int"),
996
+ * SceneChangeDetect: "DISABLED" || "ENABLED",
997
+ * TimecodeBurninSettings: {
998
+ * FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
999
+ * Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
1000
+ * Prefix: "STRING_VALUE",
1001
+ * },
1002
+ * },
893
1003
  * },
894
1004
  * Height: Number("int"),
895
1005
  * Name: "STRING_VALUE", // required
@@ -1019,6 +1129,9 @@ declare const UpdateChannelCommand_base: {
1019
1129
  * Scte35Source: "MANIFEST" || "SEGMENTS",
1020
1130
  * },
1021
1131
  * ServerValidation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME" || "CHECK_CRYPTOGRAPHY_ONLY",
1132
+ * MulticastInputSettings: { // MulticastInputSettings
1133
+ * SourceIpAddress: "STRING_VALUE",
1134
+ * },
1022
1135
  * },
1023
1136
  * Scte35Pid: Number("int"),
1024
1137
  * Smpte2038DataPreference: "IGNORE" || "PREFER",
@@ -1042,6 +1155,9 @@ declare const UpdateChannelCommand_base: {
1042
1155
  * },
1043
1156
  * },
1044
1157
  * },
1158
+ * LogicalInterfaceNames: [
1159
+ * "STRING_VALUE",
1160
+ * ],
1045
1161
  * },
1046
1162
  * ],
1047
1163
  * InputSpecification: { // InputSpecification
@@ -1087,6 +1203,13 @@ declare const UpdateChannelCommand_base: {
1087
1203
  * // Username: "STRING_VALUE",
1088
1204
  * // },
1089
1205
  * // ],
1206
+ * // SrtSettings: [ // __listOfSrtOutputDestinationSettings
1207
+ * // { // SrtOutputDestinationSettings
1208
+ * // EncryptionPassphraseSecretArn: "STRING_VALUE",
1209
+ * // StreamId: "STRING_VALUE",
1210
+ * // Url: "STRING_VALUE",
1211
+ * // },
1212
+ * // ],
1090
1213
  * // },
1091
1214
  * // ],
1092
1215
  * // EgressEndpoints: [ // __listOfChannelEgressEndpoint
@@ -1544,6 +1667,9 @@ declare const UpdateChannelCommand_base: {
1544
1667
  * // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
1545
1668
  * // SendDelayMs: Number("int"),
1546
1669
  * // },
1670
+ * // SrtGroupSettings: { // SrtGroupSettings
1671
+ * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
1672
+ * // },
1547
1673
  * // },
1548
1674
  * // Outputs: [ // __listOfOutput // required
1549
1675
  * // { // Output
@@ -1758,6 +1884,75 @@ declare const UpdateChannelCommand_base: {
1758
1884
  * // CmafIngestOutputSettings: { // CmafIngestOutputSettings
1759
1885
  * // NameModifier: "STRING_VALUE",
1760
1886
  * // },
1887
+ * // SrtOutputSettings: { // SrtOutputSettings
1888
+ * // BufferMsec: Number("int"),
1889
+ * // ContainerSettings: {
1890
+ * // M2tsSettings: {
1891
+ * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
1892
+ * // Arib: "DISABLED" || "ENABLED",
1893
+ * // AribCaptionsPid: "STRING_VALUE",
1894
+ * // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
1895
+ * // AudioBufferModel: "ATSC" || "DVB",
1896
+ * // AudioFramesPerPes: Number("int"),
1897
+ * // AudioPids: "STRING_VALUE",
1898
+ * // AudioStreamType: "ATSC" || "DVB",
1899
+ * // Bitrate: Number("int"),
1900
+ * // BufferModel: "MULTIPLEX" || "NONE",
1901
+ * // CcDescriptor: "DISABLED" || "ENABLED",
1902
+ * // DvbNitSettings: {
1903
+ * // NetworkId: Number("int"), // required
1904
+ * // NetworkName: "STRING_VALUE", // required
1905
+ * // RepInterval: Number("int"),
1906
+ * // },
1907
+ * // DvbSdtSettings: {
1908
+ * // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
1909
+ * // RepInterval: Number("int"),
1910
+ * // ServiceName: "STRING_VALUE",
1911
+ * // ServiceProviderName: "STRING_VALUE",
1912
+ * // },
1913
+ * // DvbSubPids: "STRING_VALUE",
1914
+ * // DvbTdtSettings: {
1915
+ * // RepInterval: Number("int"),
1916
+ * // },
1917
+ * // DvbTeletextPid: "STRING_VALUE",
1918
+ * // Ebif: "NONE" || "PASSTHROUGH",
1919
+ * // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
1920
+ * // EbpLookaheadMs: Number("int"),
1921
+ * // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
1922
+ * // EcmPid: "STRING_VALUE",
1923
+ * // EsRateInPes: "EXCLUDE" || "INCLUDE",
1924
+ * // EtvPlatformPid: "STRING_VALUE",
1925
+ * // EtvSignalPid: "STRING_VALUE",
1926
+ * // FragmentTime: Number("double"),
1927
+ * // Klv: "NONE" || "PASSTHROUGH",
1928
+ * // KlvDataPids: "STRING_VALUE",
1929
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1930
+ * // NullPacketBitrate: Number("double"),
1931
+ * // PatInterval: Number("int"),
1932
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
1933
+ * // PcrPeriod: Number("int"),
1934
+ * // PcrPid: "STRING_VALUE",
1935
+ * // PmtInterval: Number("int"),
1936
+ * // PmtPid: "STRING_VALUE",
1937
+ * // ProgramNum: Number("int"),
1938
+ * // RateMode: "CBR" || "VBR",
1939
+ * // Scte27Pids: "STRING_VALUE",
1940
+ * // Scte35Control: "NONE" || "PASSTHROUGH",
1941
+ * // Scte35Pid: "STRING_VALUE",
1942
+ * // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
1943
+ * // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
1944
+ * // SegmentationTime: Number("double"),
1945
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1946
+ * // TimedMetadataPid: "STRING_VALUE",
1947
+ * // TransportStreamId: Number("int"),
1948
+ * // VideoPid: "STRING_VALUE",
1949
+ * // Scte35PrerollPullupMilliseconds: Number("double"),
1950
+ * // },
1951
+ * // },
1952
+ * // Destination: "<OutputLocationRef>", // required
1953
+ * // EncryptionType: "AES128" || "AES192" || "AES256",
1954
+ * // Latency: Number("int"),
1955
+ * // },
1761
1956
  * // },
1762
1957
  * // VideoDescriptionName: "STRING_VALUE",
1763
1958
  * // },
@@ -1923,6 +2118,37 @@ declare const UpdateChannelCommand_base: {
1923
2118
  * // Prefix: "STRING_VALUE",
1924
2119
  * // },
1925
2120
  * // },
2121
+ * // Av1Settings: { // Av1Settings
2122
+ * // AfdSignaling: "AUTO" || "FIXED" || "NONE",
2123
+ * // BufSize: Number("int"),
2124
+ * // ColorSpaceSettings: { // Av1ColorSpaceSettings
2125
+ * // ColorSpacePassthroughSettings: {},
2126
+ * // Hdr10Settings: {
2127
+ * // MaxCll: Number("int"),
2128
+ * // MaxFall: Number("int"),
2129
+ * // },
2130
+ * // Rec601Settings: {},
2131
+ * // Rec709Settings: {},
2132
+ * // },
2133
+ * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
2134
+ * // FramerateDenominator: Number("int"), // required
2135
+ * // FramerateNumerator: Number("int"), // required
2136
+ * // GopSize: Number("double"),
2137
+ * // GopSizeUnits: "FRAMES" || "SECONDS",
2138
+ * // Level: "AV1_LEVEL_2" || "AV1_LEVEL_2_1" || "AV1_LEVEL_3" || "AV1_LEVEL_3_1" || "AV1_LEVEL_4" || "AV1_LEVEL_4_1" || "AV1_LEVEL_5" || "AV1_LEVEL_5_1" || "AV1_LEVEL_5_2" || "AV1_LEVEL_5_3" || "AV1_LEVEL_6" || "AV1_LEVEL_6_1" || "AV1_LEVEL_6_2" || "AV1_LEVEL_6_3" || "AV1_LEVEL_AUTO",
2139
+ * // LookAheadRateControl: "HIGH" || "LOW" || "MEDIUM",
2140
+ * // MaxBitrate: Number("int"),
2141
+ * // MinIInterval: Number("int"),
2142
+ * // ParDenominator: Number("int"),
2143
+ * // ParNumerator: Number("int"),
2144
+ * // QvbrQualityLevel: Number("int"),
2145
+ * // SceneChangeDetect: "DISABLED" || "ENABLED",
2146
+ * // TimecodeBurninSettings: {
2147
+ * // FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
2148
+ * // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
2149
+ * // Prefix: "STRING_VALUE",
2150
+ * // },
2151
+ * // },
1926
2152
  * // },
1927
2153
  * // Height: Number("int"),
1928
2154
  * // Name: "STRING_VALUE", // required
@@ -2053,6 +2279,9 @@ declare const UpdateChannelCommand_base: {
2053
2279
  * // Scte35Source: "MANIFEST" || "SEGMENTS",
2054
2280
  * // },
2055
2281
  * // ServerValidation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME" || "CHECK_CRYPTOGRAPHY_ONLY",
2282
+ * // MulticastInputSettings: { // MulticastInputSettings
2283
+ * // SourceIpAddress: "STRING_VALUE",
2284
+ * // },
2056
2285
  * // },
2057
2286
  * // Scte35Pid: Number("int"),
2058
2287
  * // Smpte2038DataPreference: "IGNORE" || "PREFER",
@@ -2076,6 +2305,9 @@ declare const UpdateChannelCommand_base: {
2076
2305
  * // },
2077
2306
  * // },
2078
2307
  * // },
2308
+ * // LogicalInterfaceNames: [
2309
+ * // "STRING_VALUE",
2310
+ * // ],
2079
2311
  * // },
2080
2312
  * // ],
2081
2313
  * // InputSpecification: { // InputSpecification
@@ -2107,17 +2339,15 @@ declare const UpdateChannelCommand_base: {
2107
2339
  * // "<keys>": "STRING_VALUE",
2108
2340
  * // },
2109
2341
  * // Vpc: { // VpcOutputSettingsDescription
2110
- * // AvailabilityZones: [
2111
- * // "STRING_VALUE",
2112
- * // ],
2113
- * // NetworkInterfaceIds: [
2114
- * // "STRING_VALUE",
2115
- * // ],
2116
- * // SecurityGroupIds: [
2117
- * // "STRING_VALUE",
2118
- * // ],
2342
+ * // AvailabilityZones: "<__listOf__string>",
2343
+ * // NetworkInterfaceIds: "<__listOf__string>",
2344
+ * // SecurityGroupIds: "<__listOf__string>",
2119
2345
  * // SubnetIds: "<__listOf__string>",
2120
2346
  * // },
2347
+ * // AnywhereSettings: { // DescribeAnywhereSettings
2348
+ * // ChannelPlacementGroupId: "STRING_VALUE",
2349
+ * // ClusterId: "STRING_VALUE",
2350
+ * // },
2121
2351
  * // },
2122
2352
  * // };
2123
2353
  *
@@ -0,0 +1,99 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { UpdateChannelPlacementGroupRequest, UpdateChannelPlacementGroupResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateChannelPlacementGroupCommand}.
14
+ */
15
+ export interface UpdateChannelPlacementGroupCommandInput extends UpdateChannelPlacementGroupRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateChannelPlacementGroupCommand}.
21
+ */
22
+ export interface UpdateChannelPlacementGroupCommandOutput extends UpdateChannelPlacementGroupResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateChannelPlacementGroupCommand_base: {
25
+ new (input: UpdateChannelPlacementGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelPlacementGroupCommandInput, UpdateChannelPlacementGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UpdateChannelPlacementGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelPlacementGroupCommandInput, UpdateChannelPlacementGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Change the settings for a ChannelPlacementGroup.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { MediaLiveClient, UpdateChannelPlacementGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import
35
+ * // const { MediaLiveClient, UpdateChannelPlacementGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
36
+ * const client = new MediaLiveClient(config);
37
+ * const input = { // UpdateChannelPlacementGroupRequest
38
+ * ChannelPlacementGroupId: "STRING_VALUE", // required
39
+ * ClusterId: "STRING_VALUE", // required
40
+ * Name: "STRING_VALUE",
41
+ * Nodes: [ // __listOf__string
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * };
45
+ * const command = new UpdateChannelPlacementGroupCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // UpdateChannelPlacementGroupResponse
48
+ * // Arn: "STRING_VALUE",
49
+ * // Channels: [ // __listOf__string
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // ClusterId: "STRING_VALUE",
53
+ * // Id: "STRING_VALUE",
54
+ * // Name: "STRING_VALUE",
55
+ * // Nodes: [
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // State: "UNASSIGNED" || "ASSIGNING" || "ASSIGNED" || "DELETING" || "DELETE_FAILED" || "DELETED" || "UNASSIGNING",
59
+ * // };
60
+ *
61
+ * ```
62
+ *
63
+ * @param UpdateChannelPlacementGroupCommandInput - {@link UpdateChannelPlacementGroupCommandInput}
64
+ * @returns {@link UpdateChannelPlacementGroupCommandOutput}
65
+ * @see {@link UpdateChannelPlacementGroupCommandInput} for command's `input` shape.
66
+ * @see {@link UpdateChannelPlacementGroupCommandOutput} for command's `response` shape.
67
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
68
+ *
69
+ * @throws {@link BadGatewayException} (server fault)
70
+ * Placeholder documentation for BadGatewayException
71
+ *
72
+ * @throws {@link BadRequestException} (client fault)
73
+ * Placeholder documentation for BadRequestException
74
+ *
75
+ * @throws {@link ConflictException} (client fault)
76
+ * Placeholder documentation for ConflictException
77
+ *
78
+ * @throws {@link ForbiddenException} (client fault)
79
+ * Placeholder documentation for ForbiddenException
80
+ *
81
+ * @throws {@link GatewayTimeoutException} (server fault)
82
+ * Placeholder documentation for GatewayTimeoutException
83
+ *
84
+ * @throws {@link InternalServerErrorException} (server fault)
85
+ * Placeholder documentation for InternalServerErrorException
86
+ *
87
+ * @throws {@link TooManyRequestsException} (client fault)
88
+ * Placeholder documentation for TooManyRequestsException
89
+ *
90
+ * @throws {@link UnprocessableEntityException} (client fault)
91
+ * Placeholder documentation for UnprocessableEntityException
92
+ *
93
+ * @throws {@link MediaLiveServiceException}
94
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
95
+ *
96
+ * @public
97
+ */
98
+ export declare class UpdateChannelPlacementGroupCommand extends UpdateChannelPlacementGroupCommand_base {
99
+ }