Skip to content

Commit f6611c7

Browse files
committed
chore(codegen): re-introduce CORS retry headers
1 parent ec03fa0 commit f6611c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddOmitRetryHeadersDependency.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public class AddOmitRetryHeadersDependency implements TypeScriptIntegration {
3333
private static final Set<String> SERVICE_IDS = SetUtils.of(
3434
"ConnectParticipant", // P43593766
3535
"IoT", // P39759657
36-
"Kinesis Video Signaling",
37-
"AppIntegrations" // P44426207
36+
"Kinesis Video Signaling"
3837
);
3938

4039
@Override

0 commit comments

Comments
 (0)