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 |
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.
UpdateGlobalSettings' | |
|
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.
Instances
newUpdateGlobalSettingsResponse :: UpdateGlobalSettingsResponse Source #
Create a value of UpdateGlobalSettingsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.