| 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.DeleteRemoteAccessSession
Description
Deletes a completed remote access session and its results.
- deleteRemoteAccessSession :: Text -> DeleteRemoteAccessSession
- data DeleteRemoteAccessSession
- drasArn :: Lens' DeleteRemoteAccessSession Text
- deleteRemoteAccessSessionResponse :: Int -> DeleteRemoteAccessSessionResponse
- data DeleteRemoteAccessSessionResponse
- drasrsResponseStatus :: Lens' DeleteRemoteAccessSessionResponse Int
Creating a Request
deleteRemoteAccessSession Source #
Arguments
| :: Text | |
| -> DeleteRemoteAccessSession |
Creates a value of DeleteRemoteAccessSession with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drasArn- The Amazon Resource Name (ARN) of the sesssion for which you want to delete remote access.
data DeleteRemoteAccessSession Source #
Represents the request to delete the specified remote access session.
See: deleteRemoteAccessSession smart constructor.
Instances
Request Lenses
drasArn :: Lens' DeleteRemoteAccessSession Text Source #
The Amazon Resource Name (ARN) of the sesssion for which you want to delete remote access.
Destructuring the Response
deleteRemoteAccessSessionResponse Source #
Arguments
| :: Int | |
| -> DeleteRemoteAccessSessionResponse |
Creates a value of DeleteRemoteAccessSessionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drasrsResponseStatus- -- | The response status code.
data DeleteRemoteAccessSessionResponse Source #
The response from the server when a request is made to delete the remote access session.
See: deleteRemoteAccessSessionResponse smart constructor.
Instances
Response Lenses
drasrsResponseStatus :: Lens' DeleteRemoteAccessSessionResponse Int Source #
- - | The response status code.