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 Source #

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 Source #

Instances

Eq DescribeInstancePatchStatesForPatchGroup Source # 
Data DescribeInstancePatchStatesForPatchGroup Source # 

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 Source # 
Show DescribeInstancePatchStatesForPatchGroup Source # 
Generic DescribeInstancePatchStatesForPatchGroup Source # 
Hashable DescribeInstancePatchStatesForPatchGroup Source # 
ToJSON DescribeInstancePatchStatesForPatchGroup Source # 
NFData DescribeInstancePatchStatesForPatchGroup Source # 
AWSRequest DescribeInstancePatchStatesForPatchGroup Source # 
ToHeaders DescribeInstancePatchStatesForPatchGroup Source # 
ToPath DescribeInstancePatchStatesForPatchGroup Source # 
ToQuery DescribeInstancePatchStatesForPatchGroup Source # 
type Rep DescribeInstancePatchStatesForPatchGroup Source # 
type Rep DescribeInstancePatchStatesForPatchGroup = D1 * (MetaData "DescribeInstancePatchStatesForPatchGroup" "Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" False) (C1 * (MetaCons "DescribeInstancePatchStatesForPatchGroup'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dipsfpgFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [InstancePatchStateFilter]))) (S1 * (MetaSel (Just Symbol "_dipsfpgNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dipsfpgMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_dipsfpgPatchGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs DescribeInstancePatchStatesForPatchGroup Source # 

Request Lenses

dipsfpgFilters :: Lens' DescribeInstancePatchStatesForPatchGroup [InstancePatchStateFilter] Source #

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) Source #

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

dipsfpgMaxResults :: Lens' DescribeInstancePatchStatesForPatchGroup (Maybe Natural) Source #

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

dipsfpgPatchGroup :: Lens' DescribeInstancePatchStatesForPatchGroup Text Source #

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

Destructuring the Response

describeInstancePatchStatesForPatchGroupResponse Source #

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 Source #

Instances

Eq DescribeInstancePatchStatesForPatchGroupResponse Source # 
Data DescribeInstancePatchStatesForPatchGroupResponse Source # 

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 Source # 
Generic DescribeInstancePatchStatesForPatchGroupResponse Source # 
NFData DescribeInstancePatchStatesForPatchGroupResponse Source # 
type Rep DescribeInstancePatchStatesForPatchGroupResponse Source # 
type Rep DescribeInstancePatchStatesForPatchGroupResponse = D1 * (MetaData "DescribeInstancePatchStatesForPatchGroupResponse" "Network.AWS.SSM.DescribeInstancePatchStatesForPatchGroup" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" False) (C1 * (MetaCons "DescribeInstancePatchStatesForPatchGroupResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dipsfpgrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dipsfpgrsInstancePatchStates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (List1 InstancePatchState)))) (S1 * (MetaSel (Just Symbol "_dipsfpgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dipsfpgrsNextToken :: Lens' DescribeInstancePatchStatesForPatchGroupResponse (Maybe Text) Source #

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