Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.AppStream.ExpireSession
Description
This operation immediately stops a streaming session.
Creating a Request
Arguments
:: Text | |
-> ExpireSession |
Creates a value of ExpireSession
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
esSessionId
- The unique identifier of the streaming session to be stopped.
data ExpireSession #
See: expireSession
smart constructor.
Instances
Request Lenses
esSessionId :: Lens' ExpireSession Text #
The unique identifier of the streaming session to be stopped.
Destructuring the Response
Arguments
:: Int | |
-> ExpireSessionResponse |
Creates a value of ExpireSessionResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
esrsResponseStatus
- -- | The response status code.
data ExpireSessionResponse #
See: expireSessionResponse
smart constructor.
Response Lenses
esrsResponseStatus :: Lens' ExpireSessionResponse Int #
- - | The response status code.