@aws-sdk/client-medialive 3.362.0 → 3.368.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (364) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/MediaLive.js +7 -1
  3. package/dist-cjs/MediaLiveClient.js +5 -5
  4. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +3 -3
  5. package/dist-cjs/commands/BatchDeleteCommand.js +3 -3
  6. package/dist-cjs/commands/BatchStartCommand.js +3 -3
  7. package/dist-cjs/commands/BatchStopCommand.js +3 -3
  8. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +3 -3
  9. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +3 -3
  10. package/dist-cjs/commands/ClaimDeviceCommand.js +3 -3
  11. package/dist-cjs/commands/CreateChannelCommand.js +3 -3
  12. package/dist-cjs/commands/CreateInputCommand.js +3 -3
  13. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +3 -3
  14. package/dist-cjs/commands/CreateMultiplexCommand.js +3 -3
  15. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +3 -3
  16. package/dist-cjs/commands/CreatePartnerInputCommand.js +3 -3
  17. package/dist-cjs/commands/CreateTagsCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteChannelCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteInputCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteMultiplexCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteReservationCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteScheduleCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteTagsCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeAccountConfigurationCommand.js +46 -0
  27. package/dist-cjs/commands/DescribeChannelCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeInputCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeInputDeviceCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeMultiplexCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeOfferingCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeReservationCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeScheduleCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeThumbnailsCommand.js +46 -0
  38. package/dist-cjs/commands/ListChannelsCommand.js +3 -3
  39. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +3 -3
  40. package/dist-cjs/commands/ListInputDevicesCommand.js +3 -3
  41. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +3 -3
  42. package/dist-cjs/commands/ListInputsCommand.js +3 -3
  43. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +3 -3
  44. package/dist-cjs/commands/ListMultiplexesCommand.js +3 -3
  45. package/dist-cjs/commands/ListOfferingsCommand.js +3 -3
  46. package/dist-cjs/commands/ListReservationsCommand.js +3 -3
  47. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  48. package/dist-cjs/commands/PurchaseOfferingCommand.js +3 -3
  49. package/dist-cjs/commands/RebootInputDeviceCommand.js +3 -3
  50. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +3 -3
  51. package/dist-cjs/commands/StartChannelCommand.js +3 -3
  52. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +3 -3
  53. package/dist-cjs/commands/StartMultiplexCommand.js +3 -3
  54. package/dist-cjs/commands/StopChannelCommand.js +3 -3
  55. package/dist-cjs/commands/StopMultiplexCommand.js +3 -3
  56. package/dist-cjs/commands/TransferInputDeviceCommand.js +3 -3
  57. package/dist-cjs/commands/UpdateAccountConfigurationCommand.js +46 -0
  58. package/dist-cjs/commands/UpdateChannelClassCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateChannelCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateInputCommand.js +3 -3
  61. package/dist-cjs/commands/UpdateInputDeviceCommand.js +3 -3
  62. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateMultiplexCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateReservationCommand.js +3 -3
  66. package/dist-cjs/commands/index.js +3 -0
  67. package/dist-cjs/models/MediaLiveServiceException.js +1 -1
  68. package/dist-cjs/models/models_1.js +11 -7
  69. package/dist-cjs/models/models_2.js +5 -0
  70. package/dist-cjs/protocols/Aws_restJson1.js +274 -4
  71. package/dist-cjs/runtimeConfig.browser.js +7 -7
  72. package/dist-cjs/runtimeConfig.js +10 -10
  73. package/dist-cjs/runtimeConfig.shared.js +5 -5
  74. package/dist-cjs/waiters/waitForChannelCreated.js +1 -1
  75. package/dist-cjs/waiters/waitForChannelDeleted.js +1 -1
  76. package/dist-cjs/waiters/waitForChannelRunning.js +1 -1
  77. package/dist-cjs/waiters/waitForChannelStopped.js +1 -1
  78. package/dist-cjs/waiters/waitForInputAttached.js +1 -1
  79. package/dist-cjs/waiters/waitForInputDeleted.js +1 -1
  80. package/dist-cjs/waiters/waitForInputDetached.js +1 -1
  81. package/dist-cjs/waiters/waitForMultiplexCreated.js +1 -1
  82. package/dist-cjs/waiters/waitForMultiplexDeleted.js +1 -1
  83. package/dist-cjs/waiters/waitForMultiplexRunning.js +1 -1
  84. package/dist-cjs/waiters/waitForMultiplexStopped.js +1 -1
  85. package/dist-es/MediaLive.js +7 -1
  86. package/dist-es/MediaLiveClient.js +5 -5
  87. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
  88. package/dist-es/commands/BatchDeleteCommand.js +3 -3
  89. package/dist-es/commands/BatchStartCommand.js +3 -3
  90. package/dist-es/commands/BatchStopCommand.js +3 -3
  91. package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
  92. package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
  93. package/dist-es/commands/ClaimDeviceCommand.js +3 -3
  94. package/dist-es/commands/CreateChannelCommand.js +3 -3
  95. package/dist-es/commands/CreateInputCommand.js +3 -3
  96. package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
  97. package/dist-es/commands/CreateMultiplexCommand.js +3 -3
  98. package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
  99. package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
  100. package/dist-es/commands/CreateTagsCommand.js +3 -3
  101. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  102. package/dist-es/commands/DeleteInputCommand.js +3 -3
  103. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
  104. package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
  105. package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
  106. package/dist-es/commands/DeleteReservationCommand.js +3 -3
  107. package/dist-es/commands/DeleteScheduleCommand.js +3 -3
  108. package/dist-es/commands/DeleteTagsCommand.js +3 -3
  109. package/dist-es/commands/DescribeAccountConfigurationCommand.js +42 -0
  110. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  111. package/dist-es/commands/DescribeInputCommand.js +3 -3
  112. package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
  113. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
  114. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
  115. package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
  116. package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
  117. package/dist-es/commands/DescribeOfferingCommand.js +3 -3
  118. package/dist-es/commands/DescribeReservationCommand.js +3 -3
  119. package/dist-es/commands/DescribeScheduleCommand.js +3 -3
  120. package/dist-es/commands/DescribeThumbnailsCommand.js +42 -0
  121. package/dist-es/commands/ListChannelsCommand.js +3 -3
  122. package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
  123. package/dist-es/commands/ListInputDevicesCommand.js +3 -3
  124. package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
  125. package/dist-es/commands/ListInputsCommand.js +3 -3
  126. package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
  127. package/dist-es/commands/ListMultiplexesCommand.js +3 -3
  128. package/dist-es/commands/ListOfferingsCommand.js +3 -3
  129. package/dist-es/commands/ListReservationsCommand.js +3 -3
  130. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  131. package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
  132. package/dist-es/commands/RebootInputDeviceCommand.js +3 -3
  133. package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
  134. package/dist-es/commands/StartChannelCommand.js +3 -3
  135. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +3 -3
  136. package/dist-es/commands/StartMultiplexCommand.js +3 -3
  137. package/dist-es/commands/StopChannelCommand.js +3 -3
  138. package/dist-es/commands/StopMultiplexCommand.js +3 -3
  139. package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
  140. package/dist-es/commands/UpdateAccountConfigurationCommand.js +42 -0
  141. package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
  142. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  143. package/dist-es/commands/UpdateInputCommand.js +3 -3
  144. package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
  145. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
  146. package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
  147. package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
  148. package/dist-es/commands/UpdateReservationCommand.js +3 -3
  149. package/dist-es/commands/index.js +3 -0
  150. package/dist-es/models/MediaLiveServiceException.js +1 -1
  151. package/dist-es/models/models_1.js +8 -4
  152. package/dist-es/models/models_2.js +4 -1
  153. package/dist-es/protocols/Aws_restJson1.js +265 -1
  154. package/dist-es/runtimeConfig.browser.js +7 -7
  155. package/dist-es/runtimeConfig.js +10 -10
  156. package/dist-es/runtimeConfig.shared.js +5 -5
  157. package/dist-es/waiters/waitForChannelCreated.js +1 -1
  158. package/dist-es/waiters/waitForChannelDeleted.js +1 -1
  159. package/dist-es/waiters/waitForChannelRunning.js +1 -1
  160. package/dist-es/waiters/waitForChannelStopped.js +1 -1
  161. package/dist-es/waiters/waitForInputAttached.js +1 -1
  162. package/dist-es/waiters/waitForInputDeleted.js +1 -1
  163. package/dist-es/waiters/waitForInputDetached.js +1 -1
  164. package/dist-es/waiters/waitForMultiplexCreated.js +1 -1
  165. package/dist-es/waiters/waitForMultiplexDeleted.js +1 -1
  166. package/dist-es/waiters/waitForMultiplexRunning.js +1 -1
  167. package/dist-es/waiters/waitForMultiplexStopped.js +1 -1
  168. package/dist-types/MediaLive.d.ts +22 -1
  169. package/dist-types/MediaLiveClient.d.ts +13 -10
  170. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +3 -3
  171. package/dist-types/commands/BatchDeleteCommand.d.ts +3 -3
  172. package/dist-types/commands/BatchStartCommand.d.ts +3 -3
  173. package/dist-types/commands/BatchStopCommand.d.ts +3 -3
  174. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +3 -3
  175. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +3 -3
  176. package/dist-types/commands/ClaimDeviceCommand.d.ts +3 -3
  177. package/dist-types/commands/CreateChannelCommand.d.ts +9 -3
  178. package/dist-types/commands/CreateInputCommand.d.ts +3 -3
  179. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +3 -3
  180. package/dist-types/commands/CreateMultiplexCommand.d.ts +3 -3
  181. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +3 -3
  182. package/dist-types/commands/CreatePartnerInputCommand.d.ts +3 -3
  183. package/dist-types/commands/CreateTagsCommand.d.ts +3 -3
  184. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -3
  185. package/dist-types/commands/DeleteInputCommand.d.ts +3 -3
  186. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +3 -3
  187. package/dist-types/commands/DeleteMultiplexCommand.d.ts +3 -3
  188. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +3 -3
  189. package/dist-types/commands/DeleteReservationCommand.d.ts +3 -3
  190. package/dist-types/commands/DeleteScheduleCommand.d.ts +3 -3
  191. package/dist-types/commands/DeleteTagsCommand.d.ts +3 -3
  192. package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +91 -0
  193. package/dist-types/commands/DescribeChannelCommand.d.ts +6 -3
  194. package/dist-types/commands/DescribeInputCommand.d.ts +3 -3
  195. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +3 -3
  196. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +3 -3
  197. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +3 -3
  198. package/dist-types/commands/DescribeMultiplexCommand.d.ts +3 -3
  199. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +3 -3
  200. package/dist-types/commands/DescribeOfferingCommand.d.ts +3 -3
  201. package/dist-types/commands/DescribeReservationCommand.d.ts +3 -3
  202. package/dist-types/commands/DescribeScheduleCommand.d.ts +3 -3
  203. package/dist-types/commands/DescribeThumbnailsCommand.d.ts +111 -0
  204. package/dist-types/commands/ListChannelsCommand.d.ts +3 -3
  205. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +3 -3
  206. package/dist-types/commands/ListInputDevicesCommand.d.ts +3 -3
  207. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +3 -3
  208. package/dist-types/commands/ListInputsCommand.d.ts +3 -3
  209. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +3 -3
  210. package/dist-types/commands/ListMultiplexesCommand.d.ts +3 -3
  211. package/dist-types/commands/ListOfferingsCommand.d.ts +3 -3
  212. package/dist-types/commands/ListReservationsCommand.d.ts +3 -3
  213. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  214. package/dist-types/commands/PurchaseOfferingCommand.d.ts +4 -4
  215. package/dist-types/commands/RebootInputDeviceCommand.d.ts +4 -4
  216. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +4 -4
  217. package/dist-types/commands/StartChannelCommand.d.ts +7 -4
  218. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +4 -5
  219. package/dist-types/commands/StartMultiplexCommand.d.ts +3 -3
  220. package/dist-types/commands/StopChannelCommand.d.ts +6 -3
  221. package/dist-types/commands/StopMultiplexCommand.d.ts +3 -3
  222. package/dist-types/commands/TransferInputDeviceCommand.d.ts +3 -3
  223. package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +98 -0
  224. package/dist-types/commands/UpdateChannelClassCommand.d.ts +6 -3
  225. package/dist-types/commands/UpdateChannelCommand.d.ts +9 -3
  226. package/dist-types/commands/UpdateInputCommand.d.ts +3 -3
  227. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +3 -3
  228. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +3 -3
  229. package/dist-types/commands/UpdateMultiplexCommand.d.ts +3 -3
  230. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +3 -3
  231. package/dist-types/commands/UpdateReservationCommand.d.ts +3 -3
  232. package/dist-types/commands/index.d.ts +3 -0
  233. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  234. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  235. package/dist-types/endpoint/ruleset.d.ts +1 -1
  236. package/dist-types/models/MediaLiveServiceException.d.ts +1 -1
  237. package/dist-types/models/models_1.d.ts +129 -193
  238. package/dist-types/models/models_2.d.ts +213 -1
  239. package/dist-types/pagination/DescribeSchedulePaginator.d.ts +1 -1
  240. package/dist-types/pagination/Interfaces.d.ts +1 -1
  241. package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
  242. package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
  243. package/dist-types/pagination/ListInputDevicesPaginator.d.ts +1 -1
  244. package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
  245. package/dist-types/pagination/ListInputsPaginator.d.ts +1 -1
  246. package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
  247. package/dist-types/pagination/ListMultiplexesPaginator.d.ts +1 -1
  248. package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
  249. package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -1
  250. package/dist-types/protocols/Aws_restJson1.d.ts +28 -2
  251. package/dist-types/runtimeConfig.browser.d.ts +21 -21
  252. package/dist-types/runtimeConfig.d.ts +21 -21
  253. package/dist-types/runtimeConfig.native.d.ts +20 -20
  254. package/dist-types/runtimeConfig.shared.d.ts +5 -5
  255. package/dist-types/ts3.4/MediaLive.d.ts +52 -1
  256. package/dist-types/ts3.4/MediaLiveClient.d.ts +37 -21
  257. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +3 -3
  258. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +3 -3
  259. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +3 -3
  260. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +3 -3
  261. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +3 -3
  262. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +3 -3
  263. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +3 -3
  264. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +3 -3
  265. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +3 -3
  266. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +3 -3
  267. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +3 -3
  268. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +3 -3
  269. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +3 -3
  270. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +3 -3
  271. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +3 -3
  272. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +3 -3
  273. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +3 -3
  274. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +3 -3
  275. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +3 -3
  276. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +3 -3
  277. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +3 -3
  278. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +3 -3
  279. package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +42 -0
  280. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +3 -3
  281. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +3 -3
  282. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +3 -3
  283. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +3 -3
  284. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +3 -3
  285. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +3 -3
  286. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +3 -3
  287. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +3 -3
  288. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +3 -3
  289. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +3 -3
  290. package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +39 -0
  291. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +3 -3
  292. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +3 -3
  293. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +3 -3
  294. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +3 -3
  295. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +3 -3
  296. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +3 -3
  297. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +3 -3
  298. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +3 -3
  299. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +3 -3
  300. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  301. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +4 -4
  302. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +4 -4
  303. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +4 -4
  304. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +4 -4
  305. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +7 -5
  306. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +3 -3
  307. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +3 -3
  308. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +3 -3
  309. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +3 -3
  310. package/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +42 -0
  311. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +3 -3
  312. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +3 -3
  313. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +3 -3
  314. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +3 -3
  315. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +3 -3
  316. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +3 -3
  317. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +3 -3
  318. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +3 -3
  319. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  320. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  321. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  322. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  323. package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +1 -1
  324. package/dist-types/ts3.4/models/models_1.d.ts +41 -54
  325. package/dist-types/ts3.4/models/models_2.d.ts +60 -0
  326. package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +1 -1
  327. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  328. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +1 -1
  329. package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
  330. package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +1 -1
  331. package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
  332. package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +1 -1
  333. package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
  334. package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +1 -1
  335. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +1 -1
  336. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +1 -1
  337. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +40 -2
  338. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +36 -41
  339. package/dist-types/ts3.4/runtimeConfig.d.ts +36 -38
  340. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -39
  341. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +5 -5
  342. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +1 -1
  343. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +1 -1
  344. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +1 -1
  345. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +1 -1
  346. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +1 -1
  347. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +1 -1
  348. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +1 -1
  349. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +1 -1
  350. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +1 -1
  351. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +1 -1
  352. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +1 -1
  353. package/dist-types/waiters/waitForChannelCreated.d.ts +1 -1
  354. package/dist-types/waiters/waitForChannelDeleted.d.ts +1 -1
  355. package/dist-types/waiters/waitForChannelRunning.d.ts +1 -1
  356. package/dist-types/waiters/waitForChannelStopped.d.ts +1 -1
  357. package/dist-types/waiters/waitForInputAttached.d.ts +1 -1
  358. package/dist-types/waiters/waitForInputDeleted.d.ts +1 -1
  359. package/dist-types/waiters/waitForInputDetached.d.ts +1 -1
  360. package/dist-types/waiters/waitForMultiplexCreated.d.ts +1 -1
  361. package/dist-types/waiters/waitForMultiplexDeleted.d.ts +1 -1
  362. package/dist-types/waiters/waitForMultiplexRunning.d.ts +1 -1
  363. package/dist-types/waiters/waitForMultiplexStopped.d.ts +1 -1
  364. package/package.json +33 -32
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_StartChannelCommand, se_StartChannelCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class StartChannelCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_StartInputDeviceMaintenanceWindowCommand, se_StartInputDeviceMaintenanceWindowCommand, } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class StartInputDeviceMaintenanceWindowCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_StartMultiplexCommand, se_StartMultiplexCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class StartMultiplexCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_StopChannelCommand, se_StopChannelCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class StopChannelCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_StopMultiplexCommand, se_StopMultiplexCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class StopMultiplexCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_TransferInputDeviceCommand, se_TransferInputDeviceCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class TransferInputDeviceCommand extends $Command {
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { de_UpdateAccountConfigurationCommand, se_UpdateAccountConfigurationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
6
+ export class UpdateAccountConfigurationCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, UpdateAccountConfigurationCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "MediaLiveClient";
25
+ const commandName = "UpdateAccountConfigurationCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: (_) => _,
31
+ outputFilterSensitiveLog: (_) => _,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_UpdateAccountConfigurationCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_UpdateAccountConfigurationCommand(output, context);
41
+ }
42
+ }
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UpdateChannelClassCommand, se_UpdateChannelClassCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class UpdateChannelClassCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class UpdateChannelCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UpdateInputCommand, se_UpdateInputCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class UpdateInputCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UpdateInputDeviceCommand, se_UpdateInputDeviceCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class UpdateInputDeviceCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UpdateInputSecurityGroupCommand, se_UpdateInputSecurityGroupCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class UpdateInputSecurityGroupCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UpdateMultiplexCommand, se_UpdateMultiplexCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class UpdateMultiplexCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UpdateMultiplexProgramCommand, se_UpdateMultiplexProgramCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class UpdateMultiplexProgramCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UpdateReservationCommand, se_UpdateReservationCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class UpdateReservationCommand extends $Command {
@@ -20,6 +20,7 @@ export * from "./DeleteMultiplexProgramCommand";
20
20
  export * from "./DeleteReservationCommand";
21
21
  export * from "./DeleteScheduleCommand";
22
22
  export * from "./DeleteTagsCommand";
23
+ export * from "./DescribeAccountConfigurationCommand";
23
24
  export * from "./DescribeChannelCommand";
24
25
  export * from "./DescribeInputCommand";
25
26
  export * from "./DescribeInputDeviceCommand";
@@ -30,6 +31,7 @@ export * from "./DescribeMultiplexProgramCommand";
30
31
  export * from "./DescribeOfferingCommand";
31
32
  export * from "./DescribeReservationCommand";
32
33
  export * from "./DescribeScheduleCommand";
34
+ export * from "./DescribeThumbnailsCommand";
33
35
  export * from "./ListChannelsCommand";
34
36
  export * from "./ListInputDeviceTransfersCommand";
35
37
  export * from "./ListInputDevicesCommand";
@@ -49,6 +51,7 @@ export * from "./StartMultiplexCommand";
49
51
  export * from "./StopChannelCommand";
50
52
  export * from "./StopMultiplexCommand";
51
53
  export * from "./TransferInputDeviceCommand";
54
+ export * from "./UpdateAccountConfigurationCommand";
52
55
  export * from "./UpdateChannelClassCommand";
53
56
  export * from "./UpdateChannelCommand";
54
57
  export * from "./UpdateInputCommand";
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
1
+ import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
2
2
  export { __ServiceException };
3
3
  export class MediaLiveServiceException extends __ServiceException {
4
4
  constructor(options) {
@@ -158,6 +158,10 @@ export const FollowPoint = {
158
158
  END: "END",
159
159
  START: "START",
160
160
  };
161
+ export const ThumbnailType = {
162
+ CURRENT_ACTIVE: "CURRENT_ACTIVE",
163
+ UNSPECIFIED: "UNSPECIFIED",
164
+ };
161
165
  export const InputDeviceTransferType = {
162
166
  INCOMING: "INCOMING",
163
167
  OUTGOING: "OUTGOING",
@@ -632,6 +636,10 @@ export const NielsenPcmToId3TaggingState = {
632
636
  DISABLED: "DISABLED",
633
637
  ENABLED: "ENABLED",
634
638
  };
639
+ export const ThumbnailState = {
640
+ AUTO: "AUTO",
641
+ DISABLED: "DISABLED",
642
+ };
635
643
  export const TimecodeConfigSource = {
636
644
  EMBEDDED: "EMBEDDED",
637
645
  SYSTEMCLOCK: "SYSTEMCLOCK",
@@ -645,10 +653,6 @@ export const PreferredChannelPipeline = {
645
653
  PIPELINE_0: "PIPELINE_0",
646
654
  PIPELINE_1: "PIPELINE_1",
647
655
  };
648
- export const RebootInputDeviceForce = {
649
- NO: "NO",
650
- YES: "YES",
651
- };
652
656
  export const DescribeInputDeviceThumbnailResponseFilterSensitiveLog = (obj) => ({
653
657
  ...obj,
654
658
  });
@@ -1 +1,4 @@
1
- export {};
1
+ export const RebootInputDeviceForce = {
2
+ NO: "NO",
3
+ YES: "YES",
4
+ };
@@ -1,5 +1,5 @@
1
- import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseRfc7231DateTime as __parseRfc7231DateTime, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, strictParseLong as __strictParseLong, take, withBaseException, } from "@aws-sdk/smithy-client";
2
1
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
2
+ import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, parseRfc7231DateTime as __parseRfc7231DateTime, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, strictParseLong as __strictParseLong, take, withBaseException, } from "@smithy/smithy-client";
3
3
  import { v4 as generateIdempotencyToken } from "uuid";
4
4
  import { MediaLiveServiceException as __BaseException } from "../models/MediaLiveServiceException";
5
5
  import { BadGatewayException, BadRequestException, ConflictException, ForbiddenException, GatewayTimeoutException, InternalServerErrorException, NotFoundException, TooManyRequestsException, UnprocessableEntityException, } from "../models/models_1";
@@ -454,6 +454,24 @@ export const se_DeleteTagsCommand = async (input, context) => {
454
454
  body,
455
455
  });
456
456
  };
457
+ export const se_DescribeAccountConfigurationCommand = async (input, context) => {
458
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
459
+ const headers = {
460
+ "content-type": "application/json",
461
+ };
462
+ const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/accountConfiguration";
463
+ let body;
464
+ body = "";
465
+ return new __HttpRequest({
466
+ protocol,
467
+ hostname,
468
+ port,
469
+ method: "GET",
470
+ headers,
471
+ path: resolvedPath,
472
+ body,
473
+ });
474
+ };
457
475
  export const se_DescribeChannelCommand = async (input, context) => {
458
476
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
459
477
  const headers = {};
@@ -625,6 +643,27 @@ export const se_DescribeScheduleCommand = async (input, context) => {
625
643
  body,
626
644
  });
627
645
  };
646
+ export const se_DescribeThumbnailsCommand = async (input, context) => {
647
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
648
+ const headers = {};
649
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/channels/{ChannelId}/thumbnails";
650
+ resolvedPath = __resolvedPath(resolvedPath, input, "ChannelId", () => input.ChannelId, "{ChannelId}", false);
651
+ const query = map({
652
+ pipelineId: [, __expectNonNull(input.PipelineId, `PipelineId`)],
653
+ thumbnailType: [, __expectNonNull(input.ThumbnailType, `ThumbnailType`)],
654
+ });
655
+ let body;
656
+ return new __HttpRequest({
657
+ protocol,
658
+ hostname,
659
+ port,
660
+ method: "GET",
661
+ headers,
662
+ path: resolvedPath,
663
+ query,
664
+ body,
665
+ });
666
+ };
628
667
  export const se_ListChannelsCommand = async (input, context) => {
629
668
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
630
669
  const headers = {};
@@ -1009,6 +1048,26 @@ export const se_TransferInputDeviceCommand = async (input, context) => {
1009
1048
  body,
1010
1049
  });
1011
1050
  };
1051
+ export const se_UpdateAccountConfigurationCommand = async (input, context) => {
1052
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
1053
+ const headers = {
1054
+ "content-type": "application/json",
1055
+ };
1056
+ const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/accountConfiguration";
1057
+ let body;
1058
+ body = JSON.stringify(take(input, {
1059
+ accountConfiguration: [, (_) => se_AccountConfiguration(_, context), `AccountConfiguration`],
1060
+ }));
1061
+ return new __HttpRequest({
1062
+ protocol,
1063
+ hostname,
1064
+ port,
1065
+ method: "PUT",
1066
+ headers,
1067
+ path: resolvedPath,
1068
+ body,
1069
+ });
1070
+ };
1012
1071
  export const se_UpdateChannelCommand = async (input, context) => {
1013
1072
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
1014
1073
  const headers = {
@@ -2366,6 +2425,54 @@ const de_DeleteTagsCommandError = async (output, context) => {
2366
2425
  });
2367
2426
  }
2368
2427
  };
2428
+ export const de_DescribeAccountConfigurationCommand = async (output, context) => {
2429
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2430
+ return de_DescribeAccountConfigurationCommandError(output, context);
2431
+ }
2432
+ const contents = map({
2433
+ $metadata: deserializeMetadata(output),
2434
+ });
2435
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2436
+ const doc = take(data, {
2437
+ AccountConfiguration: [, (_) => de_AccountConfiguration(_, context), `accountConfiguration`],
2438
+ });
2439
+ Object.assign(contents, doc);
2440
+ return contents;
2441
+ };
2442
+ const de_DescribeAccountConfigurationCommandError = async (output, context) => {
2443
+ const parsedOutput = {
2444
+ ...output,
2445
+ body: await parseErrorBody(output.body, context),
2446
+ };
2447
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2448
+ switch (errorCode) {
2449
+ case "BadGatewayException":
2450
+ case "com.amazonaws.medialive#BadGatewayException":
2451
+ throw await de_BadGatewayExceptionRes(parsedOutput, context);
2452
+ case "BadRequestException":
2453
+ case "com.amazonaws.medialive#BadRequestException":
2454
+ throw await de_BadRequestExceptionRes(parsedOutput, context);
2455
+ case "ForbiddenException":
2456
+ case "com.amazonaws.medialive#ForbiddenException":
2457
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
2458
+ case "GatewayTimeoutException":
2459
+ case "com.amazonaws.medialive#GatewayTimeoutException":
2460
+ throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
2461
+ case "InternalServerErrorException":
2462
+ case "com.amazonaws.medialive#InternalServerErrorException":
2463
+ throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
2464
+ case "TooManyRequestsException":
2465
+ case "com.amazonaws.medialive#TooManyRequestsException":
2466
+ throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
2467
+ default:
2468
+ const parsedBody = parsedOutput.body;
2469
+ return throwDefaultError({
2470
+ output,
2471
+ parsedBody,
2472
+ errorCode,
2473
+ });
2474
+ }
2475
+ };
2369
2476
  export const de_DescribeChannelCommand = async (output, context) => {
2370
2477
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2371
2478
  return de_DescribeChannelCommandError(output, context);
@@ -2975,6 +3082,60 @@ const de_DescribeScheduleCommandError = async (output, context) => {
2975
3082
  });
2976
3083
  }
2977
3084
  };
3085
+ export const de_DescribeThumbnailsCommand = async (output, context) => {
3086
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3087
+ return de_DescribeThumbnailsCommandError(output, context);
3088
+ }
3089
+ const contents = map({
3090
+ $metadata: deserializeMetadata(output),
3091
+ });
3092
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3093
+ const doc = take(data, {
3094
+ ThumbnailDetails: [, (_) => de___listOfThumbnailDetail(_, context), `thumbnailDetails`],
3095
+ });
3096
+ Object.assign(contents, doc);
3097
+ return contents;
3098
+ };
3099
+ const de_DescribeThumbnailsCommandError = async (output, context) => {
3100
+ const parsedOutput = {
3101
+ ...output,
3102
+ body: await parseErrorBody(output.body, context),
3103
+ };
3104
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
3105
+ switch (errorCode) {
3106
+ case "BadGatewayException":
3107
+ case "com.amazonaws.medialive#BadGatewayException":
3108
+ throw await de_BadGatewayExceptionRes(parsedOutput, context);
3109
+ case "BadRequestException":
3110
+ case "com.amazonaws.medialive#BadRequestException":
3111
+ throw await de_BadRequestExceptionRes(parsedOutput, context);
3112
+ case "ConflictException":
3113
+ case "com.amazonaws.medialive#ConflictException":
3114
+ throw await de_ConflictExceptionRes(parsedOutput, context);
3115
+ case "ForbiddenException":
3116
+ case "com.amazonaws.medialive#ForbiddenException":
3117
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
3118
+ case "GatewayTimeoutException":
3119
+ case "com.amazonaws.medialive#GatewayTimeoutException":
3120
+ throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
3121
+ case "InternalServerErrorException":
3122
+ case "com.amazonaws.medialive#InternalServerErrorException":
3123
+ throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
3124
+ case "NotFoundException":
3125
+ case "com.amazonaws.medialive#NotFoundException":
3126
+ throw await de_NotFoundExceptionRes(parsedOutput, context);
3127
+ case "TooManyRequestsException":
3128
+ case "com.amazonaws.medialive#TooManyRequestsException":
3129
+ throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
3130
+ default:
3131
+ const parsedBody = parsedOutput.body;
3132
+ return throwDefaultError({
3133
+ output,
3134
+ parsedBody,
3135
+ errorCode,
3136
+ });
3137
+ }
3138
+ };
2978
3139
  export const de_ListChannelsCommand = async (output, context) => {
2979
3140
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2980
3141
  return de_ListChannelsCommandError(output, context);
@@ -3992,6 +4153,57 @@ const de_TransferInputDeviceCommandError = async (output, context) => {
3992
4153
  });
3993
4154
  }
3994
4155
  };
4156
+ export const de_UpdateAccountConfigurationCommand = async (output, context) => {
4157
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4158
+ return de_UpdateAccountConfigurationCommandError(output, context);
4159
+ }
4160
+ const contents = map({
4161
+ $metadata: deserializeMetadata(output),
4162
+ });
4163
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
4164
+ const doc = take(data, {
4165
+ AccountConfiguration: [, (_) => de_AccountConfiguration(_, context), `accountConfiguration`],
4166
+ });
4167
+ Object.assign(contents, doc);
4168
+ return contents;
4169
+ };
4170
+ const de_UpdateAccountConfigurationCommandError = async (output, context) => {
4171
+ const parsedOutput = {
4172
+ ...output,
4173
+ body: await parseErrorBody(output.body, context),
4174
+ };
4175
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
4176
+ switch (errorCode) {
4177
+ case "BadGatewayException":
4178
+ case "com.amazonaws.medialive#BadGatewayException":
4179
+ throw await de_BadGatewayExceptionRes(parsedOutput, context);
4180
+ case "BadRequestException":
4181
+ case "com.amazonaws.medialive#BadRequestException":
4182
+ throw await de_BadRequestExceptionRes(parsedOutput, context);
4183
+ case "ForbiddenException":
4184
+ case "com.amazonaws.medialive#ForbiddenException":
4185
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
4186
+ case "GatewayTimeoutException":
4187
+ case "com.amazonaws.medialive#GatewayTimeoutException":
4188
+ throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
4189
+ case "InternalServerErrorException":
4190
+ case "com.amazonaws.medialive#InternalServerErrorException":
4191
+ throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
4192
+ case "TooManyRequestsException":
4193
+ case "com.amazonaws.medialive#TooManyRequestsException":
4194
+ throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
4195
+ case "UnprocessableEntityException":
4196
+ case "com.amazonaws.medialive#UnprocessableEntityException":
4197
+ throw await de_UnprocessableEntityExceptionRes(parsedOutput, context);
4198
+ default:
4199
+ const parsedBody = parsedOutput.body;
4200
+ return throwDefaultError({
4201
+ output,
4202
+ parsedBody,
4203
+ errorCode,
4204
+ });
4205
+ }
4206
+ };
3995
4207
  export const de_UpdateChannelCommand = async (output, context) => {
3996
4208
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3997
4209
  return de_UpdateChannelCommandError(output, context);
@@ -4748,6 +4960,11 @@ const se_Ac3Settings = (input, context) => {
4748
4960
  metadataControl: [, , `MetadataControl`],
4749
4961
  });
4750
4962
  };
4963
+ const se_AccountConfiguration = (input, context) => {
4964
+ return take(input, {
4965
+ kmsKeyId: [, , `KmsKeyId`],
4966
+ });
4967
+ };
4751
4968
  const se_AncillarySourceSettings = (input, context) => {
4752
4969
  return take(input, {
4753
4970
  sourceAncillaryChannelNumber: [, , `SourceAncillaryChannelNumber`],
@@ -5129,6 +5346,7 @@ const se_EncoderSettings = (input, context) => {
5129
5346
  motionGraphicsConfiguration: [, (_) => se_MotionGraphicsConfiguration(_, context), `MotionGraphicsConfiguration`],
5130
5347
  nielsenConfiguration: [, (_) => se_NielsenConfiguration(_, context), `NielsenConfiguration`],
5131
5348
  outputGroups: [, (_) => se___listOfOutputGroup(_, context), `OutputGroups`],
5349
+ thumbnailConfiguration: [, (_) => se_ThumbnailConfiguration(_, context), `ThumbnailConfiguration`],
5132
5350
  timecodeConfig: [, (_) => se_TimecodeConfig(_, context), `TimecodeConfig`],
5133
5351
  videoDescriptions: [, (_) => se___listOfVideoDescription(_, context), `VideoDescriptions`],
5134
5352
  });
@@ -6175,6 +6393,11 @@ const se_TemporalFilterSettings = (input, context) => {
6175
6393
  strength: [, , `Strength`],
6176
6394
  });
6177
6395
  };
6396
+ const se_ThumbnailConfiguration = (input, context) => {
6397
+ return take(input, {
6398
+ state: [, , `State`],
6399
+ });
6400
+ };
6178
6401
  const se_TimecodeBurninSettings = (input, context) => {
6179
6402
  return take(input, {
6180
6403
  fontSize: [, , `FontSize`],
@@ -6582,6 +6805,22 @@ const de___listOfScte35Descriptor = (output, context) => {
6582
6805
  });
6583
6806
  return retVal;
6584
6807
  };
6808
+ const de___listOfThumbnail = (output, context) => {
6809
+ const retVal = (output || [])
6810
+ .filter((e) => e != null)
6811
+ .map((entry) => {
6812
+ return de_Thumbnail(entry, context);
6813
+ });
6814
+ return retVal;
6815
+ };
6816
+ const de___listOfThumbnailDetail = (output, context) => {
6817
+ const retVal = (output || [])
6818
+ .filter((e) => e != null)
6819
+ .map((entry) => {
6820
+ return de_ThumbnailDetail(entry, context);
6821
+ });
6822
+ return retVal;
6823
+ };
6585
6824
  const de___listOfTransferringInputDeviceSummary = (output, context) => {
6586
6825
  const retVal = (output || [])
6587
6826
  .filter((e) => e != null)
@@ -6630,6 +6869,11 @@ const de_Ac3Settings = (output, context) => {
6630
6869
  MetadataControl: [, __expectString, `metadataControl`],
6631
6870
  });
6632
6871
  };
6872
+ const de_AccountConfiguration = (output, context) => {
6873
+ return take(output, {
6874
+ KmsKeyId: [, __expectString, `kmsKeyId`],
6875
+ });
6876
+ };
6633
6877
  const de_AncillarySourceSettings = (output, context) => {
6634
6878
  return take(output, {
6635
6879
  SourceAncillaryChannelNumber: [, __expectInt32, `sourceAncillaryChannelNumber`],
@@ -7077,6 +7321,7 @@ const de_EncoderSettings = (output, context) => {
7077
7321
  ],
7078
7322
  NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
7079
7323
  OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
7324
+ ThumbnailConfiguration: [, (_) => de_ThumbnailConfiguration(_, context), `thumbnailConfiguration`],
7080
7325
  TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
7081
7326
  VideoDescriptions: [, (_) => de___listOfVideoDescription(_, context), `videoDescriptions`],
7082
7327
  });
@@ -8338,6 +8583,25 @@ const de_TemporalFilterSettings = (output, context) => {
8338
8583
  Strength: [, __expectString, `strength`],
8339
8584
  });
8340
8585
  };
8586
+ const de_Thumbnail = (output, context) => {
8587
+ return take(output, {
8588
+ Body: [, __expectString, `body`],
8589
+ ContentType: [, __expectString, `contentType`],
8590
+ ThumbnailType: [, __expectString, `thumbnailType`],
8591
+ TimeStamp: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `timeStamp`],
8592
+ });
8593
+ };
8594
+ const de_ThumbnailConfiguration = (output, context) => {
8595
+ return take(output, {
8596
+ State: [, __expectString, `state`],
8597
+ });
8598
+ };
8599
+ const de_ThumbnailDetail = (output, context) => {
8600
+ return take(output, {
8601
+ PipelineId: [, __expectString, `pipelineId`],
8602
+ Thumbnails: [, (_) => de___listOfThumbnail(_, context), `thumbnails`],
8603
+ });
8604
+ };
8341
8605
  const de_TimecodeBurninSettings = (output, context) => {
8342
8606
  return take(output, {
8343
8607
  FontSize: [, __expectString, `fontSize`],
@@ -1,14 +1,14 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
4
- import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
- import { invalidProvider } from "@aws-sdk/invalid-dependency";
6
- import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
7
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry";
8
3
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
4
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
+ import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
+ import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { calculateBodyLength } from "@smithy/util-body-length-browser";
8
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
9
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
10
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);