libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DeviceFarm.GetRemoteAccessSession

Description

Returns a link to a currently running remote access session.

Synopsis

Creating a Request

data GetRemoteAccessSession Source #

Represents the request to get information about the specified remote access session.

See: newGetRemoteAccessSession smart constructor.

Constructors

GetRemoteAccessSession' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of the remote access session about which you want to get session information.

Instances

Instances details
Eq GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

Read GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

Show GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

Generic GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

Associated Types

type Rep GetRemoteAccessSession :: Type -> Type #

NFData GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

Methods

rnf :: GetRemoteAccessSession -> () #

Hashable GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

ToJSON GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

AWSRequest GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

Associated Types

type AWSResponse GetRemoteAccessSession #

ToHeaders GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

ToPath GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

ToQuery GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

type Rep GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

type Rep GetRemoteAccessSession = D1 ('MetaData "GetRemoteAccessSession" "Amazonka.DeviceFarm.GetRemoteAccessSession" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "GetRemoteAccessSession'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRemoteAccessSession Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

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.

Constructors

GetRemoteAccessSessionResponse' 

Fields

Instances

Instances details
Eq GetRemoteAccessSessionResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

Read GetRemoteAccessSessionResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

Show GetRemoteAccessSessionResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

Generic GetRemoteAccessSessionResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

Associated Types

type Rep GetRemoteAccessSessionResponse :: Type -> Type #

NFData GetRemoteAccessSessionResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRemoteAccessSession

type Rep GetRemoteAccessSessionResponse Source # 
Instance details

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.