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

MergePullRequestBySquashInput

import type { MergePullRequestBySquashInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codecommit.ts";
interface MergePullRequestBySquashInput {
authorName?: string | null;
commitMessage?: string | null;
conflictDetailLevel?: ConflictDetailLevelTypeEnum | null;
conflictResolution?: ConflictResolution | null;
conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | null;
email?: string | null;
keepEmptyFolders?: boolean | null;
pullRequestId: string;
repositoryName: string;
sourceCommitId?: string | null;
}

§Properties

§
authorName?: string | null
[src]
§
commitMessage?: string | null
[src]
§
conflictDetailLevel?: ConflictDetailLevelTypeEnum | null
[src]
§
conflictResolution?: ConflictResolution | null
[src]
§
conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | null
[src]
§
email?: string | null
[src]
§
keepEmptyFolders?: boolean | null
[src]
§
pullRequestId: string
[src]
§
repositoryName: string
[src]
§
sourceCommitId?: string | null
[src]