libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Chime.Types.GeoMatchParams

Description

 
Synopsis

Documentation

data GeoMatchParams Source #

The country and area code for a proxy phone number in a proxy phone session.

See: newGeoMatchParams smart constructor.

Constructors

GeoMatchParams' 

Fields

Instances

Instances details
Eq GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Read GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Show GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Generic GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Associated Types

type Rep GeoMatchParams :: Type -> Type #

NFData GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Methods

rnf :: GeoMatchParams -> () #

Hashable GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

ToJSON GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

FromJSON GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

type Rep GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

type Rep GeoMatchParams = D1 ('MetaData "GeoMatchParams" "Amazonka.Chime.Types.GeoMatchParams" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GeoMatchParams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "country") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "areaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGeoMatchParams Source #

Create a value of GeoMatchParams 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:GeoMatchParams', geoMatchParams_country - The country.

$sel:areaCode:GeoMatchParams', geoMatchParams_areaCode - The area code.