Skip to content

Commit 6e69a84

Browse files
author
awstools
committed
feat(client-ivs): Bug Fix: IVS does not support arns with the svs prefix
1 parent 9b7b9dd commit 6e69a84

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-ivs/src/models/models_0.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export interface Channel {
211211
*/
212212
export interface BatchError {
213213
/**
214-
* <p>Channel ARN.</p>
214+
* <p>ARN of an IVS resource; e.g., channel.</p>
215215
* @public
216216
*/
217217
arn?: string;

codegen/sdk-codegen/aws-models/ivs.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@
908908
"arn": {
909909
"target": "com.amazonaws.ivs#ResourceArn",
910910
"traits": {
911-
"smithy.api#documentation": "<p>Channel ARN.</p>"
911+
"smithy.api#documentation": "<p>ARN of an IVS resource; e.g., channel.</p>"
912912
}
913913
},
914914
"code": {
@@ -1262,7 +1262,7 @@
12621262
"min": 1,
12631263
"max": 128
12641264
},
1265-
"smithy.api#pattern": "^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
1265+
"smithy.api#pattern": "^arn:aws:ivs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
12661266
}
12671267
},
12681268
"com.amazonaws.ivs#ChannelArnList": {
@@ -3249,7 +3249,7 @@
32493249
"min": 1,
32503250
"max": 128
32513251
},
3252-
"smithy.api#pattern": "^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$"
3252+
"smithy.api#pattern": "^arn:aws:ivs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$"
32533253
}
32543254
},
32553255
"com.amazonaws.ivs#PlaybackKeyPairFingerprint": {
@@ -3755,7 +3755,7 @@
37553755
"min": 1,
37563756
"max": 128
37573757
},
3758-
"smithy.api#pattern": "^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
3758+
"smithy.api#pattern": "^arn:aws:ivs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
37593759
}
37603760
},
37613761
"com.amazonaws.ivs#ResourceNotFoundException": {
@@ -4130,7 +4130,7 @@
41304130
"min": 1,
41314131
"max": 128
41324132
},
4133-
"smithy.api#pattern": "^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$"
4133+
"smithy.api#pattern": "^arn:aws:ivs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$"
41344134
}
41354135
},
41364136
"com.amazonaws.ivs#StreamKeyArnList": {

0 commit comments

Comments
 (0)