File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -168,10 +168,6 @@ private void renderNonErrorStructure() {
168
168
* $fault: "client";
169
169
* resourceType: string | undefined;
170
170
* }
171
- *
172
- * export namespace NoSuchResource {
173
- * export const filterSensitiveLog = (obj: NoSuchResource): any => ({...obj});
174
- * }
175
171
* }</pre>
176
172
*/
177
173
private void renderErrorStructure () {
@@ -197,7 +193,6 @@ private void renderErrorStructure() {
197
193
structuredMemberWriter .writeMembers (writer , shape );
198
194
writer .closeBlock ("}" ); // interface
199
195
writer .write ("" );
200
- renderStructureNamespace (structuredMemberWriter , false );
201
196
}
202
197
203
198
private void renderStructureNamespace (StructuredMemberWriter structuredMemberWriter , boolean includeValidation ) {
You can’t perform that action at this time.
0 commit comments