Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.DeviceFarm.ListRemoteAccessSessions
Description
Returns a list of all currently running remote access sessions.
- listRemoteAccessSessions :: Text -> ListRemoteAccessSessions
- data ListRemoteAccessSessions
- lrasNextToken :: Lens' ListRemoteAccessSessions (Maybe Text)
- lrasArn :: Lens' ListRemoteAccessSessions Text
- listRemoteAccessSessionsResponse :: Int -> ListRemoteAccessSessionsResponse
- data ListRemoteAccessSessionsResponse
- lrasrsNextToken :: Lens' ListRemoteAccessSessionsResponse (Maybe Text)
- lrasrsRemoteAccessSessions :: Lens' ListRemoteAccessSessionsResponse [RemoteAccessSession]
- lrasrsResponseStatus :: Lens' ListRemoteAccessSessionsResponse Int
Creating a Request
Arguments
:: Text | |
-> ListRemoteAccessSessions |
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 #
Represents the request to return information about the remote access session.
See: listRemoteAccessSessions
smart constructor.
Instances
Request Lenses
lrasNextToken :: Lens' ListRemoteAccessSessions (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.
lrasArn :: Lens' ListRemoteAccessSessions Text #
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
Destructuring the Response
listRemoteAccessSessionsResponse #
Arguments
:: Int | |
-> ListRemoteAccessSessionsResponse |
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 #
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.
Response Lenses
lrasrsNextToken :: Lens' ListRemoteAccessSessionsResponse (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.
lrasrsRemoteAccessSessions :: Lens' ListRemoteAccessSessionsResponse [RemoteAccessSession] #
A container representing the metadata from the service about each remote access session you are requesting.
lrasrsResponseStatus :: Lens' ListRemoteAccessSessionsResponse Int #
- - | The response status code.