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

ListEngagementsRequest

import type { ListEngagementsRequest } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface ListEngagementsRequest {
IncidentId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
TimeRangeValue?: TimeRange | null;
}

§Properties

§
IncidentId?: string | null
[src]

The Amazon Resource Name (ARN) of the incident you're listing engagements for.

§
MaxResults?: number | null
[src]

The maximum number of engagements per page of results.

§
NextToken?: string | null
[src]

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

§
TimeRangeValue?: TimeRange | null
[src]

The time range to lists engagements for an incident.