-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: binary compatibility validator (#808)
- Loading branch information
Showing
25 changed files
with
3,975 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
public final class aws/smithy/kotlin/runtime/auth/awscredentials/CachedCredentialsProvider : aws/smithy/kotlin/runtime/auth/awscredentials/CloseableCredentialsProvider { | ||
public synthetic fun <init> (Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider;JJLaws/smithy/kotlin/runtime/time/Clock;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public synthetic fun <init> (Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider;JJLaws/smithy/kotlin/runtime/time/Clock;Lkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public fun close ()V | ||
public fun getCredentials (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; | ||
} | ||
|
||
public final class aws/smithy/kotlin/runtime/auth/awscredentials/CachedCredentialsProviderKt { | ||
public static final field DEFAULT_CREDENTIALS_REFRESH_SECONDS I | ||
} | ||
|
||
public abstract interface class aws/smithy/kotlin/runtime/auth/awscredentials/CloseableCredentialsProvider : aws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider, java/io/Closeable { | ||
} | ||
|
||
public final class aws/smithy/kotlin/runtime/auth/awscredentials/Credentials { | ||
public fun <init> (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Laws/smithy/kotlin/runtime/time/Instant;Ljava/lang/String;)V | ||
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Laws/smithy/kotlin/runtime/time/Instant;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public final fun component1 ()Ljava/lang/String; | ||
public final fun component2 ()Ljava/lang/String; | ||
public final fun component3 ()Ljava/lang/String; | ||
public final fun component4 ()Laws/smithy/kotlin/runtime/time/Instant; | ||
public final fun component5 ()Ljava/lang/String; | ||
public final fun copy (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Laws/smithy/kotlin/runtime/time/Instant;Ljava/lang/String;)Laws/smithy/kotlin/runtime/auth/awscredentials/Credentials; | ||
public static synthetic fun copy$default (Laws/smithy/kotlin/runtime/auth/awscredentials/Credentials;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Laws/smithy/kotlin/runtime/time/Instant;Ljava/lang/String;ILjava/lang/Object;)Laws/smithy/kotlin/runtime/auth/awscredentials/Credentials; | ||
public fun equals (Ljava/lang/Object;)Z | ||
public final fun getAccessKeyId ()Ljava/lang/String; | ||
public final fun getExpiration ()Laws/smithy/kotlin/runtime/time/Instant; | ||
public final fun getProviderName ()Ljava/lang/String; | ||
public final fun getSecretAccessKey ()Ljava/lang/String; | ||
public final fun getSessionToken ()Ljava/lang/String; | ||
public fun hashCode ()I | ||
public fun toString ()Ljava/lang/String; | ||
} | ||
|
||
public abstract interface class aws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider { | ||
public abstract fun getCredentials (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; | ||
} | ||
|
||
public class aws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProviderChain : aws/smithy/kotlin/runtime/auth/awscredentials/CloseableCredentialsProvider { | ||
public fun <init> ([Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider;)V | ||
public fun close ()V | ||
public fun getCredentials (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; | ||
protected final fun getProviders ()[Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider; | ||
public fun toString ()Ljava/lang/String; | ||
} | ||
|
||
public final class aws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProviderException : aws/smithy/kotlin/runtime/ClientException { | ||
public fun <init> (Ljava/lang/String;Ljava/lang/Throwable;)V | ||
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/Throwable;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
} | ||
|
Oops, something went wrong.