Skip to content

Commit 5621fd0

Browse files
remove duplicate type generation
1 parent 41ff1a9 commit 5621fd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/CommandGenerator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ private void generateClientCommand() {
105105
writer.addImport("HandlerExecutionContext", "HandlerExecutionContext", "@aws-sdk/types");
106106
writer.addImport("MiddlewareStack", "MiddlewareStack", "@aws-sdk/types");
107107

108-
addInputAndOutputTypes();
109-
110108
String name = symbol.getName();
111109
writer.writeShapeDocs(operation);
112110
writer.openBlock("export class $L extends $$Command<$T, $T, $L> {", "}", name, inputType, outputType,

0 commit comments

Comments
 (0)