| Copyright | (c) 2013-2017 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 |
| Language | Haskell2010 |
Network.AWS.AppStream.ExpireSession
Description
Stops the specified 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 ID of the streaming session.
data ExpireSession Source #
See: expireSession smart constructor.
Instances
Request Lenses
esSessionId :: Lens' ExpireSession Text Source #
The ID of the streaming session.
Destructuring the Response
expireSessionResponse Source #
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 Source #
See: expireSessionResponse smart constructor.
Response Lenses
esrsResponseStatus :: Lens' ExpireSessionResponse Int Source #
- - | The response status code.