Skip to content

Commit

Permalink
feat(client-ivs-realtime): Bug Fix: IVS Real Time does not support AR…
Browse files Browse the repository at this point in the history
…Ns using the `svs` prefix.
  • Loading branch information
awstools committed Apr 25, 2024
1 parent b73ebff commit fb6245c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
* @throws {@link AccessDeniedException} (client fault)
* <p/>
*
* @throws {@link ConflictException} (client fault)
* <p/>
*
* @throws {@link PendingVerification} (client fault)
* <p/>
*
Expand Down
7 changes: 5 additions & 2 deletions codegen/sdk-codegen/aws-models/ivs-realtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,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.ivsrealtime#ChannelDestinationConfiguration": {
Expand Down Expand Up @@ -3731,7 +3731,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.ivsrealtime#ResourceNotFoundException": {
Expand Down Expand Up @@ -4407,6 +4407,9 @@
{
"target": "com.amazonaws.ivsrealtime#AccessDeniedException"
},
{
"target": "com.amazonaws.ivsrealtime#ConflictException"
},
{
"target": "com.amazonaws.ivsrealtime#PendingVerification"
},
Expand Down

0 comments on commit fb6245c

Please sign in to comment.