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

Contents

Description

Retrieves the high-level patch state for the instances in the specified patch group.

Synopsis

Creating a Request

describeInstancePatchStatesForPatchGroup #

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

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

  • dipsfpgFilters - Each entry in the array is a structure containing: Key (string between 1 and 200 characters) Values (array containing a single string) Type (string Equal, NotEqual, LessThan, GreaterThan)
  • dipsfpgNextToken - The token for the next set of items to return. (You received this token from a previous call.)
  • dipsfpgMaxResults - The maximum number of patches to return (per page).
  • dipsfpgPatchGroup - The name of the patch group for which the patch state information should be retrieved.

data DescribeInstancePatchStatesForPatchGroup #

Instances
Eq DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

Data DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

Methods

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

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

toConstr :: DescribeInstancePatchStatesForPatchGroup -> Constr #

dataTypeOf :: DescribeInstancePatchStatesForPatchGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

Show DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

Generic DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

Associated Types

type Rep DescribeInstancePatchStatesForPatchGroup :: * -> * #

Hashable DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

ToJSON DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

AWSRequest DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

ToHeaders DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

ToPath DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

ToQuery DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

NFData DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

type Rep DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

type Rep DescribeInstancePatchStatesForPatchGroup = D1 (MetaData "DescribeInstancePatchStatesForPatchGroup" "Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup" "amazonka-ssm-1.6.0-6ymLhp3p3ub3EVj8bPf5ZJ" False) (C1 (MetaCons "DescribeInstancePatchStatesForPatchGroup'" PrefixI True) ((S1 (MetaSel (Just "_dipsfpgFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [InstancePatchStateFilter])) :*: S1 (MetaSel (Just "_dipsfpgNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dipsfpgMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_dipsfpgPatchGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DescribeInstancePatchStatesForPatchGroup # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

Request Lenses

dipsfpgFilters :: Lens' DescribeInstancePatchStatesForPatchGroup [InstancePatchStateFilter] #

Each entry in the array is a structure containing: Key (string between 1 and 200 characters) Values (array containing a single string) Type (string Equal, NotEqual, LessThan, GreaterThan)

dipsfpgNextToken :: Lens' DescribeInstancePatchStatesForPatchGroup (Maybe Text) #

The token for the next set of items to return. (You received this token from a previous call.)

dipsfpgMaxResults :: Lens' DescribeInstancePatchStatesForPatchGroup (Maybe Natural) #

The maximum number of patches to return (per page).

dipsfpgPatchGroup :: Lens' DescribeInstancePatchStatesForPatchGroup Text #

The name of the patch group for which the patch state information should be retrieved.

Destructuring the Response

describeInstancePatchStatesForPatchGroupResponse #

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

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

data DescribeInstancePatchStatesForPatchGroupResponse #

Instances
Eq DescribeInstancePatchStatesForPatchGroupResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

Data DescribeInstancePatchStatesForPatchGroupResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

Methods

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

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

toConstr :: DescribeInstancePatchStatesForPatchGroupResponse -> Constr #

dataTypeOf :: DescribeInstancePatchStatesForPatchGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DescribeInstancePatchStatesForPatchGroupResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

Generic DescribeInstancePatchStatesForPatchGroupResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

NFData DescribeInstancePatchStatesForPatchGroupResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

type Rep DescribeInstancePatchStatesForPatchGroupResponse # 
Instance details

Defined in Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup

type Rep DescribeInstancePatchStatesForPatchGroupResponse = D1 (MetaData "DescribeInstancePatchStatesForPatchGroupResponse" "Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup" "amazonka-ssm-1.6.0-6ymLhp3p3ub3EVj8bPf5ZJ" False) (C1 (MetaCons "DescribeInstancePatchStatesForPatchGroupResponse'" PrefixI True) (S1 (MetaSel (Just "_dipsfpgrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dipsfpgrsInstancePatchStates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 InstancePatchState))) :*: S1 (MetaSel (Just "_dipsfpgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

dipsfpgrsNextToken :: Lens' DescribeInstancePatchStatesForPatchGroupResponse (Maybe Text) #

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.