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.GetPatchBaselineForPatchGroup

Contents

Description

Retrieves the patch baseline that should be used for the specified patch group.

Synopsis

Creating a Request

getPatchBaselineForPatchGroup Source #

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

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

  • gpbfpgOperatingSystem - Returns he operating system rule specified for patch groups using the patch baseline.
  • gpbfpgPatchGroup - The name of the patch group whose patch baseline should be retrieved.

data GetPatchBaselineForPatchGroup Source #

See: getPatchBaselineForPatchGroup smart constructor.

Instances

Eq GetPatchBaselineForPatchGroup Source # 
Data GetPatchBaselineForPatchGroup Source # 

Methods

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

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

toConstr :: GetPatchBaselineForPatchGroup -> Constr #

dataTypeOf :: GetPatchBaselineForPatchGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetPatchBaselineForPatchGroup Source # 
Show GetPatchBaselineForPatchGroup Source # 
Generic GetPatchBaselineForPatchGroup Source # 
Hashable GetPatchBaselineForPatchGroup Source # 
ToJSON GetPatchBaselineForPatchGroup Source # 
NFData GetPatchBaselineForPatchGroup Source # 
AWSRequest GetPatchBaselineForPatchGroup Source # 
ToHeaders GetPatchBaselineForPatchGroup Source # 
ToPath GetPatchBaselineForPatchGroup Source # 
ToQuery GetPatchBaselineForPatchGroup Source # 
type Rep GetPatchBaselineForPatchGroup Source # 
type Rep GetPatchBaselineForPatchGroup = D1 * (MetaData "GetPatchBaselineForPatchGroup" "Network.AWS.SSM.GetPatchBaselineForPatchGroup" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" False) (C1 * (MetaCons "GetPatchBaselineForPatchGroup'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gpbfpgOperatingSystem") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe OperatingSystem))) (S1 * (MetaSel (Just Symbol "_gpbfpgPatchGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs GetPatchBaselineForPatchGroup Source # 

Request Lenses

gpbfpgOperatingSystem :: Lens' GetPatchBaselineForPatchGroup (Maybe OperatingSystem) Source #

Returns he operating system rule specified for patch groups using the patch baseline.

gpbfpgPatchGroup :: Lens' GetPatchBaselineForPatchGroup Text Source #

The name of the patch group whose patch baseline should be retrieved.

Destructuring the Response

getPatchBaselineForPatchGroupResponse Source #

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

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

data GetPatchBaselineForPatchGroupResponse Source #

Instances

Eq GetPatchBaselineForPatchGroupResponse Source # 
Data GetPatchBaselineForPatchGroupResponse Source # 

Methods

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

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

toConstr :: GetPatchBaselineForPatchGroupResponse -> Constr #

dataTypeOf :: GetPatchBaselineForPatchGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetPatchBaselineForPatchGroupResponse Source # 
Show GetPatchBaselineForPatchGroupResponse Source # 
Generic GetPatchBaselineForPatchGroupResponse Source # 
NFData GetPatchBaselineForPatchGroupResponse Source # 
type Rep GetPatchBaselineForPatchGroupResponse Source # 
type Rep GetPatchBaselineForPatchGroupResponse = D1 * (MetaData "GetPatchBaselineForPatchGroupResponse" "Network.AWS.SSM.GetPatchBaselineForPatchGroup" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" False) (C1 * (MetaCons "GetPatchBaselineForPatchGroupResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_gpbfpgrsOperatingSystem") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe OperatingSystem))) (S1 * (MetaSel (Just Symbol "_gpbfpgrsBaselineId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gpbfpgrsPatchGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gpbfpgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

gpbfpgrsOperatingSystem :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe OperatingSystem) Source #

The operating system rule specified for patch groups using the patch baseline.

gpbfpgrsBaselineId :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text) Source #

The ID of the patch baseline that should be used for the patch group.