| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DeviceFarm.GetRemoteAccessSession
Description
Returns a link to a currently running remote access session.
Synopsis
- data GetRemoteAccessSession = GetRemoteAccessSession' {}
- newGetRemoteAccessSession :: Text -> GetRemoteAccessSession
- getRemoteAccessSession_arn :: Lens' GetRemoteAccessSession Text
- data GetRemoteAccessSessionResponse = GetRemoteAccessSessionResponse' {}
- newGetRemoteAccessSessionResponse :: Int -> GetRemoteAccessSessionResponse
- getRemoteAccessSessionResponse_remoteAccessSession :: Lens' GetRemoteAccessSessionResponse (Maybe RemoteAccessSession)
- getRemoteAccessSessionResponse_httpStatus :: Lens' GetRemoteAccessSessionResponse Int
Creating a Request
data GetRemoteAccessSession Source #
Represents the request to get information about the specified remote access session.
See: newGetRemoteAccessSession smart constructor.
Constructors
| GetRemoteAccessSession' | |
Instances
newGetRemoteAccessSession Source #
Arguments
| :: Text | |
| -> GetRemoteAccessSession |
Create a value of GetRemoteAccessSession with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetRemoteAccessSession, getRemoteAccessSession_arn - The Amazon Resource Name (ARN) of the remote access session about which
you want to get session information.
Request Lenses
getRemoteAccessSession_arn :: 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
data GetRemoteAccessSessionResponse Source #
Represents the response from the server that lists detailed information about the remote access session.
See: newGetRemoteAccessSessionResponse smart constructor.
Constructors
| GetRemoteAccessSessionResponse' | |
Fields
| |
Instances
newGetRemoteAccessSessionResponse Source #
Create a value of GetRemoteAccessSessionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:remoteAccessSession:GetRemoteAccessSessionResponse', getRemoteAccessSessionResponse_remoteAccessSession - A container that lists detailed information about the remote access
session.
$sel:httpStatus:GetRemoteAccessSessionResponse', getRemoteAccessSessionResponse_httpStatus - The response's http status code.
Response Lenses
getRemoteAccessSessionResponse_remoteAccessSession :: Lens' GetRemoteAccessSessionResponse (Maybe RemoteAccessSession) Source #
A container that lists detailed information about the remote access session.
getRemoteAccessSessionResponse_httpStatus :: Lens' GetRemoteAccessSessionResponse Int Source #
The response's http status code.