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

ByoipCidrEvent

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

A complex type that contains a Message and a Timestamp value for changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).

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

§Properties

§
Message?: string | null
[src]

A string that contains an Event message describing changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).

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

A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).