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

ListEngagementsResult

import type { ListEngagementsResult } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface ListEngagementsResult {
Engagements: Engagement[];
NextToken?: string | null;
}

§Properties

§
Engagements: Engagement[]
[src]

A list of each engagement that occurred during the specified time range of an incident.

§
NextToken?: string | null
[src]

The pagination token to continue to the next page of results.