File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
services/ivs/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Amazon Interactive Video Service" ,
4+ "contributor" : " " ,
5+ "description" : " Bug Fix: IVS does not support arns with the `svs` prefix"
6+ }
Original file line number Diff line number Diff line change 636636 "members" :{
637637 "arn" :{
638638 "shape" :" ResourceArn" ,
639- "documentation" :" <p>Channel ARN.</p>"
639+ "documentation" :" <p>ARN of an IVS resource; e.g., channel .</p>"
640640 },
641641 "code" :{
642642 "shape" :" errorCode" ,
839839 "type" :" string" ,
840840 "max" :128 ,
841841 "min" :1 ,
842- "pattern" :" ^arn:aws:[is]vs :[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
842+ "pattern" :" ^arn:aws:ivs :[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
843843 },
844844 "ChannelArnList" :{
845845 "type" :" list" ,
16951695 "type" :" string" ,
16961696 "max" :128 ,
16971697 "min" :1 ,
1698- "pattern" :" ^arn:aws:[is]vs :[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$"
1698+ "pattern" :" ^arn:aws:ivs :[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$"
16991699 },
17001700 "PlaybackKeyPairFingerprint" :{"type" :" string" },
17011701 "PlaybackKeyPairList" :{
20022002 "type" :" string" ,
20032003 "max" :128 ,
20042004 "min" :1 ,
2005- "pattern" :" ^arn:aws:[is]vs :[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
2005+ "pattern" :" ^arn:aws:ivs :[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
20062006 },
20072007 "ResourceNotFoundException" :{
20082008 "type" :" structure" ,
22192219 "type" :" string" ,
22202220 "max" :128 ,
22212221 "min" :1 ,
2222- "pattern" :" ^arn:aws:[is]vs :[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$"
2222+ "pattern" :" ^arn:aws:ivs :[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$"
22232223 },
22242224 "StreamKeyArnList" :{
22252225 "type" :" list" ,
You can’t perform that action at this time.
0 commit comments