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.DeviceFarm.StopRemoteAccessSession
Description
Ends a specified remote access session.
- stopRemoteAccessSession :: Text -> StopRemoteAccessSession
- data StopRemoteAccessSession
- srasArn :: Lens' StopRemoteAccessSession Text
- stopRemoteAccessSessionResponse :: Int -> StopRemoteAccessSessionResponse
- data StopRemoteAccessSessionResponse
- srasrsRemoteAccessSession :: Lens' StopRemoteAccessSessionResponse (Maybe RemoteAccessSession)
- srasrsResponseStatus :: Lens' StopRemoteAccessSessionResponse Int
Creating a Request
Arguments
:: Text | |
-> StopRemoteAccessSession |
Creates a value of StopRemoteAccessSession
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
srasArn
- The Amazon Resource Name (ARN) of the remote access session you wish to stop.
data StopRemoteAccessSession #
Represents the request to stop the remote access session.
See: stopRemoteAccessSession
smart constructor.
Instances
Request Lenses
srasArn :: Lens' StopRemoteAccessSession Text #
The Amazon Resource Name (ARN) of the remote access session you wish to stop.
Destructuring the Response
stopRemoteAccessSessionResponse #
Arguments
:: Int | |
-> StopRemoteAccessSessionResponse |
Creates a value of StopRemoteAccessSessionResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
srasrsRemoteAccessSession
- A container representing the metadata from the service about the remote access session you are stopping.srasrsResponseStatus
- -- | The response status code.
data StopRemoteAccessSessionResponse #
Represents the response from the server that describes the remote access session when AWS Device Farm stops the session.
See: stopRemoteAccessSessionResponse
smart constructor.
Response Lenses
srasrsRemoteAccessSession :: Lens' StopRemoteAccessSessionResponse (Maybe RemoteAccessSession) #
A container representing the metadata from the service about the remote access session you are stopping.
srasrsResponseStatus :: Lens' StopRemoteAccessSessionResponse Int #
- - | The response status code.