| 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 |
Amazonka.CustomerProfiles.Types.MatchingRequest
Description
Synopsis
Documentation
data MatchingRequest Source #
The flag that enables the matching process of duplicate profiles.
See: newMatchingRequest smart constructor.
Constructors
| MatchingRequest' | |
Instances
Arguments
| :: Bool | |
| -> MatchingRequest |
Create a value of MatchingRequest 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:enabled:MatchingRequest', matchingRequest_enabled - The flag that enables the matching process of duplicate profiles.
matchingRequest_enabled :: Lens' MatchingRequest Bool Source #
The flag that enables the matching process of duplicate profiles.