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 |
Amazonka.Chime.DeleteProxySession
Description
Deletes the specified proxy session from the specified Amazon Chime Voice Connector.
Synopsis
- data DeleteProxySession = DeleteProxySession' {}
- newDeleteProxySession :: Text -> Text -> DeleteProxySession
- deleteProxySession_voiceConnectorId :: Lens' DeleteProxySession Text
- deleteProxySession_proxySessionId :: Lens' DeleteProxySession Text
- data DeleteProxySessionResponse = DeleteProxySessionResponse' {
- newDeleteProxySessionResponse :: DeleteProxySessionResponse
Creating a Request
data DeleteProxySession Source #
See: newDeleteProxySession
smart constructor.
Constructors
DeleteProxySession' | |
Fields
|
Instances
newDeleteProxySession Source #
Arguments
:: Text | |
-> Text | |
-> DeleteProxySession |
Create a value of DeleteProxySession
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:DeleteProxySession'
, deleteProxySession_voiceConnectorId
- The Amazon Chime voice connector ID.
$sel:proxySessionId:DeleteProxySession'
, deleteProxySession_proxySessionId
- The proxy session ID.
Request Lenses
deleteProxySession_voiceConnectorId :: Lens' DeleteProxySession Text Source #
The Amazon Chime voice connector ID.
deleteProxySession_proxySessionId :: Lens' DeleteProxySession Text Source #
The proxy session ID.
Destructuring the Response
data DeleteProxySessionResponse Source #
See: newDeleteProxySessionResponse
smart constructor.
Constructors
DeleteProxySessionResponse' | |
Instances
newDeleteProxySessionResponse :: DeleteProxySessionResponse Source #
Create a value of DeleteProxySessionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.