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 UpdatePhoneNumberRequestItem = UpdatePhoneNumberRequestItem' {}
- newUpdatePhoneNumberRequestItem :: Text -> UpdatePhoneNumberRequestItem
- updatePhoneNumberRequestItem_productType :: Lens' UpdatePhoneNumberRequestItem (Maybe PhoneNumberProductType)
- updatePhoneNumberRequestItem_callingName :: Lens' UpdatePhoneNumberRequestItem (Maybe Text)
- updatePhoneNumberRequestItem_phoneNumberId :: Lens' UpdatePhoneNumberRequestItem Text
Documentation
data UpdatePhoneNumberRequestItem Source #
The phone number ID, product type, or calling name fields to update, used with the BatchUpdatePhoneNumber and UpdatePhoneNumber actions.
See: newUpdatePhoneNumberRequestItem
smart constructor.
UpdatePhoneNumberRequestItem' | |
|
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:productType:UpdatePhoneNumberRequestItem'
, updatePhoneNumberRequestItem_productType
- The product type to update.
$sel:callingName:UpdatePhoneNumberRequestItem'
, updatePhoneNumberRequestItem_callingName
- The outbound calling name to update.
$sel:phoneNumberId:UpdatePhoneNumberRequestItem'
, updatePhoneNumberRequestItem_phoneNumberId
- The phone number ID to update.
updatePhoneNumberRequestItem_productType :: Lens' UpdatePhoneNumberRequestItem (Maybe PhoneNumberProductType) Source #
The product type to update.
updatePhoneNumberRequestItem_callingName :: Lens' UpdatePhoneNumberRequestItem (Maybe Text) Source #
The outbound calling name to update.
updatePhoneNumberRequestItem_phoneNumberId :: Lens' UpdatePhoneNumberRequestItem Text Source #
The phone number ID to update.