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

ListNotificationRulesResult

import type { ListNotificationRulesResult } from "https://aws-api.deno.dev/v0.3/services/codestarnotifications.ts?docs=full";
interface ListNotificationRulesResult {
NextToken?: string | null;
NotificationRules?: NotificationRuleSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

An enumeration token that can be used in a request to return the next batch of the results.

§
NotificationRules?: NotificationRuleSummary[] | null
[src]

The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.