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

ListAssociatedApprovalRuleTemplatesForRepositoryInput

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

§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.

§
repositoryName: string
[src]

The name of the repository for which you want to list all associated approval rule templates.