| 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.MergeOperations
Description
Documentation
data MergeOperations Source #
Information about the file operation conflicts in a merge operation.
See: newMergeOperations smart constructor.
Constructors
| MergeOperations' | |
Fields
| |
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.