amazonka-chime-2.0: Amazon Chime SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON 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

AWSRequest 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 #

Show UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

NFData UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Eq UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Hashable UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

type AWSResponse 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" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdatePhoneNumberSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

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:

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
Generic UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Associated Types

type Rep UpdatePhoneNumberSettingsResponse :: Type -> Type #

Read UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Show UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

NFData UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Eq 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" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.