From 61aa9fc55767e19e8fd1329fac6c7aeecb1f5f0b Mon Sep 17 00:00:00 2001 From: Aaron J Todd Date: Wed, 4 Oct 2023 16:09:47 -0400 Subject: [PATCH] regenerate api dump...again --- runtime/runtime-core/api/runtime-core.api | 9 --------- 1 file changed, 9 deletions(-) diff --git a/runtime/runtime-core/api/runtime-core.api b/runtime/runtime-core/api/runtime-core.api index 2a3df24ef..43c72a38c 100644 --- a/runtime/runtime-core/api/runtime-core.api +++ b/runtime/runtime-core/api/runtime-core.api @@ -72,15 +72,6 @@ public final class aws/smithy/kotlin/runtime/ServiceException$ErrorType : java/l public final class aws/smithy/kotlin/runtime/config/EnvironmentSettingKt { } -public final class aws/smithy/kotlin/runtime/config/TlsVersion : java/lang/Enum { - public static final field TLS_1_0 Laws/smithy/kotlin/runtime/config/TlsVersion; - public static final field TLS_1_1 Laws/smithy/kotlin/runtime/config/TlsVersion; - public static final field TLS_1_2 Laws/smithy/kotlin/runtime/config/TlsVersion; - public static final field TLS_1_3 Laws/smithy/kotlin/runtime/config/TlsVersion; - public static fun valueOf (Ljava/lang/String;)Laws/smithy/kotlin/runtime/config/TlsVersion; - public static fun values ()[Laws/smithy/kotlin/runtime/config/TlsVersion; -} - public abstract class aws/smithy/kotlin/runtime/content/ByteStream { public static final field Companion Laws/smithy/kotlin/runtime/content/ByteStream$Companion; public fun getContentLength ()Ljava/lang/Long;