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 |
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.
Instances
newDeleteRemoteAccessSession Source #
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:
$sel:arn: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.
DeleteRemoteAccessSessionResponse' | |
|
Instances
Eq DeleteRemoteAccessSessionResponse Source # | |
Read DeleteRemoteAccessSessionResponse Source # | |
Show DeleteRemoteAccessSessionResponse Source # | |
Generic DeleteRemoteAccessSessionResponse Source # | |
NFData DeleteRemoteAccessSessionResponse Source # | |
Defined in Amazonka.DeviceFarm.DeleteRemoteAccessSession rnf :: DeleteRemoteAccessSessionResponse -> () # | |
type Rep DeleteRemoteAccessSessionResponse Source # | |
Defined in Amazonka.DeviceFarm.DeleteRemoteAccessSession type Rep DeleteRemoteAccessSessionResponse = D1 ('MetaData "DeleteRemoteAccessSessionResponse" "Amazonka.DeviceFarm.DeleteRemoteAccessSession" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "DeleteRemoteAccessSessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteRemoteAccessSessionResponse Source #
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.