Skip to content

Commit

Permalink
fix api dump and s3 section
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Dec 12, 2023
1 parent ac0be4a commit 2f84228
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions aws-runtime/aws-core/api/aws-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ public class aws/sdk/kotlin/runtime/ConfigurationException : aws/sdk/kotlin/runt
public fun <init> (Ljava/lang/Throwable;)V
}

public final class aws/sdk/kotlin/runtime/FlowUtilKt {
}

public abstract interface annotation class aws/sdk/kotlin/runtime/InternalSdkApi : java/lang/annotation/Annotation {
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class S3OperationErrorHandler : KotlinIntegration {
}

override val sectionWriters: List<SectionWriterBinding>
get() = listOf(SectionWriterBinding(ExceptionBaseClassGenerator.ExceptionBaseClassSection, overrideThrowOperationErrors))
get() = listOf(SectionWriterBinding(AwsHttpBindingProtocolGenerator.Sections.RenderThrowOperationError, overrideThrowOperationErrors))

private val overrideThrowOperationErrors = SectionWriter { writer, _ ->
val ctx = writer.getContextValue(AwsHttpBindingProtocolGenerator.Sections.RenderThrowOperationError.Context)
Expand Down

0 comments on commit 2f84228

Please sign in to comment.