libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

Creating a Request

data UpdatePhoneNumberSettings Source #

See: newUpdatePhoneNumberSettings smart constructor.

Constructors

UpdatePhoneNumberSettings' 

Fields

Instances

Instances details
Eq UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Show UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Generic UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Associated Types

type Rep UpdatePhoneNumberSettings :: Type -> Type #

NFData UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Hashable UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

ToJSON UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

AWSRequest UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

ToHeaders UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

ToPath UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

ToQuery UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettings = D1 ('MetaData "UpdatePhoneNumberSettings" "Amazonka.Chime.UpdatePhoneNumberSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdatePhoneNumberSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))
type AWSResponse UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

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

Instances details
Eq UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Read UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Show UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Generic UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Associated Types

type Rep UpdatePhoneNumberSettingsResponse :: Type -> Type #

NFData UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettingsResponse = D1 ('MetaData "UpdatePhoneNumberSettingsResponse" "Amazonka.Chime.UpdatePhoneNumberSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdatePhoneNumberSettingsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdatePhoneNumberSettingsResponse :: UpdatePhoneNumberSettingsResponse Source #

Create a value of UpdatePhoneNumberSettingsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.