| 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.CreateRemoteAccessSession
Description
Specifies and starts a remote access session.
- createRemoteAccessSession :: Text -> Text -> CreateRemoteAccessSession
- data CreateRemoteAccessSession
- crasName :: Lens' CreateRemoteAccessSession (Maybe Text)
- crasConfiguration :: Lens' CreateRemoteAccessSession (Maybe CreateRemoteAccessSessionConfiguration)
- crasProjectARN :: Lens' CreateRemoteAccessSession Text
- crasDeviceARN :: Lens' CreateRemoteAccessSession Text
- createRemoteAccessSessionResponse :: Int -> CreateRemoteAccessSessionResponse
- data CreateRemoteAccessSessionResponse
- crasrsRemoteAccessSession :: Lens' CreateRemoteAccessSessionResponse (Maybe RemoteAccessSession)
- crasrsResponseStatus :: Lens' CreateRemoteAccessSessionResponse Int
Creating a Request
createRemoteAccessSession Source #
Arguments
| :: Text | |
| -> Text | |
| -> CreateRemoteAccessSession |
Creates a value of CreateRemoteAccessSession with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateRemoteAccessSession Source #
Creates and submits a request to start a remote access session.
See: createRemoteAccessSession smart constructor.
Instances
Request Lenses
crasName :: Lens' CreateRemoteAccessSession (Maybe Text) Source #
The name of the remote access session that you wish to create.
crasConfiguration :: Lens' CreateRemoteAccessSession (Maybe CreateRemoteAccessSessionConfiguration) Source #
The configuration information for the remote access session request.
crasProjectARN :: Lens' CreateRemoteAccessSession Text Source #
The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.
crasDeviceARN :: Lens' CreateRemoteAccessSession Text Source #
The Amazon Resource Name (ARN) of the device for which you want to create a remote access session.
Destructuring the Response
createRemoteAccessSessionResponse Source #
Arguments
| :: Int | |
| -> CreateRemoteAccessSessionResponse |
Creates a value of CreateRemoteAccessSessionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateRemoteAccessSessionResponse Source #
Represents the server response from a request to create a remote access session.
See: createRemoteAccessSessionResponse smart constructor.
Instances
Response Lenses
crasrsRemoteAccessSession :: Lens' CreateRemoteAccessSessionResponse (Maybe RemoteAccessSession) Source #
A container that describes the remote access session when the request to create a remote access session is sent.
crasrsResponseStatus :: Lens' CreateRemoteAccessSessionResponse Int Source #
The response status code.