@aws-sdk/client-ivs 3.150.0 → 3.159.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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.159.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.158.0...v3.159.0) (2022-08-26)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ivs
9
+
10
+
11
+
12
+
13
+
14
+ # [3.157.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.156.0...v3.157.0) (2022-08-24)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-ivs
17
+
18
+
19
+
20
+
21
+
22
+ # [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-ivs
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
7
31
 
8
32
  **Note:** Version bump only for package @aws-sdk/client-ivs
package/README.md CHANGED
@@ -141,6 +141,13 @@ the Security page of the <i>Amazon IVS User Guide</i>.</p>
141
141
  </li>
142
142
  </ul>
143
143
  <p>
144
+ <b>Amazon Resource Names (ARNs)</b>
145
+ </p>
146
+ <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
147
+ resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
148
+ information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
149
+ Reference</i>.</p>
150
+ <p>
144
151
  <b>Channel Endpoints</b>
145
152
  </p>
146
153
  <ul>
@@ -152,7 +159,7 @@ key to start streaming.</p>
152
159
  <li>
153
160
  <p>
154
161
  <a>GetChannel</a> — Gets the channel configuration for the specified
155
- channel ARN (Amazon Resource Name).</p>
162
+ channel ARN.</p>
156
163
  </li>
157
164
  <li>
158
165
  <p>
@@ -161,6 +161,13 @@ import { IvsClient } from "./IvsClient";
161
161
  * </li>
162
162
  * </ul>
163
163
  * <p>
164
+ * <b>Amazon Resource Names (ARNs)</b>
165
+ * </p>
166
+ * <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
167
+ * resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
168
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
169
+ * Reference</i>.</p>
170
+ * <p>
164
171
  * <b>Channel Endpoints</b>
165
172
  * </p>
166
173
  * <ul>
@@ -172,7 +179,7 @@ import { IvsClient } from "./IvsClient";
172
179
  * <li>
173
180
  * <p>
174
181
  * <a>GetChannel</a> — Gets the channel configuration for the specified
175
- * channel ARN (Amazon Resource Name).</p>
182
+ * channel ARN.</p>
176
183
  * </li>
177
184
  * <li>
178
185
  * <p>
@@ -286,6 +286,13 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
286
286
  * </li>
287
287
  * </ul>
288
288
  * <p>
289
+ * <b>Amazon Resource Names (ARNs)</b>
290
+ * </p>
291
+ * <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
292
+ * resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
293
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
294
+ * Reference</i>.</p>
295
+ * <p>
289
296
  * <b>Channel Endpoints</b>
290
297
  * </p>
291
298
  * <ul>
@@ -297,7 +304,7 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
297
304
  * <li>
298
305
  * <p>
299
306
  * <a>GetChannel</a> — Gets the channel configuration for the specified
300
- * channel ARN (Amazon Resource Name).</p>
307
+ * channel ARN.</p>
301
308
  * </li>
302
309
  * <li>
303
310
  * <p>
@@ -55,16 +55,19 @@ export interface Channel {
55
55
  * <ul>
56
56
  * <li>
57
57
  * <p>
58
- * <code>STANDARD</code>: Multiple qualities are generated from the original input, to
59
- * automatically give viewers the best experience for their devices and network conditions.
60
- * Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only
61
- * for renditions 360p and below; above that, audio is passed through.</p>
58
+ * <code>STANDARD</code>: Video is transcoded: multiple qualities are generated from the
59
+ * original input, to automatically give viewers the best experience for their devices and
60
+ * network conditions. Transcoding allows higher playback quality across a range of download
61
+ * speeds. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is
62
+ * transcoded only for renditions 360p and below; above that, audio is passed through. This
63
+ * is the default.</p>
62
64
  * </li>
63
65
  * <li>
64
66
  * <p>
65
- * <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
66
- * video-quality choice is limited to the original input. Resolution can be up to 480p and
67
- * bitrate can be up to 1.5 Mbps.</p>
67
+ * <code>BASIC</code>: Video is transmuxed: Amazon IVS delivers the original input to
68
+ * viewers. The viewer’s video-quality choice is limited to the original input. Resolution
69
+ * can be up to 1080p and bitrate can be up to 1.5 Mbps for 480p and up to 3.5 Mbps for
70
+ * resolutions between 480p and 1080p.</p>
68
71
  * </li>
69
72
  * </ul>
70
73
  */
@@ -182,16 +185,19 @@ export interface CreateChannelRequest {
182
185
  * <ul>
183
186
  * <li>
184
187
  * <p>
185
- * <code>STANDARD</code>: Multiple qualities are generated from the original input, to
186
- * automatically give viewers the best experience for their devices and network conditions.
187
- * Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only
188
- * for renditions 360p and below; above that, audio is passed through.</p>
188
+ * <code>STANDARD</code>: Video is transcoded: multiple qualities are generated from the
189
+ * original input, to automatically give viewers the best experience for their devices and
190
+ * network conditions. Transcoding allows higher playback quality across a range of download
191
+ * speeds. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is
192
+ * transcoded only for renditions 360p and below; above that, audio is passed through. This
193
+ * is the default.</p>
189
194
  * </li>
190
195
  * <li>
191
196
  * <p>
192
- * <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
193
- * video-quality choice is limited to the original input. Resolution can be up to 480p and
194
- * bitrate can be up to 1.5 Mbps.</p>
197
+ * <code>BASIC</code>: Video is transmuxed: Amazon IVS delivers the original input to
198
+ * viewers. The viewer’s video-quality choice is limited to the original input. Resolution
199
+ * can be up to 1080p and bitrate can be up to 1.5 Mbps for 480p and up to 3.5 Mbps for
200
+ * resolutions between 480p and 1080p.</p>
195
201
  * </li>
196
202
  * </ul>
197
203
  */
@@ -1232,16 +1238,19 @@ export interface UpdateChannelRequest {
1232
1238
  * <ul>
1233
1239
  * <li>
1234
1240
  * <p>
1235
- * <code>STANDARD</code>: Multiple qualities are generated from the original input, to
1236
- * automatically give viewers the best experience for their devices and network conditions.
1237
- * Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only
1238
- * for renditions 360p and below; above that, audio is passed through.</p>
1241
+ * <code>STANDARD</code>: Video is transcoded: multiple qualities are generated from the
1242
+ * original input, to automatically give viewers the best experience for their devices and
1243
+ * network conditions. Transcoding allows higher playback quality across a range of download
1244
+ * speeds. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is
1245
+ * transcoded only for renditions 360p and below; above that, audio is passed through. This
1246
+ * is the default.</p>
1239
1247
  * </li>
1240
1248
  * <li>
1241
1249
  * <p>
1242
- * <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
1243
- * video-quality choice is limited to the original input. Resolution can be up to 480p and
1244
- * bitrate can be up to 1.5 Mbps.</p>
1250
+ * <code>BASIC</code>: Video is transmuxed: Amazon IVS delivers the original input to
1251
+ * viewers. The viewer’s video-quality choice is limited to the original input. Resolution
1252
+ * can be up to 1080p and bitrate can be up to 1.5 Mbps for 480p and up to 3.5 Mbps for
1253
+ * resolutions between 480p and 1080p.</p>
1245
1254
  * </li>
1246
1255
  * </ul>
1247
1256
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ivs",
3
3
  "description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
4
- "version": "3.150.0",
4
+ "version": "3.159.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,35 +18,35 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.150.0",
22
- "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.150.0",
24
- "@aws-sdk/fetch-http-handler": "3.131.0",
25
- "@aws-sdk/hash-node": "3.127.0",
26
- "@aws-sdk/invalid-dependency": "3.127.0",
27
- "@aws-sdk/middleware-content-length": "3.127.0",
28
- "@aws-sdk/middleware-host-header": "3.127.0",
29
- "@aws-sdk/middleware-logger": "3.127.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.127.0",
31
- "@aws-sdk/middleware-retry": "3.127.0",
32
- "@aws-sdk/middleware-serde": "3.127.0",
33
- "@aws-sdk/middleware-signing": "3.130.0",
34
- "@aws-sdk/middleware-stack": "3.127.0",
35
- "@aws-sdk/middleware-user-agent": "3.127.0",
36
- "@aws-sdk/node-config-provider": "3.127.0",
37
- "@aws-sdk/node-http-handler": "3.127.0",
38
- "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.142.0",
40
- "@aws-sdk/types": "3.127.0",
41
- "@aws-sdk/url-parser": "3.127.0",
21
+ "@aws-sdk/client-sts": "3.159.0",
22
+ "@aws-sdk/config-resolver": "3.159.0",
23
+ "@aws-sdk/credential-provider-node": "3.159.0",
24
+ "@aws-sdk/fetch-http-handler": "3.159.0",
25
+ "@aws-sdk/hash-node": "3.159.0",
26
+ "@aws-sdk/invalid-dependency": "3.159.0",
27
+ "@aws-sdk/middleware-content-length": "3.159.0",
28
+ "@aws-sdk/middleware-host-header": "3.159.0",
29
+ "@aws-sdk/middleware-logger": "3.159.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.159.0",
31
+ "@aws-sdk/middleware-retry": "3.159.0",
32
+ "@aws-sdk/middleware-serde": "3.159.0",
33
+ "@aws-sdk/middleware-signing": "3.159.0",
34
+ "@aws-sdk/middleware-stack": "3.159.0",
35
+ "@aws-sdk/middleware-user-agent": "3.159.0",
36
+ "@aws-sdk/node-config-provider": "3.159.0",
37
+ "@aws-sdk/node-http-handler": "3.159.0",
38
+ "@aws-sdk/protocol-http": "3.159.0",
39
+ "@aws-sdk/smithy-client": "3.159.0",
40
+ "@aws-sdk/types": "3.159.0",
41
+ "@aws-sdk/url-parser": "3.159.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
- "@aws-sdk/util-body-length-browser": "3.55.0",
44
+ "@aws-sdk/util-body-length-browser": "3.154.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.142.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.142.0",
48
- "@aws-sdk/util-user-agent-browser": "3.127.0",
49
- "@aws-sdk/util-user-agent-node": "3.127.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.159.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.159.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.159.0",
49
+ "@aws-sdk/util-user-agent-node": "3.159.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",
51
51
  "@aws-sdk/util-utf8-node": "3.109.0",
52
52
  "tslib": "^2.3.1"