Skip to content

Commit c2635e7

Browse files
author
AWS
committed
Amazon Interactive Video Service Update: IVS Merge Fragmented Streams. This release adds support for recordingReconnectWindow field in IVS recordingConfigurations. For more information see https://docs.aws.amazon.com/ivs/latest/APIReference/Welcome.html
1 parent d7bdbd4 commit c2635e7

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Interactive Video Service",
4+
"contributor": "",
5+
"description": "IVS Merge Fragmented Streams. This release adds support for recordingReconnectWindow field in IVS recordingConfigurations. For more information see https://docs.aws.amazon.com/ivs/latest/APIReference/Welcome.html"
6+
}

services/ivs/src/main/resources/codegen-resources/service-2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,10 @@
779779
"shape":"RecordingConfigurationName",
780780
"documentation":"<p>Recording-configuration name. The value does not need to be unique.</p>"
781781
},
782+
"recordingReconnectWindowSeconds":{
783+
"shape":"RecordingReconnectWindowSeconds",
784+
"documentation":"<p>If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together. Default: 0.</p>"
785+
},
782786
"tags":{
783787
"shape":"Tags",
784788
"documentation":"<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
@@ -1398,6 +1402,10 @@
13981402
"shape":"RecordingConfigurationName",
13991403
"documentation":"<p>Recording-configuration name. The value does not need to be unique.</p>"
14001404
},
1405+
"recordingReconnectWindowSeconds":{
1406+
"shape":"RecordingReconnectWindowSeconds",
1407+
"documentation":"<p>If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together. Default: 0.</p>"
1408+
},
14011409
"state":{
14021410
"shape":"RecordingConfigurationState",
14031411
"documentation":"<p>Indicates the current state of the recording configuration. When the state is <code>ACTIVE</code>, the configuration is ready for recording a channel stream.</p>"
@@ -1475,6 +1483,11 @@
14751483
"INTERVAL"
14761484
]
14771485
},
1486+
"RecordingReconnectWindowSeconds":{
1487+
"type":"integer",
1488+
"max":300,
1489+
"min":0
1490+
},
14781491
"ResourceArn":{
14791492
"type":"string",
14801493
"max":128,

0 commit comments

Comments
 (0)