@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
@@ -4,18 +4,12 @@ exports.ChannelSummary = exports.ListChannelsRequest = exports.ImportPlaybackKey
4
4
  exports.UpdateChannelResponse = exports.UpdateChannelRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StreamUnavailable = exports.StopStreamResponse = exports.StopStreamRequest = exports.ThrottlingException = exports.PutMetadataRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListStreamsResponse = exports.StreamSummary = exports.ListStreamsRequest = exports.ListStreamKeysResponse = exports.StreamKeySummary = exports.ListStreamKeysRequest = exports.ListRecordingConfigurationsResponse = exports.RecordingConfigurationSummary = exports.ListRecordingConfigurationsRequest = exports.ListPlaybackKeyPairsResponse = exports.PlaybackKeyPairSummary = exports.ListPlaybackKeyPairsRequest = exports.ListChannelsResponse = void 0;
5
5
  var AccessDeniedException;
6
6
  (function (AccessDeniedException) {
7
- /**
8
- * @internal
9
- */
10
7
  AccessDeniedException.filterSensitiveLog = (obj) => ({
11
8
  ...obj,
12
9
  });
13
10
  })(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
14
11
  var BatchGetChannelRequest;
15
12
  (function (BatchGetChannelRequest) {
16
- /**
17
- * @internal
18
- */
19
13
  BatchGetChannelRequest.filterSensitiveLog = (obj) => ({
20
14
  ...obj,
21
15
  });
@@ -32,144 +26,96 @@ var ChannelType;
32
26
  })(ChannelType = exports.ChannelType || (exports.ChannelType = {}));
33
27
  var Channel;
34
28
  (function (Channel) {
35
- /**
36
- * @internal
37
- */
38
29
  Channel.filterSensitiveLog = (obj) => ({
39
30
  ...obj,
40
31
  });
41
32
  })(Channel = exports.Channel || (exports.Channel = {}));
42
33
  var BatchError;
43
34
  (function (BatchError) {
44
- /**
45
- * @internal
46
- */
47
35
  BatchError.filterSensitiveLog = (obj) => ({
48
36
  ...obj,
49
37
  });
50
38
  })(BatchError = exports.BatchError || (exports.BatchError = {}));
51
39
  var BatchGetChannelResponse;
52
40
  (function (BatchGetChannelResponse) {
53
- /**
54
- * @internal
55
- */
56
41
  BatchGetChannelResponse.filterSensitiveLog = (obj) => ({
57
42
  ...obj,
58
43
  });
59
44
  })(BatchGetChannelResponse = exports.BatchGetChannelResponse || (exports.BatchGetChannelResponse = {}));
60
45
  var BatchGetStreamKeyRequest;
61
46
  (function (BatchGetStreamKeyRequest) {
62
- /**
63
- * @internal
64
- */
65
47
  BatchGetStreamKeyRequest.filterSensitiveLog = (obj) => ({
66
48
  ...obj,
67
49
  });
68
50
  })(BatchGetStreamKeyRequest = exports.BatchGetStreamKeyRequest || (exports.BatchGetStreamKeyRequest = {}));
69
51
  var StreamKey;
70
52
  (function (StreamKey) {
71
- /**
72
- * @internal
73
- */
74
53
  StreamKey.filterSensitiveLog = (obj) => ({
75
54
  ...obj,
76
55
  });
77
56
  })(StreamKey = exports.StreamKey || (exports.StreamKey = {}));
78
57
  var BatchGetStreamKeyResponse;
79
58
  (function (BatchGetStreamKeyResponse) {
80
- /**
81
- * @internal
82
- */
83
59
  BatchGetStreamKeyResponse.filterSensitiveLog = (obj) => ({
84
60
  ...obj,
85
61
  });
86
62
  })(BatchGetStreamKeyResponse = exports.BatchGetStreamKeyResponse || (exports.BatchGetStreamKeyResponse = {}));
87
63
  var CreateChannelRequest;
88
64
  (function (CreateChannelRequest) {
89
- /**
90
- * @internal
91
- */
92
65
  CreateChannelRequest.filterSensitiveLog = (obj) => ({
93
66
  ...obj,
94
67
  });
95
68
  })(CreateChannelRequest = exports.CreateChannelRequest || (exports.CreateChannelRequest = {}));
96
69
  var CreateChannelResponse;
97
70
  (function (CreateChannelResponse) {
98
- /**
99
- * @internal
100
- */
101
71
  CreateChannelResponse.filterSensitiveLog = (obj) => ({
102
72
  ...obj,
103
73
  });
104
74
  })(CreateChannelResponse = exports.CreateChannelResponse || (exports.CreateChannelResponse = {}));
105
75
  var PendingVerification;
106
76
  (function (PendingVerification) {
107
- /**
108
- * @internal
109
- */
110
77
  PendingVerification.filterSensitiveLog = (obj) => ({
111
78
  ...obj,
112
79
  });
113
80
  })(PendingVerification = exports.PendingVerification || (exports.PendingVerification = {}));
114
81
  var ResourceNotFoundException;
115
82
  (function (ResourceNotFoundException) {
116
- /**
117
- * @internal
118
- */
119
83
  ResourceNotFoundException.filterSensitiveLog = (obj) => ({
120
84
  ...obj,
121
85
  });
122
86
  })(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
123
87
  var ServiceQuotaExceededException;
124
88
  (function (ServiceQuotaExceededException) {
125
- /**
126
- * @internal
127
- */
128
89
  ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
129
90
  ...obj,
130
91
  });
131
92
  })(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
132
93
  var ValidationException;
133
94
  (function (ValidationException) {
134
- /**
135
- * @internal
136
- */
137
95
  ValidationException.filterSensitiveLog = (obj) => ({
138
96
  ...obj,
139
97
  });
140
98
  })(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
141
99
  var ConflictException;
142
100
  (function (ConflictException) {
143
- /**
144
- * @internal
145
- */
146
101
  ConflictException.filterSensitiveLog = (obj) => ({
147
102
  ...obj,
148
103
  });
149
104
  })(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
150
105
  var S3DestinationConfiguration;
151
106
  (function (S3DestinationConfiguration) {
152
- /**
153
- * @internal
154
- */
155
107
  S3DestinationConfiguration.filterSensitiveLog = (obj) => ({
156
108
  ...obj,
157
109
  });
158
110
  })(S3DestinationConfiguration = exports.S3DestinationConfiguration || (exports.S3DestinationConfiguration = {}));
159
111
  var DestinationConfiguration;
160
112
  (function (DestinationConfiguration) {
161
- /**
162
- * @internal
163
- */
164
113
  DestinationConfiguration.filterSensitiveLog = (obj) => ({
165
114
  ...obj,
166
115
  });
167
116
  })(DestinationConfiguration = exports.DestinationConfiguration || (exports.DestinationConfiguration = {}));
168
117
  var CreateRecordingConfigurationRequest;
169
118
  (function (CreateRecordingConfigurationRequest) {
170
- /**
171
- * @internal
172
- */
173
119
  CreateRecordingConfigurationRequest.filterSensitiveLog = (obj) => ({
174
120
  ...obj,
175
121
  });
@@ -182,171 +128,114 @@ var RecordingConfigurationState;
182
128
  })(RecordingConfigurationState = exports.RecordingConfigurationState || (exports.RecordingConfigurationState = {}));
183
129
  var RecordingConfiguration;
184
130
  (function (RecordingConfiguration) {
185
- /**
186
- * @internal
187
- */
188
131
  RecordingConfiguration.filterSensitiveLog = (obj) => ({
189
132
  ...obj,
190
133
  });
191
134
  })(RecordingConfiguration = exports.RecordingConfiguration || (exports.RecordingConfiguration = {}));
192
135
  var CreateRecordingConfigurationResponse;
193
136
  (function (CreateRecordingConfigurationResponse) {
194
- /**
195
- * @internal
196
- */
197
137
  CreateRecordingConfigurationResponse.filterSensitiveLog = (obj) => ({
198
138
  ...obj,
199
139
  });
200
140
  })(CreateRecordingConfigurationResponse = exports.CreateRecordingConfigurationResponse || (exports.CreateRecordingConfigurationResponse = {}));
201
141
  var InternalServerException;
202
142
  (function (InternalServerException) {
203
- /**
204
- * @internal
205
- */
206
143
  InternalServerException.filterSensitiveLog = (obj) => ({
207
144
  ...obj,
208
145
  });
209
146
  })(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
210
147
  var CreateStreamKeyRequest;
211
148
  (function (CreateStreamKeyRequest) {
212
- /**
213
- * @internal
214
- */
215
149
  CreateStreamKeyRequest.filterSensitiveLog = (obj) => ({
216
150
  ...obj,
217
151
  });
218
152
  })(CreateStreamKeyRequest = exports.CreateStreamKeyRequest || (exports.CreateStreamKeyRequest = {}));
219
153
  var CreateStreamKeyResponse;
220
154
  (function (CreateStreamKeyResponse) {
221
- /**
222
- * @internal
223
- */
224
155
  CreateStreamKeyResponse.filterSensitiveLog = (obj) => ({
225
156
  ...obj,
226
157
  });
227
158
  })(CreateStreamKeyResponse = exports.CreateStreamKeyResponse || (exports.CreateStreamKeyResponse = {}));
228
159
  var DeleteChannelRequest;
229
160
  (function (DeleteChannelRequest) {
230
- /**
231
- * @internal
232
- */
233
161
  DeleteChannelRequest.filterSensitiveLog = (obj) => ({
234
162
  ...obj,
235
163
  });
236
164
  })(DeleteChannelRequest = exports.DeleteChannelRequest || (exports.DeleteChannelRequest = {}));
237
165
  var DeletePlaybackKeyPairRequest;
238
166
  (function (DeletePlaybackKeyPairRequest) {
239
- /**
240
- * @internal
241
- */
242
167
  DeletePlaybackKeyPairRequest.filterSensitiveLog = (obj) => ({
243
168
  ...obj,
244
169
  });
245
170
  })(DeletePlaybackKeyPairRequest = exports.DeletePlaybackKeyPairRequest || (exports.DeletePlaybackKeyPairRequest = {}));
246
171
  var DeletePlaybackKeyPairResponse;
247
172
  (function (DeletePlaybackKeyPairResponse) {
248
- /**
249
- * @internal
250
- */
251
173
  DeletePlaybackKeyPairResponse.filterSensitiveLog = (obj) => ({
252
174
  ...obj,
253
175
  });
254
176
  })(DeletePlaybackKeyPairResponse = exports.DeletePlaybackKeyPairResponse || (exports.DeletePlaybackKeyPairResponse = {}));
255
177
  var DeleteRecordingConfigurationRequest;
256
178
  (function (DeleteRecordingConfigurationRequest) {
257
- /**
258
- * @internal
259
- */
260
179
  DeleteRecordingConfigurationRequest.filterSensitiveLog = (obj) => ({
261
180
  ...obj,
262
181
  });
263
182
  })(DeleteRecordingConfigurationRequest = exports.DeleteRecordingConfigurationRequest || (exports.DeleteRecordingConfigurationRequest = {}));
264
183
  var DeleteStreamKeyRequest;
265
184
  (function (DeleteStreamKeyRequest) {
266
- /**
267
- * @internal
268
- */
269
185
  DeleteStreamKeyRequest.filterSensitiveLog = (obj) => ({
270
186
  ...obj,
271
187
  });
272
188
  })(DeleteStreamKeyRequest = exports.DeleteStreamKeyRequest || (exports.DeleteStreamKeyRequest = {}));
273
189
  var GetChannelRequest;
274
190
  (function (GetChannelRequest) {
275
- /**
276
- * @internal
277
- */
278
191
  GetChannelRequest.filterSensitiveLog = (obj) => ({
279
192
  ...obj,
280
193
  });
281
194
  })(GetChannelRequest = exports.GetChannelRequest || (exports.GetChannelRequest = {}));
282
195
  var GetChannelResponse;
283
196
  (function (GetChannelResponse) {
284
- /**
285
- * @internal
286
- */
287
197
  GetChannelResponse.filterSensitiveLog = (obj) => ({
288
198
  ...obj,
289
199
  });
290
200
  })(GetChannelResponse = exports.GetChannelResponse || (exports.GetChannelResponse = {}));
291
201
  var GetPlaybackKeyPairRequest;
292
202
  (function (GetPlaybackKeyPairRequest) {
293
- /**
294
- * @internal
295
- */
296
203
  GetPlaybackKeyPairRequest.filterSensitiveLog = (obj) => ({
297
204
  ...obj,
298
205
  });
299
206
  })(GetPlaybackKeyPairRequest = exports.GetPlaybackKeyPairRequest || (exports.GetPlaybackKeyPairRequest = {}));
300
207
  var PlaybackKeyPair;
301
208
  (function (PlaybackKeyPair) {
302
- /**
303
- * @internal
304
- */
305
209
  PlaybackKeyPair.filterSensitiveLog = (obj) => ({
306
210
  ...obj,
307
211
  });
308
212
  })(PlaybackKeyPair = exports.PlaybackKeyPair || (exports.PlaybackKeyPair = {}));
309
213
  var GetPlaybackKeyPairResponse;
310
214
  (function (GetPlaybackKeyPairResponse) {
311
- /**
312
- * @internal
313
- */
314
215
  GetPlaybackKeyPairResponse.filterSensitiveLog = (obj) => ({
315
216
  ...obj,
316
217
  });
317
218
  })(GetPlaybackKeyPairResponse = exports.GetPlaybackKeyPairResponse || (exports.GetPlaybackKeyPairResponse = {}));
318
219
  var GetRecordingConfigurationRequest;
319
220
  (function (GetRecordingConfigurationRequest) {
320
- /**
321
- * @internal
322
- */
323
221
  GetRecordingConfigurationRequest.filterSensitiveLog = (obj) => ({
324
222
  ...obj,
325
223
  });
326
224
  })(GetRecordingConfigurationRequest = exports.GetRecordingConfigurationRequest || (exports.GetRecordingConfigurationRequest = {}));
327
225
  var GetRecordingConfigurationResponse;
328
226
  (function (GetRecordingConfigurationResponse) {
329
- /**
330
- * @internal
331
- */
332
227
  GetRecordingConfigurationResponse.filterSensitiveLog = (obj) => ({
333
228
  ...obj,
334
229
  });
335
230
  })(GetRecordingConfigurationResponse = exports.GetRecordingConfigurationResponse || (exports.GetRecordingConfigurationResponse = {}));
336
231
  var ChannelNotBroadcasting;
337
232
  (function (ChannelNotBroadcasting) {
338
- /**
339
- * @internal
340
- */
341
233
  ChannelNotBroadcasting.filterSensitiveLog = (obj) => ({
342
234
  ...obj,
343
235
  });
344
236
  })(ChannelNotBroadcasting = exports.ChannelNotBroadcasting || (exports.ChannelNotBroadcasting = {}));
345
237
  var GetStreamRequest;
346
238
  (function (GetStreamRequest) {
347
- /**
348
- * @internal
349
- */
350
239
  GetStreamRequest.filterSensitiveLog = (obj) => ({
351
240
  ...obj,
352
241
  });
@@ -364,308 +253,205 @@ var StreamState;
364
253
  })(StreamState = exports.StreamState || (exports.StreamState = {}));
365
254
  var _Stream;
366
255
  (function (_Stream) {
367
- /**
368
- * @internal
369
- */
370
256
  _Stream.filterSensitiveLog = (obj) => ({
371
257
  ...obj,
372
258
  });
373
259
  })(_Stream = exports._Stream || (exports._Stream = {}));
374
260
  var GetStreamResponse;
375
261
  (function (GetStreamResponse) {
376
- /**
377
- * @internal
378
- */
379
262
  GetStreamResponse.filterSensitiveLog = (obj) => ({
380
263
  ...obj,
381
264
  });
382
265
  })(GetStreamResponse = exports.GetStreamResponse || (exports.GetStreamResponse = {}));
383
266
  var GetStreamKeyRequest;
384
267
  (function (GetStreamKeyRequest) {
385
- /**
386
- * @internal
387
- */
388
268
  GetStreamKeyRequest.filterSensitiveLog = (obj) => ({
389
269
  ...obj,
390
270
  });
391
271
  })(GetStreamKeyRequest = exports.GetStreamKeyRequest || (exports.GetStreamKeyRequest = {}));
392
272
  var GetStreamKeyResponse;
393
273
  (function (GetStreamKeyResponse) {
394
- /**
395
- * @internal
396
- */
397
274
  GetStreamKeyResponse.filterSensitiveLog = (obj) => ({
398
275
  ...obj,
399
276
  });
400
277
  })(GetStreamKeyResponse = exports.GetStreamKeyResponse || (exports.GetStreamKeyResponse = {}));
401
278
  var ImportPlaybackKeyPairRequest;
402
279
  (function (ImportPlaybackKeyPairRequest) {
403
- /**
404
- * @internal
405
- */
406
280
  ImportPlaybackKeyPairRequest.filterSensitiveLog = (obj) => ({
407
281
  ...obj,
408
282
  });
409
283
  })(ImportPlaybackKeyPairRequest = exports.ImportPlaybackKeyPairRequest || (exports.ImportPlaybackKeyPairRequest = {}));
410
284
  var ImportPlaybackKeyPairResponse;
411
285
  (function (ImportPlaybackKeyPairResponse) {
412
- /**
413
- * @internal
414
- */
415
286
  ImportPlaybackKeyPairResponse.filterSensitiveLog = (obj) => ({
416
287
  ...obj,
417
288
  });
418
289
  })(ImportPlaybackKeyPairResponse = exports.ImportPlaybackKeyPairResponse || (exports.ImportPlaybackKeyPairResponse = {}));
419
290
  var ListChannelsRequest;
420
291
  (function (ListChannelsRequest) {
421
- /**
422
- * @internal
423
- */
424
292
  ListChannelsRequest.filterSensitiveLog = (obj) => ({
425
293
  ...obj,
426
294
  });
427
295
  })(ListChannelsRequest = exports.ListChannelsRequest || (exports.ListChannelsRequest = {}));
428
296
  var ChannelSummary;
429
297
  (function (ChannelSummary) {
430
- /**
431
- * @internal
432
- */
433
298
  ChannelSummary.filterSensitiveLog = (obj) => ({
434
299
  ...obj,
435
300
  });
436
301
  })(ChannelSummary = exports.ChannelSummary || (exports.ChannelSummary = {}));
437
302
  var ListChannelsResponse;
438
303
  (function (ListChannelsResponse) {
439
- /**
440
- * @internal
441
- */
442
304
  ListChannelsResponse.filterSensitiveLog = (obj) => ({
443
305
  ...obj,
444
306
  });
445
307
  })(ListChannelsResponse = exports.ListChannelsResponse || (exports.ListChannelsResponse = {}));
446
308
  var ListPlaybackKeyPairsRequest;
447
309
  (function (ListPlaybackKeyPairsRequest) {
448
- /**
449
- * @internal
450
- */
451
310
  ListPlaybackKeyPairsRequest.filterSensitiveLog = (obj) => ({
452
311
  ...obj,
453
312
  });
454
313
  })(ListPlaybackKeyPairsRequest = exports.ListPlaybackKeyPairsRequest || (exports.ListPlaybackKeyPairsRequest = {}));
455
314
  var PlaybackKeyPairSummary;
456
315
  (function (PlaybackKeyPairSummary) {
457
- /**
458
- * @internal
459
- */
460
316
  PlaybackKeyPairSummary.filterSensitiveLog = (obj) => ({
461
317
  ...obj,
462
318
  });
463
319
  })(PlaybackKeyPairSummary = exports.PlaybackKeyPairSummary || (exports.PlaybackKeyPairSummary = {}));
464
320
  var ListPlaybackKeyPairsResponse;
465
321
  (function (ListPlaybackKeyPairsResponse) {
466
- /**
467
- * @internal
468
- */
469
322
  ListPlaybackKeyPairsResponse.filterSensitiveLog = (obj) => ({
470
323
  ...obj,
471
324
  });
472
325
  })(ListPlaybackKeyPairsResponse = exports.ListPlaybackKeyPairsResponse || (exports.ListPlaybackKeyPairsResponse = {}));
473
326
  var ListRecordingConfigurationsRequest;
474
327
  (function (ListRecordingConfigurationsRequest) {
475
- /**
476
- * @internal
477
- */
478
328
  ListRecordingConfigurationsRequest.filterSensitiveLog = (obj) => ({
479
329
  ...obj,
480
330
  });
481
331
  })(ListRecordingConfigurationsRequest = exports.ListRecordingConfigurationsRequest || (exports.ListRecordingConfigurationsRequest = {}));
482
332
  var RecordingConfigurationSummary;
483
333
  (function (RecordingConfigurationSummary) {
484
- /**
485
- * @internal
486
- */
487
334
  RecordingConfigurationSummary.filterSensitiveLog = (obj) => ({
488
335
  ...obj,
489
336
  });
490
337
  })(RecordingConfigurationSummary = exports.RecordingConfigurationSummary || (exports.RecordingConfigurationSummary = {}));
491
338
  var ListRecordingConfigurationsResponse;
492
339
  (function (ListRecordingConfigurationsResponse) {
493
- /**
494
- * @internal
495
- */
496
340
  ListRecordingConfigurationsResponse.filterSensitiveLog = (obj) => ({
497
341
  ...obj,
498
342
  });
499
343
  })(ListRecordingConfigurationsResponse = exports.ListRecordingConfigurationsResponse || (exports.ListRecordingConfigurationsResponse = {}));
500
344
  var ListStreamKeysRequest;
501
345
  (function (ListStreamKeysRequest) {
502
- /**
503
- * @internal
504
- */
505
346
  ListStreamKeysRequest.filterSensitiveLog = (obj) => ({
506
347
  ...obj,
507
348
  });
508
349
  })(ListStreamKeysRequest = exports.ListStreamKeysRequest || (exports.ListStreamKeysRequest = {}));
509
350
  var StreamKeySummary;
510
351
  (function (StreamKeySummary) {
511
- /**
512
- * @internal
513
- */
514
352
  StreamKeySummary.filterSensitiveLog = (obj) => ({
515
353
  ...obj,
516
354
  });
517
355
  })(StreamKeySummary = exports.StreamKeySummary || (exports.StreamKeySummary = {}));
518
356
  var ListStreamKeysResponse;
519
357
  (function (ListStreamKeysResponse) {
520
- /**
521
- * @internal
522
- */
523
358
  ListStreamKeysResponse.filterSensitiveLog = (obj) => ({
524
359
  ...obj,
525
360
  });
526
361
  })(ListStreamKeysResponse = exports.ListStreamKeysResponse || (exports.ListStreamKeysResponse = {}));
527
362
  var ListStreamsRequest;
528
363
  (function (ListStreamsRequest) {
529
- /**
530
- * @internal
531
- */
532
364
  ListStreamsRequest.filterSensitiveLog = (obj) => ({
533
365
  ...obj,
534
366
  });
535
367
  })(ListStreamsRequest = exports.ListStreamsRequest || (exports.ListStreamsRequest = {}));
536
368
  var StreamSummary;
537
369
  (function (StreamSummary) {
538
- /**
539
- * @internal
540
- */
541
370
  StreamSummary.filterSensitiveLog = (obj) => ({
542
371
  ...obj,
543
372
  });
544
373
  })(StreamSummary = exports.StreamSummary || (exports.StreamSummary = {}));
545
374
  var ListStreamsResponse;
546
375
  (function (ListStreamsResponse) {
547
- /**
548
- * @internal
549
- */
550
376
  ListStreamsResponse.filterSensitiveLog = (obj) => ({
551
377
  ...obj,
552
378
  });
553
379
  })(ListStreamsResponse = exports.ListStreamsResponse || (exports.ListStreamsResponse = {}));
554
380
  var ListTagsForResourceRequest;
555
381
  (function (ListTagsForResourceRequest) {
556
- /**
557
- * @internal
558
- */
559
382
  ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
560
383
  ...obj,
561
384
  });
562
385
  })(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
563
386
  var ListTagsForResourceResponse;
564
387
  (function (ListTagsForResourceResponse) {
565
- /**
566
- * @internal
567
- */
568
388
  ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
569
389
  ...obj,
570
390
  });
571
391
  })(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
572
392
  var PutMetadataRequest;
573
393
  (function (PutMetadataRequest) {
574
- /**
575
- * @internal
576
- */
577
394
  PutMetadataRequest.filterSensitiveLog = (obj) => ({
578
395
  ...obj,
579
396
  });
580
397
  })(PutMetadataRequest = exports.PutMetadataRequest || (exports.PutMetadataRequest = {}));
581
398
  var ThrottlingException;
582
399
  (function (ThrottlingException) {
583
- /**
584
- * @internal
585
- */
586
400
  ThrottlingException.filterSensitiveLog = (obj) => ({
587
401
  ...obj,
588
402
  });
589
403
  })(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
590
404
  var StopStreamRequest;
591
405
  (function (StopStreamRequest) {
592
- /**
593
- * @internal
594
- */
595
406
  StopStreamRequest.filterSensitiveLog = (obj) => ({
596
407
  ...obj,
597
408
  });
598
409
  })(StopStreamRequest = exports.StopStreamRequest || (exports.StopStreamRequest = {}));
599
410
  var StopStreamResponse;
600
411
  (function (StopStreamResponse) {
601
- /**
602
- * @internal
603
- */
604
412
  StopStreamResponse.filterSensitiveLog = (obj) => ({
605
413
  ...obj,
606
414
  });
607
415
  })(StopStreamResponse = exports.StopStreamResponse || (exports.StopStreamResponse = {}));
608
416
  var StreamUnavailable;
609
417
  (function (StreamUnavailable) {
610
- /**
611
- * @internal
612
- */
613
418
  StreamUnavailable.filterSensitiveLog = (obj) => ({
614
419
  ...obj,
615
420
  });
616
421
  })(StreamUnavailable = exports.StreamUnavailable || (exports.StreamUnavailable = {}));
617
422
  var TagResourceRequest;
618
423
  (function (TagResourceRequest) {
619
- /**
620
- * @internal
621
- */
622
424
  TagResourceRequest.filterSensitiveLog = (obj) => ({
623
425
  ...obj,
624
426
  });
625
427
  })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
626
428
  var TagResourceResponse;
627
429
  (function (TagResourceResponse) {
628
- /**
629
- * @internal
630
- */
631
430
  TagResourceResponse.filterSensitiveLog = (obj) => ({
632
431
  ...obj,
633
432
  });
634
433
  })(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
635
434
  var UntagResourceRequest;
636
435
  (function (UntagResourceRequest) {
637
- /**
638
- * @internal
639
- */
640
436
  UntagResourceRequest.filterSensitiveLog = (obj) => ({
641
437
  ...obj,
642
438
  });
643
439
  })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
644
440
  var UntagResourceResponse;
645
441
  (function (UntagResourceResponse) {
646
- /**
647
- * @internal
648
- */
649
442
  UntagResourceResponse.filterSensitiveLog = (obj) => ({
650
443
  ...obj,
651
444
  });
652
445
  })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
653
446
  var UpdateChannelRequest;
654
447
  (function (UpdateChannelRequest) {
655
- /**
656
- * @internal
657
- */
658
448
  UpdateChannelRequest.filterSensitiveLog = (obj) => ({
659
449
  ...obj,
660
450
  });
661
451
  })(UpdateChannelRequest = exports.UpdateChannelRequest || (exports.UpdateChannelRequest = {}));
662
452
  var UpdateChannelResponse;
663
453
  (function (UpdateChannelResponse) {
664
- /**
665
- * @internal
666
- */
667
454
  UpdateChannelResponse.filterSensitiveLog = (obj) => ({
668
455
  ...obj,
669
456
  });
670
457
  })(UpdateChannelResponse = exports.UpdateChannelResponse || (exports.UpdateChannelResponse = {}));
671
- //# sourceMappingURL=models_0.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListChannels = void 0;
4
+ const ListChannelsCommand_1 = require("../commands/ListChannelsCommand");
4
5
  const Ivs_1 = require("../Ivs");
5
6
  const IvsClient_1 = require("../IvsClient");
6
- const ListChannelsCommand_1 = require("../commands/ListChannelsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListChannelsCommand_1.ListChannelsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listChannels(input, ...args);
20
12
  };
21
13
  async function* paginateListChannels(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListChannels(config, input, ...additionalArguments) {
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListChannels = paginateListChannels;
46
- //# sourceMappingURL=ListChannelsPaginator.js.map