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 |
Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
Synopsis
- data GetGlobalSettings = GetGlobalSettings' {
- newGetGlobalSettings :: GetGlobalSettings
- data GetGlobalSettingsResponse = GetGlobalSettingsResponse' {}
- newGetGlobalSettingsResponse :: Int -> GetGlobalSettingsResponse
- getGlobalSettingsResponse_businessCalling :: Lens' GetGlobalSettingsResponse (Maybe BusinessCallingSettings)
- getGlobalSettingsResponse_voiceConnector :: Lens' GetGlobalSettingsResponse (Maybe VoiceConnectorSettings)
- getGlobalSettingsResponse_httpStatus :: Lens' GetGlobalSettingsResponse Int
Creating a Request
data GetGlobalSettings Source #
See: newGetGlobalSettings
smart constructor.
Instances
newGetGlobalSettings :: GetGlobalSettings Source #
Create a value of GetGlobalSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetGlobalSettingsResponse Source #
See: newGetGlobalSettingsResponse
smart constructor.
GetGlobalSettingsResponse' | |
|
Instances
newGetGlobalSettingsResponse Source #
Create a value of GetGlobalSettingsResponse
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:GetGlobalSettingsResponse'
, getGlobalSettingsResponse_businessCalling
- The Amazon Chime Business Calling settings.
$sel:voiceConnector:GetGlobalSettingsResponse'
, getGlobalSettingsResponse_voiceConnector
- The Amazon Chime Voice Connector settings.
$sel:httpStatus:GetGlobalSettingsResponse'
, getGlobalSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
getGlobalSettingsResponse_businessCalling :: Lens' GetGlobalSettingsResponse (Maybe BusinessCallingSettings) Source #
The Amazon Chime Business Calling settings.
getGlobalSettingsResponse_voiceConnector :: Lens' GetGlobalSettingsResponse (Maybe VoiceConnectorSettings) Source #
The Amazon Chime Voice Connector settings.
getGlobalSettingsResponse_httpStatus :: Lens' GetGlobalSettingsResponse Int Source #
The response's http status code.