Skip to content

Commit de5df6d

Browse files
committed
add internal trait to the sdkStreamMixin config
1 parent b78200b commit de5df6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/AddSdkStreamMixinDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void addConfigInterfaceFields(
5757
writer.addImport("SdkStreamMixinInjector", "__SdkStreamMixinInjector",
5858
TypeScriptDependency.AWS_SDK_TYPES.packageName);
5959
writer.writeDocs("The internal function that inject utilities to runtime-specific stream to help users"
60-
+ " consume the data");
60+
+ " consume the data\n@internal");
6161
writer.write("sdkStreamMixin?: __SdkStreamMixinInjector;\n");
6262
}
6363

0 commit comments

Comments
 (0)