| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeCommit.Types.MergeHunkDetail
Description
Documentation
data MergeHunkDetail Source #
Information about the details of a merge hunk that contains a conflict in a merge or pull request operation.
See: newMergeHunkDetail smart constructor.
Constructors
| MergeHunkDetail' | |
Instances
newMergeHunkDetail :: MergeHunkDetail Source #
Create a value of MergeHunkDetail with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:endLine:MergeHunkDetail', mergeHunkDetail_endLine - The end position of the hunk in the merge result.
$sel:hunkContent:MergeHunkDetail', mergeHunkDetail_hunkContent - The base-64 encoded content of the hunk merged region that might contain
a conflict.
$sel:startLine:MergeHunkDetail', mergeHunkDetail_startLine - The start position of the hunk in the merge result.
mergeHunkDetail_endLine :: Lens' MergeHunkDetail (Maybe Int) Source #
The end position of the hunk in the merge result.
mergeHunkDetail_hunkContent :: Lens' MergeHunkDetail (Maybe Text) Source #
The base-64 encoded content of the hunk merged region that might contain a conflict.
mergeHunkDetail_startLine :: Lens' MergeHunkDetail (Maybe Int) Source #
The start position of the hunk in the merge result.