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

OriginApprovalRuleTemplate

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

Returns information about the template that created the approval rule for a pull request.

interface OriginApprovalRuleTemplate {
approvalRuleTemplateId?: string | null;
approvalRuleTemplateName?: string | null;
}

§Properties

§
approvalRuleTemplateId?: string | null
[src]

The ID of the template that created the approval rule.

§
approvalRuleTemplateName?: string | null
[src]

The name of the template that created the approval rule.