Skip to content

Commit

Permalink
Relocate AuthTokenGenerator to aws-signing-common
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Jan 9, 2025
1 parent d3f877d commit 0e88c5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 70 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*/
package aws.sdk.kotlin.services.dsql

import aws.sdk.kotlin.runtime.auth.AuthTokenGenerator
import aws.sdk.kotlin.runtime.auth.credentials.DefaultChainCredentialsProvider
import aws.smithy.kotlin.runtime.auth.awscredentials.Credentials
import aws.smithy.kotlin.runtime.auth.awscredentials.CredentialsProvider
import aws.smithy.kotlin.runtime.auth.awssigning.AuthTokenGenerator
import aws.smithy.kotlin.runtime.auth.awssigning.AwsSigner
import aws.smithy.kotlin.runtime.auth.awssigning.DefaultAwsSigner
import aws.smithy.kotlin.runtime.net.url.Url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*/
package aws.sdk.kotlin.services.rds

import aws.sdk.kotlin.runtime.auth.AuthTokenGenerator
import aws.sdk.kotlin.runtime.auth.credentials.DefaultChainCredentialsProvider
import aws.smithy.kotlin.runtime.auth.awscredentials.Credentials
import aws.smithy.kotlin.runtime.auth.awscredentials.CredentialsProvider
import aws.smithy.kotlin.runtime.auth.awssigning.AuthTokenGenerator
import aws.smithy.kotlin.runtime.auth.awssigning.AwsSigner
import aws.smithy.kotlin.runtime.auth.awssigning.DefaultAwsSigner
import aws.smithy.kotlin.runtime.net.url.Url
Expand Down

0 comments on commit 0e88c5a

Please sign in to comment.