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

BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput

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

§Properties

§
disassociatedRepositoryNames: string[]
[src]

A list of repository names that have had their association with the template removed.

§

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