| 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 |
Amazonka.ChimeSdkVoice.Types.UpdatePhoneNumberRequestItem
Description
Synopsis
- data UpdatePhoneNumberRequestItem = UpdatePhoneNumberRequestItem' {}
- newUpdatePhoneNumberRequestItem :: Text -> UpdatePhoneNumberRequestItem
- updatePhoneNumberRequestItem_callingName :: Lens' UpdatePhoneNumberRequestItem (Maybe Text)
- updatePhoneNumberRequestItem_productType :: Lens' UpdatePhoneNumberRequestItem (Maybe PhoneNumberProductType)
- updatePhoneNumberRequestItem_phoneNumberId :: Lens' UpdatePhoneNumberRequestItem Text
Documentation
data UpdatePhoneNumberRequestItem Source #
See: newUpdatePhoneNumberRequestItem smart constructor.
Constructors
| UpdatePhoneNumberRequestItem' | |
Fields | |
Instances
newUpdatePhoneNumberRequestItem Source #
Create a value of UpdatePhoneNumberRequestItem 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:callingName:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_callingName - Undocumented member.
$sel:productType:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_productType - Undocumented member.
$sel:phoneNumberId:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_phoneNumberId - Undocumented member.
updatePhoneNumberRequestItem_callingName :: Lens' UpdatePhoneNumberRequestItem (Maybe Text) Source #
Undocumented member.
updatePhoneNumberRequestItem_productType :: Lens' UpdatePhoneNumberRequestItem (Maybe PhoneNumberProductType) Source #
Undocumented member.
updatePhoneNumberRequestItem_phoneNumberId :: Lens' UpdatePhoneNumberRequestItem Text Source #
Undocumented member.