Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
- - | Undocumented operation.
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.
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:
ListSupportedPhoneNumberCountries
, listSupportedPhoneNumberCountries_productType
- Undocumented member.
Request Lenses
listSupportedPhoneNumberCountries_productType :: Lens' ListSupportedPhoneNumberCountries PhoneNumberProductType Source #
Undocumented member.
Destructuring the Response
data ListSupportedPhoneNumberCountriesResponse Source #
See: newListSupportedPhoneNumberCountriesResponse
smart constructor.
ListSupportedPhoneNumberCountriesResponse' | |
|
Instances
Generic ListSupportedPhoneNumberCountriesResponse Source # | |
Read ListSupportedPhoneNumberCountriesResponse Source # | |
Show ListSupportedPhoneNumberCountriesResponse Source # | |
NFData ListSupportedPhoneNumberCountriesResponse Source # | |
Eq ListSupportedPhoneNumberCountriesResponse Source # | |
type Rep ListSupportedPhoneNumberCountriesResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries type Rep ListSupportedPhoneNumberCountriesResponse = D1 ('MetaData "ListSupportedPhoneNumberCountriesResponse" "Amazonka.ChimeSdkVoice.ListSupportedPhoneNumberCountries" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListSupportedPhoneNumberCountriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberCountries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberCountry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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:
ListSupportedPhoneNumberCountriesResponse
, listSupportedPhoneNumberCountriesResponse_phoneNumberCountries
- Undocumented member.
$sel:httpStatus:ListSupportedPhoneNumberCountriesResponse'
, listSupportedPhoneNumberCountriesResponse_httpStatus
- The response's http status code.
Response Lenses
listSupportedPhoneNumberCountriesResponse_phoneNumberCountries :: Lens' ListSupportedPhoneNumberCountriesResponse (Maybe [PhoneNumberCountry]) Source #
Undocumented member.
listSupportedPhoneNumberCountriesResponse_httpStatus :: Lens' ListSupportedPhoneNumberCountriesResponse Int Source #
The response's http status code.