| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CustomerProfiles.Types.UpdateAddress
Description
Synopsis
- data UpdateAddress = UpdateAddress' {}
- newUpdateAddress :: UpdateAddress
- updateAddress_address1 :: Lens' UpdateAddress (Maybe Text)
- updateAddress_address2 :: Lens' UpdateAddress (Maybe Text)
- updateAddress_address3 :: Lens' UpdateAddress (Maybe Text)
- updateAddress_address4 :: Lens' UpdateAddress (Maybe Text)
- updateAddress_city :: Lens' UpdateAddress (Maybe Text)
- updateAddress_country :: Lens' UpdateAddress (Maybe Text)
- updateAddress_county :: Lens' UpdateAddress (Maybe Text)
- updateAddress_postalCode :: Lens' UpdateAddress (Maybe Text)
- updateAddress_province :: Lens' UpdateAddress (Maybe Text)
- updateAddress_state :: Lens' UpdateAddress (Maybe Text)
Documentation
data UpdateAddress Source #
Updates associated with the address properties of a customer profile.
See: newUpdateAddress smart constructor.
Constructors
| UpdateAddress' | |
Fields
| |
Instances
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.