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 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.
GetVoiceConnectorProxy' | |
|
Instances
newGetVoiceConnectorProxy Source #
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:
$sel:voiceConnectorId: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.
GetVoiceConnectorProxyResponse' | |
|
Instances
Eq GetVoiceConnectorProxyResponse Source # | |
Show GetVoiceConnectorProxyResponse Source # | |
Defined in Amazonka.Chime.GetVoiceConnectorProxy | |
Generic GetVoiceConnectorProxyResponse Source # | |
NFData GetVoiceConnectorProxyResponse Source # | |
Defined in Amazonka.Chime.GetVoiceConnectorProxy rnf :: GetVoiceConnectorProxyResponse -> () # | |
type Rep GetVoiceConnectorProxyResponse Source # | |
Defined in Amazonka.Chime.GetVoiceConnectorProxy type Rep GetVoiceConnectorProxyResponse = D1 ('MetaData "GetVoiceConnectorProxyResponse" "Amazonka.Chime.GetVoiceConnectorProxy" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetVoiceConnectorProxyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Proxy)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.