amazonka-customer-profiles-2.0: Amazon Connect Customer Profiles SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

Instances

Instances details
FromJSON MatchingResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingResponse

Generic MatchingResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingResponse

Associated Types

type Rep MatchingResponse :: Type -> Type #

Read MatchingResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingResponse

Show MatchingResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingResponse

NFData MatchingResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingResponse

Methods

rnf :: MatchingResponse -> () #

Eq MatchingResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingResponse

Hashable MatchingResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingResponse

type Rep MatchingResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingResponse

type Rep MatchingResponse = D1 ('MetaData "MatchingResponse" "Amazonka.CustomerProfiles.Types.MatchingResponse" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "MatchingResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoMerging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMerging)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "exportingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportingConfig)) :*: S1 ('MetaSel ('Just "jobSchedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSchedule)))))

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:autoMerging:MatchingResponse', matchingResponse_autoMerging - Configuration information about the auto-merging process.

MatchingResponse, matchingResponse_enabled - The flag that enables the matching process of duplicate profiles.

$sel:exportingConfig:MatchingResponse', matchingResponse_exportingConfig - Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.

$sel:jobSchedule:MatchingResponse', matchingResponse_jobSchedule - The day and time when do you want to start the Identity Resolution Job every week.

matchingResponse_autoMerging :: Lens' MatchingResponse (Maybe AutoMerging) Source #

Configuration information about the auto-merging process.

matchingResponse_enabled :: Lens' MatchingResponse (Maybe Bool) Source #

The flag that enables the matching process of duplicate profiles.

matchingResponse_exportingConfig :: Lens' MatchingResponse (Maybe ExportingConfig) Source #

Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.

matchingResponse_jobSchedule :: Lens' MatchingResponse (Maybe JobSchedule) Source #

The day and time when do you want to start the Identity Resolution Job every week.