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 |
Synopsis
- data ConflictResolution = ConflictResolution' {}
- newConflictResolution :: ConflictResolution
- conflictResolution_setFileModes :: Lens' ConflictResolution (Maybe [SetFileModeEntry])
- conflictResolution_deleteFiles :: Lens' ConflictResolution (Maybe [DeleteFileEntry])
- conflictResolution_replaceContents :: Lens' ConflictResolution (Maybe [ReplaceContentEntry])
Documentation
data ConflictResolution Source #
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a merge.
See: newConflictResolution
smart constructor.
ConflictResolution' | |
|
Instances
newConflictResolution :: ConflictResolution Source #
Create a value of ConflictResolution
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:setFileModes:ConflictResolution'
, conflictResolution_setFileModes
- File modes that are set as part of the merge conflict resolution.
$sel:deleteFiles:ConflictResolution'
, conflictResolution_deleteFiles
- Files to be deleted as part of the merge conflict resolution.
$sel:replaceContents:ConflictResolution'
, conflictResolution_replaceContents
- Files to have content replaced as part of the merge conflict resolution.
conflictResolution_setFileModes :: Lens' ConflictResolution (Maybe [SetFileModeEntry]) Source #
File modes that are set as part of the merge conflict resolution.
conflictResolution_deleteFiles :: Lens' ConflictResolution (Maybe [DeleteFileEntry]) Source #
Files to be deleted as part of the merge conflict resolution.
conflictResolution_replaceContents :: Lens' ConflictResolution (Maybe [ReplaceContentEntry]) Source #
Files to have content replaced as part of the merge conflict resolution.