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

ListPagesByEngagementRequest

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

§Properties

§
EngagementId: string
[src]

The Amazon Resource Name (ARN) of the engagement.

§
MaxResults?: number | null
[src]

The maximum number of engagements to contact channels to list per page of results.

§
NextToken?: string | null
[src]

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