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.UpdateGlobalSettings

Description

Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.

Synopsis

Creating a Request

data UpdateGlobalSettings Source #

See: newUpdateGlobalSettings smart constructor.

Constructors

UpdateGlobalSettings' 

Fields

Instances

Instances details
Eq UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Read UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Show UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Generic UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Associated Types

type Rep UpdateGlobalSettings :: Type -> Type #

NFData UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Methods

rnf :: UpdateGlobalSettings -> () #

Hashable UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

ToJSON UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

AWSRequest UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Associated Types

type AWSResponse UpdateGlobalSettings #

ToHeaders UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

ToPath UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

ToQuery UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

type Rep UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

type Rep UpdateGlobalSettings = D1 ('MetaData "UpdateGlobalSettings" "Amazonka.Chime.UpdateGlobalSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdateGlobalSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "businessCalling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessCallingSettings)) :*: S1 ('MetaSel ('Just "voiceConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorSettings))))
type AWSResponse UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

newUpdateGlobalSettings :: UpdateGlobalSettings Source #

Create a value of UpdateGlobalSettings 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:businessCalling:UpdateGlobalSettings', updateGlobalSettings_businessCalling - The Amazon Chime Business Calling settings.

$sel:voiceConnector:UpdateGlobalSettings', updateGlobalSettings_voiceConnector - The Amazon Chime Voice Connector settings.

Request Lenses

Destructuring the Response

data UpdateGlobalSettingsResponse Source #

See: newUpdateGlobalSettingsResponse smart constructor.

Instances

Instances details
Eq UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Read UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Show UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Generic UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Associated Types

type Rep UpdateGlobalSettingsResponse :: Type -> Type #

NFData UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

type Rep UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

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

newUpdateGlobalSettingsResponse :: UpdateGlobalSettingsResponse Source #

Create a value of UpdateGlobalSettingsResponse with all optional fields omitted.

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