| Copyright | (c) 2013-2018 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 |
| 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
listRemoteAccessSessions Source #
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 Source #
Represents the request to return information about the remote access session.
See: listRemoteAccessSessions smart constructor.
Instances
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 #
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 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
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.
lrasrsResponseStatus :: Lens' ListRemoteAccessSessionsResponse Int Source #
- - | The response status code.