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

ListNotificationsInput

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return for this request.

§
NextToken?: string | null
[src]
§
WorkloadId?: string | null
[src]