| Copyright | (c) 2013-2018 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.GetRemoteAccessSession
Description
Returns a link to a currently running remote access session.
- getRemoteAccessSession :: Text -> GetRemoteAccessSession
- data GetRemoteAccessSession
- grasArn :: Lens' GetRemoteAccessSession Text
- getRemoteAccessSessionResponse :: Int -> GetRemoteAccessSessionResponse
- data GetRemoteAccessSessionResponse
- grasrsRemoteAccessSession :: Lens' GetRemoteAccessSessionResponse (Maybe RemoteAccessSession)
- grasrsResponseStatus :: Lens' GetRemoteAccessSessionResponse Int
Creating a Request
getRemoteAccessSession Source #
Arguments
| :: Text | |
| -> GetRemoteAccessSession |
Creates a value of GetRemoteAccessSession with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
grasArn- The Amazon Resource Name (ARN) of the remote access session about which you want to get session information.
data GetRemoteAccessSession Source #
Represents the request to get information about the specified remote access session.
See: getRemoteAccessSession smart constructor.
Instances
Request Lenses
grasArn :: Lens' GetRemoteAccessSession Text Source #
The Amazon Resource Name (ARN) of the remote access session about which you want to get session information.
Destructuring the Response
getRemoteAccessSessionResponse Source #
Arguments
| :: Int | |
| -> GetRemoteAccessSessionResponse |
Creates a value of GetRemoteAccessSessionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
grasrsRemoteAccessSession- A container that lists detailed information about the remote access session.grasrsResponseStatus- -- | The response status code.
data GetRemoteAccessSessionResponse Source #
Represents the response from the server that lists detailed information about the remote access session.
See: getRemoteAccessSessionResponse smart constructor.
Instances
Response Lenses
grasrsRemoteAccessSession :: Lens' GetRemoteAccessSessionResponse (Maybe RemoteAccessSession) Source #
A container that lists detailed information about the remote access session.
grasrsResponseStatus :: Lens' GetRemoteAccessSessionResponse Int Source #
- - | The response status code.