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

ListRepositoriesForApprovalRuleTemplateOutput

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

§Properties

§
nextToken?: string | null
[src]

An enumeration token that allows the operation to batch the next results of the operation.

§
repositoryNames?: string[] | null
[src]

A list of repository names that are associated with the specified approval rule template.