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

Description

 
Synopsis

Documentation

data FoundByKeyValue Source #

A data type pair that consists of a KeyName and Values list that were used to find a profile returned in response to a SearchProfiles request.

See: newFoundByKeyValue smart constructor.

Constructors

FoundByKeyValue' 

Fields

Instances

Instances details
FromJSON FoundByKeyValue Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.FoundByKeyValue

Generic FoundByKeyValue Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.FoundByKeyValue

Associated Types

type Rep FoundByKeyValue :: Type -> Type #

Read FoundByKeyValue Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.FoundByKeyValue

Show FoundByKeyValue Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.FoundByKeyValue

NFData FoundByKeyValue Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.FoundByKeyValue

Methods

rnf :: FoundByKeyValue -> () #

Eq FoundByKeyValue Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.FoundByKeyValue

Hashable FoundByKeyValue Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.FoundByKeyValue

type Rep FoundByKeyValue Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.FoundByKeyValue

type Rep FoundByKeyValue = D1 ('MetaData "FoundByKeyValue" "Amazonka.CustomerProfiles.Types.FoundByKeyValue" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "FoundByKeyValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newFoundByKeyValue :: FoundByKeyValue Source #

Create a value of FoundByKeyValue 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:keyName:FoundByKeyValue', foundByKeyValue_keyName - A searchable identifier of a customer profile.

$sel:values:FoundByKeyValue', foundByKeyValue_values - A list of key values.

foundByKeyValue_keyName :: Lens' FoundByKeyValue (Maybe Text) Source #

A searchable identifier of a customer profile.