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 |
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.
DeleteProxySession' | |
|
Instances
newDeleteProxySession Source #
:: 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.
Instances
Eq DeleteProxySessionResponse Source # | |
Read DeleteProxySessionResponse Source # | |
Show DeleteProxySessionResponse Source # | |
Defined in Amazonka.Chime.DeleteProxySession showsPrec :: Int -> DeleteProxySessionResponse -> ShowS # show :: DeleteProxySessionResponse -> String # showList :: [DeleteProxySessionResponse] -> ShowS # | |
Generic DeleteProxySessionResponse Source # | |
Defined in Amazonka.Chime.DeleteProxySession type Rep DeleteProxySessionResponse :: Type -> Type # | |
NFData DeleteProxySessionResponse Source # | |
Defined in Amazonka.Chime.DeleteProxySession rnf :: DeleteProxySessionResponse -> () # | |
type Rep DeleteProxySessionResponse Source # | |
Defined in Amazonka.Chime.DeleteProxySession |
newDeleteProxySessionResponse :: DeleteProxySessionResponse Source #
Create a value of DeleteProxySessionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.