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
§
conflictDetailLevel?: ConflictDetailLevelTypeEnum | null
[src]§
conflictResolution?: ConflictResolution | null
[src]§
conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | null
[src]