Skip to content

Commit

Permalink
fix: update runtime-core API manifest after API-incompatible change t…
Browse files Browse the repository at this point in the history
…hat wasn't caught by CI (#811)
  • Loading branch information
ianbotsf authored Feb 23, 2023
1 parent 6bab43e commit 55be83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/runtime-core/api/runtime-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -1076,8 +1076,8 @@ public abstract interface class aws/smithy/kotlin/runtime/retries/delay/RetryTok

public final class aws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucket : aws/smithy/kotlin/runtime/retries/delay/RetryTokenBucket {
public fun <init> ()V
public fun <init> (Laws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucketOptions;Laws/smithy/kotlin/runtime/time/Clock;)V
public synthetic fun <init> (Laws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucketOptions;Laws/smithy/kotlin/runtime/time/Clock;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun <init> (Laws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucketOptions;Lkotlin/time/TimeSource;)V
public synthetic fun <init> (Laws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucketOptions;Lkotlin/time/TimeSource;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun acquireToken (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun getOptions ()Laws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucketOptions;
}
Expand Down

0 comments on commit 55be83a

Please sign in to comment.