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

MergePullRequestByFastForwardInput

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

§Properties

§
pullRequestId: string
[src]

The system-generated ID of the pull request. To get this ID, use "ListPullRequests".

§
repositoryName: string
[src]

The name of the repository where the pull request was created.

§
sourceCommitId?: string | null
[src]

The full commit ID of the original or updated commit in the pull request source branch. Pass this value if you want an exception thrown if the current commit ID of the tip of the source branch does not match this commit ID.