diff --git a/codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/ServiceClientGenerator.kt b/codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/ServiceClientGenerator.kt index 6151cbacc..531090bd1 100644 --- a/codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/ServiceClientGenerator.kt +++ b/codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/ServiceClientGenerator.kt @@ -57,6 +57,11 @@ class ServiceClientGenerator(private val ctx: RenderingContext) { */ val RenderingContext: SectionKey> = SectionKey("RenderingContext") } + + /** + * [SectionId] used when rendering the finalizeConfig block of a service client + */ + object FinalizeConfig : SectionId } init {