/**
 * @internal
 */
export interface Endpoint {
    /**
     * <p>An endpoint address.</p>
     */
    Address: string;
    /**
     * <p>The TTL for the endpoint, in minutes.</p>
     */
    CachePeriodInMinutes: number;
}
