File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
services/ivsrealtime/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 483
483
{"shape" :" ValidationException" },
484
484
{"shape" :" AccessDeniedException" },
485
485
{"shape" :" ServiceQuotaExceededException" },
486
+ {"shape" :" ConflictException" },
486
487
{"shape" :" PendingVerification" }
487
488
],
488
489
"documentation" :" <p>Updates a stage’s configuration.</p>"
520
521
"type" :" string" ,
521
522
"max" :128 ,
522
523
"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-]+$"
524
525
},
525
526
"ChannelDestinationConfiguration" :{
526
527
"type" :" structure" ,
1935
1936
"type" :" string" ,
1936
1937
"max" :128 ,
1937
1938
"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-]+$"
1939
1940
},
1940
1941
"ResourceNotFoundException" :{
1941
1942
"type" :" structure" ,
You can’t perform that action at this time.
0 commit comments