amazonka-chime-2.0: Amazon Chime 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.Chime.Types.Address

Description

 
Synopsis

Documentation

data Address Source #

A validated address.

See: newAddress smart constructor.

Constructors

Address' 

Fields

Instances

Instances details
FromJSON Address Source # 
Instance details

Defined in Amazonka.Chime.Types.Address

Generic Address Source # 
Instance details

Defined in Amazonka.Chime.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.Chime.Types.Address

NFData Address Source # 
Instance details

Defined in Amazonka.Chime.Types.Address

Methods

rnf :: Address -> () #

Eq Address Source # 
Instance details

Defined in Amazonka.Chime.Types.Address

Methods

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

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

Hashable Address Source # 
Instance details

Defined in Amazonka.Chime.Types.Address

Methods

hashWithSalt :: Int -> Address -> Int #

hash :: Address -> Int #

type Rep Address Source # 
Instance details

Defined in Amazonka.Chime.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:city:Address', address_city - The city of an address.

$sel:country:Address', address_country - The country of an address.

$sel:postDirectional:Address', address_postDirectional - An address suffix location, such as the S. Unit A in Central Park S. Unit A.

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

$sel:postalCodePlus4:Address', address_postalCodePlus4 - The Zip + 4 or postal code + 4 of an address.

$sel:preDirectional:Address', address_preDirectional - An address prefix location, such as the N in N. Third St..

$sel:state:Address', address_state - The state of an address.

$sel:streetName:Address', address_streetName - The address street, such as 8th Avenue.

$sel:streetNumber:Address', address_streetNumber - The numeric portion of an address.

$sel:streetSuffix:Address', address_streetSuffix - The address suffix, such as the N in 8th Avenue N.

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

The city of an address.

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

The country of an address.

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

An address suffix location, such as the S. Unit A in Central Park S. Unit A.

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

The postal code of an address.

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

The Zip + 4 or postal code + 4 of an address.

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

An address prefix location, such as the N in N. Third St..

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

The state of an address.

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

The address street, such as 8th Avenue.

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

The numeric portion of an address.

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

The address suffix, such as the N in 8th Avenue N.