@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,1673 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
4
- name: "AccessDeniedException";
5
- $fault: "client";
6
- /**
7
- * <p>User does not have sufficient access to perform this action.</p>
8
- */
9
- exceptionMessage?: string;
10
- }
11
-
12
- export namespace AccessDeniedException {
13
- /**
14
- * @internal
15
- */
16
- export const filterSensitiveLog = (obj: AccessDeniedException): any => ({
17
- ...obj,
18
- });
19
- }
20
-
21
- export interface BatchGetChannelRequest {
22
- /**
23
- * <p>Array of ARNs, one per channel.</p>
24
- */
25
- arns: string[] | undefined;
26
- }
27
-
28
- export namespace BatchGetChannelRequest {
29
- /**
30
- * @internal
31
- */
32
- export const filterSensitiveLog = (obj: BatchGetChannelRequest): any => ({
33
- ...obj,
34
- });
35
- }
36
-
37
- export enum ChannelLatencyMode {
38
- LowLatency = "LOW",
39
- NormalLatency = "NORMAL",
40
- }
41
-
42
- export enum ChannelType {
43
- BasicChannelType = "BASIC",
44
- StandardChannelType = "STANDARD",
45
- }
46
-
47
- /**
48
- * <p>Object specifying a channel.</p>
49
- */
50
- export interface Channel {
51
- /**
52
- * <p>Channel ARN.</p>
53
- */
54
- arn?: string;
55
-
56
- /**
57
- * <p>Channel name.</p>
58
- */
59
- name?: string;
60
-
61
- /**
62
- * <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
63
- * Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default: <code>LOW</code>. (Note: In the Amazon IVS console, <code>LOW</code> and
64
- * <code>NORMAL</code> correspond to Ultra-low and Standard, respectively.)</p>
65
- */
66
- latencyMode?: ChannelLatencyMode | string;
67
-
68
- /**
69
- * <p>Channel type, which determines the allowable resolution and bitrate. <i>If you
70
- * exceed the allowable resolution or bitrate, the stream probably will disconnect
71
- * immediately.</i> Default: <code>STANDARD</code>. Valid values:</p>
72
- * <ul>
73
- * <li>
74
- * <p>
75
- * <code>STANDARD</code>: Multiple qualities are generated from the original input, to
76
- * automatically give viewers the best experience for their devices and network conditions.
77
- * Vertical resolution can be up to 1080 and bitrate can be up to 8.5 Mbps.</p>
78
- * </li>
79
- * <li>
80
- * <p>
81
- * <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
82
- * video-quality choice is limited to the original input. Vertical resolution can be up to
83
- * 480 and bitrate can be up to 1.5 Mbps.</p>
84
- * </li>
85
- * </ul>
86
- */
87
- type?: ChannelType | string;
88
-
89
- /**
90
- * <p>Recording-configuration ARN. A value other than an empty string indicates that recording
91
- * is enabled. Default: "" (empty string, recording is disabled).</p>
92
- */
93
- recordingConfigurationArn?: string;
94
-
95
- /**
96
- * <p>Channel ingest endpoint, part of the definition of an ingest server, used when you set up
97
- * streaming software.</p>
98
- */
99
- ingestEndpoint?: string;
100
-
101
- /**
102
- * <p>Channel playback URL.</p>
103
- */
104
- playbackUrl?: string;
105
-
106
- /**
107
- * <p>Whether the channel is private (enabled for playback authorization). Default:
108
- * <code>false</code>.</p>
109
- */
110
- authorized?: boolean;
111
-
112
- /**
113
- * <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
114
- */
115
- tags?: { [key: string]: string };
116
- }
117
-
118
- export namespace Channel {
119
- /**
120
- * @internal
121
- */
122
- export const filterSensitiveLog = (obj: Channel): any => ({
123
- ...obj,
124
- });
125
- }
126
-
127
- /**
128
- * <p>Error related to a specific channel, specified by its ARN.</p>
129
- */
130
- export interface BatchError {
131
- /**
132
- * <p>Channel ARN.</p>
133
- */
134
- arn?: string;
135
-
136
- /**
137
- * <p>Error code.</p>
138
- */
139
- code?: string;
140
-
141
- /**
142
- * <p>Error message, determined by the application.</p>
143
- */
144
- message?: string;
145
- }
146
-
147
- export namespace BatchError {
148
- /**
149
- * @internal
150
- */
151
- export const filterSensitiveLog = (obj: BatchError): any => ({
152
- ...obj,
153
- });
154
- }
155
-
156
- export interface BatchGetChannelResponse {
157
- channels?: Channel[];
158
- /**
159
- * <p>Each error object is related to a specific ARN in the request.</p>
160
- */
161
- errors?: BatchError[];
162
- }
163
-
164
- export namespace BatchGetChannelResponse {
165
- /**
166
- * @internal
167
- */
168
- export const filterSensitiveLog = (obj: BatchGetChannelResponse): any => ({
169
- ...obj,
170
- });
171
- }
172
-
173
- export interface BatchGetStreamKeyRequest {
174
- /**
175
- * <p>Array of ARNs, one per channel.</p>
176
- */
177
- arns: string[] | undefined;
178
- }
179
-
180
- export namespace BatchGetStreamKeyRequest {
181
- /**
182
- * @internal
183
- */
184
- export const filterSensitiveLog = (obj: BatchGetStreamKeyRequest): any => ({
185
- ...obj,
186
- });
187
- }
188
-
189
- /**
190
- * <p>Object specifying a stream key.</p>
191
- */
192
- export interface StreamKey {
193
- /**
194
- * <p>Stream-key ARN.</p>
195
- */
196
- arn?: string;
197
-
198
- /**
199
- * <p>Stream-key value.</p>
200
- */
201
- value?: string;
202
-
203
- /**
204
- * <p>Channel ARN for the stream.</p>
205
- */
206
- channelArn?: string;
207
-
208
- /**
209
- * <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
210
- */
211
- tags?: { [key: string]: string };
212
- }
213
-
214
- export namespace StreamKey {
215
- /**
216
- * @internal
217
- */
218
- export const filterSensitiveLog = (obj: StreamKey): any => ({
219
- ...obj,
220
- });
221
- }
222
-
223
- export interface BatchGetStreamKeyResponse {
224
- streamKeys?: StreamKey[];
225
- errors?: BatchError[];
226
- }
227
-
228
- export namespace BatchGetStreamKeyResponse {
229
- /**
230
- * @internal
231
- */
232
- export const filterSensitiveLog = (obj: BatchGetStreamKeyResponse): any => ({
233
- ...obj,
234
- });
235
- }
236
-
237
- export interface CreateChannelRequest {
238
- /**
239
- * <p>Channel name.</p>
240
- */
241
- name?: string;
242
-
243
- /**
244
- * <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
245
- * Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. (Note: In the
246
- * Amazon IVS console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and Standard, respectively.)
247
- * Default: <code>LOW</code>.</p>
248
- */
249
- latencyMode?: ChannelLatencyMode | string;
250
-
251
- /**
252
- * <p>Channel type, which determines the allowable resolution and bitrate. <i>If you
253
- * exceed the allowable resolution or bitrate, the stream probably will disconnect
254
- * immediately.</i> Default: <code>STANDARD</code>. Valid values:</p>
255
- * <ul>
256
- * <li>
257
- * <p>
258
- * <code>STANDARD</code>: Multiple qualities are generated from the original input, to
259
- * automatically give viewers the best experience for their devices and network conditions.
260
- * Vertical resolution can be up to 1080 and bitrate can be up to 8.5 Mbps.</p>
261
- * </li>
262
- * <li>
263
- * <p>
264
- * <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
265
- * video-quality choice is limited to the original input. Vertical resolution can be up to
266
- * 480 and bitrate can be up to 1.5 Mbps.</p>
267
- * </li>
268
- * </ul>
269
- */
270
- type?: ChannelType | string;
271
-
272
- /**
273
- * <p>Whether the channel is private (enabled for playback authorization). Default:
274
- * <code>false</code>.</p>
275
- */
276
- authorized?: boolean;
277
-
278
- /**
279
- * <p>Recording-configuration ARN. Default: "" (empty string, recording is disabled).</p>
280
- */
281
- recordingConfigurationArn?: string;
282
-
283
- /**
284
- * <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
285
- */
286
- tags?: { [key: string]: string };
287
- }
288
-
289
- export namespace CreateChannelRequest {
290
- /**
291
- * @internal
292
- */
293
- export const filterSensitiveLog = (obj: CreateChannelRequest): any => ({
294
- ...obj,
295
- });
296
- }
297
-
298
- export interface CreateChannelResponse {
299
- /**
300
- * <p>Object specifying a channel.</p>
301
- */
302
- channel?: Channel;
303
-
304
- /**
305
- * <p>Object specifying a stream key.</p>
306
- */
307
- streamKey?: StreamKey;
308
- }
309
-
310
- export namespace CreateChannelResponse {
311
- /**
312
- * @internal
313
- */
314
- export const filterSensitiveLog = (obj: CreateChannelResponse): any => ({
315
- ...obj,
316
- });
317
- }
318
-
319
- export interface PendingVerification extends __SmithyException, $MetadataBearer {
320
- name: "PendingVerification";
321
- $fault: "client";
322
- /**
323
- * <p> Your account is pending verification. </p>
324
- */
325
- exceptionMessage?: string;
326
- }
327
-
328
- export namespace PendingVerification {
329
- /**
330
- * @internal
331
- */
332
- export const filterSensitiveLog = (obj: PendingVerification): any => ({
333
- ...obj,
334
- });
335
- }
336
-
337
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
338
- name: "ResourceNotFoundException";
339
- $fault: "client";
340
- /**
341
- * <p>Request references a resource which does not exist.</p>
342
- */
343
- exceptionMessage?: string;
344
- }
345
-
346
- export namespace ResourceNotFoundException {
347
- /**
348
- * @internal
349
- */
350
- export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
351
- ...obj,
352
- });
353
- }
354
-
355
- export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
356
- name: "ServiceQuotaExceededException";
357
- $fault: "client";
358
- /**
359
- * <p>Request would cause a service quota to be exceeded.</p>
360
- */
361
- exceptionMessage?: string;
362
- }
363
-
364
- export namespace ServiceQuotaExceededException {
365
- /**
366
- * @internal
367
- */
368
- export const filterSensitiveLog = (obj: ServiceQuotaExceededException): any => ({
369
- ...obj,
370
- });
371
- }
372
-
373
- export interface ValidationException extends __SmithyException, $MetadataBearer {
374
- name: "ValidationException";
375
- $fault: "client";
376
- /**
377
- * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
378
- */
379
- exceptionMessage?: string;
380
- }
381
-
382
- export namespace ValidationException {
383
- /**
384
- * @internal
385
- */
386
- export const filterSensitiveLog = (obj: ValidationException): any => ({
387
- ...obj,
388
- });
389
- }
390
-
391
- export interface ConflictException extends __SmithyException, $MetadataBearer {
392
- name: "ConflictException";
393
- $fault: "client";
394
- /**
395
- * <p>Updating or deleting a resource can cause an inconsistent state.</p>
396
- */
397
- exceptionMessage?: string;
398
- }
399
-
400
- export namespace ConflictException {
401
- /**
402
- * @internal
403
- */
404
- export const filterSensitiveLog = (obj: ConflictException): any => ({
405
- ...obj,
406
- });
407
- }
408
-
409
- /**
410
- * <p>A complex type that describes an S3 location where recorded videos will be stored.</p>
411
- */
412
- export interface S3DestinationConfiguration {
413
- /**
414
- * <p>Location (S3 bucket name) where recorded videos will be stored.</p>
415
- */
416
- bucketName: string | undefined;
417
- }
418
-
419
- export namespace S3DestinationConfiguration {
420
- /**
421
- * @internal
422
- */
423
- export const filterSensitiveLog = (obj: S3DestinationConfiguration): any => ({
424
- ...obj,
425
- });
426
- }
427
-
428
- /**
429
- * <p>A complex type that describes a location where recorded videos will be stored. Each member
430
- * represents a type of destination configuration. For recording, you define one and only one
431
- * type of destination configuration.</p>
432
- */
433
- export interface DestinationConfiguration {
434
- /**
435
- * <p>An S3 destination configuration where recorded videos will be stored.</p>
436
- */
437
- s3?: S3DestinationConfiguration;
438
- }
439
-
440
- export namespace DestinationConfiguration {
441
- /**
442
- * @internal
443
- */
444
- export const filterSensitiveLog = (obj: DestinationConfiguration): any => ({
445
- ...obj,
446
- });
447
- }
448
-
449
- export interface CreateRecordingConfigurationRequest {
450
- /**
451
- * <p>An arbitrary string (a nickname) that helps the customer identify that resource. The value
452
- * does not need to be unique.</p>
453
- */
454
- name?: string;
455
-
456
- /**
457
- * <p>A complex type that contains a destination configuration for where recorded video will be
458
- * stored.</p>
459
- */
460
- destinationConfiguration: DestinationConfiguration | undefined;
461
-
462
- /**
463
- * <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
464
- */
465
- tags?: { [key: string]: string };
466
- }
467
-
468
- export namespace CreateRecordingConfigurationRequest {
469
- /**
470
- * @internal
471
- */
472
- export const filterSensitiveLog = (obj: CreateRecordingConfigurationRequest): any => ({
473
- ...obj,
474
- });
475
- }
476
-
477
- export enum RecordingConfigurationState {
478
- Active = "ACTIVE",
479
- CreateFailed = "CREATE_FAILED",
480
- Creating = "CREATING",
481
- }
482
-
483
- /**
484
- * <p>An object representing a configuration to record a channel stream.</p>
485
- */
486
- export interface RecordingConfiguration {
487
- /**
488
- * <p>Recording-configuration ARN.</p>
489
- */
490
- arn: string | undefined;
491
-
492
- /**
493
- * <p>An arbitrary string (a nickname) assigned to a recording configuration that helps the
494
- * customer identify that resource. The value does not need to be unique.</p>
495
- */
496
- name?: string;
497
-
498
- /**
499
- * <p>A complex type that contains information about where recorded video will be stored.</p>
500
- */
501
- destinationConfiguration: DestinationConfiguration | undefined;
502
-
503
- /**
504
- * <p>Indicates the current state of the recording configuration. When the state is
505
- * <code>ACTIVE</code>, the configuration is ready for recording a channel stream.</p>
506
- */
507
- state: RecordingConfigurationState | string | undefined;
508
-
509
- /**
510
- * <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
511
- */
512
- tags?: { [key: string]: string };
513
- }
514
-
515
- export namespace RecordingConfiguration {
516
- /**
517
- * @internal
518
- */
519
- export const filterSensitiveLog = (obj: RecordingConfiguration): any => ({
520
- ...obj,
521
- });
522
- }
523
-
524
- export interface CreateRecordingConfigurationResponse {
525
- /**
526
- * <p>An object representing a configuration to record a channel stream.</p>
527
- */
528
- recordingConfiguration?: RecordingConfiguration;
529
- }
530
-
531
- export namespace CreateRecordingConfigurationResponse {
532
- /**
533
- * @internal
534
- */
535
- export const filterSensitiveLog = (obj: CreateRecordingConfigurationResponse): any => ({
536
- ...obj,
537
- });
538
- }
539
-
540
- export interface InternalServerException extends __SmithyException, $MetadataBearer {
541
- name: "InternalServerException";
542
- $fault: "server";
543
- /**
544
- * <p>Unexpected error during processing of request.</p>
545
- */
546
- exceptionMessage?: string;
547
- }
548
-
549
- export namespace InternalServerException {
550
- /**
551
- * @internal
552
- */
553
- export const filterSensitiveLog = (obj: InternalServerException): any => ({
554
- ...obj,
555
- });
556
- }
557
-
558
- export interface CreateStreamKeyRequest {
559
- /**
560
- * <p>ARN of the channel for which to create the stream key.</p>
561
- */
562
- channelArn: string | undefined;
563
-
564
- /**
565
- * <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
566
- */
567
- tags?: { [key: string]: string };
568
- }
569
-
570
- export namespace CreateStreamKeyRequest {
571
- /**
572
- * @internal
573
- */
574
- export const filterSensitiveLog = (obj: CreateStreamKeyRequest): any => ({
575
- ...obj,
576
- });
577
- }
578
-
579
- export interface CreateStreamKeyResponse {
580
- /**
581
- * <p>Stream key used to authenticate an RTMPS stream for ingestion.</p>
582
- */
583
- streamKey?: StreamKey;
584
- }
585
-
586
- export namespace CreateStreamKeyResponse {
587
- /**
588
- * @internal
589
- */
590
- export const filterSensitiveLog = (obj: CreateStreamKeyResponse): any => ({
591
- ...obj,
592
- });
593
- }
594
-
595
- export interface DeleteChannelRequest {
596
- /**
597
- * <p>ARN of the channel to be deleted.</p>
598
- */
599
- arn: string | undefined;
600
- }
601
-
602
- export namespace DeleteChannelRequest {
603
- /**
604
- * @internal
605
- */
606
- export const filterSensitiveLog = (obj: DeleteChannelRequest): any => ({
607
- ...obj,
608
- });
609
- }
610
-
611
- export interface DeletePlaybackKeyPairRequest {
612
- /**
613
- * <p>ARN of the key pair to be deleted.</p>
614
- */
615
- arn: string | undefined;
616
- }
617
-
618
- export namespace DeletePlaybackKeyPairRequest {
619
- /**
620
- * @internal
621
- */
622
- export const filterSensitiveLog = (obj: DeletePlaybackKeyPairRequest): any => ({
623
- ...obj,
624
- });
625
- }
626
-
627
- export interface DeletePlaybackKeyPairResponse {}
628
-
629
- export namespace DeletePlaybackKeyPairResponse {
630
- /**
631
- * @internal
632
- */
633
- export const filterSensitiveLog = (obj: DeletePlaybackKeyPairResponse): any => ({
634
- ...obj,
635
- });
636
- }
637
-
638
- export interface DeleteRecordingConfigurationRequest {
639
- /**
640
- * <p>ARN of the recording configuration to be deleted.</p>
641
- */
642
- arn: string | undefined;
643
- }
644
-
645
- export namespace DeleteRecordingConfigurationRequest {
646
- /**
647
- * @internal
648
- */
649
- export const filterSensitiveLog = (obj: DeleteRecordingConfigurationRequest): any => ({
650
- ...obj,
651
- });
652
- }
653
-
654
- export interface DeleteStreamKeyRequest {
655
- /**
656
- * <p>ARN of the stream key to be deleted.</p>
657
- */
658
- arn: string | undefined;
659
- }
660
-
661
- export namespace DeleteStreamKeyRequest {
662
- /**
663
- * @internal
664
- */
665
- export const filterSensitiveLog = (obj: DeleteStreamKeyRequest): any => ({
666
- ...obj,
667
- });
668
- }
669
-
670
- export interface GetChannelRequest {
671
- /**
672
- * <p>ARN of the channel for which the configuration is to be retrieved.</p>
673
- */
674
- arn: string | undefined;
675
- }
676
-
677
- export namespace GetChannelRequest {
678
- /**
679
- * @internal
680
- */
681
- export const filterSensitiveLog = (obj: GetChannelRequest): any => ({
682
- ...obj,
683
- });
684
- }
685
-
686
- export interface GetChannelResponse {
687
- /**
688
- * <p>Object specifying a channel.</p>
689
- */
690
- channel?: Channel;
691
- }
692
-
693
- export namespace GetChannelResponse {
694
- /**
695
- * @internal
696
- */
697
- export const filterSensitiveLog = (obj: GetChannelResponse): any => ({
698
- ...obj,
699
- });
700
- }
701
-
702
- export interface GetPlaybackKeyPairRequest {
703
- /**
704
- * <p>ARN of the key pair to be returned.</p>
705
- */
706
- arn: string | undefined;
707
- }
708
-
709
- export namespace GetPlaybackKeyPairRequest {
710
- /**
711
- * @internal
712
- */
713
- export const filterSensitiveLog = (obj: GetPlaybackKeyPairRequest): any => ({
714
- ...obj,
715
- });
716
- }
717
-
718
- /**
719
- * <p>A key pair used to sign and validate a playback authorization token.</p>
720
- */
721
- export interface PlaybackKeyPair {
722
- /**
723
- * <p>Key-pair ARN.</p>
724
- */
725
- arn?: string;
726
-
727
- /**
728
- * <p>An arbitrary string (a nickname) assigned to a playback key pair that helps the customer
729
- * identify that resource. The value does not need to be unique.</p>
730
- */
731
- name?: string;
732
-
733
- /**
734
- * <p>Key-pair identifier.</p>
735
- */
736
- fingerprint?: string;
737
-
738
- /**
739
- * <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
740
- */
741
- tags?: { [key: string]: string };
742
- }
743
-
744
- export namespace PlaybackKeyPair {
745
- /**
746
- * @internal
747
- */
748
- export const filterSensitiveLog = (obj: PlaybackKeyPair): any => ({
749
- ...obj,
750
- });
751
- }
752
-
753
- export interface GetPlaybackKeyPairResponse {
754
- /**
755
- * <p>A key pair used to sign and validate a playback authorization token.</p>
756
- */
757
- keyPair?: PlaybackKeyPair;
758
- }
759
-
760
- export namespace GetPlaybackKeyPairResponse {
761
- /**
762
- * @internal
763
- */
764
- export const filterSensitiveLog = (obj: GetPlaybackKeyPairResponse): any => ({
765
- ...obj,
766
- });
767
- }
768
-
769
- export interface GetRecordingConfigurationRequest {
770
- /**
771
- * <p>ARN of the recording configuration to be retrieved.</p>
772
- */
773
- arn: string | undefined;
774
- }
775
-
776
- export namespace GetRecordingConfigurationRequest {
777
- /**
778
- * @internal
779
- */
780
- export const filterSensitiveLog = (obj: GetRecordingConfigurationRequest): any => ({
781
- ...obj,
782
- });
783
- }
784
-
785
- export interface GetRecordingConfigurationResponse {
786
- /**
787
- * <p>An object representing a configuration to record a channel stream.</p>
788
- */
789
- recordingConfiguration?: RecordingConfiguration;
790
- }
791
-
792
- export namespace GetRecordingConfigurationResponse {
793
- /**
794
- * @internal
795
- */
796
- export const filterSensitiveLog = (obj: GetRecordingConfigurationResponse): any => ({
797
- ...obj,
798
- });
799
- }
800
-
801
- export interface ChannelNotBroadcasting extends __SmithyException, $MetadataBearer {
802
- name: "ChannelNotBroadcasting";
803
- $fault: "client";
804
- /**
805
- * <p>The stream is offline for the given channel ARN.</p>
806
- */
807
- exceptionMessage?: string;
808
- }
809
-
810
- export namespace ChannelNotBroadcasting {
811
- /**
812
- * @internal
813
- */
814
- export const filterSensitiveLog = (obj: ChannelNotBroadcasting): any => ({
815
- ...obj,
816
- });
817
- }
818
-
819
- export interface GetStreamRequest {
820
- /**
821
- * <p>Channel ARN for stream to be accessed.</p>
822
- */
823
- channelArn: string | undefined;
824
- }
825
-
826
- export namespace GetStreamRequest {
827
- /**
828
- * @internal
829
- */
830
- export const filterSensitiveLog = (obj: GetStreamRequest): any => ({
831
- ...obj,
832
- });
833
- }
834
-
835
- export enum StreamHealth {
836
- Starving = "STARVING",
837
- StreamHealthy = "HEALTHY",
838
- Unknown = "UNKNOWN",
839
- }
840
-
841
- export enum StreamState {
842
- StreamLive = "LIVE",
843
- StreamOffline = "OFFLINE",
844
- }
845
-
846
- /**
847
- * <p>Specifies a live video stream that has been ingested and distributed.</p>
848
- */
849
- export interface _Stream {
850
- /**
851
- * <p>Channel ARN for the stream.</p>
852
- */
853
- channelArn?: string;
854
-
855
- /**
856
- * <p>URL of the master playlist, required by the video player to play the HLS stream.</p>
857
- */
858
- playbackUrl?: string;
859
-
860
- /**
861
- * <p>ISO-8601 formatted timestamp of the stream’s start.</p>
862
- */
863
- startTime?: Date;
864
-
865
- /**
866
- * <p>The stream’s state.</p>
867
- */
868
- state?: StreamState | string;
869
-
870
- /**
871
- * <p>The stream’s health.</p>
872
- */
873
- health?: StreamHealth | string;
874
-
875
- /**
876
- * <p>Number of current viewers of the stream. A value of -1 indicates that the request timed
877
- * out; in this case, retry.</p>
878
- */
879
- viewerCount?: number;
880
- }
881
-
882
- export namespace _Stream {
883
- /**
884
- * @internal
885
- */
886
- export const filterSensitiveLog = (obj: _Stream): any => ({
887
- ...obj,
888
- });
889
- }
890
-
891
- export interface GetStreamResponse {
892
- /**
893
- * <p>Specifies a live video stream that has been ingested and distributed.</p>
894
- */
895
- stream?: _Stream;
896
- }
897
-
898
- export namespace GetStreamResponse {
899
- /**
900
- * @internal
901
- */
902
- export const filterSensitiveLog = (obj: GetStreamResponse): any => ({
903
- ...obj,
904
- });
905
- }
906
-
907
- export interface GetStreamKeyRequest {
908
- /**
909
- * <p>ARN for the stream key to be retrieved.</p>
910
- */
911
- arn: string | undefined;
912
- }
913
-
914
- export namespace GetStreamKeyRequest {
915
- /**
916
- * @internal
917
- */
918
- export const filterSensitiveLog = (obj: GetStreamKeyRequest): any => ({
919
- ...obj,
920
- });
921
- }
922
-
923
- export interface GetStreamKeyResponse {
924
- /**
925
- * <p>Object specifying a stream key.</p>
926
- */
927
- streamKey?: StreamKey;
928
- }
929
-
930
- export namespace GetStreamKeyResponse {
931
- /**
932
- * @internal
933
- */
934
- export const filterSensitiveLog = (obj: GetStreamKeyResponse): any => ({
935
- ...obj,
936
- });
937
- }
938
-
939
- export interface ImportPlaybackKeyPairRequest {
940
- /**
941
- * <p>The public portion of a customer-generated key pair.</p>
942
- */
943
- publicKeyMaterial: string | undefined;
944
-
945
- /**
946
- * <p>An arbitrary string (a nickname) assigned to a playback key pair that helps the customer
947
- * identify that resource. The value does not need to be unique.</p>
948
- */
949
- name?: string;
950
-
951
- /**
952
- * <p>Any tags provided with the request are added to the playback key pair tags.</p>
953
- */
954
- tags?: { [key: string]: string };
955
- }
956
-
957
- export namespace ImportPlaybackKeyPairRequest {
958
- /**
959
- * @internal
960
- */
961
- export const filterSensitiveLog = (obj: ImportPlaybackKeyPairRequest): any => ({
962
- ...obj,
963
- });
964
- }
965
-
966
- export interface ImportPlaybackKeyPairResponse {
967
- /**
968
- * <p>A key pair used to sign and validate a playback authorization token.</p>
969
- */
970
- keyPair?: PlaybackKeyPair;
971
- }
972
-
973
- export namespace ImportPlaybackKeyPairResponse {
974
- /**
975
- * @internal
976
- */
977
- export const filterSensitiveLog = (obj: ImportPlaybackKeyPairResponse): any => ({
978
- ...obj,
979
- });
980
- }
981
-
982
- export interface ListChannelsRequest {
983
- /**
984
- * <p>Filters the channel list to match the specified name.</p>
985
- */
986
- filterByName?: string;
987
-
988
- /**
989
- * <p>Filters the channel list to match the specified recording-configuration ARN.</p>
990
- */
991
- filterByRecordingConfigurationArn?: string;
992
-
993
- /**
994
- * <p>The first channel to retrieve. This is used for pagination; see the <code>nextToken</code>
995
- * response field.</p>
996
- */
997
- nextToken?: string;
998
-
999
- /**
1000
- * <p>Maximum number of channels to return. Default: 50.</p>
1001
- */
1002
- maxResults?: number;
1003
- }
1004
-
1005
- export namespace ListChannelsRequest {
1006
- /**
1007
- * @internal
1008
- */
1009
- export const filterSensitiveLog = (obj: ListChannelsRequest): any => ({
1010
- ...obj,
1011
- });
1012
- }
1013
-
1014
- /**
1015
- * <p>Summary information about a channel.</p>
1016
- */
1017
- export interface ChannelSummary {
1018
- /**
1019
- * <p>Channel ARN.</p>
1020
- */
1021
- arn?: string;
1022
-
1023
- /**
1024
- * <p>Channel name.</p>
1025
- */
1026
- name?: string;
1027
-
1028
- /**
1029
- * <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to Full HD. Use
1030
- * <code>LOW</code> for near-real-time interaction with viewers. Default: <code>LOW</code>. (Note: In the Amazon IVS
1031
- * console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and Standard, respectively.)</p>
1032
- */
1033
- latencyMode?: ChannelLatencyMode | string;
1034
-
1035
- /**
1036
- * <p>Whether the channel is private (enabled for playback authorization). Default: <code>false</code>.</p>
1037
- */
1038
- authorized?: boolean;
1039
-
1040
- /**
1041
- * <p>Recording-configuration ARN. A value other than an empty string indicates that recording
1042
- * is enabled. Default: "" (empty string, recording is disabled).</p>
1043
- */
1044
- recordingConfigurationArn?: string;
1045
-
1046
- /**
1047
- * <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
1048
- */
1049
- tags?: { [key: string]: string };
1050
- }
1051
-
1052
- export namespace ChannelSummary {
1053
- /**
1054
- * @internal
1055
- */
1056
- export const filterSensitiveLog = (obj: ChannelSummary): any => ({
1057
- ...obj,
1058
- });
1059
- }
1060
-
1061
- export interface ListChannelsResponse {
1062
- /**
1063
- * <p>List of the matching channels.</p>
1064
- */
1065
- channels: ChannelSummary[] | undefined;
1066
-
1067
- /**
1068
- * <p>If there are more channels than <code>maxResults</code>, use <code>nextToken</code> in the
1069
- * request to get the next set.</p>
1070
- */
1071
- nextToken?: string;
1072
- }
1073
-
1074
- export namespace ListChannelsResponse {
1075
- /**
1076
- * @internal
1077
- */
1078
- export const filterSensitiveLog = (obj: ListChannelsResponse): any => ({
1079
- ...obj,
1080
- });
1081
- }
1082
-
1083
- export interface ListPlaybackKeyPairsRequest {
1084
- /**
1085
- * <p>Maximum number of key pairs to return.</p>
1086
- */
1087
- nextToken?: string;
1088
-
1089
- /**
1090
- * <p>The first key pair to retrieve. This is used for pagination; see the
1091
- * <code>nextToken</code> response field. Default: 50.</p>
1092
- */
1093
- maxResults?: number;
1094
- }
1095
-
1096
- export namespace ListPlaybackKeyPairsRequest {
1097
- /**
1098
- * @internal
1099
- */
1100
- export const filterSensitiveLog = (obj: ListPlaybackKeyPairsRequest): any => ({
1101
- ...obj,
1102
- });
1103
- }
1104
-
1105
- /**
1106
- * <p>Summary information about a playback key pair.</p>
1107
- */
1108
- export interface PlaybackKeyPairSummary {
1109
- /**
1110
- * <p>Key-pair ARN.</p>
1111
- */
1112
- arn?: string;
1113
-
1114
- /**
1115
- * <p>An arbitrary string (a nickname) assigned to a playback key pair that helps the customer
1116
- * identify that resource. The value does not need to be unique.</p>
1117
- */
1118
- name?: string;
1119
-
1120
- /**
1121
- * <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
1122
- */
1123
- tags?: { [key: string]: string };
1124
- }
1125
-
1126
- export namespace PlaybackKeyPairSummary {
1127
- /**
1128
- * @internal
1129
- */
1130
- export const filterSensitiveLog = (obj: PlaybackKeyPairSummary): any => ({
1131
- ...obj,
1132
- });
1133
- }
1134
-
1135
- export interface ListPlaybackKeyPairsResponse {
1136
- /**
1137
- * <p>List of key pairs.</p>
1138
- */
1139
- keyPairs: PlaybackKeyPairSummary[] | undefined;
1140
-
1141
- /**
1142
- * <p>If there are more key pairs than <code>maxResults</code>, use <code>nextToken</code> in
1143
- * the request to get the next set.</p>
1144
- */
1145
- nextToken?: string;
1146
- }
1147
-
1148
- export namespace ListPlaybackKeyPairsResponse {
1149
- /**
1150
- * @internal
1151
- */
1152
- export const filterSensitiveLog = (obj: ListPlaybackKeyPairsResponse): any => ({
1153
- ...obj,
1154
- });
1155
- }
1156
-
1157
- export interface ListRecordingConfigurationsRequest {
1158
- /**
1159
- * <p>The first recording configuration to retrieve. This is used for pagination; see the
1160
- * <code>nextToken</code> response field.</p>
1161
- */
1162
- nextToken?: string;
1163
-
1164
- /**
1165
- * <p>Maximum number of recording configurations to return. Default: 50. </p>
1166
- */
1167
- maxResults?: number;
1168
- }
1169
-
1170
- export namespace ListRecordingConfigurationsRequest {
1171
- /**
1172
- * @internal
1173
- */
1174
- export const filterSensitiveLog = (obj: ListRecordingConfigurationsRequest): any => ({
1175
- ...obj,
1176
- });
1177
- }
1178
-
1179
- /**
1180
- * <p>Summary information about a RecordingConfiguration.</p>
1181
- */
1182
- export interface RecordingConfigurationSummary {
1183
- /**
1184
- * <p>Recording-configuration ARN.</p>
1185
- */
1186
- arn: string | undefined;
1187
-
1188
- /**
1189
- * <p>An arbitrary string (a nickname) assigned to a recording configuration that helps the
1190
- * customer identify that resource. The value does not need to be unique.</p>
1191
- */
1192
- name?: string;
1193
-
1194
- /**
1195
- * <p>A complex type that contains information about where recorded video will be stored.</p>
1196
- */
1197
- destinationConfiguration: DestinationConfiguration | undefined;
1198
-
1199
- /**
1200
- * <p>Indicates the current state of the recording configuration. When the state is
1201
- * <code>ACTIVE</code>, the configuration is ready for recording a channel stream.</p>
1202
- */
1203
- state: RecordingConfigurationState | string | undefined;
1204
-
1205
- /**
1206
- * <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
1207
- */
1208
- tags?: { [key: string]: string };
1209
- }
1210
-
1211
- export namespace RecordingConfigurationSummary {
1212
- /**
1213
- * @internal
1214
- */
1215
- export const filterSensitiveLog = (obj: RecordingConfigurationSummary): any => ({
1216
- ...obj,
1217
- });
1218
- }
1219
-
1220
- export interface ListRecordingConfigurationsResponse {
1221
- /**
1222
- * <p>List of the matching recording configurations.</p>
1223
- */
1224
- recordingConfigurations: RecordingConfigurationSummary[] | undefined;
1225
-
1226
- /**
1227
- * <p>If there are more recording configurations than <code>maxResults</code>, use
1228
- * <code>nextToken</code> in the request to get the next set.</p>
1229
- */
1230
- nextToken?: string;
1231
- }
1232
-
1233
- export namespace ListRecordingConfigurationsResponse {
1234
- /**
1235
- * @internal
1236
- */
1237
- export const filterSensitiveLog = (obj: ListRecordingConfigurationsResponse): any => ({
1238
- ...obj,
1239
- });
1240
- }
1241
-
1242
- export interface ListStreamKeysRequest {
1243
- /**
1244
- * <p>Channel ARN used to filter the list.</p>
1245
- */
1246
- channelArn: string | undefined;
1247
-
1248
- /**
1249
- * <p>The first stream key to retrieve. This is used for pagination; see the
1250
- * <code>nextToken</code> response field.</p>
1251
- */
1252
- nextToken?: string;
1253
-
1254
- /**
1255
- * <p>Maximum number of streamKeys to return. Default: 50.</p>
1256
- */
1257
- maxResults?: number;
1258
- }
1259
-
1260
- export namespace ListStreamKeysRequest {
1261
- /**
1262
- * @internal
1263
- */
1264
- export const filterSensitiveLog = (obj: ListStreamKeysRequest): any => ({
1265
- ...obj,
1266
- });
1267
- }
1268
-
1269
- /**
1270
- * <p>Summary information about a stream key.</p>
1271
- */
1272
- export interface StreamKeySummary {
1273
- /**
1274
- * <p>Stream-key ARN.</p>
1275
- */
1276
- arn?: string;
1277
-
1278
- /**
1279
- * <p>Channel ARN for the stream.</p>
1280
- */
1281
- channelArn?: string;
1282
-
1283
- /**
1284
- * <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
1285
- */
1286
- tags?: { [key: string]: string };
1287
- }
1288
-
1289
- export namespace StreamKeySummary {
1290
- /**
1291
- * @internal
1292
- */
1293
- export const filterSensitiveLog = (obj: StreamKeySummary): any => ({
1294
- ...obj,
1295
- });
1296
- }
1297
-
1298
- export interface ListStreamKeysResponse {
1299
- /**
1300
- * <p>List of stream keys.</p>
1301
- */
1302
- streamKeys: StreamKeySummary[] | undefined;
1303
-
1304
- /**
1305
- * <p>If there are more stream keys than <code>maxResults</code>, use <code>nextToken</code> in
1306
- * the request to get the next set.</p>
1307
- */
1308
- nextToken?: string;
1309
- }
1310
-
1311
- export namespace ListStreamKeysResponse {
1312
- /**
1313
- * @internal
1314
- */
1315
- export const filterSensitiveLog = (obj: ListStreamKeysResponse): any => ({
1316
- ...obj,
1317
- });
1318
- }
1319
-
1320
- export interface ListStreamsRequest {
1321
- /**
1322
- * <p>The first stream to retrieve. This is used for pagination; see the <code>nextToken</code>
1323
- * response field.</p>
1324
- */
1325
- nextToken?: string;
1326
-
1327
- /**
1328
- * <p>Maximum number of streams to return. Default: 50.</p>
1329
- */
1330
- maxResults?: number;
1331
- }
1332
-
1333
- export namespace ListStreamsRequest {
1334
- /**
1335
- * @internal
1336
- */
1337
- export const filterSensitiveLog = (obj: ListStreamsRequest): any => ({
1338
- ...obj,
1339
- });
1340
- }
1341
-
1342
- /**
1343
- * <p>Summary information about a stream.</p>
1344
- */
1345
- export interface StreamSummary {
1346
- /**
1347
- * <p>Channel ARN for the stream.</p>
1348
- */
1349
- channelArn?: string;
1350
-
1351
- /**
1352
- * <p>The stream’s state.</p>
1353
- */
1354
- state?: StreamState | string;
1355
-
1356
- /**
1357
- * <p>The stream’s health.</p>
1358
- */
1359
- health?: StreamHealth | string;
1360
-
1361
- /**
1362
- * <p>Number of current viewers of the stream. A value of -1 indicates that the request timed
1363
- * out; in this case, retry.</p>
1364
- */
1365
- viewerCount?: number;
1366
-
1367
- /**
1368
- * <p>ISO-8601 formatted timestamp of the stream’s start.</p>
1369
- */
1370
- startTime?: Date;
1371
- }
1372
-
1373
- export namespace StreamSummary {
1374
- /**
1375
- * @internal
1376
- */
1377
- export const filterSensitiveLog = (obj: StreamSummary): any => ({
1378
- ...obj,
1379
- });
1380
- }
1381
-
1382
- export interface ListStreamsResponse {
1383
- /**
1384
- * <p>List of streams.</p>
1385
- */
1386
- streams: StreamSummary[] | undefined;
1387
-
1388
- /**
1389
- * <p>If there are more streams than <code>maxResults</code>, use <code>nextToken</code> in the
1390
- * request to get the next set.</p>
1391
- */
1392
- nextToken?: string;
1393
- }
1394
-
1395
- export namespace ListStreamsResponse {
1396
- /**
1397
- * @internal
1398
- */
1399
- export const filterSensitiveLog = (obj: ListStreamsResponse): any => ({
1400
- ...obj,
1401
- });
1402
- }
1403
-
1404
- export interface ListTagsForResourceRequest {
1405
- /**
1406
- * <p>The ARN of the resource to be retrieved.</p>
1407
- */
1408
- resourceArn: string | undefined;
1409
-
1410
- /**
1411
- * <p>The first tag to retrieve. This is used for pagination; see the <code>nextToken</code>
1412
- * response field.</p>
1413
- */
1414
- nextToken?: string;
1415
-
1416
- /**
1417
- * <p>Maximum number of tags to return. Default: 50.</p>
1418
- */
1419
- maxResults?: number;
1420
- }
1421
-
1422
- export namespace ListTagsForResourceRequest {
1423
- /**
1424
- * @internal
1425
- */
1426
- export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
1427
- ...obj,
1428
- });
1429
- }
1430
-
1431
- export interface ListTagsForResourceResponse {
1432
- tags: { [key: string]: string } | undefined;
1433
- /**
1434
- * <p>If there are more tags than <code>maxResults</code>, use <code>nextToken</code> in the
1435
- * request to get the next set.</p>
1436
- */
1437
- nextToken?: string;
1438
- }
1439
-
1440
- export namespace ListTagsForResourceResponse {
1441
- /**
1442
- * @internal
1443
- */
1444
- export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
1445
- ...obj,
1446
- });
1447
- }
1448
-
1449
- export interface PutMetadataRequest {
1450
- /**
1451
- * <p>ARN of the channel into which metadata is inserted. This channel must have an active
1452
- * stream.</p>
1453
- */
1454
- channelArn: string | undefined;
1455
-
1456
- /**
1457
- * <p>Metadata to insert into the stream. Maximum: 1 KB per request.</p>
1458
- */
1459
- metadata: string | undefined;
1460
- }
1461
-
1462
- export namespace PutMetadataRequest {
1463
- /**
1464
- * @internal
1465
- */
1466
- export const filterSensitiveLog = (obj: PutMetadataRequest): any => ({
1467
- ...obj,
1468
- });
1469
- }
1470
-
1471
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
1472
- name: "ThrottlingException";
1473
- $fault: "client";
1474
- /**
1475
- * <p>Request was denied due to request throttling.</p>
1476
- */
1477
- exceptionMessage?: string;
1478
- }
1479
-
1480
- export namespace ThrottlingException {
1481
- /**
1482
- * @internal
1483
- */
1484
- export const filterSensitiveLog = (obj: ThrottlingException): any => ({
1485
- ...obj,
1486
- });
1487
- }
1488
-
1489
- export interface StopStreamRequest {
1490
- /**
1491
- * <p>ARN of the channel for which the stream is to be stopped.</p>
1492
- */
1493
- channelArn: string | undefined;
1494
- }
1495
-
1496
- export namespace StopStreamRequest {
1497
- /**
1498
- * @internal
1499
- */
1500
- export const filterSensitiveLog = (obj: StopStreamRequest): any => ({
1501
- ...obj,
1502
- });
1503
- }
1504
-
1505
- export interface StopStreamResponse {}
1506
-
1507
- export namespace StopStreamResponse {
1508
- /**
1509
- * @internal
1510
- */
1511
- export const filterSensitiveLog = (obj: StopStreamResponse): any => ({
1512
- ...obj,
1513
- });
1514
- }
1515
-
1516
- export interface StreamUnavailable extends __SmithyException, $MetadataBearer {
1517
- name: "StreamUnavailable";
1518
- $fault: "server";
1519
- /**
1520
- * <p>The stream is temporarily unavailable.</p>
1521
- */
1522
- exceptionMessage?: string;
1523
- }
1524
-
1525
- export namespace StreamUnavailable {
1526
- /**
1527
- * @internal
1528
- */
1529
- export const filterSensitiveLog = (obj: StreamUnavailable): any => ({
1530
- ...obj,
1531
- });
1532
- }
1533
-
1534
- export interface TagResourceRequest {
1535
- /**
1536
- * <p>ARN of the resource for which tags are to be added or updated.</p>
1537
- */
1538
- resourceArn: string | undefined;
1539
-
1540
- /**
1541
- * <p>Array of tags to be added or updated.</p>
1542
- */
1543
- tags: { [key: string]: string } | undefined;
1544
- }
1545
-
1546
- export namespace TagResourceRequest {
1547
- /**
1548
- * @internal
1549
- */
1550
- export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
1551
- ...obj,
1552
- });
1553
- }
1554
-
1555
- export interface TagResourceResponse {}
1556
-
1557
- export namespace TagResourceResponse {
1558
- /**
1559
- * @internal
1560
- */
1561
- export const filterSensitiveLog = (obj: TagResourceResponse): any => ({
1562
- ...obj,
1563
- });
1564
- }
1565
-
1566
- export interface UntagResourceRequest {
1567
- /**
1568
- * <p>ARN of the resource for which tags are to be removed.</p>
1569
- */
1570
- resourceArn: string | undefined;
1571
-
1572
- /**
1573
- * <p>Array of tags to be removed.</p>
1574
- */
1575
- tagKeys: string[] | undefined;
1576
- }
1577
-
1578
- export namespace UntagResourceRequest {
1579
- /**
1580
- * @internal
1581
- */
1582
- export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
1583
- ...obj,
1584
- });
1585
- }
1586
-
1587
- export interface UntagResourceResponse {}
1588
-
1589
- export namespace UntagResourceResponse {
1590
- /**
1591
- * @internal
1592
- */
1593
- export const filterSensitiveLog = (obj: UntagResourceResponse): any => ({
1594
- ...obj,
1595
- });
1596
- }
1597
-
1598
- export interface UpdateChannelRequest {
1599
- /**
1600
- * <p>ARN of the channel to be updated.</p>
1601
- */
1602
- arn: string | undefined;
1603
-
1604
- /**
1605
- * <p>Channel name.</p>
1606
- */
1607
- name?: string;
1608
-
1609
- /**
1610
- * <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to Full HD. Use
1611
- * <code>LOW</code> for near-real-time interaction with viewers. (Note: In the Amazon IVS console,
1612
- * <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and Standard,
1613
- * respectively.)</p>
1614
- */
1615
- latencyMode?: ChannelLatencyMode | string;
1616
-
1617
- /**
1618
- * <p>Channel type, which determines the allowable resolution and bitrate. <i>If you
1619
- * exceed the allowable resolution or bitrate, the stream probably will disconnect
1620
- * immediately</i>. Valid values:</p>
1621
- * <ul>
1622
- * <li>
1623
- * <p>
1624
- * <code>STANDARD</code>: Multiple qualities are generated from the original input, to
1625
- * automatically give viewers the best experience for their devices and network conditions.
1626
- * Vertical resolution can be up to 1080 and bitrate can be up to 8.5 Mbps.</p>
1627
- * </li>
1628
- * <li>
1629
- * <p>
1630
- * <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
1631
- * video-quality choice is limited to the original input. Vertical resolution can be up to
1632
- * 480 and bitrate can be up to 1.5 Mbps.</p>
1633
- * </li>
1634
- * </ul>
1635
- */
1636
- type?: ChannelType | string;
1637
-
1638
- /**
1639
- * <p>Whether the channel is private (enabled for playback authorization).</p>
1640
- */
1641
- authorized?: boolean;
1642
-
1643
- /**
1644
- * <p>Recording-configuration ARN. If this is set to an empty string, recording is disabled. A
1645
- * value other than an empty string indicates that recording is enabled</p>
1646
- */
1647
- recordingConfigurationArn?: string;
1648
- }
1649
-
1650
- export namespace UpdateChannelRequest {
1651
- /**
1652
- * @internal
1653
- */
1654
- export const filterSensitiveLog = (obj: UpdateChannelRequest): any => ({
1655
- ...obj,
1656
- });
1657
- }
1658
-
1659
- export interface UpdateChannelResponse {
1660
- /**
1661
- * <p>Object specifying a channel.</p>
1662
- */
1663
- channel?: Channel;
1664
- }
1665
-
1666
- export namespace UpdateChannelResponse {
1667
- /**
1668
- * @internal
1669
- */
1670
- export const filterSensitiveLog = (obj: UpdateChannelResponse): any => ({
1671
- ...obj,
1672
- });
1673
- }