amazonka-devicefarm-1.4.5: Amazon Device Farm SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DeviceFarm.DeleteRemoteAccessSession

Contents

Description

Deletes a completed remote access session and its results.

Synopsis

Creating a Request

deleteRemoteAccessSession Source #

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

Eq DeleteRemoteAccessSession Source # 
Data DeleteRemoteAccessSession Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteRemoteAccessSession -> c DeleteRemoteAccessSession #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteRemoteAccessSession #

toConstr :: DeleteRemoteAccessSession -> Constr #

dataTypeOf :: DeleteRemoteAccessSession -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteRemoteAccessSession) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteRemoteAccessSession) #

gmapT :: (forall b. Data b => b -> b) -> DeleteRemoteAccessSession -> DeleteRemoteAccessSession #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteRemoteAccessSession -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteRemoteAccessSession -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteRemoteAccessSession -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteRemoteAccessSession -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteRemoteAccessSession -> m DeleteRemoteAccessSession #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteRemoteAccessSession -> m DeleteRemoteAccessSession #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteRemoteAccessSession -> m DeleteRemoteAccessSession #

Read DeleteRemoteAccessSession Source # 
Show DeleteRemoteAccessSession Source # 
Generic DeleteRemoteAccessSession Source # 
Hashable DeleteRemoteAccessSession Source # 
ToJSON DeleteRemoteAccessSession Source # 
NFData DeleteRemoteAccessSession Source # 
AWSRequest DeleteRemoteAccessSession Source # 
ToPath DeleteRemoteAccessSession Source # 
ToHeaders DeleteRemoteAccessSession Source # 
ToQuery DeleteRemoteAccessSession Source # 
type Rep DeleteRemoteAccessSession Source # 
type Rep DeleteRemoteAccessSession = D1 (MetaData "DeleteRemoteAccessSession" "Network.AWS.DeviceFarm.DeleteRemoteAccessSession" "amazonka-devicefarm-1.4.5-LrcbJwVFRJYIwYk0B89BMk" True) (C1 (MetaCons "DeleteRemoteAccessSession'" PrefixI True) (S1 (MetaSel (Just Symbol "_drasArn") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteRemoteAccessSession Source # 

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 #

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:

data DeleteRemoteAccessSessionResponse Source #

The response from the server when a request is made to delete the remote access session.

See: deleteRemoteAccessSessionResponse smart constructor.

Instances

Eq DeleteRemoteAccessSessionResponse Source # 
Data DeleteRemoteAccessSessionResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteRemoteAccessSessionResponse -> c DeleteRemoteAccessSessionResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteRemoteAccessSessionResponse #

toConstr :: DeleteRemoteAccessSessionResponse -> Constr #

dataTypeOf :: DeleteRemoteAccessSessionResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteRemoteAccessSessionResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteRemoteAccessSessionResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteRemoteAccessSessionResponse -> DeleteRemoteAccessSessionResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteRemoteAccessSessionResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteRemoteAccessSessionResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteRemoteAccessSessionResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteRemoteAccessSessionResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteRemoteAccessSessionResponse -> m DeleteRemoteAccessSessionResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteRemoteAccessSessionResponse -> m DeleteRemoteAccessSessionResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteRemoteAccessSessionResponse -> m DeleteRemoteAccessSessionResponse #

Read DeleteRemoteAccessSessionResponse Source # 
Show DeleteRemoteAccessSessionResponse Source # 
Generic DeleteRemoteAccessSessionResponse Source # 
NFData DeleteRemoteAccessSessionResponse Source # 
type Rep DeleteRemoteAccessSessionResponse Source # 
type Rep DeleteRemoteAccessSessionResponse = D1 (MetaData "DeleteRemoteAccessSessionResponse" "Network.AWS.DeviceFarm.DeleteRemoteAccessSession" "amazonka-devicefarm-1.4.5-LrcbJwVFRJYIwYk0B89BMk" True) (C1 (MetaCons "DeleteRemoteAccessSessionResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_drasrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses