File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
clients/client-ivs/src/models
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ export interface Channel {
211211 */
212212export 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 ;
Original file line number Diff line number Diff line change 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" : {
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" : {
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" : {
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" : {
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" : {
You can’t perform that action at this time.
0 commit comments