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

ListRepositoriesForApprovalRuleTemplateInput

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

§Properties

§
approvalRuleTemplateName: string
[src]

The name of the approval rule template for which you want to list repositories that are associated with that template.

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