amazonka-inspector-1.4.1: Amazon Inspector 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.Inspector.StopAssessmentRun

Contents

Description

Stops the assessment run that is specified by the ARN of the assessment run.

Synopsis

Creating a Request

stopAssessmentRun Source #

Creates a value of StopAssessmentRun with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data StopAssessmentRun Source #

See: stopAssessmentRun smart constructor.

Instances

Eq StopAssessmentRun Source # 
Data StopAssessmentRun Source # 

Methods

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

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

toConstr :: StopAssessmentRun -> Constr #

dataTypeOf :: StopAssessmentRun -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopAssessmentRun Source # 
Show StopAssessmentRun Source # 
Generic StopAssessmentRun Source # 
Hashable StopAssessmentRun Source # 
ToJSON StopAssessmentRun Source # 
NFData StopAssessmentRun Source # 

Methods

rnf :: StopAssessmentRun -> () #

AWSRequest StopAssessmentRun Source # 
ToQuery StopAssessmentRun Source # 
ToPath StopAssessmentRun Source # 
ToHeaders StopAssessmentRun Source # 
type Rep StopAssessmentRun Source # 
type Rep StopAssessmentRun = D1 (MetaData "StopAssessmentRun" "Network.AWS.Inspector.StopAssessmentRun" "amazonka-inspector-1.4.1-1CXYBEp1eb1L32uTBJMrtk" True) (C1 (MetaCons "StopAssessmentRun'" PrefixI True) (S1 (MetaSel (Just Symbol "_sarAssessmentRunARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs StopAssessmentRun Source # 

Request Lenses

sarAssessmentRunARN :: Lens' StopAssessmentRun Text Source #

The ARN of the assessment run that you want to stop.

Destructuring the Response

stopAssessmentRunResponse :: StopAssessmentRunResponse Source #

Creates a value of StopAssessmentRunResponse with the minimum fields required to make a request.

data StopAssessmentRunResponse Source #

See: stopAssessmentRunResponse smart constructor.

Instances

Eq StopAssessmentRunResponse Source # 
Data StopAssessmentRunResponse Source # 

Methods

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

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

toConstr :: StopAssessmentRunResponse -> Constr #

dataTypeOf :: StopAssessmentRunResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopAssessmentRunResponse Source # 
Show StopAssessmentRunResponse Source # 
Generic StopAssessmentRunResponse Source # 
NFData StopAssessmentRunResponse Source # 
type Rep StopAssessmentRunResponse Source # 
type Rep StopAssessmentRunResponse = D1 (MetaData "StopAssessmentRunResponse" "Network.AWS.Inspector.StopAssessmentRun" "amazonka-inspector-1.4.1-1CXYBEp1eb1L32uTBJMrtk" False) (C1 (MetaCons "StopAssessmentRunResponse'" PrefixI False) U1)