@aws-sdk/client-ivs 3.514.0 → 3.517.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.
@@ -84,8 +84,7 @@ export interface Channel {
84
84
  * @public
85
85
  * <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
86
86
  * Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default:
87
- * <code>LOW</code>. (Note: In the Amazon IVS console, <code>LOW</code> and <code>NORMAL</code>
88
- * correspond to Ultra-low and Standard, respectively.)</p>
87
+ * <code>LOW</code>.</p>
89
88
  */
90
89
  latencyMode?: ChannelLatencyMode;
91
90
  /**
@@ -371,9 +370,7 @@ export interface CreateChannelRequest {
371
370
  /**
372
371
  * @public
373
372
  * <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
374
- * Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. (Note: In the
375
- * Amazon IVS console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and
376
- * Standard, respectively.) Default: <code>LOW</code>.</p>
373
+ * Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default: <code>LOW</code>.</p>
377
374
  */
378
375
  latencyMode?: ChannelLatencyMode;
379
376
  /**
@@ -1466,8 +1463,7 @@ export interface ChannelSummary {
1466
1463
  * @public
1467
1464
  * <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
1468
1465
  * Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default:
1469
- * <code>LOW</code>. (Note: In the Amazon IVS console, <code>LOW</code> and <code>NORMAL</code>
1470
- * correspond to Ultra-low and Standard, respectively.)</p>
1466
+ * <code>LOW</code>.</p>
1471
1467
  */
1472
1468
  latencyMode?: ChannelLatencyMode;
1473
1469
  /**
@@ -2111,9 +2107,7 @@ export interface UpdateChannelRequest {
2111
2107
  /**
2112
2108
  * @public
2113
2109
  * <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
2114
- * Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. (Note: In the
2115
- * Amazon IVS console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and
2116
- * Standard, respectively.)</p>
2110
+ * Full HD. Use <code>LOW</code> for near-real-time interaction with viewers.</p>
2117
2111
  */
2118
2112
  latencyMode?: ChannelLatencyMode;
2119
2113
  /**
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.514.0",
4
+ "version": "3.517.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ivs",
@@ -20,18 +20,18 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.513.0",
23
+ "@aws-sdk/client-sts": "3.515.0",
24
24
  "@aws-sdk/core": "3.513.0",
25
- "@aws-sdk/credential-provider-node": "3.514.0",
26
- "@aws-sdk/middleware-host-header": "3.511.0",
27
- "@aws-sdk/middleware-logger": "3.511.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.511.0",
29
- "@aws-sdk/middleware-user-agent": "3.511.0",
30
- "@aws-sdk/region-config-resolver": "3.511.0",
31
- "@aws-sdk/types": "3.511.0",
32
- "@aws-sdk/util-endpoints": "3.511.0",
33
- "@aws-sdk/util-user-agent-browser": "3.511.0",
34
- "@aws-sdk/util-user-agent-node": "3.511.0",
25
+ "@aws-sdk/credential-provider-node": "3.515.0",
26
+ "@aws-sdk/middleware-host-header": "3.515.0",
27
+ "@aws-sdk/middleware-logger": "3.515.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.515.0",
29
+ "@aws-sdk/middleware-user-agent": "3.515.0",
30
+ "@aws-sdk/region-config-resolver": "3.515.0",
31
+ "@aws-sdk/types": "3.515.0",
32
+ "@aws-sdk/util-endpoints": "3.515.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.515.0",
34
+ "@aws-sdk/util-user-agent-node": "3.515.0",
35
35
  "@smithy/config-resolver": "^2.1.1",
36
36
  "@smithy/core": "^1.3.2",
37
37
  "@smithy/fetch-http-handler": "^2.4.1",