| 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.Conflict
Description
Synopsis
Documentation
Information about conflicts in a merge operation.
See: newConflict smart constructor.
Constructors
| Conflict' | |
Fields 
  | |
Instances
| FromJSON Conflict Source # | |
| Generic Conflict Source # | |
| Read Conflict Source # | |
| Show Conflict Source # | |
| NFData Conflict Source # | |
Defined in Amazonka.CodeCommit.Types.Conflict  | |
| Eq Conflict Source # | |
| Hashable Conflict Source # | |
Defined in Amazonka.CodeCommit.Types.Conflict  | |
| type Rep Conflict Source # | |
Defined in Amazonka.CodeCommit.Types.Conflict type Rep Conflict = D1 ('MetaData "Conflict" "Amazonka.CodeCommit.Types.Conflict" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "Conflict'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conflictMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConflictMetadata)) :*: S1 ('MetaSel ('Just "mergeHunks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MergeHunk]))))  | |
newConflict :: Conflict Source #
Create a value of Conflict 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:conflictMetadata:Conflict', conflict_conflictMetadata - Metadata about a conflict in a merge operation.
$sel:mergeHunks:Conflict', conflict_mergeHunks - A list of hunks that contain the differences between files or lines
 causing the conflict.
conflict_conflictMetadata :: Lens' Conflict (Maybe ConflictMetadata) Source #
Metadata about a conflict in a merge operation.