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

Description

 
Synopsis

Documentation

data AdditionalSearchKey Source #

A data type pair that consists of a KeyName and Values list that is used in conjunction with the KeyName and Values parameters to search for profiles using the SearchProfiles API.

See: newAdditionalSearchKey smart constructor.

Constructors

AdditionalSearchKey' 

Fields

Instances

Instances details
ToJSON AdditionalSearchKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AdditionalSearchKey

Generic AdditionalSearchKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AdditionalSearchKey

Associated Types

type Rep AdditionalSearchKey :: Type -> Type #

Read AdditionalSearchKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AdditionalSearchKey

Show AdditionalSearchKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AdditionalSearchKey

NFData AdditionalSearchKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AdditionalSearchKey

Methods

rnf :: AdditionalSearchKey -> () #

Eq AdditionalSearchKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AdditionalSearchKey

Hashable AdditionalSearchKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AdditionalSearchKey

type Rep AdditionalSearchKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AdditionalSearchKey

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

newAdditionalSearchKey Source #

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

$sel:values:AdditionalSearchKey', additionalSearchKey_values - A list of key values.

additionalSearchKey_keyName :: Lens' AdditionalSearchKey Text Source #

A searchable identifier of a customer profile.