Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
GetVoiceConnectorEmergencyCallingConfiguration' | |
|
Instances
newGetVoiceConnectorEmergencyCallingConfiguration Source #
:: 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:
$sel:voiceConnectorId: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.
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
- 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.