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

ListPageReceiptsRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of acknowledgements per page of results.

§
NextToken?: string | null
[src]

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

§
PageId: string
[src]

The Amazon Resource Name (ARN) of the engagement to a specific contact channel.