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

EventDescriptionsMessage

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

Result message wrapping a list of event descriptions.

interface EventDescriptionsMessage {
Events: EventDescription[];
NextToken?: string | null;
}

§Properties

§

A list of "EventDescription".

§
NextToken?: string | null
[src]

If returned, this indicates that there are more results to obtain. Use this token in the next "DescribeEvents" call to get the next batch of events.