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

DescribeEventsResponse

import type { DescribeEventsResponse } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";
interface DescribeEventsResponse {
Events?: Event[] | null;
NextToken?: string | null;
}

§Properties

§
Events?: Event[] | null
[src]

An array of events. Each element in the array represents one event.

§
NextToken?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.