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 636
636
"members" :{
637
637
"arn" :{
638
638
"shape" :" ResourceArn" ,
639
- "documentation" :" <p>Channel ARN.</p>"
639
+ "documentation" :" <p>ARN of an IVS resource; e.g., channel .</p>"
640
640
},
641
641
"code" :{
642
642
"shape" :" errorCode" ,
839
839
"type" :" string" ,
840
840
"max" :128 ,
841
841
"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-]+$"
843
843
},
844
844
"ChannelArnList" :{
845
845
"type" :" list" ,
1695
1695
"type" :" string" ,
1696
1696
"max" :128 ,
1697
1697
"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-]+$"
1699
1699
},
1700
1700
"PlaybackKeyPairFingerprint" :{"type" :" string" },
1701
1701
"PlaybackKeyPairList" :{
2002
2002
"type" :" string" ,
2003
2003
"max" :128 ,
2004
2004
"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-]+$"
2006
2006
},
2007
2007
"ResourceNotFoundException" :{
2008
2008
"type" :" structure" ,
2219
2219
"type" :" string" ,
2220
2220
"max" :128 ,
2221
2221
"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-]+$"
2223
2223
},
2224
2224
"StreamKeyArnList" :{
2225
2225
"type" :" list" ,
You can’t perform that action at this time.
0 commit comments