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

ListNotificationRulesRequest

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

§Properties

§

The filters to use to return information by service or resource type. For valid values, see "ListNotificationRulesFilter".

Note: A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.

§
MaxResults?: number | null
[src]

A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.

§
NextToken?: string | null
[src]

An enumeration token that, when provided in a request, returns the next batch of the results.