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.MatchingRequest

Description

 
Synopsis

Documentation

data MatchingRequest Source #

The flag that enables the matching process of duplicate profiles.

See: newMatchingRequest smart constructor.

Constructors

MatchingRequest' 

Fields

Instances

Instances details
ToJSON MatchingRequest Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingRequest

Generic MatchingRequest Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingRequest

Associated Types

type Rep MatchingRequest :: Type -> Type #

Read MatchingRequest Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingRequest

Show MatchingRequest Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingRequest

NFData MatchingRequest Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingRequest

Methods

rnf :: MatchingRequest -> () #

Eq MatchingRequest Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingRequest

Hashable MatchingRequest Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingRequest

type Rep MatchingRequest Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.MatchingRequest

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

newMatchingRequest Source #

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

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

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

MatchingRequest, matchingRequest_enabled - The flag that enables the matching process of duplicate profiles.

matchingRequest_autoMerging :: Lens' MatchingRequest (Maybe AutoMerging) Source #

Configuration information about the auto-merging process.

matchingRequest_exportingConfig :: Lens' MatchingRequest (Maybe ExportingConfig) Source #

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

matchingRequest_jobSchedule :: Lens' MatchingRequest (Maybe JobSchedule) Source #

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

matchingRequest_enabled :: Lens' MatchingRequest Bool Source #

The flag that enables the matching process of duplicate profiles.