Package-level declarations
Types
Link copied to clipboard
abstract class AbstractAwsSdkClientFactory<TConfig : AwsSdkClientConfig, TConfigBuilder : AwsSdkClientConfig.Builder, TClient, TClientBuilder>
Abstract base class all AWS client companion objects inherit from
Link copied to clipboard
interface AwsSdkClientConfig
Base interface all generated AWS SDK Kotlin clients implement
Link copied to clipboard
object AwsSdkClientOption
Common client execution options. AWS-specific version of aws.smithy.kotlin.runtime.client.SdkClientOption
Link copied to clipboard
object AwsSdkSetting
Settings to configure SDK runtime behavior
Inherited functions
Link copied to clipboard
fun AwsSdkSetting.resolveEndpointUrl(provider: <Error class: unknown class>, sysPropSuffix: String, envSuffix: String): <Error class: unknown class>?
Resolves an endpoint url for a given service.