| 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.CustomerProfiles.Types.Consolidation
Description
Synopsis
Documentation
data Consolidation Source #
The matching criteria to be used during the auto-merging process.
See: newConsolidation smart constructor.
Constructors
| Consolidation' | |
Fields
| |
Instances
Arguments
| :: NonEmpty (NonEmpty Text) | |
| -> Consolidation |
Create a value of Consolidation 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:matchingAttributesList:Consolidation', consolidation_matchingAttributesList - A list of matching criteria.
consolidation_matchingAttributesList :: Lens' Consolidation (NonEmpty (NonEmpty Text)) Source #
A list of matching criteria.