| 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.GetProxySession
Description
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.
Constructors
| GetProxySession' | |
Fields
| |
Instances
Arguments
| :: 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:
GetProxySession, getProxySession_voiceConnectorId - The Amazon Chime voice connector ID.
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.
Constructors
| GetProxySessionResponse' | |
Fields
| |
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.