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 |
Amazonka.Chime.UpdatePhoneNumberSettings
Description
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.
Constructors
UpdatePhoneNumberSettings' | |
Fields
|
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.
Constructors
UpdatePhoneNumberSettingsResponse' | |
Instances
Eq UpdatePhoneNumberSettingsResponse Source # | |
Read UpdatePhoneNumberSettingsResponse Source # | |
Show UpdatePhoneNumberSettingsResponse Source # | |
Defined in Amazonka.Chime.UpdatePhoneNumberSettings Methods showsPrec :: Int -> UpdatePhoneNumberSettingsResponse -> ShowS # | |
Generic UpdatePhoneNumberSettingsResponse Source # | |
Defined in Amazonka.Chime.UpdatePhoneNumberSettings Associated Types type Rep UpdatePhoneNumberSettingsResponse :: Type -> Type # | |
NFData UpdatePhoneNumberSettingsResponse Source # | |
Defined in Amazonka.Chime.UpdatePhoneNumberSettings Methods rnf :: UpdatePhoneNumberSettingsResponse -> () # | |
type Rep UpdatePhoneNumberSettingsResponse Source # | |
Defined in Amazonka.Chime.UpdatePhoneNumberSettings |
newUpdatePhoneNumberSettingsResponse :: UpdatePhoneNumberSettingsResponse Source #
Create a value of UpdatePhoneNumberSettingsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.