| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ChimeSdkVoice.GetGlobalSettings
Description
- - | Undocumented operation.
Synopsis
- data GetGlobalSettings = GetGlobalSettings' {
- newGetGlobalSettings :: GetGlobalSettings
- data GetGlobalSettingsResponse = GetGlobalSettingsResponse' {}
- newGetGlobalSettingsResponse :: Int -> GetGlobalSettingsResponse
- getGlobalSettingsResponse_voiceConnector :: Lens' GetGlobalSettingsResponse (Maybe VoiceConnectorSettings)
- getGlobalSettingsResponse_httpStatus :: Lens' GetGlobalSettingsResponse Int
Creating a Request
data GetGlobalSettings Source #
See: newGetGlobalSettings smart constructor.
Constructors
| GetGlobalSettings' | |
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.
Constructors
| GetGlobalSettingsResponse' | |
Fields
| |
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:voiceConnector:GetGlobalSettingsResponse', getGlobalSettingsResponse_voiceConnector - Undocumented member.
$sel:httpStatus:GetGlobalSettingsResponse', getGlobalSettingsResponse_httpStatus - The response's http status code.
Response Lenses
getGlobalSettingsResponse_voiceConnector :: Lens' GetGlobalSettingsResponse (Maybe VoiceConnectorSettings) Source #
Undocumented member.
getGlobalSettingsResponse_httpStatus :: Lens' GetGlobalSettingsResponse Int Source #
The response's http status code.