Package-level declarations
Types
Link copied to clipboard
class DefaultTimestreamQueryEndpointDiscoverer(val cache: ExpiringKeyedCache<DiscoveryParams, Host> = PeriodicSweepCache(10.minutes)) : TimestreamQueryEndpointDiscoverer
A class which looks up specific endpoints for TimestreamQuery calls via the describeEndpoints
API. These unique endpoints are cached as appropriate to avoid unnecessary latency in subsequent calls.
Link copied to clipboard
The default endpoint provider as specified by the service model.
Link copied to clipboard
Link copied to clipboard
interface TimestreamQueryEndpointDiscoverer
Represents the logic for automatically discovering endpoints for Timestream Query calls
Link copied to clipboard
The set of values necessary for endpoint resolution.
Link copied to clipboard
Resolves to an endpoint for a given service operation.