Copyright | (c) 2013-2021 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 |
Ends a specified remote access session.
Synopsis
- data StopRemoteAccessSession = StopRemoteAccessSession' {}
- newStopRemoteAccessSession :: Text -> StopRemoteAccessSession
- stopRemoteAccessSession_arn :: Lens' StopRemoteAccessSession Text
- data StopRemoteAccessSessionResponse = StopRemoteAccessSessionResponse' {}
- newStopRemoteAccessSessionResponse :: Int -> StopRemoteAccessSessionResponse
- stopRemoteAccessSessionResponse_remoteAccessSession :: Lens' StopRemoteAccessSessionResponse (Maybe RemoteAccessSession)
- stopRemoteAccessSessionResponse_httpStatus :: Lens' StopRemoteAccessSessionResponse Int
Creating a Request
data StopRemoteAccessSession Source #
Represents the request to stop the remote access session.
See: newStopRemoteAccessSession
smart constructor.
Instances
newStopRemoteAccessSession Source #
Create a value of StopRemoteAccessSession
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:arn:StopRemoteAccessSession'
, stopRemoteAccessSession_arn
- The Amazon Resource Name (ARN) of the remote access session to stop.
Request Lenses
stopRemoteAccessSession_arn :: Lens' StopRemoteAccessSession Text Source #
The Amazon Resource Name (ARN) of the remote access session to stop.
Destructuring the Response
data StopRemoteAccessSessionResponse Source #
Represents the response from the server that describes the remote access session when AWS Device Farm stops the session.
See: newStopRemoteAccessSessionResponse
smart constructor.
StopRemoteAccessSessionResponse' | |
|
Instances
newStopRemoteAccessSessionResponse Source #
Create a value of StopRemoteAccessSessionResponse
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:remoteAccessSession:StopRemoteAccessSessionResponse'
, stopRemoteAccessSessionResponse_remoteAccessSession
- A container that represents the metadata from the service about the
remote access session you are stopping.
$sel:httpStatus:StopRemoteAccessSessionResponse'
, stopRemoteAccessSessionResponse_httpStatus
- The response's http status code.
Response Lenses
stopRemoteAccessSessionResponse_remoteAccessSession :: Lens' StopRemoteAccessSessionResponse (Maybe RemoteAccessSession) Source #
A container that represents the metadata from the service about the remote access session you are stopping.
stopRemoteAccessSessionResponse_httpStatus :: Lens' StopRemoteAccessSessionResponse Int Source #
The response's http status code.