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

DeletePullRequestApprovalRuleOutput

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

§Properties

§
approvalRuleId: string
[src]

The ID of the deleted approval rule.

Note: If the approval rule was deleted in an earlier API call, the response is 200 OK without content.