amazonka-privatenetworks-2.0: Amazon Private 5G 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.PrivateNetworks.Types.Address

Description

 
Synopsis

Documentation

data Address Source #

Information about an address.

See: newAddress smart constructor.

Constructors

Address' 

Fields

Instances

Instances details
FromJSON Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

ToJSON Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

Generic Address Source # 
Instance details

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

NFData Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

Methods

rnf :: Address -> () #

Eq Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

Methods

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

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

Hashable Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

Methods

hashWithSalt :: Int -> Address -> Int #

hash :: Address -> Int #

type Rep Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

newAddress 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:company:Address', address_company - The company name for this address.

$sel:phoneNumber:Address', address_phoneNumber - The phone number for this address.

$sel:street2:Address', address_street2 - The second line of the street address.

$sel:street3:Address', address_street3 - The third line of the street address.

$sel:city:Address', address_city - The city for this address.

$sel:country:Address', address_country - The country for this address.

$sel:name:Address', address_name - The recipient's name for this address.

$sel:postalCode:Address', address_postalCode - The postal code for this address.

$sel:stateOrProvince:Address', address_stateOrProvince - The state or province for this address.

$sel:street1:Address', address_street1 - The first line of the street address.

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

The company name for this address.

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

The phone number for this address.

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

The second line of the street address.

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

The third line of the street address.

address_city :: Lens' Address Text Source #

The city for this address.

address_country :: Lens' Address Text Source #

The country for this address.

address_name :: Lens' Address Text Source #

The recipient's name for this address.

address_postalCode :: Lens' Address Text Source #

The postal code for this address.

address_stateOrProvince :: Lens' Address Text Source #

The state or province for this address.

address_street1 :: Lens' Address Text Source #

The first line of the street address.