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

DeletePullRequestApprovalRuleInput

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

§Properties

§
approvalRuleName: string
[src]

The name of the approval rule you want to delete.

§
pullRequestId: string
[src]

The system-generated ID of the pull request that contains the approval rule you want to delete.