Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data MergeOperations Source #
Information about the file operation conflicts in a merge operation.
See: newMergeOperations
smart constructor.
MergeOperations' | |
|
Instances
newMergeOperations :: MergeOperations Source #
Create a value of MergeOperations
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:destination:MergeOperations'
, mergeOperations_destination
- The operation on a file in the destination of a merge or pull request.
$sel:source:MergeOperations'
, mergeOperations_source
- The operation (add, modify, or delete) on a file in the source of a
merge or pull request.
mergeOperations_destination :: Lens' MergeOperations (Maybe ChangeTypeEnum) Source #
The operation on a file in the destination of a merge or pull request.
mergeOperations_source :: Lens' MergeOperations (Maybe ChangeTypeEnum) Source #
The operation (add, modify, or delete) on a file in the source of a merge or pull request.