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

BatchAssociateApprovalRuleTemplateWithRepositoriesOutput

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

§Properties

§
associatedRepositoryNames: string[]
[src]

A list of names of the repositories that have been associated with the template.

§

A list of any errors that might have occurred while attempting to create the association between the template and the repositories.