amazonka-ssm-1.6.0: Amazon Simple Systems Manager (SSM) SDK.

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

Network.AWS.SSM.DeletePatchBaseline

Contents

Description

Deletes a patch baseline.

Synopsis

Creating a Request

deletePatchBaseline Source #

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

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

data DeletePatchBaseline Source #

See: deletePatchBaseline smart constructor.

Instances

Eq DeletePatchBaseline Source # 
Data DeletePatchBaseline Source # 

Methods

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

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

toConstr :: DeletePatchBaseline -> Constr #

dataTypeOf :: DeletePatchBaseline -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DeletePatchBaseline -> () #

AWSRequest DeletePatchBaseline Source # 
ToHeaders DeletePatchBaseline Source # 
ToPath DeletePatchBaseline Source # 
ToQuery DeletePatchBaseline Source # 
type Rep DeletePatchBaseline Source # 
type Rep DeletePatchBaseline = D1 * (MetaData "DeletePatchBaseline" "Network.AWS.SSM.DeletePatchBaseline" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" True) (C1 * (MetaCons "DeletePatchBaseline'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dpbBaselineId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeletePatchBaseline Source # 

Request Lenses

dpbBaselineId :: Lens' DeletePatchBaseline Text Source #

The ID of the patch baseline to delete.

Destructuring the Response

deletePatchBaselineResponse Source #

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

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

data DeletePatchBaselineResponse Source #

See: deletePatchBaselineResponse smart constructor.

Instances

Eq DeletePatchBaselineResponse Source # 
Data DeletePatchBaselineResponse Source # 

Methods

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

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

toConstr :: DeletePatchBaselineResponse -> Constr #

dataTypeOf :: DeletePatchBaselineResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeletePatchBaselineResponse Source # 
Show DeletePatchBaselineResponse Source # 
Generic DeletePatchBaselineResponse Source # 
NFData DeletePatchBaselineResponse Source # 
type Rep DeletePatchBaselineResponse Source # 
type Rep DeletePatchBaselineResponse = D1 * (MetaData "DeletePatchBaselineResponse" "Network.AWS.SSM.DeletePatchBaseline" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" False) (C1 * (MetaCons "DeletePatchBaselineResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dpbrsBaselineId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dpbrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dpbrsBaselineId :: Lens' DeletePatchBaselineResponse (Maybe Text) Source #

The ID of the deleted patch baseline.