Skip to content

Commit 98cb2f8

Browse files
committed
Fix codegen to allow event stream exception shapes
1 parent eed52f9 commit 98cb2f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codegen/src/main/java/software/amazon/awssdk/codegen/IntermediateModelBuilder.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ public IntermediateModel build() {
141141

142142
customization.postprocess(fullModel);
143143

144-
linkMembersToShapes(fullModel);
145-
146144
log.info("{} shapes remained after applying customizations.", fullModel.getShapes().size());
147145

148146
Map<String, ShapeModel> trimmedShapes = removeUnusedShapes(fullModel);

0 commit comments

Comments
 (0)