| 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.MatchingResponse
Description
Synopsis
Documentation
data MatchingResponse Source #
The flag that enables the matching process of duplicate profiles.
See: newMatchingResponse smart constructor.
Constructors
| MatchingResponse' | |
Instances
newMatchingResponse :: MatchingResponse Source #
Create a value of MatchingResponse 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:MatchingResponse', matchingResponse_enabled - The flag that enables the matching process of duplicate profiles.
matchingResponse_enabled :: Lens' MatchingResponse (Maybe Bool) Source #
The flag that enables the matching process of duplicate profiles.