|
| 1 | +public final class aws/smithy/kotlin/runtime/auth/awscredentials/CachedCredentialsProvider : aws/smithy/kotlin/runtime/auth/awscredentials/CloseableCredentialsProvider { |
| 2 | + public synthetic fun <init> (Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider;JJLaws/smithy/kotlin/runtime/time/Clock;ILkotlin/jvm/internal/DefaultConstructorMarker;)V |
| 3 | + public synthetic fun <init> (Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider;JJLaws/smithy/kotlin/runtime/time/Clock;Lkotlin/jvm/internal/DefaultConstructorMarker;)V |
| 4 | + public fun close ()V |
| 5 | + public fun getCredentials (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; |
| 6 | +} |
| 7 | + |
| 8 | +public final class aws/smithy/kotlin/runtime/auth/awscredentials/CachedCredentialsProviderKt { |
| 9 | + public static final field DEFAULT_CREDENTIALS_REFRESH_SECONDS I |
| 10 | +} |
| 11 | + |
| 12 | +public abstract interface class aws/smithy/kotlin/runtime/auth/awscredentials/CloseableCredentialsProvider : aws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider, java/io/Closeable { |
| 13 | +} |
| 14 | + |
| 15 | +public final class aws/smithy/kotlin/runtime/auth/awscredentials/Credentials { |
| 16 | + public fun <init> (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Laws/smithy/kotlin/runtime/time/Instant;Ljava/lang/String;)V |
| 17 | + 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 |
| 18 | + public final fun component1 ()Ljava/lang/String; |
| 19 | + public final fun component2 ()Ljava/lang/String; |
| 20 | + public final fun component3 ()Ljava/lang/String; |
| 21 | + public final fun component4 ()Laws/smithy/kotlin/runtime/time/Instant; |
| 22 | + public final fun component5 ()Ljava/lang/String; |
| 23 | + 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; |
| 24 | + 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; |
| 25 | + public fun equals (Ljava/lang/Object;)Z |
| 26 | + public final fun getAccessKeyId ()Ljava/lang/String; |
| 27 | + public final fun getExpiration ()Laws/smithy/kotlin/runtime/time/Instant; |
| 28 | + public final fun getProviderName ()Ljava/lang/String; |
| 29 | + public final fun getSecretAccessKey ()Ljava/lang/String; |
| 30 | + public final fun getSessionToken ()Ljava/lang/String; |
| 31 | + public fun hashCode ()I |
| 32 | + public fun toString ()Ljava/lang/String; |
| 33 | +} |
| 34 | + |
| 35 | +public abstract interface class aws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider { |
| 36 | + public abstract fun getCredentials (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; |
| 37 | +} |
| 38 | + |
| 39 | +public class aws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProviderChain : aws/smithy/kotlin/runtime/auth/awscredentials/CloseableCredentialsProvider { |
| 40 | + public fun <init> ([Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider;)V |
| 41 | + public fun close ()V |
| 42 | + public fun getCredentials (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; |
| 43 | + protected final fun getProviders ()[Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider; |
| 44 | + public fun toString ()Ljava/lang/String; |
| 45 | +} |
| 46 | + |
| 47 | +public final class aws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProviderException : aws/smithy/kotlin/runtime/ClientException { |
| 48 | + public fun <init> (Ljava/lang/String;Ljava/lang/Throwable;)V |
| 49 | + public synthetic fun <init> (Ljava/lang/String;Ljava/lang/Throwable;ILkotlin/jvm/internal/DefaultConstructorMarker;)V |
| 50 | +} |
| 51 | + |
0 commit comments