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.UpdateGlobalSettings
Description
Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
Synopsis
- data UpdateGlobalSettings = UpdateGlobalSettings' {}
- newUpdateGlobalSettings :: UpdateGlobalSettings
- updateGlobalSettings_businessCalling :: Lens' UpdateGlobalSettings (Maybe BusinessCallingSettings)
- updateGlobalSettings_voiceConnector :: Lens' UpdateGlobalSettings (Maybe VoiceConnectorSettings)
- data UpdateGlobalSettingsResponse = UpdateGlobalSettingsResponse' {
- newUpdateGlobalSettingsResponse :: UpdateGlobalSettingsResponse
Creating a Request
data UpdateGlobalSettings Source #
See: newUpdateGlobalSettings
smart constructor.
Constructors
UpdateGlobalSettings' | |
Fields
|
Instances
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
updateGlobalSettings_businessCalling :: Lens' UpdateGlobalSettings (Maybe BusinessCallingSettings) Source #
The Amazon Chime Business Calling settings.
updateGlobalSettings_voiceConnector :: Lens' UpdateGlobalSettings (Maybe VoiceConnectorSettings) Source #
The Amazon Chime Voice Connector settings.
Destructuring the Response
data UpdateGlobalSettingsResponse Source #
See: newUpdateGlobalSettingsResponse
smart constructor.
Constructors
UpdateGlobalSettingsResponse' | |
Instances
Eq UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.Chime.UpdateGlobalSettings Methods (==) :: UpdateGlobalSettingsResponse -> UpdateGlobalSettingsResponse -> Bool # (/=) :: UpdateGlobalSettingsResponse -> UpdateGlobalSettingsResponse -> Bool # | |
Read UpdateGlobalSettingsResponse Source # | |
Show UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.Chime.UpdateGlobalSettings Methods showsPrec :: Int -> UpdateGlobalSettingsResponse -> ShowS # show :: UpdateGlobalSettingsResponse -> String # showList :: [UpdateGlobalSettingsResponse] -> ShowS # | |
Generic UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.Chime.UpdateGlobalSettings Associated Types type Rep UpdateGlobalSettingsResponse :: Type -> Type # | |
NFData UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.Chime.UpdateGlobalSettings Methods rnf :: UpdateGlobalSettingsResponse -> () # | |
type Rep UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.Chime.UpdateGlobalSettings |
newUpdateGlobalSettingsResponse :: UpdateGlobalSettingsResponse Source #
Create a value of UpdateGlobalSettingsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.