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 |
Lists supported phone number countries.
Synopsis
- data ListSupportedPhoneNumberCountries = ListSupportedPhoneNumberCountries' {}
- newListSupportedPhoneNumberCountries :: PhoneNumberProductType -> ListSupportedPhoneNumberCountries
- listSupportedPhoneNumberCountries_productType :: Lens' ListSupportedPhoneNumberCountries PhoneNumberProductType
- data ListSupportedPhoneNumberCountriesResponse = ListSupportedPhoneNumberCountriesResponse' {}
- newListSupportedPhoneNumberCountriesResponse :: Int -> ListSupportedPhoneNumberCountriesResponse
- listSupportedPhoneNumberCountriesResponse_phoneNumberCountries :: Lens' ListSupportedPhoneNumberCountriesResponse (Maybe [PhoneNumberCountry])
- listSupportedPhoneNumberCountriesResponse_httpStatus :: Lens' ListSupportedPhoneNumberCountriesResponse Int
Creating a Request
data ListSupportedPhoneNumberCountries Source #
See: newListSupportedPhoneNumberCountries
smart constructor.
ListSupportedPhoneNumberCountries' | |
|
Instances
newListSupportedPhoneNumberCountries Source #
Create a value of ListSupportedPhoneNumberCountries
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:productType:ListSupportedPhoneNumberCountries'
, listSupportedPhoneNumberCountries_productType
- The phone number product type.
Request Lenses
listSupportedPhoneNumberCountries_productType :: Lens' ListSupportedPhoneNumberCountries PhoneNumberProductType Source #
The phone number product type.
Destructuring the Response
data ListSupportedPhoneNumberCountriesResponse Source #
See: newListSupportedPhoneNumberCountriesResponse
smart constructor.
ListSupportedPhoneNumberCountriesResponse' | |
|
Instances
newListSupportedPhoneNumberCountriesResponse Source #
Create a value of ListSupportedPhoneNumberCountriesResponse
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:phoneNumberCountries:ListSupportedPhoneNumberCountriesResponse'
, listSupportedPhoneNumberCountriesResponse_phoneNumberCountries
- The supported phone number countries.
$sel:httpStatus:ListSupportedPhoneNumberCountriesResponse'
, listSupportedPhoneNumberCountriesResponse_httpStatus
- The response's http status code.
Response Lenses
listSupportedPhoneNumberCountriesResponse_phoneNumberCountries :: Lens' ListSupportedPhoneNumberCountriesResponse (Maybe [PhoneNumberCountry]) Source #
The supported phone number countries.
listSupportedPhoneNumberCountriesResponse_httpStatus :: Lens' ListSupportedPhoneNumberCountriesResponse Int Source #
The response's http status code.