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

AcceleratorEvent

import type { AcceleratorEvent } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";

A complex type that contains a Timestamp value and Message for changes that you make to an accelerator in Global Accelerator. Messages stored here provide progress or error information when you update an accelerator from IPv4 to dual-stack, or from dual-stack to IPv4. Global Accelerator stores a maximum of ten event messages.

interface AcceleratorEvent {
Message?: string | null;
Timestamp?: Date | number | null;
}

§Properties

§
Message?: string | null
[src]

A string that contains an Event message describing changes or errors when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.

§
Timestamp?: Date | number | null
[src]

A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.