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

Copyright(c) 2013-2017 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.DescribePatchGroupState

Contents

Description

Returns high-level aggregated patch compliance state for a patch group.

Synopsis

Creating a Request

describePatchGroupState Source #

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

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

  • dpgsPatchGroup - The name of the patch group whose patch snapshot should be retrieved.

data DescribePatchGroupState Source #

See: describePatchGroupState smart constructor.

Instances

Eq DescribePatchGroupState Source # 
Data DescribePatchGroupState Source # 

Methods

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

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

toConstr :: DescribePatchGroupState -> Constr #

dataTypeOf :: DescribePatchGroupState -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DescribePatchGroupState -> () #

AWSRequest DescribePatchGroupState Source # 
ToQuery DescribePatchGroupState Source # 
ToPath DescribePatchGroupState Source # 
ToHeaders DescribePatchGroupState Source # 
type Rep DescribePatchGroupState Source # 
type Rep DescribePatchGroupState = D1 (MetaData "DescribePatchGroupState" "Network.AWS.SSM.DescribePatchGroupState" "amazonka-ssm-1.5.0-7otWUS4XVRaHT5J0sMcEDs" True) (C1 (MetaCons "DescribePatchGroupState'" PrefixI True) (S1 (MetaSel (Just Symbol "_dpgsPatchGroup") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribePatchGroupState Source # 

Request Lenses

dpgsPatchGroup :: Lens' DescribePatchGroupState Text Source #

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

Destructuring the Response

describePatchGroupStateResponse Source #

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

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

data DescribePatchGroupStateResponse Source #

See: describePatchGroupStateResponse smart constructor.

Instances

Eq DescribePatchGroupStateResponse Source # 
Data DescribePatchGroupStateResponse Source # 

Methods

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

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

toConstr :: DescribePatchGroupStateResponse -> Constr #

dataTypeOf :: DescribePatchGroupStateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribePatchGroupStateResponse Source # 
Show DescribePatchGroupStateResponse Source # 
Generic DescribePatchGroupStateResponse Source # 
NFData DescribePatchGroupStateResponse Source # 
type Rep DescribePatchGroupStateResponse Source # 
type Rep DescribePatchGroupStateResponse = D1 (MetaData "DescribePatchGroupStateResponse" "Network.AWS.SSM.DescribePatchGroupState" "amazonka-ssm-1.5.0-7otWUS4XVRaHT5J0sMcEDs" False) (C1 (MetaCons "DescribePatchGroupStateResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dpgsrsInstancesWithMissingPatches") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) ((:*:) (S1 (MetaSel (Just Symbol "_dpgsrsInstancesWithInstalledOtherPatches") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_dpgsrsInstancesWithNotApplicablePatches") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dpgsrsInstancesWithInstalledPatches") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_dpgsrsInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))) ((:*:) (S1 (MetaSel (Just Symbol "_dpgsrsInstancesWithFailedPatches") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_dpgsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))))

Response Lenses

dpgsrsInstancesWithMissingPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of instances with missing patches from the patch baseline.

dpgsrsInstancesWithInstalledOtherPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of instances with patches installed that aren't defined in the patch baseline.

dpgsrsInstancesWithNotApplicablePatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of instances with patches that aren't applicable.

dpgsrsInstancesWithInstalledPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of instances with installed patches.

dpgsrsInstances :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of instances in the patch group.

dpgsrsInstancesWithFailedPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #

The number of instances with patches from the patch baseline that failed to install.