@aws-sdk/client-ivs 3.35.0 → 3.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/README.md +54 -107
  3. package/dist-cjs/Ivs.js +0 -363
  4. package/dist-cjs/IvsClient.js +0 -368
  5. package/dist-cjs/commands/BatchGetChannelCommand.js +0 -25
  6. package/dist-cjs/commands/BatchGetStreamKeyCommand.js +0 -25
  7. package/dist-cjs/commands/CreateChannelCommand.js +0 -25
  8. package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +0 -36
  9. package/dist-cjs/commands/CreateStreamKeyCommand.js +0 -28
  10. package/dist-cjs/commands/DeleteChannelCommand.js +0 -29
  11. package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +0 -27
  12. package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +0 -30
  13. package/dist-cjs/commands/DeleteStreamKeyCommand.js +0 -26
  14. package/dist-cjs/commands/GetChannelCommand.js +0 -25
  15. package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +0 -29
  16. package/dist-cjs/commands/GetRecordingConfigurationCommand.js +0 -25
  17. package/dist-cjs/commands/GetStreamCommand.js +0 -25
  18. package/dist-cjs/commands/GetStreamKeyCommand.js +0 -25
  19. package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +0 -29
  20. package/dist-cjs/commands/ListChannelsCommand.js +0 -28
  21. package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +0 -26
  22. package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +0 -26
  23. package/dist-cjs/commands/ListStreamKeysCommand.js +0 -25
  24. package/dist-cjs/commands/ListStreamsCommand.js +0 -26
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  26. package/dist-cjs/commands/PutMetadataCommand.js +0 -31
  27. package/dist-cjs/commands/StopStreamCommand.js +0 -32
  28. package/dist-cjs/commands/TagResourceCommand.js +0 -25
  29. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  30. package/dist-cjs/commands/UpdateChannelCommand.js +0 -26
  31. package/dist-cjs/commands/index.js +29 -0
  32. package/dist-cjs/endpoints.js +1 -2
  33. package/dist-cjs/index.js +4 -36
  34. package/dist-cjs/models/index.js +0 -1
  35. package/dist-cjs/models/models_0.js +7 -214
  36. package/dist-cjs/pagination/Interfaces.js +0 -1
  37. package/dist-cjs/pagination/ListChannelsPaginator.js +0 -11
  38. package/dist-cjs/pagination/ListPlaybackKeyPairsPaginator.js +0 -11
  39. package/dist-cjs/pagination/ListRecordingConfigurationsPaginator.js +0 -11
  40. package/dist-cjs/pagination/ListStreamKeysPaginator.js +0 -11
  41. package/dist-cjs/pagination/ListStreamsPaginator.js +0 -11
  42. package/dist-cjs/pagination/index.js +9 -0
  43. package/dist-cjs/protocols/Aws_restJson1.js +1 -17
  44. package/dist-cjs/runtimeConfig.browser.js +1 -6
  45. package/dist-cjs/runtimeConfig.js +2 -7
  46. package/dist-cjs/runtimeConfig.native.js +0 -4
  47. package/dist-cjs/runtimeConfig.shared.js +0 -4
  48. package/dist-es/Ivs.js +0 -1
  49. package/dist-es/IvsClient.js +0 -1
  50. package/dist-es/commands/BatchGetChannelCommand.js +0 -1
  51. package/dist-es/commands/BatchGetStreamKeyCommand.js +0 -1
  52. package/dist-es/commands/CreateChannelCommand.js +0 -1
  53. package/dist-es/commands/CreateRecordingConfigurationCommand.js +0 -1
  54. package/dist-es/commands/CreateStreamKeyCommand.js +0 -1
  55. package/dist-es/commands/DeleteChannelCommand.js +0 -1
  56. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +0 -1
  57. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +0 -1
  58. package/dist-es/commands/DeleteStreamKeyCommand.js +0 -1
  59. package/dist-es/commands/GetChannelCommand.js +0 -1
  60. package/dist-es/commands/GetPlaybackKeyPairCommand.js +0 -1
  61. package/dist-es/commands/GetRecordingConfigurationCommand.js +0 -1
  62. package/dist-es/commands/GetStreamCommand.js +0 -1
  63. package/dist-es/commands/GetStreamKeyCommand.js +0 -1
  64. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +0 -1
  65. package/dist-es/commands/ListChannelsCommand.js +0 -1
  66. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +0 -1
  67. package/dist-es/commands/ListRecordingConfigurationsCommand.js +0 -1
  68. package/dist-es/commands/ListStreamKeysCommand.js +0 -1
  69. package/dist-es/commands/ListStreamsCommand.js +0 -1
  70. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  71. package/dist-es/commands/PutMetadataCommand.js +0 -1
  72. package/dist-es/commands/StopStreamCommand.js +0 -1
  73. package/dist-es/commands/TagResourceCommand.js +0 -1
  74. package/dist-es/commands/UntagResourceCommand.js +0 -1
  75. package/dist-es/commands/UpdateChannelCommand.js +0 -1
  76. package/dist-es/commands/index.js +26 -0
  77. package/dist-es/endpoints.js +1 -2
  78. package/dist-es/index.js +4 -36
  79. package/dist-es/models/index.js +0 -1
  80. package/dist-es/models/models_0.js +7 -7
  81. package/dist-es/pagination/Interfaces.js +0 -1
  82. package/dist-es/pagination/ListChannelsPaginator.js +0 -1
  83. package/dist-es/pagination/ListPlaybackKeyPairsPaginator.js +0 -1
  84. package/dist-es/pagination/ListRecordingConfigurationsPaginator.js +0 -1
  85. package/dist-es/pagination/ListStreamKeysPaginator.js +0 -1
  86. package/dist-es/pagination/ListStreamsPaginator.js +0 -1
  87. package/dist-es/pagination/index.js +6 -0
  88. package/dist-es/protocols/Aws_restJson1.js +1 -9
  89. package/dist-es/runtimeConfig.browser.js +1 -2
  90. package/dist-es/runtimeConfig.js +2 -3
  91. package/dist-es/runtimeConfig.native.js +0 -1
  92. package/dist-es/runtimeConfig.shared.js +0 -1
  93. package/dist-types/Ivs.d.ts +65 -124
  94. package/dist-types/IvsClient.d.ts +54 -111
  95. package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
  97. package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +1 -1
  98. package/dist-types/commands/ListStreamsCommand.d.ts +1 -1
  99. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  100. package/dist-types/commands/PutMetadataCommand.d.ts +5 -7
  101. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  102. package/dist-types/commands/index.d.ts +26 -0
  103. package/dist-types/index.d.ts +4 -35
  104. package/dist-types/models/models_0.d.ts +92 -60
  105. package/dist-types/pagination/index.d.ts +6 -0
  106. package/dist-types/ts3.4/Ivs.d.ts +27 -494
  107. package/dist-types/ts3.4/IvsClient.d.ts +24 -448
  108. package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +2 -20
  109. package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +2 -20
  110. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -20
  111. package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +2 -31
  112. package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +2 -23
  113. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -24
  114. package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +2 -22
  115. package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +2 -25
  116. package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +2 -21
  117. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +2 -24
  119. package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +2 -20
  120. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +2 -20
  121. package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +2 -20
  122. package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +2 -24
  123. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -23
  124. package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +2 -21
  125. package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +2 -21
  126. package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +2 -20
  127. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -21
  128. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  129. package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +2 -26
  130. package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +2 -27
  131. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  132. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  133. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -21
  134. package/dist-types/ts3.4/commands/index.d.ts +26 -0
  135. package/dist-types/ts3.4/index.d.ts +4 -35
  136. package/dist-types/ts3.4/models/models_0.d.ts +237 -771
  137. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  138. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  139. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  140. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  141. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  142. package/package.json +33 -30
  143. package/dist-cjs/Ivs.js.map +0 -1
  144. package/dist-cjs/IvsClient.js.map +0 -1
  145. package/dist-cjs/commands/BatchGetChannelCommand.js.map +0 -1
  146. package/dist-cjs/commands/BatchGetStreamKeyCommand.js.map +0 -1
  147. package/dist-cjs/commands/CreateChannelCommand.js.map +0 -1
  148. package/dist-cjs/commands/CreateRecordingConfigurationCommand.js.map +0 -1
  149. package/dist-cjs/commands/CreateStreamKeyCommand.js.map +0 -1
  150. package/dist-cjs/commands/DeleteChannelCommand.js.map +0 -1
  151. package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js.map +0 -1
  152. package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js.map +0 -1
  153. package/dist-cjs/commands/DeleteStreamKeyCommand.js.map +0 -1
  154. package/dist-cjs/commands/GetChannelCommand.js.map +0 -1
  155. package/dist-cjs/commands/GetPlaybackKeyPairCommand.js.map +0 -1
  156. package/dist-cjs/commands/GetRecordingConfigurationCommand.js.map +0 -1
  157. package/dist-cjs/commands/GetStreamCommand.js.map +0 -1
  158. package/dist-cjs/commands/GetStreamKeyCommand.js.map +0 -1
  159. package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js.map +0 -1
  160. package/dist-cjs/commands/ListChannelsCommand.js.map +0 -1
  161. package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js.map +0 -1
  162. package/dist-cjs/commands/ListRecordingConfigurationsCommand.js.map +0 -1
  163. package/dist-cjs/commands/ListStreamKeysCommand.js.map +0 -1
  164. package/dist-cjs/commands/ListStreamsCommand.js.map +0 -1
  165. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  166. package/dist-cjs/commands/PutMetadataCommand.js.map +0 -1
  167. package/dist-cjs/commands/StopStreamCommand.js.map +0 -1
  168. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  169. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  170. package/dist-cjs/commands/UpdateChannelCommand.js.map +0 -1
  171. package/dist-cjs/endpoints.js.map +0 -1
  172. package/dist-cjs/index.js.map +0 -1
  173. package/dist-cjs/models/index.js.map +0 -1
  174. package/dist-cjs/models/models_0.js.map +0 -1
  175. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  176. package/dist-cjs/pagination/ListChannelsPaginator.js.map +0 -1
  177. package/dist-cjs/pagination/ListPlaybackKeyPairsPaginator.js.map +0 -1
  178. package/dist-cjs/pagination/ListRecordingConfigurationsPaginator.js.map +0 -1
  179. package/dist-cjs/pagination/ListStreamKeysPaginator.js.map +0 -1
  180. package/dist-cjs/pagination/ListStreamsPaginator.js.map +0 -1
  181. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -46
  182. package/dist-cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  183. package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
  184. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  185. package/dist-cjs/runtimeConfig.js.map +0 -1
  186. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  187. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  188. package/dist-es/Ivs.js.map +0 -1
  189. package/dist-es/IvsClient.js.map +0 -1
  190. package/dist-es/commands/BatchGetChannelCommand.js.map +0 -1
  191. package/dist-es/commands/BatchGetStreamKeyCommand.js.map +0 -1
  192. package/dist-es/commands/CreateChannelCommand.js.map +0 -1
  193. package/dist-es/commands/CreateRecordingConfigurationCommand.js.map +0 -1
  194. package/dist-es/commands/CreateStreamKeyCommand.js.map +0 -1
  195. package/dist-es/commands/DeleteChannelCommand.js.map +0 -1
  196. package/dist-es/commands/DeletePlaybackKeyPairCommand.js.map +0 -1
  197. package/dist-es/commands/DeleteRecordingConfigurationCommand.js.map +0 -1
  198. package/dist-es/commands/DeleteStreamKeyCommand.js.map +0 -1
  199. package/dist-es/commands/GetChannelCommand.js.map +0 -1
  200. package/dist-es/commands/GetPlaybackKeyPairCommand.js.map +0 -1
  201. package/dist-es/commands/GetRecordingConfigurationCommand.js.map +0 -1
  202. package/dist-es/commands/GetStreamCommand.js.map +0 -1
  203. package/dist-es/commands/GetStreamKeyCommand.js.map +0 -1
  204. package/dist-es/commands/ImportPlaybackKeyPairCommand.js.map +0 -1
  205. package/dist-es/commands/ListChannelsCommand.js.map +0 -1
  206. package/dist-es/commands/ListPlaybackKeyPairsCommand.js.map +0 -1
  207. package/dist-es/commands/ListRecordingConfigurationsCommand.js.map +0 -1
  208. package/dist-es/commands/ListStreamKeysCommand.js.map +0 -1
  209. package/dist-es/commands/ListStreamsCommand.js.map +0 -1
  210. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  211. package/dist-es/commands/PutMetadataCommand.js.map +0 -1
  212. package/dist-es/commands/StopStreamCommand.js.map +0 -1
  213. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  214. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  215. package/dist-es/commands/UpdateChannelCommand.js.map +0 -1
  216. package/dist-es/endpoints.js.map +0 -1
  217. package/dist-es/index.js.map +0 -1
  218. package/dist-es/models/index.js.map +0 -1
  219. package/dist-es/models/models_0.js.map +0 -1
  220. package/dist-es/pagination/Interfaces.js.map +0 -1
  221. package/dist-es/pagination/ListChannelsPaginator.js.map +0 -1
  222. package/dist-es/pagination/ListPlaybackKeyPairsPaginator.js.map +0 -1
  223. package/dist-es/pagination/ListRecordingConfigurationsPaginator.js.map +0 -1
  224. package/dist-es/pagination/ListStreamKeysPaginator.js.map +0 -1
  225. package/dist-es/pagination/ListStreamsPaginator.js.map +0 -1
  226. package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -75
  227. package/dist-es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  228. package/dist-es/protocols/Aws_restJson1.js.map +0 -1
  229. package/dist-es/runtimeConfig.browser.js.map +0 -1
  230. package/dist-es/runtimeConfig.js.map +0 -1
  231. package/dist-es/runtimeConfig.native.js.map +0 -1
  232. package/dist-es/runtimeConfig.shared.js.map +0 -1
  233. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  234. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  235. package/jest.config.js +0 -4
  236. package/src/Ivs.ts +0 -1317
  237. package/src/IvsClient.ts +0 -697
  238. package/src/commands/BatchGetChannelCommand.ts +0 -95
  239. package/src/commands/BatchGetStreamKeyCommand.ts +0 -95
  240. package/src/commands/CreateChannelCommand.ts +0 -95
  241. package/src/commands/CreateRecordingConfigurationCommand.ts +0 -111
  242. package/src/commands/CreateStreamKeyCommand.ts +0 -98
  243. package/src/commands/DeleteChannelCommand.ts +0 -99
  244. package/src/commands/DeletePlaybackKeyPairCommand.ts +0 -97
  245. package/src/commands/DeleteRecordingConfigurationCommand.ts +0 -103
  246. package/src/commands/DeleteStreamKeyCommand.ts +0 -96
  247. package/src/commands/GetChannelCommand.ts +0 -95
  248. package/src/commands/GetPlaybackKeyPairCommand.ts +0 -99
  249. package/src/commands/GetRecordingConfigurationCommand.ts +0 -98
  250. package/src/commands/GetStreamCommand.ts +0 -91
  251. package/src/commands/GetStreamKeyCommand.ts +0 -95
  252. package/src/commands/ImportPlaybackKeyPairCommand.ts +0 -99
  253. package/src/commands/ListChannelsCommand.ts +0 -98
  254. package/src/commands/ListPlaybackKeyPairsCommand.ts +0 -96
  255. package/src/commands/ListRecordingConfigurationsCommand.ts +0 -101
  256. package/src/commands/ListStreamKeysCommand.ts +0 -95
  257. package/src/commands/ListStreamsCommand.ts +0 -96
  258. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  259. package/src/commands/PutMetadataCommand.ts +0 -101
  260. package/src/commands/StopStreamCommand.ts +0 -102
  261. package/src/commands/TagResourceCommand.ts +0 -95
  262. package/src/commands/UntagResourceCommand.ts +0 -95
  263. package/src/commands/UpdateChannelCommand.ts +0 -96
  264. package/src/endpoints.ts +0 -57
  265. package/src/index.ts +0 -36
  266. package/src/models/index.ts +0 -1
  267. package/src/models/models_0.ts +0 -1673
  268. package/src/pagination/Interfaces.ts +0 -8
  269. package/src/pagination/ListChannelsPaginator.ts +0 -59
  270. package/src/pagination/ListPlaybackKeyPairsPaginator.ts +0 -59
  271. package/src/pagination/ListRecordingConfigurationsPaginator.ts +0 -59
  272. package/src/pagination/ListStreamKeysPaginator.ts +0 -59
  273. package/src/pagination/ListStreamsPaginator.ts +0 -55
  274. package/src/pagination/ListTagsForResourcePaginator.ts +0 -59
  275. package/src/protocols/Aws_restJson1.ts +0 -3327
  276. package/src/runtimeConfig.browser.ts +0 -41
  277. package/src/runtimeConfig.native.ts +0 -17
  278. package/src/runtimeConfig.shared.ts +0 -17
  279. package/src/runtimeConfig.ts +0 -46
  280. package/tsconfig.es.json +0 -10
  281. package/tsconfig.json +0 -33
  282. package/tsconfig.types.json +0 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,54 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
12
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
13
+ * **clients:** update clients as of 2021/10/22 ([#2924](https://github.com/aws/aws-sdk-js-v3/issues/2924)) ([4d79819](https://github.com/aws/aws-sdk-js-v3/commit/4d798196e652f8cfdc1c155a46ac6b6aa31b2656))
14
+
15
+
16
+
17
+
18
+
19
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
20
+
21
+
22
+ ### Features
23
+
24
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
36
+
37
+
38
+
39
+
40
+
41
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
42
+
43
+
44
+ ### Features
45
+
46
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
47
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
48
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
49
+
50
+
51
+
52
+
53
+
6
54
  # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
7
55
 
8
56
 
package/README.md CHANGED
@@ -10,65 +10,24 @@ AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native.
10
10
  <p>
11
11
  <b>Introduction</b>
12
12
  </p>
13
-
14
13
  <p>The Amazon Interactive Video Service (IVS) API is REST compatible, using a standard HTTP
15
- API and an AWS EventBridge event stream for responses. JSON is used for both requests and
16
- responses, including errors.</p>
17
-
18
- <p>The API is an AWS regional service, currently in these regions: us-west-2, us-east-1, and
19
- eu-west-1.</p>
14
+ API and an Amazon Web Services EventBridge event stream for responses. JSON is used for both
15
+ requests and responses, including errors.</p>
16
+ <p>The API is an Amazon Web Services regional service. For a list of supported regions and
17
+ Amazon IVS HTTPS service endpoints, see the <a href="https://docs.aws.amazon.com/general/latest/gr/ivs.html">Amazon IVS page</a> in the
18
+ <i>Amazon Web Services General Reference</i>.</p>
20
19
  <p>
21
20
  <i>
22
21
  <b>All API request parameters and URLs are case sensitive.
23
22
  </b>
24
23
  </i>
25
24
  </p>
26
-
27
25
  <p>For a summary of notable documentation changes in each release, see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/doc-history.html"> Document
28
26
  History</a>.</p>
29
27
 
30
- <p>
31
- <b>Service Endpoints</b>
32
- </p>
33
- <p>The following are the Amazon IVS service endpoints (all HTTPS): </p>
34
- <p>Region name: US West (Oregon)</p>
35
- <ul>
36
- <li>
37
- <p>Region: <code>us-west-2</code>
38
- </p>
39
- </li>
40
- <li>
41
- <p>Endpoint: <code>ivs.us-west-2.amazonaws.com</code>
42
- </p>
43
- </li>
44
- </ul>
45
- <p>Region name: US East (Virginia)</p>
46
- <ul>
47
- <li>
48
- <p>Region: <code>us-east-1</code>
49
- </p>
50
- </li>
51
- <li>
52
- <p>Endpoint: <code>ivs.us-east-1.amazonaws.com</code>
53
- </p>
54
- </li>
55
- </ul>
56
- <p>Region name: EU West (Dublin)</p>
57
- <ul>
58
- <li>
59
- <p>Region: <code>eu-west-1</code>
60
- </p>
61
- </li>
62
- <li>
63
- <p>Endpoint: <code>ivs.eu-west-1.amazonaws.com</code>
64
- </p>
65
- </li>
66
- </ul>
67
-
68
28
  <p>
69
29
  <b>Allowed Header Values</b>
70
30
  </p>
71
-
72
31
  <ul>
73
32
  <li>
74
33
  <p>
@@ -89,13 +48,11 @@ History</a>.</p>
89
48
  </code>application/json</p>
90
49
  </li>
91
50
  </ul>
92
-
93
51
  <p>
94
52
  <b>Resources</b>
95
53
  </p>
96
- <p>The following resources contain information about your IVS live stream (see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/getting-started.html"> Getting Started with Amazon
97
- IVS</a>):</p>
98
-
54
+ <p>The following resources contain information about your IVS live stream (see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/getting-started.html"> Getting Started with
55
+ Amazon IVS</a>):</p>
99
56
  <ul>
100
57
  <li>
101
58
  <p>Channel — Stores configuration data related to your live stream. You first create a
@@ -123,26 +80,21 @@ where to store the recorded content. Multiple channels can reference the same re
123
80
  configuration. See the Recording Configuration endpoints for more information.</p>
124
81
  </li>
125
82
  </ul>
126
-
127
83
  <p>
128
84
  <b>Tagging</b>
129
85
  </p>
130
-
131
- <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
132
- comprises a <i>key</i> and a <i>value</i>, both set by you. For
133
- example, you might set a tag as <code>topic:nature</code> to label a particular video
134
- category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
135
- Resources</a> for more information, including restrictions that apply to tags.</p>
136
-
137
- <p>Tags can help you identify and organize your AWS resources. For example, you can use the
138
- same tag for different resources to indicate that they are related. You can also use tags to
139
- manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">
140
- Access Tags</a>). </p>
141
-
86
+ <p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
87
+ resource. A tag comprises a <i>key</i> and a <i>value</i>, both
88
+ set by you. For example, you might set a tag as <code>topic:nature</code> to label a
89
+ particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
90
+ more information, including restrictions that apply to tags.</p>
91
+ <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
92
+ you can use the same tag for different resources to indicate that they are related. You can
93
+ also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
142
94
  <p>The Amazon IVS API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
143
95
  resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
144
96
  Configurations.</p>
145
-
97
+ <p>At most 50 tags can be applied to a resource. </p>
146
98
  <p>
147
99
  <b>Authentication versus Authorization</b>
148
100
  </p>
@@ -150,39 +102,39 @@ Configurations.</p>
150
102
  <ul>
151
103
  <li>
152
104
  <p>
153
- <i>Authentication</i> is about verifying identity. You need to be authenticated to sign Amazon IVS
154
- API requests.</p>
105
+ <i>Authentication</i> is about verifying identity. You need to be
106
+ authenticated to sign Amazon IVS API requests.</p>
155
107
  </li>
156
108
  <li>
157
109
  <p>
158
- <i>Authorization</i> is about granting permissions. You need to be authorized to
159
- view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon IVS private channels</a>. (Private channels are channels that are enabled for
160
- "playback authorization.")</p>
110
+ <i>Authorization</i> is about granting permissions. You need to be
111
+ authorized to view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon IVS private channels</a>.
112
+ (Private channels are channels that are enabled for "playback authorization.")</p>
161
113
  </li>
162
114
  </ul>
163
-
164
115
  <p>
165
116
  <b>Authentication</b>
166
117
  </p>
167
- <p>All Amazon IVS API requests must be authenticated with a signature. The AWS Command-Line
168
- Interface (CLI) and Amazon IVS Player SDKs take care of signing the underlying API calls for
169
- you. However, if your application calls the Amazon IVS API directly, it’s your responsibility
170
- to sign the requests.</p>
171
- <p>You generate a signature using valid AWS credentials that have permission to perform the
172
- requested action. For example, you must sign PutMetadata requests with a signature generated
173
- from an IAM user account that has the <code>ivs:PutMetadata</code> permission.</p>
118
+ <p>All Amazon IVS API requests must be authenticated with a signature. The Amazon Web Services
119
+ Command-Line Interface (CLI) and Amazon IVS Player SDKs take care of signing the underlying
120
+ API calls for you. However, if your application calls the Amazon IVS API directly, it’s your
121
+ responsibility to sign the requests.</p>
122
+ <p>You generate a signature using valid Amazon Web Services credentials that have permission
123
+ to perform the requested action. For example, you must sign PutMetadata requests with a
124
+ signature generated from an IAM user account that has the <code>ivs:PutMetadata</code>
125
+ permission.</p>
174
126
  <p>For more information:</p>
175
127
  <ul>
176
128
  <li>
177
- <p>Authentication and generating signatures — See <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating Requests (AWS Signature Version
178
- 4)</a> in the <i>AWS General Reference</i>.</p>
129
+ <p>Authentication and generating signatures — See <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating Requests
130
+ (Amazon Web Services Signature Version 4)</a> in the <i>Amazon Web Services
131
+ General Reference</i>.</p>
179
132
  </li>
180
133
  <li>
181
- <p>Managing Amazon IVS permissions — See <a href="https://docs.aws.amazon.com/ivs/latest/userguide/security-iam.html">Identity and Access Management</a> on the Security page of
182
- the <i>Amazon IVS User Guide</i>.</p>
134
+ <p>Managing Amazon IVS permissions — See <a href="https://docs.aws.amazon.com/ivs/latest/userguide/security-iam.html">Identity and Access Management</a> on
135
+ the Security page of the <i>Amazon IVS User Guide</i>.</p>
183
136
  </li>
184
137
  </ul>
185
-
186
138
  <p>
187
139
  <b>Channel Endpoints</b>
188
140
  </p>
@@ -205,10 +157,10 @@ multiple ARNs simultaneously.</p>
205
157
  <li>
206
158
  <p>
207
159
  <a>ListChannels</a> — Gets summary information about all channels in
208
- your account, in the AWS region where the API request is processed. This list can be
209
- filtered to match a specified name or recording-configuration ARN. Filters are mutually
210
- exclusive and cannot be used together. If you try to use both filters, you will get an
211
- error (409 Conflict Exception).</p>
160
+ your account, in the Amazon Web Services region where the API request is processed. This
161
+ list can be filtered to match a specified name or recording-configuration ARN. Filters are
162
+ mutually exclusive and cannot be used together. If you try to use both filters, you will
163
+ get an error (409 Conflict Exception).</p>
212
164
  </li>
213
165
  <li>
214
166
  <p>
@@ -221,7 +173,6 @@ changes to take effect.</p>
221
173
  <a>DeleteChannel</a> — Deletes the specified channel.</p>
222
174
  </li>
223
175
  </ul>
224
-
225
176
  <p>
226
177
  <b>StreamKey Endpoints</b>
227
178
  </p>
@@ -252,7 +203,6 @@ for the specified channel.</p>
252
203
  ARN, so it can no longer be used to stream.</p>
253
204
  </li>
254
205
  </ul>
255
-
256
206
  <p>
257
207
  <b>Stream Endpoints</b>
258
208
  </p>
@@ -265,7 +215,7 @@ a specified channel.</p>
265
215
  <li>
266
216
  <p>
267
217
  <a>ListStreams</a> — Gets summary information about live streams in
268
- your account, in the AWS region where the API request is processed.</p>
218
+ your account, in the Amazon Web Services region where the API request is processed.</p>
269
219
  </li>
270
220
  <li>
271
221
  <p>
@@ -276,12 +226,12 @@ prevent further streaming to a channel.</p>
276
226
  <li>
277
227
  <p>
278
228
  <a>PutMetadata</a> — Inserts metadata into the active stream of the
279
- specified channel. A maximum of 5 requests per second per channel is allowed, each with a
229
+ specified channel. At most 5 requests per second per channel are allowed, each with a
280
230
  maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching
281
- your data into a single PutMetadata call.)</p>
231
+ your data into a single PutMetadata call.) At most 155 requests per second per account are
232
+ allowed.</p>
282
233
  </li>
283
234
  </ul>
284
-
285
235
  <p>
286
236
  <b>PlaybackKeyPair Endpoints</b>
287
237
  </p>
@@ -293,7 +243,7 @@ your data into a single PutMetadata call.)</p>
293
243
  <a>ImportPlaybackKeyPair</a> — Imports the public portion of a new
294
244
  key pair and returns its <code>arn</code> and <code>fingerprint</code>. The
295
245
  <code>privateKey</code> can then be used to generate viewer authorization tokens, to
296
- grant viewers access to private channels (channels enabled for playback
246
+ grant viewers access to private channels (channels enabled for playback
297
247
  authorization).</p>
298
248
  </li>
299
249
  <li>
@@ -315,26 +265,25 @@ pair. This invalidates future viewer tokens generated using the key pair’s
315
265
  <code>privateKey</code>.</p>
316
266
  </li>
317
267
  </ul>
318
-
319
268
  <p>
320
269
  <b>RecordingConfiguration Endpoints</b>
321
270
  </p>
322
271
  <ul>
323
272
  <li>
324
273
  <p>
325
- <a>CreateRecordingConfiguration</a> — Creates a new recording configuration,
326
- used to enable recording to Amazon S3.</p>
274
+ <a>CreateRecordingConfiguration</a> — Creates a new recording
275
+ configuration, used to enable recording to Amazon S3.</p>
327
276
  </li>
328
277
  <li>
329
278
  <p>
330
- <a>GetRecordingConfiguration</a> — Gets the recording-configuration metadata
331
- for the specified ARN.</p>
279
+ <a>GetRecordingConfiguration</a> — Gets the recording-configuration
280
+ metadata for the specified ARN.</p>
332
281
  </li>
333
282
  <li>
334
283
  <p>
335
- <a>ListRecordingConfigurations</a> — Gets summary information about all
336
- recording configurations in your account, in the AWS region where the API request is
337
- processed.</p>
284
+ <a>ListRecordingConfigurations</a> — Gets summary information about
285
+ all recording configurations in your account, in the Amazon Web Services region where the
286
+ API request is processed.</p>
338
287
  </li>
339
288
  <li>
340
289
  <p>
@@ -342,15 +291,14 @@ processed.</p>
342
291
  configuration for the specified ARN.</p>
343
292
  </li>
344
293
  </ul>
345
-
346
294
  <p>
347
- <b>AWS Tags Endpoints</b>
295
+ <b>Amazon Web Services Tags Endpoints</b>
348
296
  </p>
349
297
  <ul>
350
298
  <li>
351
299
  <p>
352
- <a>TagResource</a> — Adds or updates tags for the AWS resource with
353
- the specified ARN.</p>
300
+ <a>TagResource</a> — Adds or updates tags for the Amazon Web Services
301
+ resource with the specified ARN.</p>
354
302
  </li>
355
303
  <li>
356
304
  <p>
@@ -359,8 +307,7 @@ specified ARN.</p>
359
307
  </li>
360
308
  <li>
361
309
  <p>
362
- <a>ListTagsForResource</a> — Gets information about AWS tags for the
363
- specified ARN.</p>
310
+ <a>ListTagsForResource</a> — Gets information about Amazon Web Services tags for the specified ARN.</p>
364
311
  </li>
365
312
  </ul>
366
313