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

ListPagesByContactRequest

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

§Properties

§
ContactId: string
[src]

The Amazon Resource Name (ARN) of the contact you are retrieving engagements for.

§
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.