Copyright | (c) 2013-2021 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 |
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.
Instances
newGetRemoteAccessSession Source #
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:
$sel:arn: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.
GetRemoteAccessSessionResponse' | |
|
Instances
Eq GetRemoteAccessSessionResponse Source # | |
Read GetRemoteAccessSessionResponse Source # | |
Show GetRemoteAccessSessionResponse Source # | |
Defined in Amazonka.DeviceFarm.GetRemoteAccessSession | |
Generic GetRemoteAccessSessionResponse Source # | |
NFData GetRemoteAccessSessionResponse Source # | |
Defined in Amazonka.DeviceFarm.GetRemoteAccessSession rnf :: GetRemoteAccessSessionResponse -> () # | |
type Rep GetRemoteAccessSessionResponse Source # | |
Defined in Amazonka.DeviceFarm.GetRemoteAccessSession type Rep GetRemoteAccessSessionResponse = D1 ('MetaData "GetRemoteAccessSessionResponse" "Amazonka.DeviceFarm.GetRemoteAccessSession" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "GetRemoteAccessSessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "remoteAccessSession") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RemoteAccessSession)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.