You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/code-generation/smithy/codegen/cpp-pagination-codegen/src/main/java/com/amazonaws/util/awsclientsmithygenerator/generators/templates/PaginationCodegenPlugin.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ public void execute(PluginContext context) {
37
37
38
38
// TODO: Remove this workaround - mock projections should use proper Smithy model generation
39
39
// instead of manually writing files in the plugin
40
+
// Currently only needed for importexport, sdb (SimpleDB), and s3-crt
40
41
// Check if this is a legacy service mock projection
0 commit comments