Skip to content

Commit

Permalink
feat(client-ivs): Bug Fix: IVS does not support arns with the svs p…
Browse files Browse the repository at this point in the history
…refix
  • Loading branch information
awstools committed Apr 25, 2024
1 parent 9b7b9dd commit 6e69a84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion clients/client-ivs/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export interface Channel {
*/
export interface BatchError {
/**
* <p>Channel ARN.</p>
* <p>ARN of an IVS resource; e.g., channel.</p>
* @public
*/
arn?: string;
Expand Down
10 changes: 5 additions & 5 deletions codegen/sdk-codegen/aws-models/ivs.json
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
"arn": {
"target": "com.amazonaws.ivs#ResourceArn",
"traits": {
"smithy.api#documentation": "<p>Channel ARN.</p>"
"smithy.api#documentation": "<p>ARN of an IVS resource; e.g., channel.</p>"
}
},
"code": {
Expand Down Expand Up @@ -1262,7 +1262,7 @@
"min": 1,
"max": 128
},
"smithy.api#pattern": "^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
"smithy.api#pattern": "^arn:aws:ivs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
}
},
"com.amazonaws.ivs#ChannelArnList": {
Expand Down Expand Up @@ -3249,7 +3249,7 @@
"min": 1,
"max": 128
},
"smithy.api#pattern": "^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$"
"smithy.api#pattern": "^arn:aws:ivs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$"
}
},
"com.amazonaws.ivs#PlaybackKeyPairFingerprint": {
Expand Down Expand Up @@ -3755,7 +3755,7 @@
"min": 1,
"max": 128
},
"smithy.api#pattern": "^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
"smithy.api#pattern": "^arn:aws:ivs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
}
},
"com.amazonaws.ivs#ResourceNotFoundException": {
Expand Down Expand Up @@ -4130,7 +4130,7 @@
"min": 1,
"max": 128
},
"smithy.api#pattern": "^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$"
"smithy.api#pattern": "^arn:aws:ivs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$"
}
},
"com.amazonaws.ivs#StreamKeyArnList": {
Expand Down

0 comments on commit 6e69a84

Please sign in to comment.