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

Description

 
Synopsis

Documentation

data UpdateAddress Source #

Updates associated with the address properties of a customer profile.

See: newUpdateAddress smart constructor.

Constructors

UpdateAddress' 

Fields

Instances

Instances details
ToJSON UpdateAddress Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.UpdateAddress

Generic UpdateAddress Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.UpdateAddress

Associated Types

type Rep UpdateAddress :: Type -> Type #

Read UpdateAddress Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.UpdateAddress

Show UpdateAddress Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.UpdateAddress

NFData UpdateAddress Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.UpdateAddress

Methods

rnf :: UpdateAddress -> () #

Eq UpdateAddress Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.UpdateAddress

Hashable UpdateAddress Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.UpdateAddress

type Rep UpdateAddress Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.UpdateAddress

newUpdateAddress :: UpdateAddress Source #

Create a value of UpdateAddress 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:address1:UpdateAddress', updateAddress_address1 - The first line of a customer address.

$sel:address2:UpdateAddress', updateAddress_address2 - The second line of a customer address.

$sel:address3:UpdateAddress', updateAddress_address3 - The third line of a customer address.

$sel:address4:UpdateAddress', updateAddress_address4 - The fourth line of a customer address.

$sel:city:UpdateAddress', updateAddress_city - The city in which a customer lives.

$sel:country:UpdateAddress', updateAddress_country - The country in which a customer lives.

$sel:county:UpdateAddress', updateAddress_county - The county in which a customer lives.

$sel:postalCode:UpdateAddress', updateAddress_postalCode - The postal code of a customer address.

$sel:province:UpdateAddress', updateAddress_province - The province in which a customer lives.

$sel:state:UpdateAddress', updateAddress_state - The state in which a customer lives.

updateAddress_address1 :: Lens' UpdateAddress (Maybe Text) Source #

The first line of a customer address.

updateAddress_address2 :: Lens' UpdateAddress (Maybe Text) Source #

The second line of a customer address.

updateAddress_address3 :: Lens' UpdateAddress (Maybe Text) Source #

The third line of a customer address.

updateAddress_address4 :: Lens' UpdateAddress (Maybe Text) Source #

The fourth line of a customer address.

updateAddress_city :: Lens' UpdateAddress (Maybe Text) Source #

The city in which a customer lives.

updateAddress_country :: Lens' UpdateAddress (Maybe Text) Source #

The country in which a customer lives.

updateAddress_county :: Lens' UpdateAddress (Maybe Text) Source #

The county in which a customer lives.

updateAddress_postalCode :: Lens' UpdateAddress (Maybe Text) Source #

The postal code of a customer address.

updateAddress_province :: Lens' UpdateAddress (Maybe Text) Source #

The province in which a customer lives.

updateAddress_state :: Lens' UpdateAddress (Maybe Text) Source #

The state in which a customer lives.