@aws-sdk/client-ivs 3.33.0 → 3.36.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 (343) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/Ivs.js +1 -364
  3. package/dist-cjs/IvsClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/BatchGetChannelCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/BatchGetStreamKeyCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/CreateChannelCommand.js +2 -27
  7. package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +36 -0
  8. package/{dist/cjs → dist-cjs}/commands/CreateStreamKeyCommand.js +2 -30
  9. package/{dist/cjs → dist-cjs}/commands/DeleteChannelCommand.js +2 -31
  10. package/{dist/cjs → dist-cjs}/commands/DeletePlaybackKeyPairCommand.js +2 -29
  11. package/{dist/cjs → dist-cjs}/commands/DeleteRecordingConfigurationCommand.js +2 -32
  12. package/{dist/cjs → dist-cjs}/commands/DeleteStreamKeyCommand.js +2 -28
  13. package/{dist/cjs → dist-cjs}/commands/GetChannelCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/GetPlaybackKeyPairCommand.js +2 -31
  15. package/{dist/cjs → dist-cjs}/commands/GetRecordingConfigurationCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/GetStreamCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/GetStreamKeyCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/ImportPlaybackKeyPairCommand.js +2 -31
  19. package/{dist/cjs → dist-cjs}/commands/ListChannelsCommand.js +2 -30
  20. package/{dist/cjs → dist-cjs}/commands/ListPlaybackKeyPairsCommand.js +2 -28
  21. package/{dist/cjs → dist-cjs}/commands/ListRecordingConfigurationsCommand.js +2 -28
  22. package/{dist/cjs → dist-cjs}/commands/ListStreamKeysCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/ListStreamsCommand.js +2 -28
  24. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/PutMetadataCommand.js +2 -33
  26. package/{dist/cjs → dist-cjs}/commands/StopStreamCommand.js +2 -34
  27. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/UpdateChannelCommand.js +2 -28
  30. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  31. package/{dist/cjs → dist-cjs}/index.js +0 -1
  32. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  33. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -214
  34. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  35. package/{dist/cjs → dist-cjs}/pagination/ListChannelsPaginator.js +1 -12
  36. package/{dist/cjs → dist-cjs}/pagination/ListPlaybackKeyPairsPaginator.js +1 -12
  37. package/{dist/cjs → dist-cjs}/pagination/ListRecordingConfigurationsPaginator.js +1 -12
  38. package/{dist/cjs → dist-cjs}/pagination/ListStreamKeysPaginator.js +1 -12
  39. package/{dist/cjs → dist-cjs}/pagination/ListStreamsPaginator.js +1 -12
  40. package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -12
  41. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +23 -29
  42. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  43. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  44. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  45. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  46. package/{dist/es → dist-es}/Ivs.js +2 -365
  47. package/dist-es/IvsClient.js +37 -0
  48. package/{dist/es → dist-es}/commands/BatchGetChannelCommand.js +4 -30
  49. package/{dist/es → dist-es}/commands/BatchGetStreamKeyCommand.js +4 -30
  50. package/{dist/es → dist-es}/commands/CreateChannelCommand.js +4 -30
  51. package/{dist/es → dist-es}/commands/CreateRecordingConfigurationCommand.js +4 -41
  52. package/{dist/es → dist-es}/commands/CreateStreamKeyCommand.js +4 -33
  53. package/{dist/es → dist-es}/commands/DeleteChannelCommand.js +4 -34
  54. package/{dist/es → dist-es}/commands/DeletePlaybackKeyPairCommand.js +4 -32
  55. package/{dist/es → dist-es}/commands/DeleteRecordingConfigurationCommand.js +4 -35
  56. package/{dist/es → dist-es}/commands/DeleteStreamKeyCommand.js +4 -31
  57. package/{dist/es → dist-es}/commands/GetChannelCommand.js +4 -30
  58. package/{dist/es → dist-es}/commands/GetPlaybackKeyPairCommand.js +4 -34
  59. package/{dist/es → dist-es}/commands/GetRecordingConfigurationCommand.js +4 -30
  60. package/{dist/es → dist-es}/commands/GetStreamCommand.js +4 -30
  61. package/{dist/es → dist-es}/commands/GetStreamKeyCommand.js +4 -30
  62. package/{dist/es → dist-es}/commands/ImportPlaybackKeyPairCommand.js +4 -34
  63. package/{dist/es → dist-es}/commands/ListChannelsCommand.js +4 -33
  64. package/{dist/es → dist-es}/commands/ListPlaybackKeyPairsCommand.js +4 -31
  65. package/{dist/es → dist-es}/commands/ListRecordingConfigurationsCommand.js +4 -31
  66. package/{dist/es → dist-es}/commands/ListStreamKeysCommand.js +4 -30
  67. package/{dist/es → dist-es}/commands/ListStreamsCommand.js +4 -31
  68. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  69. package/{dist/es → dist-es}/commands/PutMetadataCommand.js +4 -36
  70. package/{dist/es → dist-es}/commands/StopStreamCommand.js +4 -37
  71. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  72. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  73. package/{dist/es → dist-es}/commands/UpdateChannelCommand.js +4 -31
  74. package/{dist/es → dist-es}/endpoints.js +1 -2
  75. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  76. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  77. package/{dist/es → dist-es}/models/models_0.js +0 -214
  78. package/dist-es/pagination/Interfaces.js +1 -0
  79. package/{dist/es → dist-es}/pagination/ListChannelsPaginator.js +17 -30
  80. package/{dist/es → dist-es}/pagination/ListPlaybackKeyPairsPaginator.js +17 -30
  81. package/{dist/es → dist-es}/pagination/ListRecordingConfigurationsPaginator.js +17 -30
  82. package/{dist/es → dist-es}/pagination/ListStreamKeysPaginator.js +17 -30
  83. package/{dist/es → dist-es}/pagination/ListStreamsPaginator.js +17 -30
  84. package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +17 -30
  85. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +606 -612
  86. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  87. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  88. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  89. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  90. package/{dist/types → dist-types}/Ivs.d.ts +2 -2
  91. package/{dist/types → dist-types}/IvsClient.d.ts +8 -8
  92. package/{dist/types → dist-types}/commands/BatchGetChannelCommand.d.ts +2 -2
  93. package/{dist/types → dist-types}/commands/BatchGetStreamKeyCommand.d.ts +2 -2
  94. package/{dist/types → dist-types}/commands/CreateChannelCommand.d.ts +2 -2
  95. package/{dist/types → dist-types}/commands/CreateRecordingConfigurationCommand.d.ts +2 -2
  96. package/{dist/types → dist-types}/commands/CreateStreamKeyCommand.d.ts +2 -2
  97. package/{dist/types → dist-types}/commands/DeleteChannelCommand.d.ts +2 -2
  98. package/{dist/types → dist-types}/commands/DeletePlaybackKeyPairCommand.d.ts +2 -2
  99. package/{dist/types → dist-types}/commands/DeleteRecordingConfigurationCommand.d.ts +2 -2
  100. package/{dist/types → dist-types}/commands/DeleteStreamKeyCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/GetChannelCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/GetPlaybackKeyPairCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/GetRecordingConfigurationCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/commands/GetStreamCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/GetStreamKeyCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/ImportPlaybackKeyPairCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/ListChannelsCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/commands/ListPlaybackKeyPairsCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/commands/ListRecordingConfigurationsCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/ListStreamKeysCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/ListStreamsCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/PutMetadataCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/StopStreamCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/UpdateChannelCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  119. package/{index.ts → dist-types/index.d.ts} +0 -0
  120. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  121. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  122. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  123. package/{dist/types → dist-types}/pagination/ListChannelsPaginator.d.ts +1 -1
  124. package/{dist/types → dist-types}/pagination/ListPlaybackKeyPairsPaginator.d.ts +1 -1
  125. package/{dist/types → dist-types}/pagination/ListRecordingConfigurationsPaginator.d.ts +1 -1
  126. package/{dist/types → dist-types}/pagination/ListStreamKeysPaginator.d.ts +1 -1
  127. package/{dist/types → dist-types}/pagination/ListStreamsPaginator.d.ts +1 -1
  128. package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  129. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  130. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  131. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  132. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  133. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  134. package/dist-types/ts3.4/Ivs.d.ts +135 -0
  135. package/dist-types/ts3.4/IvsClient.d.ts +93 -0
  136. package/{dist/types → dist-types}/ts3.4/commands/BatchGetChannelCommand.d.ts +4 -22
  137. package/{dist/types → dist-types}/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +4 -22
  138. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +17 -0
  147. package/{dist/types → dist-types}/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +4 -22
  148. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +17 -0
  153. package/{dist/types → dist-types}/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +4 -23
  154. package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +17 -0
  156. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  157. package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
  162. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  163. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  164. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  165. package/dist-types/ts3.4/models/models_0.d.ts +798 -0
  166. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  167. package/{dist/types → dist-types}/ts3.4/pagination/ListChannelsPaginator.d.ts +1 -1
  168. package/{dist/types → dist-types}/ts3.4/pagination/ListPlaybackKeyPairsPaginator.d.ts +1 -1
  169. package/{dist/types → dist-types}/ts3.4/pagination/ListRecordingConfigurationsPaginator.d.ts +1 -1
  170. package/{dist/types → dist-types}/ts3.4/pagination/ListStreamKeysPaginator.d.ts +1 -1
  171. package/{dist/types → dist-types}/ts3.4/pagination/ListStreamsPaginator.d.ts +1 -1
  172. package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  173. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  174. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  175. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  176. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  177. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  178. package/package.json +52 -49
  179. package/Ivs.ts +0 -1316
  180. package/IvsClient.ts +0 -696
  181. package/commands/BatchGetChannelCommand.ts +0 -94
  182. package/commands/BatchGetStreamKeyCommand.ts +0 -94
  183. package/commands/CreateChannelCommand.ts +0 -94
  184. package/commands/CreateRecordingConfigurationCommand.ts +0 -110
  185. package/commands/CreateStreamKeyCommand.ts +0 -97
  186. package/commands/DeleteChannelCommand.ts +0 -98
  187. package/commands/DeletePlaybackKeyPairCommand.ts +0 -96
  188. package/commands/DeleteRecordingConfigurationCommand.ts +0 -102
  189. package/commands/DeleteStreamKeyCommand.ts +0 -95
  190. package/commands/GetChannelCommand.ts +0 -94
  191. package/commands/GetPlaybackKeyPairCommand.ts +0 -98
  192. package/commands/GetRecordingConfigurationCommand.ts +0 -97
  193. package/commands/GetStreamCommand.ts +0 -90
  194. package/commands/GetStreamKeyCommand.ts +0 -94
  195. package/commands/ImportPlaybackKeyPairCommand.ts +0 -98
  196. package/commands/ListChannelsCommand.ts +0 -97
  197. package/commands/ListPlaybackKeyPairsCommand.ts +0 -95
  198. package/commands/ListRecordingConfigurationsCommand.ts +0 -100
  199. package/commands/ListStreamKeysCommand.ts +0 -94
  200. package/commands/ListStreamsCommand.ts +0 -95
  201. package/commands/ListTagsForResourceCommand.ts +0 -94
  202. package/commands/PutMetadataCommand.ts +0 -100
  203. package/commands/StopStreamCommand.ts +0 -101
  204. package/commands/TagResourceCommand.ts +0 -94
  205. package/commands/UntagResourceCommand.ts +0 -94
  206. package/commands/UpdateChannelCommand.ts +0 -95
  207. package/dist/cjs/Ivs.js.map +0 -1
  208. package/dist/cjs/IvsClient.js +0 -403
  209. package/dist/cjs/IvsClient.js.map +0 -1
  210. package/dist/cjs/commands/BatchGetChannelCommand.js.map +0 -1
  211. package/dist/cjs/commands/BatchGetStreamKeyCommand.js.map +0 -1
  212. package/dist/cjs/commands/CreateChannelCommand.js.map +0 -1
  213. package/dist/cjs/commands/CreateRecordingConfigurationCommand.js +0 -72
  214. package/dist/cjs/commands/CreateRecordingConfigurationCommand.js.map +0 -1
  215. package/dist/cjs/commands/CreateStreamKeyCommand.js.map +0 -1
  216. package/dist/cjs/commands/DeleteChannelCommand.js.map +0 -1
  217. package/dist/cjs/commands/DeletePlaybackKeyPairCommand.js.map +0 -1
  218. package/dist/cjs/commands/DeleteRecordingConfigurationCommand.js.map +0 -1
  219. package/dist/cjs/commands/DeleteStreamKeyCommand.js.map +0 -1
  220. package/dist/cjs/commands/GetChannelCommand.js.map +0 -1
  221. package/dist/cjs/commands/GetPlaybackKeyPairCommand.js.map +0 -1
  222. package/dist/cjs/commands/GetRecordingConfigurationCommand.js.map +0 -1
  223. package/dist/cjs/commands/GetStreamCommand.js.map +0 -1
  224. package/dist/cjs/commands/GetStreamKeyCommand.js.map +0 -1
  225. package/dist/cjs/commands/ImportPlaybackKeyPairCommand.js.map +0 -1
  226. package/dist/cjs/commands/ListChannelsCommand.js.map +0 -1
  227. package/dist/cjs/commands/ListPlaybackKeyPairsCommand.js.map +0 -1
  228. package/dist/cjs/commands/ListRecordingConfigurationsCommand.js.map +0 -1
  229. package/dist/cjs/commands/ListStreamKeysCommand.js.map +0 -1
  230. package/dist/cjs/commands/ListStreamsCommand.js.map +0 -1
  231. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  232. package/dist/cjs/commands/PutMetadataCommand.js.map +0 -1
  233. package/dist/cjs/commands/StopStreamCommand.js.map +0 -1
  234. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  235. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  236. package/dist/cjs/commands/UpdateChannelCommand.js.map +0 -1
  237. package/dist/cjs/endpoints.js.map +0 -1
  238. package/dist/cjs/index.js.map +0 -1
  239. package/dist/cjs/models/index.js.map +0 -1
  240. package/dist/cjs/models/models_0.js.map +0 -1
  241. package/dist/cjs/package.json +0 -91
  242. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  243. package/dist/cjs/pagination/ListChannelsPaginator.js.map +0 -1
  244. package/dist/cjs/pagination/ListPlaybackKeyPairsPaginator.js.map +0 -1
  245. package/dist/cjs/pagination/ListRecordingConfigurationsPaginator.js.map +0 -1
  246. package/dist/cjs/pagination/ListStreamKeysPaginator.js.map +0 -1
  247. package/dist/cjs/pagination/ListStreamsPaginator.js.map +0 -1
  248. package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  249. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  250. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  251. package/dist/cjs/runtimeConfig.js.map +0 -1
  252. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  253. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  254. package/dist/es/Ivs.js.map +0 -1
  255. package/dist/es/IvsClient.js +0 -405
  256. package/dist/es/IvsClient.js.map +0 -1
  257. package/dist/es/commands/BatchGetChannelCommand.js.map +0 -1
  258. package/dist/es/commands/BatchGetStreamKeyCommand.js.map +0 -1
  259. package/dist/es/commands/CreateChannelCommand.js.map +0 -1
  260. package/dist/es/commands/CreateRecordingConfigurationCommand.js.map +0 -1
  261. package/dist/es/commands/CreateStreamKeyCommand.js.map +0 -1
  262. package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
  263. package/dist/es/commands/DeletePlaybackKeyPairCommand.js.map +0 -1
  264. package/dist/es/commands/DeleteRecordingConfigurationCommand.js.map +0 -1
  265. package/dist/es/commands/DeleteStreamKeyCommand.js.map +0 -1
  266. package/dist/es/commands/GetChannelCommand.js.map +0 -1
  267. package/dist/es/commands/GetPlaybackKeyPairCommand.js.map +0 -1
  268. package/dist/es/commands/GetRecordingConfigurationCommand.js.map +0 -1
  269. package/dist/es/commands/GetStreamCommand.js.map +0 -1
  270. package/dist/es/commands/GetStreamKeyCommand.js.map +0 -1
  271. package/dist/es/commands/ImportPlaybackKeyPairCommand.js.map +0 -1
  272. package/dist/es/commands/ListChannelsCommand.js.map +0 -1
  273. package/dist/es/commands/ListPlaybackKeyPairsCommand.js.map +0 -1
  274. package/dist/es/commands/ListRecordingConfigurationsCommand.js.map +0 -1
  275. package/dist/es/commands/ListStreamKeysCommand.js.map +0 -1
  276. package/dist/es/commands/ListStreamsCommand.js.map +0 -1
  277. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  278. package/dist/es/commands/PutMetadataCommand.js.map +0 -1
  279. package/dist/es/commands/StopStreamCommand.js.map +0 -1
  280. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  281. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  282. package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
  283. package/dist/es/endpoints.js.map +0 -1
  284. package/dist/es/index.js +0 -37
  285. package/dist/es/index.js.map +0 -1
  286. package/dist/es/models/index.js +0 -2
  287. package/dist/es/models/index.js.map +0 -1
  288. package/dist/es/models/models_0.js.map +0 -1
  289. package/dist/es/package.json +0 -91
  290. package/dist/es/pagination/Interfaces.js +0 -2
  291. package/dist/es/pagination/Interfaces.js.map +0 -1
  292. package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
  293. package/dist/es/pagination/ListPlaybackKeyPairsPaginator.js.map +0 -1
  294. package/dist/es/pagination/ListRecordingConfigurationsPaginator.js.map +0 -1
  295. package/dist/es/pagination/ListStreamKeysPaginator.js.map +0 -1
  296. package/dist/es/pagination/ListStreamsPaginator.js.map +0 -1
  297. package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  298. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  299. package/dist/es/runtimeConfig.browser.js.map +0 -1
  300. package/dist/es/runtimeConfig.js.map +0 -1
  301. package/dist/es/runtimeConfig.native.js.map +0 -1
  302. package/dist/es/runtimeConfig.shared.js.map +0 -1
  303. package/dist/types/ts3.4/Ivs.d.ts +0 -602
  304. package/dist/types/ts3.4/IvsClient.d.ts +0 -517
  305. package/dist/types/ts3.4/commands/CreateChannelCommand.d.ts +0 -35
  306. package/dist/types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +0 -46
  307. package/dist/types/ts3.4/commands/CreateStreamKeyCommand.d.ts +0 -38
  308. package/dist/types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -39
  309. package/dist/types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +0 -37
  310. package/dist/types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +0 -40
  311. package/dist/types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +0 -36
  312. package/dist/types/ts3.4/commands/GetChannelCommand.d.ts +0 -35
  313. package/dist/types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +0 -39
  314. package/dist/types/ts3.4/commands/GetStreamCommand.d.ts +0 -35
  315. package/dist/types/ts3.4/commands/GetStreamKeyCommand.d.ts +0 -35
  316. package/dist/types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +0 -39
  317. package/dist/types/ts3.4/commands/ListChannelsCommand.d.ts +0 -38
  318. package/dist/types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +0 -36
  319. package/dist/types/ts3.4/commands/ListStreamKeysCommand.d.ts +0 -35
  320. package/dist/types/ts3.4/commands/ListStreamsCommand.d.ts +0 -36
  321. package/dist/types/ts3.4/commands/PutMetadataCommand.d.ts +0 -41
  322. package/dist/types/ts3.4/commands/StopStreamCommand.d.ts +0 -42
  323. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  324. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  325. package/dist/types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -36
  326. package/dist/types/ts3.4/models/models_0.d.ts +0 -1340
  327. package/endpoints.ts +0 -57
  328. package/jest.config.js +0 -4
  329. package/models/models_0.ts +0 -1673
  330. package/pagination/Interfaces.ts +0 -7
  331. package/pagination/ListChannelsPaginator.ts +0 -58
  332. package/pagination/ListPlaybackKeyPairsPaginator.ts +0 -58
  333. package/pagination/ListRecordingConfigurationsPaginator.ts +0 -58
  334. package/pagination/ListStreamKeysPaginator.ts +0 -58
  335. package/pagination/ListStreamsPaginator.ts +0 -54
  336. package/pagination/ListTagsForResourcePaginator.ts +0 -58
  337. package/protocols/Aws_restJson1.ts +0 -3326
  338. package/runtimeConfig.browser.ts +0 -40
  339. package/runtimeConfig.native.ts +0 -16
  340. package/runtimeConfig.shared.ts +0 -16
  341. package/runtimeConfig.ts +0 -45
  342. package/tsconfig.es.json +0 -12
  343. package/tsconfig.json +0 -32
@@ -1,100 +0,0 @@
1
- import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
2
- import { PutMetadataRequest } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1PutMetadataCommand,
5
- serializeAws_restJson1PutMetadataCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface PutMetadataCommandInput extends PutMetadataRequest {}
21
- export interface PutMetadataCommandOutput extends __MetadataBearer {}
22
-
23
- /**
24
- * <p>Inserts metadata into the active stream of the specified channel. A maximum of 5 requests
25
- * per second per channel is allowed, each with a maximum 1 KB payload. (If 5 TPS is not
26
- * sufficient for your needs, we recommend batching your data into a single PutMetadata call.)
27
- *
28
- * Also see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/metadata.html">Embedding Metadata
29
- *
30
- * within a Video Stream</a> in the <i>Amazon IVS User Guide</i>.</p>
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { IvsClient, PutMetadataCommand } from "@aws-sdk/client-ivs"; // ES Modules import
35
- * // const { IvsClient, PutMetadataCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
36
- * const client = new IvsClient(config);
37
- * const command = new PutMetadataCommand(input);
38
- * const response = await client.send(command);
39
- * ```
40
- *
41
- * @see {@link PutMetadataCommandInput} for command's `input` shape.
42
- * @see {@link PutMetadataCommandOutput} for command's `response` shape.
43
- * @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
44
- *
45
- */
46
- export class PutMetadataCommand extends $Command<
47
- PutMetadataCommandInput,
48
- PutMetadataCommandOutput,
49
- IvsClientResolvedConfig
50
- > {
51
- // Start section: command_properties
52
- // End section: command_properties
53
-
54
- constructor(readonly input: PutMetadataCommandInput) {
55
- // Start section: command_constructor
56
- super();
57
- // End section: command_constructor
58
- }
59
-
60
- /**
61
- * @internal
62
- */
63
- resolveMiddleware(
64
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
65
- configuration: IvsClientResolvedConfig,
66
- options?: __HttpHandlerOptions
67
- ): Handler<PutMetadataCommandInput, PutMetadataCommandOutput> {
68
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
69
-
70
- const stack = clientStack.concat(this.middlewareStack);
71
-
72
- const { logger } = configuration;
73
- const clientName = "IvsClient";
74
- const commandName = "PutMetadataCommand";
75
- const handlerExecutionContext: HandlerExecutionContext = {
76
- logger,
77
- clientName,
78
- commandName,
79
- inputFilterSensitiveLog: PutMetadataRequest.filterSensitiveLog,
80
- outputFilterSensitiveLog: (output: any) => output,
81
- };
82
- const { requestHandler } = configuration;
83
- return stack.resolve(
84
- (request: FinalizeHandlerArguments<any>) =>
85
- requestHandler.handle(request.request as __HttpRequest, options || {}),
86
- handlerExecutionContext
87
- );
88
- }
89
-
90
- private serialize(input: PutMetadataCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
91
- return serializeAws_restJson1PutMetadataCommand(input, context);
92
- }
93
-
94
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<PutMetadataCommandOutput> {
95
- return deserializeAws_restJson1PutMetadataCommand(output, context);
96
- }
97
-
98
- // Start section: command_body_extra
99
- // End section: command_body_extra
100
- }
@@ -1,101 +0,0 @@
1
- import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
2
- import { StopStreamRequest, StopStreamResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1StopStreamCommand,
5
- serializeAws_restJson1StopStreamCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface StopStreamCommandInput extends StopStreamRequest {}
21
- export interface StopStreamCommandOutput extends StopStreamResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Disconnects the incoming RTMPS stream for the specified channel. Can be used in
25
- * conjunction with <a>DeleteStreamKey</a> to prevent further streaming to a
26
- * channel.</p>
27
- * <note>
28
- * <p>Many streaming client-software libraries automatically reconnect a dropped RTMPS
29
- * session, so to stop the stream permanently, you may want to first revoke the
30
- * <code>streamKey</code> attached to the channel.</p>
31
- * </note>
32
- * @example
33
- * Use a bare-bones client and the command you need to make an API call.
34
- * ```javascript
35
- * import { IvsClient, StopStreamCommand } from "@aws-sdk/client-ivs"; // ES Modules import
36
- * // const { IvsClient, StopStreamCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
37
- * const client = new IvsClient(config);
38
- * const command = new StopStreamCommand(input);
39
- * const response = await client.send(command);
40
- * ```
41
- *
42
- * @see {@link StopStreamCommandInput} for command's `input` shape.
43
- * @see {@link StopStreamCommandOutput} for command's `response` shape.
44
- * @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
45
- *
46
- */
47
- export class StopStreamCommand extends $Command<
48
- StopStreamCommandInput,
49
- StopStreamCommandOutput,
50
- IvsClientResolvedConfig
51
- > {
52
- // Start section: command_properties
53
- // End section: command_properties
54
-
55
- constructor(readonly input: StopStreamCommandInput) {
56
- // Start section: command_constructor
57
- super();
58
- // End section: command_constructor
59
- }
60
-
61
- /**
62
- * @internal
63
- */
64
- resolveMiddleware(
65
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
66
- configuration: IvsClientResolvedConfig,
67
- options?: __HttpHandlerOptions
68
- ): Handler<StopStreamCommandInput, StopStreamCommandOutput> {
69
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
70
-
71
- const stack = clientStack.concat(this.middlewareStack);
72
-
73
- const { logger } = configuration;
74
- const clientName = "IvsClient";
75
- const commandName = "StopStreamCommand";
76
- const handlerExecutionContext: HandlerExecutionContext = {
77
- logger,
78
- clientName,
79
- commandName,
80
- inputFilterSensitiveLog: StopStreamRequest.filterSensitiveLog,
81
- outputFilterSensitiveLog: StopStreamResponse.filterSensitiveLog,
82
- };
83
- const { requestHandler } = configuration;
84
- return stack.resolve(
85
- (request: FinalizeHandlerArguments<any>) =>
86
- requestHandler.handle(request.request as __HttpRequest, options || {}),
87
- handlerExecutionContext
88
- );
89
- }
90
-
91
- private serialize(input: StopStreamCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
92
- return serializeAws_restJson1StopStreamCommand(input, context);
93
- }
94
-
95
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<StopStreamCommandOutput> {
96
- return deserializeAws_restJson1StopStreamCommand(output, context);
97
- }
98
-
99
- // Start section: command_body_extra
100
- // End section: command_body_extra
101
- }
@@ -1,94 +0,0 @@
1
- import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
2
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1TagResourceCommand,
5
- serializeAws_restJson1TagResourceCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface TagResourceCommandInput extends TagResourceRequest {}
21
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Adds or updates tags for the AWS resource with the specified ARN.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { IvsClient, TagResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import
29
- * // const { IvsClient, TagResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
30
- * const client = new IvsClient(config);
31
- * const command = new TagResourceCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link TagResourceCommandInput} for command's `input` shape.
36
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
37
- * @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class TagResourceCommand extends $Command<
41
- TagResourceCommandInput,
42
- TagResourceCommandOutput,
43
- IvsClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: TagResourceCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: IvsClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "IvsClient";
68
- const commandName = "TagResourceCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: TagResourceResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: TagResourceCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_restJson1TagResourceCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<TagResourceCommandOutput> {
89
- return deserializeAws_restJson1TagResourceCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,94 +0,0 @@
1
- import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
2
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1UntagResourceCommand,
5
- serializeAws_restJson1UntagResourceCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface UntagResourceCommandInput extends UntagResourceRequest {}
21
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Removes tags from the resource with the specified ARN.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { IvsClient, UntagResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import
29
- * // const { IvsClient, UntagResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
30
- * const client = new IvsClient(config);
31
- * const command = new UntagResourceCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
36
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
37
- * @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class UntagResourceCommand extends $Command<
41
- UntagResourceCommandInput,
42
- UntagResourceCommandOutput,
43
- IvsClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: UntagResourceCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: IvsClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "IvsClient";
68
- const commandName = "UntagResourceCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: UntagResourceResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: UntagResourceCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_restJson1UntagResourceCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UntagResourceCommandOutput> {
89
- return deserializeAws_restJson1UntagResourceCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,95 +0,0 @@
1
- import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
2
- import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1UpdateChannelCommand,
5
- serializeAws_restJson1UpdateChannelCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
21
- export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Updates a channel's configuration. This does not affect an ongoing stream of this channel.
25
- * You must stop and restart the stream for the changes to take effect.</p>
26
- * @example
27
- * Use a bare-bones client and the command you need to make an API call.
28
- * ```javascript
29
- * import { IvsClient, UpdateChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import
30
- * // const { IvsClient, UpdateChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
31
- * const client = new IvsClient(config);
32
- * const command = new UpdateChannelCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link UpdateChannelCommandInput} for command's `input` shape.
37
- * @see {@link UpdateChannelCommandOutput} for command's `response` shape.
38
- * @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
41
- export class UpdateChannelCommand extends $Command<
42
- UpdateChannelCommandInput,
43
- UpdateChannelCommandOutput,
44
- IvsClientResolvedConfig
45
- > {
46
- // Start section: command_properties
47
- // End section: command_properties
48
-
49
- constructor(readonly input: UpdateChannelCommandInput) {
50
- // Start section: command_constructor
51
- super();
52
- // End section: command_constructor
53
- }
54
-
55
- /**
56
- * @internal
57
- */
58
- resolveMiddleware(
59
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
60
- configuration: IvsClientResolvedConfig,
61
- options?: __HttpHandlerOptions
62
- ): Handler<UpdateChannelCommandInput, UpdateChannelCommandOutput> {
63
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
64
-
65
- const stack = clientStack.concat(this.middlewareStack);
66
-
67
- const { logger } = configuration;
68
- const clientName = "IvsClient";
69
- const commandName = "UpdateChannelCommand";
70
- const handlerExecutionContext: HandlerExecutionContext = {
71
- logger,
72
- clientName,
73
- commandName,
74
- inputFilterSensitiveLog: UpdateChannelRequest.filterSensitiveLog,
75
- outputFilterSensitiveLog: UpdateChannelResponse.filterSensitiveLog,
76
- };
77
- const { requestHandler } = configuration;
78
- return stack.resolve(
79
- (request: FinalizeHandlerArguments<any>) =>
80
- requestHandler.handle(request.request as __HttpRequest, options || {}),
81
- handlerExecutionContext
82
- );
83
- }
84
-
85
- private serialize(input: UpdateChannelCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
86
- return serializeAws_restJson1UpdateChannelCommand(input, context);
87
- }
88
-
89
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UpdateChannelCommandOutput> {
90
- return deserializeAws_restJson1UpdateChannelCommand(output, context);
91
- }
92
-
93
- // Start section: command_body_extra
94
- // End section: command_body_extra
95
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"Ivs.js","sourceRoot":"","sources":["../../Ivs.ts"],"names":[],"mappings":"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"}