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.ListRemoteAccessSessions

Description

Returns a list of all currently running remote access sessions.

This operation returns paginated results.

Synopsis

Creating a Request

data ListRemoteAccessSessions Source #

Represents the request to return information about the remote access session.

See: newListRemoteAccessSessions smart constructor.

Constructors

ListRemoteAccessSessions' 

Fields

  • nextToken :: Maybe Text

    An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

  • arn :: Text

    The Amazon Resource Name (ARN) of the project about which you are requesting information.

Instances

Instances details
Eq ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

Read ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

Show ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

Generic ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

Associated Types

type Rep ListRemoteAccessSessions :: Type -> Type #

NFData ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

Hashable ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

ToJSON ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

AWSPager ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

AWSRequest ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

ToHeaders ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

ToPath ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

ToQuery ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

type Rep ListRemoteAccessSessions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

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

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

newListRemoteAccessSessions Source #

Create a value of ListRemoteAccessSessions 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:nextToken:ListRemoteAccessSessions', listRemoteAccessSessions_nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

$sel:arn:ListRemoteAccessSessions', listRemoteAccessSessions_arn - The Amazon Resource Name (ARN) of the project about which you are requesting information.

Request Lenses

listRemoteAccessSessions_nextToken :: Lens' ListRemoteAccessSessions (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

listRemoteAccessSessions_arn :: Lens' ListRemoteAccessSessions Text Source #

The Amazon Resource Name (ARN) of the project about which you are requesting information.

Destructuring the Response

data ListRemoteAccessSessionsResponse Source #

Represents the response from the server after AWS Device Farm makes a request to return information about the remote access session.

See: newListRemoteAccessSessionsResponse smart constructor.

Constructors

ListRemoteAccessSessionsResponse' 

Fields

Instances

Instances details
Eq ListRemoteAccessSessionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

Read ListRemoteAccessSessionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

Show ListRemoteAccessSessionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

Generic ListRemoteAccessSessionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

Associated Types

type Rep ListRemoteAccessSessionsResponse :: Type -> Type #

NFData ListRemoteAccessSessionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

type Rep ListRemoteAccessSessionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListRemoteAccessSessions

type Rep ListRemoteAccessSessionsResponse = D1 ('MetaData "ListRemoteAccessSessionsResponse" "Amazonka.DeviceFarm.ListRemoteAccessSessions" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "ListRemoteAccessSessionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "remoteAccessSessions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemoteAccessSession])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRemoteAccessSessionsResponse Source #

Create a value of ListRemoteAccessSessionsResponse 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:nextToken:ListRemoteAccessSessions', listRemoteAccessSessionsResponse_nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

$sel:remoteAccessSessions:ListRemoteAccessSessionsResponse', listRemoteAccessSessionsResponse_remoteAccessSessions - A container that represents the metadata from the service about each remote access session you are requesting.

$sel:httpStatus:ListRemoteAccessSessionsResponse', listRemoteAccessSessionsResponse_httpStatus - The response's http status code.

Response Lenses

listRemoteAccessSessionsResponse_nextToken :: Lens' ListRemoteAccessSessionsResponse (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

listRemoteAccessSessionsResponse_remoteAccessSessions :: Lens' ListRemoteAccessSessionsResponse (Maybe [RemoteAccessSession]) Source #

A container that represents the metadata from the service about each remote access session you are requesting.