@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
@@ -65,6 +65,13 @@ declare const DeleteChannelCommand_base: {
65
65
  * // Username: "STRING_VALUE",
66
66
  * // },
67
67
  * // ],
68
+ * // SrtSettings: [ // __listOfSrtOutputDestinationSettings
69
+ * // { // SrtOutputDestinationSettings
70
+ * // EncryptionPassphraseSecretArn: "STRING_VALUE",
71
+ * // StreamId: "STRING_VALUE",
72
+ * // Url: "STRING_VALUE",
73
+ * // },
74
+ * // ],
68
75
  * // },
69
76
  * // ],
70
77
  * // EgressEndpoints: [ // __listOfChannelEgressEndpoint
@@ -522,6 +529,9 @@ declare const DeleteChannelCommand_base: {
522
529
  * // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
523
530
  * // SendDelayMs: Number("int"),
524
531
  * // },
532
+ * // SrtGroupSettings: { // SrtGroupSettings
533
+ * // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
534
+ * // },
525
535
  * // },
526
536
  * // Outputs: [ // __listOfOutput // required
527
537
  * // { // Output
@@ -736,6 +746,75 @@ declare const DeleteChannelCommand_base: {
736
746
  * // CmafIngestOutputSettings: { // CmafIngestOutputSettings
737
747
  * // NameModifier: "STRING_VALUE",
738
748
  * // },
749
+ * // SrtOutputSettings: { // SrtOutputSettings
750
+ * // BufferMsec: Number("int"),
751
+ * // ContainerSettings: {
752
+ * // M2tsSettings: {
753
+ * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
754
+ * // Arib: "DISABLED" || "ENABLED",
755
+ * // AribCaptionsPid: "STRING_VALUE",
756
+ * // AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
757
+ * // AudioBufferModel: "ATSC" || "DVB",
758
+ * // AudioFramesPerPes: Number("int"),
759
+ * // AudioPids: "STRING_VALUE",
760
+ * // AudioStreamType: "ATSC" || "DVB",
761
+ * // Bitrate: Number("int"),
762
+ * // BufferModel: "MULTIPLEX" || "NONE",
763
+ * // CcDescriptor: "DISABLED" || "ENABLED",
764
+ * // DvbNitSettings: {
765
+ * // NetworkId: Number("int"), // required
766
+ * // NetworkName: "STRING_VALUE", // required
767
+ * // RepInterval: Number("int"),
768
+ * // },
769
+ * // DvbSdtSettings: {
770
+ * // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
771
+ * // RepInterval: Number("int"),
772
+ * // ServiceName: "STRING_VALUE",
773
+ * // ServiceProviderName: "STRING_VALUE",
774
+ * // },
775
+ * // DvbSubPids: "STRING_VALUE",
776
+ * // DvbTdtSettings: {
777
+ * // RepInterval: Number("int"),
778
+ * // },
779
+ * // DvbTeletextPid: "STRING_VALUE",
780
+ * // Ebif: "NONE" || "PASSTHROUGH",
781
+ * // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
782
+ * // EbpLookaheadMs: Number("int"),
783
+ * // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
784
+ * // EcmPid: "STRING_VALUE",
785
+ * // EsRateInPes: "EXCLUDE" || "INCLUDE",
786
+ * // EtvPlatformPid: "STRING_VALUE",
787
+ * // EtvSignalPid: "STRING_VALUE",
788
+ * // FragmentTime: Number("double"),
789
+ * // Klv: "NONE" || "PASSTHROUGH",
790
+ * // KlvDataPids: "STRING_VALUE",
791
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
792
+ * // NullPacketBitrate: Number("double"),
793
+ * // PatInterval: Number("int"),
794
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
795
+ * // PcrPeriod: Number("int"),
796
+ * // PcrPid: "STRING_VALUE",
797
+ * // PmtInterval: Number("int"),
798
+ * // PmtPid: "STRING_VALUE",
799
+ * // ProgramNum: Number("int"),
800
+ * // RateMode: "CBR" || "VBR",
801
+ * // Scte27Pids: "STRING_VALUE",
802
+ * // Scte35Control: "NONE" || "PASSTHROUGH",
803
+ * // Scte35Pid: "STRING_VALUE",
804
+ * // SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
805
+ * // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
806
+ * // SegmentationTime: Number("double"),
807
+ * // TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
808
+ * // TimedMetadataPid: "STRING_VALUE",
809
+ * // TransportStreamId: Number("int"),
810
+ * // VideoPid: "STRING_VALUE",
811
+ * // Scte35PrerollPullupMilliseconds: Number("double"),
812
+ * // },
813
+ * // },
814
+ * // Destination: "<OutputLocationRef>", // required
815
+ * // EncryptionType: "AES128" || "AES192" || "AES256",
816
+ * // Latency: Number("int"),
817
+ * // },
739
818
  * // },
740
819
  * // VideoDescriptionName: "STRING_VALUE",
741
820
  * // },
@@ -901,6 +980,37 @@ declare const DeleteChannelCommand_base: {
901
980
  * // Prefix: "STRING_VALUE",
902
981
  * // },
903
982
  * // },
983
+ * // Av1Settings: { // Av1Settings
984
+ * // AfdSignaling: "AUTO" || "FIXED" || "NONE",
985
+ * // BufSize: Number("int"),
986
+ * // ColorSpaceSettings: { // Av1ColorSpaceSettings
987
+ * // ColorSpacePassthroughSettings: {},
988
+ * // Hdr10Settings: {
989
+ * // MaxCll: Number("int"),
990
+ * // MaxFall: Number("int"),
991
+ * // },
992
+ * // Rec601Settings: {},
993
+ * // Rec709Settings: {},
994
+ * // },
995
+ * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
996
+ * // FramerateDenominator: Number("int"), // required
997
+ * // FramerateNumerator: Number("int"), // required
998
+ * // GopSize: Number("double"),
999
+ * // GopSizeUnits: "FRAMES" || "SECONDS",
1000
+ * // 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",
1001
+ * // LookAheadRateControl: "HIGH" || "LOW" || "MEDIUM",
1002
+ * // MaxBitrate: Number("int"),
1003
+ * // MinIInterval: Number("int"),
1004
+ * // ParDenominator: Number("int"),
1005
+ * // ParNumerator: Number("int"),
1006
+ * // QvbrQualityLevel: Number("int"),
1007
+ * // SceneChangeDetect: "DISABLED" || "ENABLED",
1008
+ * // TimecodeBurninSettings: {
1009
+ * // FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
1010
+ * // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
1011
+ * // Prefix: "STRING_VALUE",
1012
+ * // },
1013
+ * // },
904
1014
  * // },
905
1015
  * // Height: Number("int"),
906
1016
  * // Name: "STRING_VALUE", // required
@@ -1031,6 +1141,9 @@ declare const DeleteChannelCommand_base: {
1031
1141
  * // Scte35Source: "MANIFEST" || "SEGMENTS",
1032
1142
  * // },
1033
1143
  * // ServerValidation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME" || "CHECK_CRYPTOGRAPHY_ONLY",
1144
+ * // MulticastInputSettings: { // MulticastInputSettings
1145
+ * // SourceIpAddress: "STRING_VALUE",
1146
+ * // },
1034
1147
  * // },
1035
1148
  * // Scte35Pid: Number("int"),
1036
1149
  * // Smpte2038DataPreference: "IGNORE" || "PREFER",
@@ -1054,6 +1167,9 @@ declare const DeleteChannelCommand_base: {
1054
1167
  * // },
1055
1168
  * // },
1056
1169
  * // },
1170
+ * // LogicalInterfaceNames: [
1171
+ * // "STRING_VALUE",
1172
+ * // ],
1057
1173
  * // },
1058
1174
  * // ],
1059
1175
  * // InputSpecification: { // InputSpecification
@@ -1085,17 +1201,15 @@ declare const DeleteChannelCommand_base: {
1085
1201
  * // "<keys>": "STRING_VALUE",
1086
1202
  * // },
1087
1203
  * // Vpc: { // VpcOutputSettingsDescription
1088
- * // AvailabilityZones: [
1089
- * // "STRING_VALUE",
1090
- * // ],
1091
- * // NetworkInterfaceIds: [
1092
- * // "STRING_VALUE",
1093
- * // ],
1094
- * // SecurityGroupIds: [
1095
- * // "STRING_VALUE",
1096
- * // ],
1204
+ * // AvailabilityZones: "<__listOf__string>",
1205
+ * // NetworkInterfaceIds: "<__listOf__string>",
1206
+ * // SecurityGroupIds: "<__listOf__string>",
1097
1207
  * // SubnetIds: "<__listOf__string>",
1098
1208
  * // },
1209
+ * // AnywhereSettings: { // DescribeAnywhereSettings
1210
+ * // ChannelPlacementGroupId: "STRING_VALUE",
1211
+ * // ClusterId: "STRING_VALUE",
1212
+ * // },
1099
1213
  * // };
1100
1214
  *
1101
1215
  * ```
@@ -0,0 +1,95 @@
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 { DeleteChannelPlacementGroupRequest, DeleteChannelPlacementGroupResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteChannelPlacementGroupCommand}.
14
+ */
15
+ export interface DeleteChannelPlacementGroupCommandInput extends DeleteChannelPlacementGroupRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteChannelPlacementGroupCommand}.
21
+ */
22
+ export interface DeleteChannelPlacementGroupCommandOutput extends DeleteChannelPlacementGroupResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteChannelPlacementGroupCommand_base: {
25
+ new (input: DeleteChannelPlacementGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelPlacementGroupCommandInput, DeleteChannelPlacementGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteChannelPlacementGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelPlacementGroupCommandInput, DeleteChannelPlacementGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Delete the specified ChannelPlacementGroup that exists in the specified Cluster.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { MediaLiveClient, DeleteChannelPlacementGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import
35
+ * // const { MediaLiveClient, DeleteChannelPlacementGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
36
+ * const client = new MediaLiveClient(config);
37
+ * const input = { // DeleteChannelPlacementGroupRequest
38
+ * ChannelPlacementGroupId: "STRING_VALUE", // required
39
+ * ClusterId: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new DeleteChannelPlacementGroupCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // DeleteChannelPlacementGroupResponse
44
+ * // Arn: "STRING_VALUE",
45
+ * // Channels: [ // __listOf__string
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // ClusterId: "STRING_VALUE",
49
+ * // Id: "STRING_VALUE",
50
+ * // Name: "STRING_VALUE",
51
+ * // Nodes: [
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // State: "UNASSIGNED" || "ASSIGNING" || "ASSIGNED" || "DELETING" || "DELETE_FAILED" || "DELETED" || "UNASSIGNING",
55
+ * // };
56
+ *
57
+ * ```
58
+ *
59
+ * @param DeleteChannelPlacementGroupCommandInput - {@link DeleteChannelPlacementGroupCommandInput}
60
+ * @returns {@link DeleteChannelPlacementGroupCommandOutput}
61
+ * @see {@link DeleteChannelPlacementGroupCommandInput} for command's `input` shape.
62
+ * @see {@link DeleteChannelPlacementGroupCommandOutput} for command's `response` shape.
63
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
64
+ *
65
+ * @throws {@link BadGatewayException} (server fault)
66
+ * Placeholder documentation for BadGatewayException
67
+ *
68
+ * @throws {@link BadRequestException} (client fault)
69
+ * Placeholder documentation for BadRequestException
70
+ *
71
+ * @throws {@link ConflictException} (client fault)
72
+ * Placeholder documentation for ConflictException
73
+ *
74
+ * @throws {@link ForbiddenException} (client fault)
75
+ * Placeholder documentation for ForbiddenException
76
+ *
77
+ * @throws {@link GatewayTimeoutException} (server fault)
78
+ * Placeholder documentation for GatewayTimeoutException
79
+ *
80
+ * @throws {@link InternalServerErrorException} (server fault)
81
+ * Placeholder documentation for InternalServerErrorException
82
+ *
83
+ * @throws {@link NotFoundException} (client fault)
84
+ * Placeholder documentation for NotFoundException
85
+ *
86
+ * @throws {@link TooManyRequestsException} (client fault)
87
+ * Placeholder documentation for TooManyRequestsException
88
+ *
89
+ * @throws {@link MediaLiveServiceException}
90
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
91
+ *
92
+ * @public
93
+ */
94
+ export declare class DeleteChannelPlacementGroupCommand extends DeleteChannelPlacementGroupCommand_base {
95
+ }
@@ -0,0 +1,101 @@
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 { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteClusterCommand}.
14
+ */
15
+ export interface DeleteClusterCommandInput extends DeleteClusterRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteClusterCommand}.
21
+ */
22
+ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteClusterCommand_base: {
25
+ new (input: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Delete a Cluster. The Cluster must be idle.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { MediaLiveClient, DeleteClusterCommand } from "@aws-sdk/client-medialive"; // ES Modules import
35
+ * // const { MediaLiveClient, DeleteClusterCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
36
+ * const client = new MediaLiveClient(config);
37
+ * const input = { // DeleteClusterRequest
38
+ * ClusterId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DeleteClusterCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // DeleteClusterResponse
43
+ * // Arn: "STRING_VALUE",
44
+ * // ChannelIds: [ // __listOf__string
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // ClusterType: "ON_PREMISES",
48
+ * // Id: "STRING_VALUE",
49
+ * // InstanceRoleArn: "STRING_VALUE",
50
+ * // Name: "STRING_VALUE",
51
+ * // NetworkSettings: { // ClusterNetworkSettings
52
+ * // DefaultRoute: "STRING_VALUE",
53
+ * // InterfaceMappings: [ // __listOfInterfaceMapping
54
+ * // { // InterfaceMapping
55
+ * // LogicalInterfaceName: "STRING_VALUE",
56
+ * // NetworkId: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // },
60
+ * // State: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING" || "DELETE_FAILED" || "DELETED",
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param DeleteClusterCommandInput - {@link DeleteClusterCommandInput}
66
+ * @returns {@link DeleteClusterCommandOutput}
67
+ * @see {@link DeleteClusterCommandInput} for command's `input` shape.
68
+ * @see {@link DeleteClusterCommandOutput} for command's `response` shape.
69
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
70
+ *
71
+ * @throws {@link BadGatewayException} (server fault)
72
+ * Placeholder documentation for BadGatewayException
73
+ *
74
+ * @throws {@link BadRequestException} (client fault)
75
+ * Placeholder documentation for BadRequestException
76
+ *
77
+ * @throws {@link ConflictException} (client fault)
78
+ * Placeholder documentation for ConflictException
79
+ *
80
+ * @throws {@link ForbiddenException} (client fault)
81
+ * Placeholder documentation for ForbiddenException
82
+ *
83
+ * @throws {@link GatewayTimeoutException} (server fault)
84
+ * Placeholder documentation for GatewayTimeoutException
85
+ *
86
+ * @throws {@link InternalServerErrorException} (server fault)
87
+ * Placeholder documentation for InternalServerErrorException
88
+ *
89
+ * @throws {@link NotFoundException} (client fault)
90
+ * Placeholder documentation for NotFoundException
91
+ *
92
+ * @throws {@link TooManyRequestsException} (client fault)
93
+ * Placeholder documentation for TooManyRequestsException
94
+ *
95
+ * @throws {@link MediaLiveServiceException}
96
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
97
+ *
98
+ * @public
99
+ */
100
+ export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
101
+ }
@@ -0,0 +1,101 @@
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 { DeleteNetworkRequest, DeleteNetworkResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteNetworkCommand}.
14
+ */
15
+ export interface DeleteNetworkCommandInput extends DeleteNetworkRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteNetworkCommand}.
21
+ */
22
+ export interface DeleteNetworkCommandOutput extends DeleteNetworkResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteNetworkCommand_base: {
25
+ new (input: DeleteNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNetworkCommandInput, DeleteNetworkCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNetworkCommandInput, DeleteNetworkCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Delete a Network. The Network must have no resources associated with it.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { MediaLiveClient, DeleteNetworkCommand } from "@aws-sdk/client-medialive"; // ES Modules import
35
+ * // const { MediaLiveClient, DeleteNetworkCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
36
+ * const client = new MediaLiveClient(config);
37
+ * const input = { // DeleteNetworkRequest
38
+ * NetworkId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DeleteNetworkCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // DeleteNetworkResponse
43
+ * // Arn: "STRING_VALUE",
44
+ * // AssociatedClusterIds: [ // __listOf__string
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // Id: "STRING_VALUE",
48
+ * // IpPools: [ // __listOfIpPool
49
+ * // { // IpPool
50
+ * // Cidr: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // Name: "STRING_VALUE",
54
+ * // Routes: [ // __listOfRoute
55
+ * // { // Route
56
+ * // Cidr: "STRING_VALUE",
57
+ * // Gateway: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // State: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING" || "IDLE" || "IN_USE" || "UPDATING" || "DELETE_FAILED" || "DELETED",
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param DeleteNetworkCommandInput - {@link DeleteNetworkCommandInput}
66
+ * @returns {@link DeleteNetworkCommandOutput}
67
+ * @see {@link DeleteNetworkCommandInput} for command's `input` shape.
68
+ * @see {@link DeleteNetworkCommandOutput} for command's `response` shape.
69
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
70
+ *
71
+ * @throws {@link BadGatewayException} (server fault)
72
+ * Placeholder documentation for BadGatewayException
73
+ *
74
+ * @throws {@link BadRequestException} (client fault)
75
+ * Placeholder documentation for BadRequestException
76
+ *
77
+ * @throws {@link ConflictException} (client fault)
78
+ * Placeholder documentation for ConflictException
79
+ *
80
+ * @throws {@link ForbiddenException} (client fault)
81
+ * Placeholder documentation for ForbiddenException
82
+ *
83
+ * @throws {@link GatewayTimeoutException} (server fault)
84
+ * Placeholder documentation for GatewayTimeoutException
85
+ *
86
+ * @throws {@link InternalServerErrorException} (server fault)
87
+ * Placeholder documentation for InternalServerErrorException
88
+ *
89
+ * @throws {@link NotFoundException} (client fault)
90
+ * Placeholder documentation for NotFoundException
91
+ *
92
+ * @throws {@link TooManyRequestsException} (client fault)
93
+ * Placeholder documentation for TooManyRequestsException
94
+ *
95
+ * @throws {@link MediaLiveServiceException}
96
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
97
+ *
98
+ * @public
99
+ */
100
+ export declare class DeleteNetworkCommand extends DeleteNetworkCommand_base {
101
+ }
@@ -0,0 +1,102 @@
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 { DeleteNodeRequest, DeleteNodeResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteNodeCommand}.
14
+ */
15
+ export interface DeleteNodeCommandInput extends DeleteNodeRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteNodeCommand}.
21
+ */
22
+ export interface DeleteNodeCommandOutput extends DeleteNodeResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteNodeCommand_base: {
25
+ new (input: DeleteNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNodeCommandInput, DeleteNodeCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNodeCommandInput, DeleteNodeCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Delete a Node. The Node must be IDLE.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { MediaLiveClient, DeleteNodeCommand } from "@aws-sdk/client-medialive"; // ES Modules import
35
+ * // const { MediaLiveClient, DeleteNodeCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
36
+ * const client = new MediaLiveClient(config);
37
+ * const input = { // DeleteNodeRequest
38
+ * ClusterId: "STRING_VALUE", // required
39
+ * NodeId: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new DeleteNodeCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // DeleteNodeResponse
44
+ * // Arn: "STRING_VALUE",
45
+ * // ChannelPlacementGroups: [ // __listOf__string
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // ClusterId: "STRING_VALUE",
49
+ * // ConnectionState: "CONNECTED" || "DISCONNECTED",
50
+ * // Id: "STRING_VALUE",
51
+ * // InstanceArn: "STRING_VALUE",
52
+ * // Name: "STRING_VALUE",
53
+ * // NodeInterfaceMappings: [ // __listOfNodeInterfaceMapping
54
+ * // { // NodeInterfaceMapping
55
+ * // LogicalInterfaceName: "STRING_VALUE",
56
+ * // NetworkInterfaceMode: "NAT" || "BRIDGE",
57
+ * // PhysicalInterfaceName: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // Role: "BACKUP" || "ACTIVE",
61
+ * // State: "CREATED" || "REGISTERING" || "READY_TO_ACTIVATE" || "REGISTRATION_FAILED" || "ACTIVATION_FAILED" || "ACTIVE" || "READY" || "IN_USE" || "DEREGISTERING" || "DRAINING" || "DEREGISTRATION_FAILED" || "DEREGISTERED",
62
+ * // };
63
+ *
64
+ * ```
65
+ *
66
+ * @param DeleteNodeCommandInput - {@link DeleteNodeCommandInput}
67
+ * @returns {@link DeleteNodeCommandOutput}
68
+ * @see {@link DeleteNodeCommandInput} for command's `input` shape.
69
+ * @see {@link DeleteNodeCommandOutput} for command's `response` shape.
70
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
71
+ *
72
+ * @throws {@link BadGatewayException} (server fault)
73
+ * Placeholder documentation for BadGatewayException
74
+ *
75
+ * @throws {@link BadRequestException} (client fault)
76
+ * Placeholder documentation for BadRequestException
77
+ *
78
+ * @throws {@link ConflictException} (client fault)
79
+ * Placeholder documentation for ConflictException
80
+ *
81
+ * @throws {@link ForbiddenException} (client fault)
82
+ * Placeholder documentation for ForbiddenException
83
+ *
84
+ * @throws {@link GatewayTimeoutException} (server fault)
85
+ * Placeholder documentation for GatewayTimeoutException
86
+ *
87
+ * @throws {@link InternalServerErrorException} (server fault)
88
+ * Placeholder documentation for InternalServerErrorException
89
+ *
90
+ * @throws {@link NotFoundException} (client fault)
91
+ * Placeholder documentation for NotFoundException
92
+ *
93
+ * @throws {@link TooManyRequestsException} (client fault)
94
+ * Placeholder documentation for TooManyRequestsException
95
+ *
96
+ * @throws {@link MediaLiveServiceException}
97
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
98
+ *
99
+ * @public
100
+ */
101
+ export declare class DeleteNodeCommand extends DeleteNodeCommand_base {
102
+ }
@@ -59,7 +59,7 @@ declare const DeleteReservationCommand_base: {
59
59
  * // ReservationId: "STRING_VALUE",
60
60
  * // ResourceSpecification: { // ReservationResourceSpecification
61
61
  * // ChannelClass: "STANDARD" || "SINGLE_PIPELINE",
62
- * // Codec: "MPEG2" || "AVC" || "HEVC" || "AUDIO" || "LINK",
62
+ * // Codec: "MPEG2" || "AVC" || "HEVC" || "AUDIO" || "LINK" || "AV1",
63
63
  * // MaximumBitrate: "MAX_10_MBPS" || "MAX_20_MBPS" || "MAX_50_MBPS",
64
64
  * // MaximumFramerate: "MAX_30_FPS" || "MAX_60_FPS",
65
65
  * // Resolution: "SD" || "HD" || "FHD" || "UHD",