export interface Endpoint { /** *

An endpoint address.

*/ Address: string; /** *

The TTL for the endpoint, in minutes.

*/ CachePeriodInMinutes: number; }