Skip to content

Commit de7c6e4

Browse files
author
AWS
committed
Amazon Interactive Video Service RealTime Update: Bug Fix: IVS Real Time does not support ARNs using the svs prefix.
1 parent c4196ef commit de7c6e4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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 RealTime",
4+
"contributor": "",
5+
"description": "Bug Fix: IVS Real Time does not support ARNs using the `svs` prefix."
6+
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@
483483
{"shape":"ValidationException"},
484484
{"shape":"AccessDeniedException"},
485485
{"shape":"ServiceQuotaExceededException"},
486+
{"shape":"ConflictException"},
486487
{"shape":"PendingVerification"}
487488
],
488489
"documentation":"<p>Updates a stage’s configuration.</p>"
@@ -520,7 +521,7 @@
520521
"type":"string",
521522
"max":128,
522523
"min":1,
523-
"pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
524+
"pattern":"^arn:aws:ivs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
524525
},
525526
"ChannelDestinationConfiguration":{
526527
"type":"structure",
@@ -1935,7 +1936,7 @@
19351936
"type":"string",
19361937
"max":128,
19371938
"min":1,
1938-
"pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
1939+
"pattern":"^arn:aws:ivs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
19391940
},
19401941
"ResourceNotFoundException":{
19411942
"type":"structure",

0 commit comments

Comments
 (0)