Skip to content

Commit

Permalink
apiDump
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Jan 9, 2025
1 parent 19466be commit d3f877d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions aws-runtime/aws-config/api/aws-config.api
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
public final class aws/sdk/kotlin/runtime/auth/AuthTokenGenerator {
public fun <init> (Ljava/lang/String;Laws/smithy/kotlin/runtime/auth/awscredentials/Credentials;)V
public synthetic fun <init> (Ljava/lang/String;Laws/smithy/kotlin/runtime/auth/awscredentials/Credentials;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
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
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
public final fun generateAuthToken-exY8QGI (Laws/smithy/kotlin/runtime/net/url/Url;Ljava/lang/String;JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun getCredentials ()Laws/smithy/kotlin/runtime/auth/awscredentials/Credentials;
public final fun getClock ()Laws/smithy/kotlin/runtime/time/Clock;
public final fun getCredentialsProvider ()Laws/smithy/kotlin/runtime/auth/awscredentials/CredentialsProvider;
public final fun getCredentialsRefreshBuffer-UwyO8pc ()J
public final fun getService ()Ljava/lang/String;
public final fun getSigner ()Laws/smithy/kotlin/runtime/auth/awssigning/AwsSigner;
}

public final class aws/sdk/kotlin/runtime/auth/credentials/AssumeRoleParameters {
Expand Down

0 comments on commit d3f877d

Please sign in to comment.