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 #

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 #

See: deletePatchBaseline smart constructor.

Instances

Eq DeletePatchBaseline # 
Data DeletePatchBaseline # 

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 # 
Show DeletePatchBaseline # 
Generic DeletePatchBaseline # 
Hashable DeletePatchBaseline # 
ToJSON DeletePatchBaseline # 
NFData DeletePatchBaseline # 

Methods

rnf :: DeletePatchBaseline -> () #

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

Request Lenses

dpbBaselineId :: Lens' DeletePatchBaseline Text #

The ID of the patch baseline to delete.

Destructuring the Response

deletePatchBaselineResponse #

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 #

See: deletePatchBaselineResponse smart constructor.

Instances

Eq DeletePatchBaselineResponse # 
Data DeletePatchBaselineResponse # 

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 # 
Show DeletePatchBaselineResponse # 
Generic DeletePatchBaselineResponse # 
NFData DeletePatchBaselineResponse # 
type Rep DeletePatchBaselineResponse # 
type Rep DeletePatchBaselineResponse = D1 * (MetaData "DeletePatchBaselineResponse" "Network.AWS.SSM.DeletePatchBaseline" "amazonka-ssm-1.6.0-3Tt35jiaR0xLZVuK0jt4Pc" 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) #

The ID of the deleted patch baseline.