EndpointResolver

fun interface EndpointResolver

Type agnostic version of aws.smithy.kotlin.runtime.client.endpoints.EndpointProvider. Typically service client specific versions are code generated and then adapted to this generic version for actually executing a request.

Functions

Link copied to clipboard
abstract suspend fun resolve(request: ResolveEndpointRequest): <Error class: unknown class>

Resolve the endpoint to send the request to