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

DisassociateApprovalRuleTemplateFromRepositoryInput

import type { DisassociateApprovalRuleTemplateFromRepositoryInput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface DisassociateApprovalRuleTemplateFromRepositoryInput {
approvalRuleTemplateName: string;
repositoryName: string;
}

§Properties

§
approvalRuleTemplateName: string
[src]

The name of the approval rule template to disassociate from a specified repository.

§
repositoryName: string
[src]

The name of the repository you want to disassociate from the template.