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 |
- - | Undocumented operation.
Synopsis
- data GetVoiceConnectorEmergencyCallingConfiguration = GetVoiceConnectorEmergencyCallingConfiguration' {}
- newGetVoiceConnectorEmergencyCallingConfiguration :: Text -> GetVoiceConnectorEmergencyCallingConfiguration
- getVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId :: Lens' GetVoiceConnectorEmergencyCallingConfiguration Text
- data GetVoiceConnectorEmergencyCallingConfigurationResponse = GetVoiceConnectorEmergencyCallingConfigurationResponse' {}
- newGetVoiceConnectorEmergencyCallingConfigurationResponse :: Int -> GetVoiceConnectorEmergencyCallingConfigurationResponse
- getVoiceConnectorEmergencyCallingConfigurationResponse_emergencyCallingConfiguration :: Lens' GetVoiceConnectorEmergencyCallingConfigurationResponse (Maybe EmergencyCallingConfiguration)
- getVoiceConnectorEmergencyCallingConfigurationResponse_httpStatus :: Lens' GetVoiceConnectorEmergencyCallingConfigurationResponse Int
Creating a Request
data GetVoiceConnectorEmergencyCallingConfiguration Source #
See: newGetVoiceConnectorEmergencyCallingConfiguration
smart constructor.
Instances
newGetVoiceConnectorEmergencyCallingConfiguration Source #
Create a value of GetVoiceConnectorEmergencyCallingConfiguration
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:
GetVoiceConnectorEmergencyCallingConfiguration
, getVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId
- Undocumented member.
Request Lenses
getVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId :: Lens' GetVoiceConnectorEmergencyCallingConfiguration Text Source #
Undocumented member.
Destructuring the Response
data GetVoiceConnectorEmergencyCallingConfigurationResponse Source #
See: newGetVoiceConnectorEmergencyCallingConfigurationResponse
smart constructor.
GetVoiceConnectorEmergencyCallingConfigurationResponse' | |
|
Instances
newGetVoiceConnectorEmergencyCallingConfigurationResponse Source #
:: Int |
|
-> GetVoiceConnectorEmergencyCallingConfigurationResponse |
Create a value of GetVoiceConnectorEmergencyCallingConfigurationResponse
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:emergencyCallingConfiguration:GetVoiceConnectorEmergencyCallingConfigurationResponse'
, getVoiceConnectorEmergencyCallingConfigurationResponse_emergencyCallingConfiguration
- Undocumented member.
$sel:httpStatus:GetVoiceConnectorEmergencyCallingConfigurationResponse'
, getVoiceConnectorEmergencyCallingConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
getVoiceConnectorEmergencyCallingConfigurationResponse_emergencyCallingConfiguration :: Lens' GetVoiceConnectorEmergencyCallingConfigurationResponse (Maybe EmergencyCallingConfiguration) Source #
Undocumented member.
getVoiceConnectorEmergencyCallingConfigurationResponse_httpStatus :: Lens' GetVoiceConnectorEmergencyCallingConfigurationResponse Int Source #
The response's http status code.