amazonka-devicefarm-1.6.0: Amazon Device Farm SDK.

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

Network.AWS.DeviceFarm.ListRemoteAccessSessions

Contents

Description

Returns a list of all currently running remote access sessions.

Synopsis

Creating a Request

listRemoteAccessSessions Source #

Creates a value of ListRemoteAccessSessions with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • lrasNextToken - 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.
  • lrasArn - The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.

data ListRemoteAccessSessions Source #

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

See: listRemoteAccessSessions smart constructor.

Instances

Eq ListRemoteAccessSessions Source # 
Data ListRemoteAccessSessions Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListRemoteAccessSessions -> c ListRemoteAccessSessions #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListRemoteAccessSessions #

toConstr :: ListRemoteAccessSessions -> Constr #

dataTypeOf :: ListRemoteAccessSessions -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListRemoteAccessSessions) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListRemoteAccessSessions) #

gmapT :: (forall b. Data b => b -> b) -> ListRemoteAccessSessions -> ListRemoteAccessSessions #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListRemoteAccessSessions -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListRemoteAccessSessions -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListRemoteAccessSessions -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListRemoteAccessSessions -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListRemoteAccessSessions -> m ListRemoteAccessSessions #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListRemoteAccessSessions -> m ListRemoteAccessSessions #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListRemoteAccessSessions -> m ListRemoteAccessSessions #

Read ListRemoteAccessSessions Source # 
Show ListRemoteAccessSessions Source # 
Generic ListRemoteAccessSessions Source # 
Hashable ListRemoteAccessSessions Source # 
ToJSON ListRemoteAccessSessions Source # 
NFData ListRemoteAccessSessions Source # 
AWSRequest ListRemoteAccessSessions Source # 
ToHeaders ListRemoteAccessSessions Source # 
ToPath ListRemoteAccessSessions Source # 
ToQuery ListRemoteAccessSessions Source # 
type Rep ListRemoteAccessSessions Source # 
type Rep ListRemoteAccessSessions = D1 * (MetaData "ListRemoteAccessSessions" "Network.AWS.DeviceFarm.ListRemoteAccessSessions" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "ListRemoteAccessSessions'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrasNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lrasArn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs ListRemoteAccessSessions Source # 

Request Lenses

lrasNextToken :: 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.

lrasArn :: Lens' ListRemoteAccessSessions Text Source #

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

Destructuring the Response

listRemoteAccessSessionsResponse Source #

Creates a value of ListRemoteAccessSessionsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • lrasrsNextToken - 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.
  • lrasrsRemoteAccessSessions - A container representing the metadata from the service about each remote access session you are requesting.
  • lrasrsResponseStatus - -- | The response status code.

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: listRemoteAccessSessionsResponse smart constructor.

Instances

Eq ListRemoteAccessSessionsResponse Source # 
Data ListRemoteAccessSessionsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListRemoteAccessSessionsResponse -> c ListRemoteAccessSessionsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListRemoteAccessSessionsResponse #

toConstr :: ListRemoteAccessSessionsResponse -> Constr #

dataTypeOf :: ListRemoteAccessSessionsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListRemoteAccessSessionsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListRemoteAccessSessionsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListRemoteAccessSessionsResponse -> ListRemoteAccessSessionsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListRemoteAccessSessionsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListRemoteAccessSessionsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListRemoteAccessSessionsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListRemoteAccessSessionsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListRemoteAccessSessionsResponse -> m ListRemoteAccessSessionsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListRemoteAccessSessionsResponse -> m ListRemoteAccessSessionsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListRemoteAccessSessionsResponse -> m ListRemoteAccessSessionsResponse #

Read ListRemoteAccessSessionsResponse Source # 
Show ListRemoteAccessSessionsResponse Source # 
Generic ListRemoteAccessSessionsResponse Source # 
NFData ListRemoteAccessSessionsResponse Source # 
type Rep ListRemoteAccessSessionsResponse Source # 
type Rep ListRemoteAccessSessionsResponse = D1 * (MetaData "ListRemoteAccessSessionsResponse" "Network.AWS.DeviceFarm.ListRemoteAccessSessions" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "ListRemoteAccessSessionsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrasrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrasrsRemoteAccessSessions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [RemoteAccessSession]))) (S1 * (MetaSel (Just Symbol "_lrasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lrasrsNextToken :: 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.

lrasrsRemoteAccessSessions :: Lens' ListRemoteAccessSessionsResponse [RemoteAccessSession] Source #

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