Loading codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/protocols/HttpBoundProtocolGenerator.kt +2 −2 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ class HttpBoundProtocolTraitImplGenerator( ) } fun parseError(operationShape: OperationShape): RuntimeType { private fun parseError(operationShape: OperationShape): RuntimeType { val fnName = "parse_${operationShape.id.name.toSnakeCase()}_error" val outputShape = operationShape.outputShape(model) val outputSymbol = symbolProvider.toSymbol(outputShape) Loading Loading @@ -247,7 +247,7 @@ class HttpBoundProtocolTraitImplGenerator( } } fun parseResponse(operationShape: OperationShape): RuntimeType { private fun parseResponse(operationShape: OperationShape): RuntimeType { val fnName = "parse_${operationShape.id.name.toSnakeCase()}_response" val outputShape = operationShape.outputShape(model) val outputSymbol = symbolProvider.toSymbol(outputShape) Loading Loading
codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/protocols/HttpBoundProtocolGenerator.kt +2 −2 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ class HttpBoundProtocolTraitImplGenerator( ) } fun parseError(operationShape: OperationShape): RuntimeType { private fun parseError(operationShape: OperationShape): RuntimeType { val fnName = "parse_${operationShape.id.name.toSnakeCase()}_error" val outputShape = operationShape.outputShape(model) val outputSymbol = symbolProvider.toSymbol(outputShape) Loading Loading @@ -247,7 +247,7 @@ class HttpBoundProtocolTraitImplGenerator( } } fun parseResponse(operationShape: OperationShape): RuntimeType { private fun parseResponse(operationShape: OperationShape): RuntimeType { val fnName = "parse_${operationShape.id.name.toSnakeCase()}_response" val outputShape = operationShape.outputShape(model) val outputSymbol = symbolProvider.toSymbol(outputShape) Loading