commonMain.aws.sdk.kotlin.services.computeoptimizer.auth.AuthSchemeProviderAdapter.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of computeoptimizer-jvm Show documentation
Show all versions of computeoptimizer-jvm Show documentation
The AWS SDK for Kotlin client for Compute Optimizer
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.computeoptimizer.auth
import aws.smithy.kotlin.runtime.auth.AuthSchemeOption
import aws.smithy.kotlin.runtime.client.SdkClientOption
import aws.smithy.kotlin.runtime.http.operation.AuthSchemeResolver
import aws.smithy.kotlin.runtime.http.operation.SdkHttpRequest
import aws.smithy.kotlin.runtime.util.get
internal object AuthSchemeProviderAdapter: AuthSchemeResolver {
override suspend fun resolve(request: SdkHttpRequest): List {
val params = AuthSchemeParameters {
operationName = request.context[SdkClientOption.OperationName]
}
return DefaultAuthSchemeProvider.resolveAuthScheme(params)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy