| 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.GetVoiceConnectorProxy
Description
Gets the proxy configuration details for the specified Amazon Chime Voice Connector.
Synopsis
- data GetVoiceConnectorProxy = GetVoiceConnectorProxy' {}
- newGetVoiceConnectorProxy :: Text -> GetVoiceConnectorProxy
- getVoiceConnectorProxy_voiceConnectorId :: Lens' GetVoiceConnectorProxy Text
- data GetVoiceConnectorProxyResponse = GetVoiceConnectorProxyResponse' {
- proxy :: Maybe Proxy
- httpStatus :: Int
- newGetVoiceConnectorProxyResponse :: Int -> GetVoiceConnectorProxyResponse
- getVoiceConnectorProxyResponse_proxy :: Lens' GetVoiceConnectorProxyResponse (Maybe Proxy)
- getVoiceConnectorProxyResponse_httpStatus :: Lens' GetVoiceConnectorProxyResponse Int
Creating a Request
data GetVoiceConnectorProxy Source #
See: newGetVoiceConnectorProxy smart constructor.
Constructors
| GetVoiceConnectorProxy' | |
Fields
| |
Instances
newGetVoiceConnectorProxy Source #
Arguments
| :: Text | |
| -> GetVoiceConnectorProxy |
Create a value of GetVoiceConnectorProxy 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:
GetVoiceConnectorProxy, getVoiceConnectorProxy_voiceConnectorId - The Amazon Chime voice connector ID.
Request Lenses
getVoiceConnectorProxy_voiceConnectorId :: Lens' GetVoiceConnectorProxy Text Source #
The Amazon Chime voice connector ID.
Destructuring the Response
data GetVoiceConnectorProxyResponse Source #
See: newGetVoiceConnectorProxyResponse smart constructor.
Constructors
| GetVoiceConnectorProxyResponse' | |
Fields
| |
Instances
newGetVoiceConnectorProxyResponse Source #
Create a value of GetVoiceConnectorProxyResponse 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:proxy:GetVoiceConnectorProxyResponse', getVoiceConnectorProxyResponse_proxy - The proxy configuration details.
$sel:httpStatus:GetVoiceConnectorProxyResponse', getVoiceConnectorProxyResponse_httpStatus - The response's http status code.
Response Lenses
getVoiceConnectorProxyResponse_proxy :: Lens' GetVoiceConnectorProxyResponse (Maybe Proxy) Source #
The proxy configuration details.
getVoiceConnectorProxyResponse_httpStatus :: Lens' GetVoiceConnectorProxyResponse Int Source #
The response's http status code.