| 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.PutVoiceConnectorEmergencyCallingConfiguration
Description
- - | Undocumented operation.
Synopsis
- data PutVoiceConnectorEmergencyCallingConfiguration = PutVoiceConnectorEmergencyCallingConfiguration' {}
- newPutVoiceConnectorEmergencyCallingConfiguration :: Text -> EmergencyCallingConfiguration -> PutVoiceConnectorEmergencyCallingConfiguration
- putVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId :: Lens' PutVoiceConnectorEmergencyCallingConfiguration Text
- putVoiceConnectorEmergencyCallingConfiguration_emergencyCallingConfiguration :: Lens' PutVoiceConnectorEmergencyCallingConfiguration EmergencyCallingConfiguration
- data PutVoiceConnectorEmergencyCallingConfigurationResponse = PutVoiceConnectorEmergencyCallingConfigurationResponse' {}
- newPutVoiceConnectorEmergencyCallingConfigurationResponse :: Int -> PutVoiceConnectorEmergencyCallingConfigurationResponse
- putVoiceConnectorEmergencyCallingConfigurationResponse_emergencyCallingConfiguration :: Lens' PutVoiceConnectorEmergencyCallingConfigurationResponse (Maybe EmergencyCallingConfiguration)
- putVoiceConnectorEmergencyCallingConfigurationResponse_httpStatus :: Lens' PutVoiceConnectorEmergencyCallingConfigurationResponse Int
Creating a Request
data PutVoiceConnectorEmergencyCallingConfiguration Source #
See: newPutVoiceConnectorEmergencyCallingConfiguration smart constructor.
Constructors
| PutVoiceConnectorEmergencyCallingConfiguration' | |
Instances
newPutVoiceConnectorEmergencyCallingConfiguration Source #
Create a value of PutVoiceConnectorEmergencyCallingConfiguration 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:
PutVoiceConnectorEmergencyCallingConfiguration, putVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId - Undocumented member.
PutVoiceConnectorEmergencyCallingConfiguration, putVoiceConnectorEmergencyCallingConfiguration_emergencyCallingConfiguration - Undocumented member.
Request Lenses
putVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId :: Lens' PutVoiceConnectorEmergencyCallingConfiguration Text Source #
Undocumented member.
putVoiceConnectorEmergencyCallingConfiguration_emergencyCallingConfiguration :: Lens' PutVoiceConnectorEmergencyCallingConfiguration EmergencyCallingConfiguration Source #
Undocumented member.
Destructuring the Response
data PutVoiceConnectorEmergencyCallingConfigurationResponse Source #
See: newPutVoiceConnectorEmergencyCallingConfigurationResponse smart constructor.
Constructors
| PutVoiceConnectorEmergencyCallingConfigurationResponse' | |
Fields
| |
Instances
newPutVoiceConnectorEmergencyCallingConfigurationResponse Source #
Arguments
| :: Int |
|
| -> PutVoiceConnectorEmergencyCallingConfigurationResponse |
Create a value of PutVoiceConnectorEmergencyCallingConfigurationResponse 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:
PutVoiceConnectorEmergencyCallingConfiguration, putVoiceConnectorEmergencyCallingConfigurationResponse_emergencyCallingConfiguration - Undocumented member.
$sel:httpStatus:PutVoiceConnectorEmergencyCallingConfigurationResponse', putVoiceConnectorEmergencyCallingConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
putVoiceConnectorEmergencyCallingConfigurationResponse_emergencyCallingConfiguration :: Lens' PutVoiceConnectorEmergencyCallingConfigurationResponse (Maybe EmergencyCallingConfiguration) Source #
Undocumented member.
putVoiceConnectorEmergencyCallingConfigurationResponse_httpStatus :: Lens' PutVoiceConnectorEmergencyCallingConfigurationResponse Int Source #
The response's http status code.