| 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.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
stopRemoteAccessSession Source #
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 Source #
Represents the request to stop the remote access session.
See: stopRemoteAccessSession smart constructor.
Instances
Request Lenses
srasArn :: Lens' StopRemoteAccessSession Text Source #
The Amazon Resource Name (ARN) of the remote access session you wish to stop.
Destructuring the Response
stopRemoteAccessSessionResponse Source #
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 Source #
Represents the response from the server that describes the remote access session when AWS Device Farm stops the session.
See: stopRemoteAccessSessionResponse smart constructor.
Instances
Response Lenses
srasrsRemoteAccessSession :: Lens' StopRemoteAccessSessionResponse (Maybe RemoteAccessSession) Source #
A container representing the metadata from the service about the remote access session you are stopping.
srasrsResponseStatus :: Lens' StopRemoteAccessSessionResponse Int Source #
- - | The response status code.