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

DeleteApprovalRuleTemplateOutput

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

§Properties

§
approvalRuleTemplateId: string
[src]

The system-generated ID of the deleted approval rule template. If the template has been previously deleted, the only response is a 200 OK.