| 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.ChimeSdkVoice.UpdateProxySession
Description
- - | Undocumented operation.
Synopsis
- data UpdateProxySession = UpdateProxySession' {}
- newUpdateProxySession :: Text -> Text -> UpdateProxySession
- updateProxySession_expiryMinutes :: Lens' UpdateProxySession (Maybe Natural)
- updateProxySession_capabilities :: Lens' UpdateProxySession [Capability]
- updateProxySession_voiceConnectorId :: Lens' UpdateProxySession Text
- updateProxySession_proxySessionId :: Lens' UpdateProxySession Text
- data UpdateProxySessionResponse = UpdateProxySessionResponse' {}
- newUpdateProxySessionResponse :: Int -> UpdateProxySessionResponse
- updateProxySessionResponse_proxySession :: Lens' UpdateProxySessionResponse (Maybe ProxySession)
- updateProxySessionResponse_httpStatus :: Lens' UpdateProxySessionResponse Int
Creating a Request
data UpdateProxySession Source #
See: newUpdateProxySession smart constructor.
Constructors
| UpdateProxySession' | |
Fields
| |
Instances
newUpdateProxySession Source #
Arguments
| :: Text | |
| -> Text | |
| -> UpdateProxySession |
Create a value of UpdateProxySession 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:
UpdateProxySession, updateProxySession_expiryMinutes - Undocumented member.
UpdateProxySession, updateProxySession_capabilities - Undocumented member.
UpdateProxySession, updateProxySession_voiceConnectorId - Undocumented member.
UpdateProxySession, updateProxySession_proxySessionId - Undocumented member.
Request Lenses
updateProxySession_expiryMinutes :: Lens' UpdateProxySession (Maybe Natural) Source #
Undocumented member.
updateProxySession_capabilities :: Lens' UpdateProxySession [Capability] Source #
Undocumented member.
updateProxySession_voiceConnectorId :: Lens' UpdateProxySession Text Source #
Undocumented member.
updateProxySession_proxySessionId :: Lens' UpdateProxySession Text Source #
Undocumented member.
Destructuring the Response
data UpdateProxySessionResponse Source #
See: newUpdateProxySessionResponse smart constructor.
Constructors
| UpdateProxySessionResponse' | |
Fields
| |
Instances
newUpdateProxySessionResponse Source #
Create a value of UpdateProxySessionResponse 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:UpdateProxySessionResponse', updateProxySessionResponse_proxySession - Undocumented member.
$sel:httpStatus:UpdateProxySessionResponse', updateProxySessionResponse_httpStatus - The response's http status code.
Response Lenses
updateProxySessionResponse_proxySession :: Lens' UpdateProxySessionResponse (Maybe ProxySession) Source #
Undocumented member.
updateProxySessionResponse_httpStatus :: Lens' UpdateProxySessionResponse Int Source #
The response's http status code.