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 |
Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name. You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 hours to update.
Synopsis
- data UpdatePhoneNumberSettings = UpdatePhoneNumberSettings' {}
- newUpdatePhoneNumberSettings :: Text -> UpdatePhoneNumberSettings
- updatePhoneNumberSettings_callingName :: Lens' UpdatePhoneNumberSettings Text
- data UpdatePhoneNumberSettingsResponse = UpdatePhoneNumberSettingsResponse' {
- newUpdatePhoneNumberSettingsResponse :: UpdatePhoneNumberSettingsResponse
Creating a Request
data UpdatePhoneNumberSettings Source #
See: newUpdatePhoneNumberSettings
smart constructor.
UpdatePhoneNumberSettings' | |
|
Instances
newUpdatePhoneNumberSettings Source #
Create a value of UpdatePhoneNumberSettings
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:UpdatePhoneNumberSettings'
, updatePhoneNumberSettings_callingName
- The default outbound calling name for the account.
Request Lenses
updatePhoneNumberSettings_callingName :: Lens' UpdatePhoneNumberSettings Text Source #
The default outbound calling name for the account.
Destructuring the Response
data UpdatePhoneNumberSettingsResponse Source #
See: newUpdatePhoneNumberSettingsResponse
smart constructor.
Instances
newUpdatePhoneNumberSettingsResponse :: UpdatePhoneNumberSettingsResponse Source #
Create a value of UpdatePhoneNumberSettingsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.