diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddProtocols.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddProtocols.java index 1c04bc7851e3..8a21f6bba5fe 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddProtocols.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddProtocols.java @@ -27,6 +27,13 @@ @SmithyInternalApi public class AddProtocols implements TypeScriptIntegration { + @Override + public List runAfter() { + return List.of( + software.amazon.smithy.typescript.codegen.protocols.AddProtocols.class.getCanonicalName() + ); + } + /** * This order differs from the base protocol selection specification * in that for JavaScript runtimes, JSON-based protocols have higher default priority than CBOR-based.