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

BatchAssociateApprovalRuleTemplateWithRepositoriesInput

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

§Properties

§
approvalRuleTemplateName: string
[src]

The name of the template you want to associate with one or more repositories.

§
repositoryNames: string[]
[src]

The names of the repositories you want to associate with the template.

Note: The length constraint limit is for each string in the array. The array itself can be empty.