Skip to content

Commit f809258

Browse files
author
awstools
committed
docs(client-ivs): Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
1 parent 56cc546 commit f809258

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

clients/client-ivs/src/models/models_0.ts

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ export interface Channel {
105105
* @public
106106
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
107107
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default:
108-
* <code>LOW</code>. (Note: In the Amazon IVS console, <code>LOW</code> and <code>NORMAL</code>
109-
* correspond to Ultra-low and Standard, respectively.)</p>
108+
* <code>LOW</code>.</p>
110109
*/
111110
latencyMode?: ChannelLatencyMode;
112111

@@ -451,9 +450,7 @@ export interface CreateChannelRequest {
451450
/**
452451
* @public
453452
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
454-
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. (Note: In the
455-
* Amazon IVS console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and
456-
* Standard, respectively.) Default: <code>LOW</code>.</p>
453+
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default: <code>LOW</code>.</p>
457454
*/
458455
latencyMode?: ChannelLatencyMode;
459456

@@ -1726,8 +1723,7 @@ export interface ChannelSummary {
17261723
* @public
17271724
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
17281725
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default:
1729-
* <code>LOW</code>. (Note: In the Amazon IVS console, <code>LOW</code> and <code>NORMAL</code>
1730-
* correspond to Ultra-low and Standard, respectively.)</p>
1726+
* <code>LOW</code>.</p>
17311727
*/
17321728
latencyMode?: ChannelLatencyMode;
17331729

@@ -2459,9 +2455,7 @@ export interface UpdateChannelRequest {
24592455
/**
24602456
* @public
24612457
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
2462-
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. (Note: In the
2463-
* Amazon IVS console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and
2464-
* Standard, respectively.)</p>
2458+
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers.</p>
24652459
*/
24662460
latencyMode?: ChannelLatencyMode;
24672461

codegen/sdk-codegen/aws-models/ivs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@
11851185
"latencyMode": {
11861186
"target": "com.amazonaws.ivs#ChannelLatencyMode",
11871187
"traits": {
1188-
"smithy.api#documentation": "<p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to\n Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default:\n <code>LOW</code>. (Note: In the Amazon IVS console, <code>LOW</code> and <code>NORMAL</code>\n correspond to Ultra-low and Standard, respectively.)</p>"
1188+
"smithy.api#documentation": "<p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to\n Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default:\n <code>LOW</code>.</p>"
11891189
}
11901190
},
11911191
"type": {
@@ -1356,7 +1356,7 @@
13561356
"latencyMode": {
13571357
"target": "com.amazonaws.ivs#ChannelLatencyMode",
13581358
"traits": {
1359-
"smithy.api#documentation": "<p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to\n Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default:\n <code>LOW</code>. (Note: In the Amazon IVS console, <code>LOW</code> and <code>NORMAL</code>\n correspond to Ultra-low and Standard, respectively.)</p>"
1359+
"smithy.api#documentation": "<p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to\n Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default:\n <code>LOW</code>.</p>"
13601360
}
13611361
},
13621362
"authorized": {
@@ -1504,7 +1504,7 @@
15041504
"latencyMode": {
15051505
"target": "com.amazonaws.ivs#ChannelLatencyMode",
15061506
"traits": {
1507-
"smithy.api#documentation": "<p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to\n Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. (Note: In the\n Amazon IVS console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and\n Standard, respectively.) Default: <code>LOW</code>.</p>"
1507+
"smithy.api#documentation": "<p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to\n Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default: <code>LOW</code>.</p>"
15081508
}
15091509
},
15101510
"type": {
@@ -4673,7 +4673,7 @@
46734673
"latencyMode": {
46744674
"target": "com.amazonaws.ivs#ChannelLatencyMode",
46754675
"traits": {
4676-
"smithy.api#documentation": "<p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to\n Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. (Note: In the\n Amazon IVS console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and\n Standard, respectively.)</p>"
4676+
"smithy.api#documentation": "<p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to\n Full HD. Use <code>LOW</code> for near-real-time interaction with viewers.</p>"
46774677
}
46784678
},
46794679
"type": {

0 commit comments

Comments
 (0)