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

ListApprovalRuleTemplatesInput

import type { ListApprovalRuleTemplatesInput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface ListApprovalRuleTemplatesInput {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

A non-zero, non-negative integer used to limit the number of returned results.

§
nextToken?: string | null
[src]

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