| 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.ConflictResolution
Description
Synopsis
- data ConflictResolution = ConflictResolution' {}
- newConflictResolution :: ConflictResolution
- conflictResolution_deleteFiles :: Lens' ConflictResolution (Maybe [DeleteFileEntry])
- conflictResolution_replaceContents :: Lens' ConflictResolution (Maybe [ReplaceContentEntry])
- conflictResolution_setFileModes :: Lens' ConflictResolution (Maybe [SetFileModeEntry])
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.
Constructors
| ConflictResolution' | |
Fields
| |
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: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.
$sel:setFileModes:ConflictResolution', conflictResolution_setFileModes - 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.
conflictResolution_setFileModes :: Lens' ConflictResolution (Maybe [SetFileModeEntry]) Source #
File modes that are set as part of the merge conflict resolution.