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 #

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 #

Represents the request to delete the specified remote access session.

See: deleteRemoteAccessSession smart constructor.

Instances

Eq DeleteRemoteAccessSession # 
Data DeleteRemoteAccessSession # 

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 # 
Show DeleteRemoteAccessSession # 
Generic DeleteRemoteAccessSession # 
Hashable DeleteRemoteAccessSession # 
ToJSON DeleteRemoteAccessSession # 
NFData DeleteRemoteAccessSession # 
AWSRequest DeleteRemoteAccessSession # 
ToQuery DeleteRemoteAccessSession # 
ToPath DeleteRemoteAccessSession # 
ToHeaders DeleteRemoteAccessSession # 
type Rep DeleteRemoteAccessSession # 
type Rep DeleteRemoteAccessSession = D1 (MetaData "DeleteRemoteAccessSession" "Network.AWS.DeviceFarm.DeleteRemoteAccessSession" "amazonka-devicefarm-1.4.5-Kd08QioxBZU9BqkZYEEvYe" True) (C1 (MetaCons "DeleteRemoteAccessSession'" PrefixI True) (S1 (MetaSel (Just Symbol "_drasArn") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteRemoteAccessSession # 

Request Lenses

drasArn :: Lens' DeleteRemoteAccessSession Text #

The Amazon Resource Name (ARN) of the sesssion for which you want to delete remote access.

Destructuring the Response

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:

data DeleteRemoteAccessSessionResponse #

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

See: deleteRemoteAccessSessionResponse smart constructor.

Instances

Eq DeleteRemoteAccessSessionResponse # 
Data DeleteRemoteAccessSessionResponse # 

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 # 
Show DeleteRemoteAccessSessionResponse # 
Generic DeleteRemoteAccessSessionResponse # 
NFData DeleteRemoteAccessSessionResponse # 
type Rep DeleteRemoteAccessSessionResponse # 
type Rep DeleteRemoteAccessSessionResponse = D1 (MetaData "DeleteRemoteAccessSessionResponse" "Network.AWS.DeviceFarm.DeleteRemoteAccessSession" "amazonka-devicefarm-1.4.5-Kd08QioxBZU9BqkZYEEvYe" True) (C1 (MetaCons "DeleteRemoteAccessSessionResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_drasrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses