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

Contents

Description

All associations for the instance(s).

Synopsis

Creating a Request

describeEffectiveInstanceAssociations Source #

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

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

  • deiaNextToken - The token for the next set of items to return. (You received this token from a previous call.)
  • deiaMaxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
  • deiaInstanceId - The instance ID for which you want to view all associations.

data DescribeEffectiveInstanceAssociations Source #

Instances

Eq DescribeEffectiveInstanceAssociations Source # 
Data DescribeEffectiveInstanceAssociations Source # 

Methods

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

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

toConstr :: DescribeEffectiveInstanceAssociations -> Constr #

dataTypeOf :: DescribeEffectiveInstanceAssociations -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeEffectiveInstanceAssociations Source # 
Show DescribeEffectiveInstanceAssociations Source # 
Generic DescribeEffectiveInstanceAssociations Source # 
Hashable DescribeEffectiveInstanceAssociations Source # 
ToJSON DescribeEffectiveInstanceAssociations Source # 
NFData DescribeEffectiveInstanceAssociations Source # 
AWSRequest DescribeEffectiveInstanceAssociations Source # 
ToQuery DescribeEffectiveInstanceAssociations Source # 
ToPath DescribeEffectiveInstanceAssociations Source # 
ToHeaders DescribeEffectiveInstanceAssociations Source # 
type Rep DescribeEffectiveInstanceAssociations Source # 
type Rep DescribeEffectiveInstanceAssociations = D1 (MetaData "DescribeEffectiveInstanceAssociations" "Network.AWS.SSM.DescribeEffectiveInstanceAssociations" "amazonka-ssm-1.5.0-7otWUS4XVRaHT5J0sMcEDs" False) (C1 (MetaCons "DescribeEffectiveInstanceAssociations'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_deiaNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_deiaMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_deiaInstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs DescribeEffectiveInstanceAssociations Source # 

Request Lenses

deiaNextToken :: Lens' DescribeEffectiveInstanceAssociations (Maybe Text) Source #

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

deiaMaxResults :: Lens' DescribeEffectiveInstanceAssociations (Maybe Natural) Source #

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

deiaInstanceId :: Lens' DescribeEffectiveInstanceAssociations Text Source #

The instance ID for which you want to view all associations.

Destructuring the Response

describeEffectiveInstanceAssociationsResponse Source #

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

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

data DescribeEffectiveInstanceAssociationsResponse Source #

Instances

Eq DescribeEffectiveInstanceAssociationsResponse Source # 
Data DescribeEffectiveInstanceAssociationsResponse Source # 

Methods

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

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

toConstr :: DescribeEffectiveInstanceAssociationsResponse -> Constr #

dataTypeOf :: DescribeEffectiveInstanceAssociationsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeEffectiveInstanceAssociationsResponse Source # 
Show DescribeEffectiveInstanceAssociationsResponse Source # 
Generic DescribeEffectiveInstanceAssociationsResponse Source # 
NFData DescribeEffectiveInstanceAssociationsResponse Source # 
type Rep DescribeEffectiveInstanceAssociationsResponse Source # 
type Rep DescribeEffectiveInstanceAssociationsResponse = D1 (MetaData "DescribeEffectiveInstanceAssociationsResponse" "Network.AWS.SSM.DescribeEffectiveInstanceAssociations" "amazonka-ssm-1.5.0-7otWUS4XVRaHT5J0sMcEDs" False) (C1 (MetaCons "DescribeEffectiveInstanceAssociationsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_deiarsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_deiarsAssociations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [InstanceAssociation]))) (S1 (MetaSel (Just Symbol "_deiarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

deiarsNextToken :: Lens' DescribeEffectiveInstanceAssociationsResponse (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.