| 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.UpdateGlobalSettings
Description
- - | Undocumented operation.
Synopsis
- data UpdateGlobalSettings = UpdateGlobalSettings' {}
- newUpdateGlobalSettings :: UpdateGlobalSettings
- 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:voiceConnector:UpdateGlobalSettings', updateGlobalSettings_voiceConnector - Undocumented member.
Request Lenses
updateGlobalSettings_voiceConnector :: Lens' UpdateGlobalSettings (Maybe VoiceConnectorSettings) Source #
Undocumented member.
Destructuring the Response
data UpdateGlobalSettingsResponse Source #
See: newUpdateGlobalSettingsResponse smart constructor.
Constructors
| UpdateGlobalSettingsResponse' | |
Instances
| Generic UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings Associated Types type Rep UpdateGlobalSettingsResponse :: Type -> Type # | |
| Read UpdateGlobalSettingsResponse Source # | |
| Show UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings Methods showsPrec :: Int -> UpdateGlobalSettingsResponse -> ShowS # show :: UpdateGlobalSettingsResponse -> String # showList :: [UpdateGlobalSettingsResponse] -> ShowS # | |
| NFData UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings Methods rnf :: UpdateGlobalSettingsResponse -> () # | |
| Eq UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings Methods (==) :: UpdateGlobalSettingsResponse -> UpdateGlobalSettingsResponse -> Bool # (/=) :: UpdateGlobalSettingsResponse -> UpdateGlobalSettingsResponse -> Bool # | |
| type Rep UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.ChimeSdkVoice.UpdateGlobalSettings | |
newUpdateGlobalSettingsResponse :: UpdateGlobalSettingsResponse Source #
Create a value of UpdateGlobalSettingsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.