amazonka-identitystore-2.0: Amazon SSO Identity Store 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.IdentityStore.Types.Address

Description

 
Synopsis

Documentation

data Address Source #

The address associated with the specified user.

See: newAddress smart constructor.

Constructors

Address' 

Fields

Instances

Instances details
FromJSON Address Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.Address

ToJSON Address Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.Address

Generic Address Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.Address

Associated Types

type Rep Address :: Type -> Type #

Methods

from :: Address -> Rep Address x #

to :: Rep Address x -> Address #

Show Address Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.Address

NFData Address Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.Address

Methods

rnf :: Address -> () #

Eq Address Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.Address

Methods

(==) :: Address -> Address -> Bool #

(/=) :: Address -> Address -> Bool #

Hashable Address Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.Address

Methods

hashWithSalt :: Int -> Address -> Int #

hash :: Address -> Int #

type Rep Address Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.Address

newAddress :: Address Source #

Create a value of Address 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:country:Address', address_country - The country of the address.

$sel:formatted:Address', address_formatted - A string containing a formatted version of the address for display.

$sel:locality:Address', address_locality - A string of the address locality.

$sel:postalCode:Address', address_postalCode - The postal code of the address.

$sel:primary:Address', address_primary - A Boolean value representing whether this is the primary address for the associated resource.

$sel:region:Address', address_region - The region of the address.

$sel:streetAddress:Address', address_streetAddress - The street of the address.

$sel:type':Address', address_type - A string representing the type of address. For example, "Home."

address_country :: Lens' Address (Maybe Text) Source #

The country of the address.

address_formatted :: Lens' Address (Maybe Text) Source #

A string containing a formatted version of the address for display.

address_locality :: Lens' Address (Maybe Text) Source #

A string of the address locality.

address_postalCode :: Lens' Address (Maybe Text) Source #

The postal code of the address.

address_primary :: Lens' Address (Maybe Bool) Source #

A Boolean value representing whether this is the primary address for the associated resource.

address_region :: Lens' Address (Maybe Text) Source #

The region of the address.

address_streetAddress :: Lens' Address (Maybe Text) Source #

The street of the address.

address_type :: Lens' Address (Maybe Text) Source #

A string representing the type of address. For example, "Home."