amazonka-ssm-1.6.1: 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 # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

Data GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

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 # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

Show GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

Generic GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

Associated Types

type Rep GetPatchBaselineForPatchGroup :: Type -> Type #

Hashable GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

ToJSON GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

AWSRequest GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

Associated Types

type Rs GetPatchBaselineForPatchGroup :: Type #

ToHeaders GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

ToPath GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

ToQuery GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

NFData GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

type Rep GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

type Rep GetPatchBaselineForPatchGroup = D1 (MetaData "GetPatchBaselineForPatchGroup" "Network.AWS.SSM.GetPatchBaselineForPatchGroup" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) (C1 (MetaCons "GetPatchBaselineForPatchGroup'" PrefixI True) (S1 (MetaSel (Just "_gpbfpgOperatingSystem") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe OperatingSystem)) :*: S1 (MetaSel (Just "_gpbfpgPatchGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs GetPatchBaselineForPatchGroup Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

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 # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

Data GetPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

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 # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

Show GetPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

Generic GetPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

NFData GetPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

type Rep GetPatchBaselineForPatchGroupResponse Source # 
Instance details

Defined in Network.AWS.SSM.GetPatchBaselineForPatchGroup

type Rep GetPatchBaselineForPatchGroupResponse = D1 (MetaData "GetPatchBaselineForPatchGroupResponse" "Network.AWS.SSM.GetPatchBaselineForPatchGroup" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) (C1 (MetaCons "GetPatchBaselineForPatchGroupResponse'" PrefixI True) ((S1 (MetaSel (Just "_gpbfpgrsOperatingSystem") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe OperatingSystem)) :*: S1 (MetaSel (Just "_gpbfpgrsBaselineId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_gpbfpgrsPatchGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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.