| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DeviceFarm.DeleteRemoteAccessSession
Description
Deletes a completed remote access session and its results.
Synopsis
- data DeleteRemoteAccessSession = DeleteRemoteAccessSession' {}
- newDeleteRemoteAccessSession :: Text -> DeleteRemoteAccessSession
- deleteRemoteAccessSession_arn :: Lens' DeleteRemoteAccessSession Text
- data DeleteRemoteAccessSessionResponse = DeleteRemoteAccessSessionResponse' {
- httpStatus :: Int
- newDeleteRemoteAccessSessionResponse :: Int -> DeleteRemoteAccessSessionResponse
- deleteRemoteAccessSessionResponse_httpStatus :: Lens' DeleteRemoteAccessSessionResponse Int
Creating a Request
data DeleteRemoteAccessSession Source #
Represents the request to delete the specified remote access session.
See: newDeleteRemoteAccessSession smart constructor.
Constructors
| DeleteRemoteAccessSession' | |
Instances
newDeleteRemoteAccessSession Source #
Arguments
| :: Text | |
| -> DeleteRemoteAccessSession |
Create a value of DeleteRemoteAccessSession with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteRemoteAccessSession, deleteRemoteAccessSession_arn - The Amazon Resource Name (ARN) of the session for which you want to
delete remote access.
Request Lenses
deleteRemoteAccessSession_arn :: Lens' DeleteRemoteAccessSession Text Source #
The Amazon Resource Name (ARN) of the session for which you want to delete remote access.
Destructuring the Response
data DeleteRemoteAccessSessionResponse Source #
The response from the server when a request is made to delete the remote access session.
See: newDeleteRemoteAccessSessionResponse smart constructor.
Constructors
| DeleteRemoteAccessSessionResponse' | |
Fields
| |
Instances
newDeleteRemoteAccessSessionResponse Source #
Arguments
| :: Int | |
| -> DeleteRemoteAccessSessionResponse |
Create a value of DeleteRemoteAccessSessionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteRemoteAccessSessionResponse', deleteRemoteAccessSessionResponse_httpStatus - The response's http status code.
Response Lenses
deleteRemoteAccessSessionResponse_httpStatus :: Lens' DeleteRemoteAccessSessionResponse Int Source #
The response's http status code.