Skip to content

Commit 5c3cb67

Browse files
author
AWS
committed
Amazon Interactive Video Service Update: Bug Fix: IVS does not support arns with the svs prefix
1 parent 824b06b commit 5c3cb67

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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": "Bug Fix: IVS does not support arns with the `svs` prefix"
6+
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@
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",
@@ -839,7 +839,7 @@
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",
@@ -1695,7 +1695,7 @@
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":{
@@ -2002,7 +2002,7 @@
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",
@@ -2219,7 +2219,7 @@
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",

0 commit comments

Comments
 (0)