| 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.Chime.GetVoiceConnectorEmergencyCallingConfiguration
Description
Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.
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.
Constructors
| GetVoiceConnectorEmergencyCallingConfiguration' | |
Fields
| |
Instances
newGetVoiceConnectorEmergencyCallingConfiguration Source #
Arguments
| :: Text | |
| -> GetVoiceConnectorEmergencyCallingConfiguration |
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 - The Amazon Chime Voice Connector ID.
Request Lenses
getVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId :: Lens' GetVoiceConnectorEmergencyCallingConfiguration Text Source #
The Amazon Chime Voice Connector ID.
Destructuring the Response
data GetVoiceConnectorEmergencyCallingConfigurationResponse Source #
See: newGetVoiceConnectorEmergencyCallingConfigurationResponse smart constructor.
Constructors
| GetVoiceConnectorEmergencyCallingConfigurationResponse' | |
Fields
| |
Instances
newGetVoiceConnectorEmergencyCallingConfigurationResponse Source #
Arguments
| :: 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 - The emergency calling configuration details.
$sel:httpStatus:GetVoiceConnectorEmergencyCallingConfigurationResponse', getVoiceConnectorEmergencyCallingConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
getVoiceConnectorEmergencyCallingConfigurationResponse_emergencyCallingConfiguration :: Lens' GetVoiceConnectorEmergencyCallingConfigurationResponse (Maybe EmergencyCallingConfiguration) Source #
The emergency calling configuration details.
getVoiceConnectorEmergencyCallingConfigurationResponse_httpStatus :: Lens' GetVoiceConnectorEmergencyCallingConfigurationResponse Int Source #
The response's http status code.