Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data PhoneNumberInformation = PhoneNumberInformation' {}
- newPhoneNumberInformation :: PhoneNumberInformation
- phoneNumberInformation_status :: Lens' PhoneNumberInformation (Maybe Text)
- phoneNumberInformation_iso2CountryCode :: Lens' PhoneNumberInformation (Maybe Text)
- phoneNumberInformation_createdAt :: Lens' PhoneNumberInformation (Maybe UTCTime)
- phoneNumberInformation_phoneNumber :: Lens' PhoneNumberInformation (Maybe Text)
- phoneNumberInformation_numberCapabilities :: Lens' PhoneNumberInformation (Maybe [NumberCapability])
- phoneNumberInformation_routeType :: Lens' PhoneNumberInformation (Maybe RouteType)
Documentation
data PhoneNumberInformation Source #
A list of phone numbers and their metadata.
See: newPhoneNumberInformation
smart constructor.
PhoneNumberInformation' | |
|
Instances
newPhoneNumberInformation :: PhoneNumberInformation Source #
Create a value of PhoneNumberInformation
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:status:PhoneNumberInformation'
, phoneNumberInformation_status
- The status of the phone number.
$sel:iso2CountryCode:PhoneNumberInformation'
, phoneNumberInformation_iso2CountryCode
- The two-character code for the country or region, in ISO 3166-1 alpha-2
format.
$sel:createdAt:PhoneNumberInformation'
, phoneNumberInformation_createdAt
- The date and time when the phone number was created.
$sel:phoneNumber:PhoneNumberInformation'
, phoneNumberInformation_phoneNumber
- The phone number.
$sel:numberCapabilities:PhoneNumberInformation'
, phoneNumberInformation_numberCapabilities
- The capabilities of each phone number.
$sel:routeType:PhoneNumberInformation'
, phoneNumberInformation_routeType
- The list of supported routes.
phoneNumberInformation_status :: Lens' PhoneNumberInformation (Maybe Text) Source #
The status of the phone number.
phoneNumberInformation_iso2CountryCode :: Lens' PhoneNumberInformation (Maybe Text) Source #
The two-character code for the country or region, in ISO 3166-1 alpha-2 format.
phoneNumberInformation_createdAt :: Lens' PhoneNumberInformation (Maybe UTCTime) Source #
The date and time when the phone number was created.
phoneNumberInformation_phoneNumber :: Lens' PhoneNumberInformation (Maybe Text) Source #
The phone number.
phoneNumberInformation_numberCapabilities :: Lens' PhoneNumberInformation (Maybe [NumberCapability]) Source #
The capabilities of each phone number.
phoneNumberInformation_routeType :: Lens' PhoneNumberInformation (Maybe RouteType) Source #
The list of supported routes.