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

Accelerator

import type { Accelerator } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/globalaccelerator.ts";
interface Accelerator {
AcceleratorArn?: string | null;
CreatedTime?: Date | number | null;
DnsName?: string | null;
Enabled?: boolean | null;
IpAddressType?: IpAddressType | null;
IpSets?: IpSet[] | null;
LastModifiedTime?: Date | number | null;
Name?: string | null;
Status?: AcceleratorStatus | null;
}

§Properties

§
AcceleratorArn?: string | null
[src]
§
CreatedTime?: Date | number | null
[src]
§
DnsName?: string | null
[src]
§
Enabled?: boolean | null
[src]
§
IpAddressType?: IpAddressType | null
[src]
§
IpSets?: IpSet[] | null
[src]
§
LastModifiedTime?: Date | number | null
[src]
§
Name?: string | null
[src]
§
Status?: AcceleratorStatus | null
[src]