You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-runtime/aws-config/api/aws-config.api
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
public final class aws/sdk/kotlin/runtime/auth/AuthTokenGenerator {
2
-
public fun <init> (Ljava/lang/String;Laws/smithy/kotlin/runtime/auth/awscredentials/Credentials;)V
3
-
public synthetic fun <init> (Ljava/lang/String;Laws/smithy/kotlin/runtime/auth/awscredentials/Credentials;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
2
+
public synthetic fun <init> (Ljava/lang/String;Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider;JLaws/smithy/kotlin/runtime/auth/awssigning/AwsSigner;Laws/smithy/kotlin/runtime/time/Clock;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
3
+
public synthetic fun <init> (Ljava/lang/String;Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider;JLaws/smithy/kotlin/runtime/auth/awssigning/AwsSigner;Laws/smithy/kotlin/runtime/time/Clock;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
4
4
public final fun generateAuthToken-exY8QGI (Laws/smithy/kotlin/runtime/net/url/Url;Ljava/lang/String;JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
5
-
public final fun getCredentials ()Laws/smithy/kotlin/runtime/auth/awscredentials/Credentials;
5
+
public final fun getClock ()Laws/smithy/kotlin/runtime/time/Clock;
6
+
public final fun getCredentialsProvider ()Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider;
7
+
public final fun getCredentialsRefreshBuffer-UwyO8pc ()J
6
8
public final fun getService ()Ljava/lang/String;
9
+
public final fun getSigner ()Laws/smithy/kotlin/runtime/auth/awssigning/AwsSigner;
7
10
}
8
11
9
12
public final class aws/sdk/kotlin/runtime/auth/credentials/AssumeRoleParameters {
0 commit comments