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 specified proxy session details for the specified Amazon Chime Voice Connector.
Synopsis
- data GetProxySession = GetProxySession' {}
- newGetProxySession :: Text -> Text -> GetProxySession
- getProxySession_voiceConnectorId :: Lens' GetProxySession Text
- getProxySession_proxySessionId :: Lens' GetProxySession Text
- data GetProxySessionResponse = GetProxySessionResponse' {}
- newGetProxySessionResponse :: Int -> GetProxySessionResponse
- getProxySessionResponse_proxySession :: Lens' GetProxySessionResponse (Maybe ProxySession)
- getProxySessionResponse_httpStatus :: Lens' GetProxySessionResponse Int
Creating a Request
data GetProxySession Source #
See: newGetProxySession
smart constructor.
GetProxySession' | |
|
Instances
:: Text | |
-> Text | |
-> GetProxySession |
Create a value of GetProxySession
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:GetProxySession'
, getProxySession_voiceConnectorId
- The Amazon Chime voice connector ID.
$sel:proxySessionId:GetProxySession'
, getProxySession_proxySessionId
- The proxy session ID.
Request Lenses
getProxySession_voiceConnectorId :: Lens' GetProxySession Text Source #
The Amazon Chime voice connector ID.
getProxySession_proxySessionId :: Lens' GetProxySession Text Source #
The proxy session ID.
Destructuring the Response
data GetProxySessionResponse Source #
See: newGetProxySessionResponse
smart constructor.
GetProxySessionResponse' | |
|
Instances
newGetProxySessionResponse Source #
Create a value of GetProxySessionResponse
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:proxySession:GetProxySessionResponse'
, getProxySessionResponse_proxySession
- The proxy session details.
$sel:httpStatus:GetProxySessionResponse'
, getProxySessionResponse_httpStatus
- The response's http status code.
Response Lenses
getProxySessionResponse_proxySession :: Lens' GetProxySessionResponse (Maybe ProxySession) Source #
The proxy session details.
getProxySessionResponse_httpStatus :: Lens' GetProxySessionResponse Int Source #
The response's http status code.