Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Endpoint

import type { Endpoint } from "https://aws-api.deno.dev/v0.3/services/timestreamquery.ts?docs=full";

Represents an available endpoint against which to make API calls against, as well as the TTL for that endpoint.

interface Endpoint {
Address: string;
CachePeriodInMinutes: number;
}

§Properties

§
Address: string
[src]

An endpoint address.

§
CachePeriodInMinutes: number
[src]

The TTL for the endpoint, in minutes.