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

AssociateApprovalRuleTemplateWithRepositoryInput

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

§Properties

§
approvalRuleTemplateName: string
[src]

The name for the approval rule template.

§
repositoryName: string
[src]

The name of the repository that you want to associate with the template.