amazonka-cloudformation-1.6.0: Amazon CloudFormation 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.CloudFormation.ListStackSetOperations

Contents

Description

Returns summary information about operations performed on a stack set.

Synopsis

Creating a Request

listStackSetOperations Source #

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

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

  • lssoNextToken - If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call ListStackSetOperations again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null .
  • lssoMaxResults - The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
  • lssoStackSetName - The name or unique ID of the stack set that you want to get operation summaries for.

data ListStackSetOperations Source #

See: listStackSetOperations smart constructor.

Instances

Eq ListStackSetOperations Source # 
Data ListStackSetOperations Source # 

Methods

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

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

toConstr :: ListStackSetOperations -> Constr #

dataTypeOf :: ListStackSetOperations -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListStackSetOperations Source # 
Show ListStackSetOperations Source # 
Generic ListStackSetOperations Source # 
Hashable ListStackSetOperations Source # 
NFData ListStackSetOperations Source # 

Methods

rnf :: ListStackSetOperations -> () #

AWSRequest ListStackSetOperations Source # 
ToHeaders ListStackSetOperations Source # 
ToPath ListStackSetOperations Source # 
ToQuery ListStackSetOperations Source # 
type Rep ListStackSetOperations Source # 
type Rep ListStackSetOperations = D1 * (MetaData "ListStackSetOperations" "Network.AWS.CloudFormation.ListStackSetOperations" "amazonka-cloudformation-1.6.0-E2GV66prdF5G8DMBRBifWM" False) (C1 * (MetaCons "ListStackSetOperations'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lssoNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lssoMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_lssoStackSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs ListStackSetOperations Source # 

Request Lenses

lssoNextToken :: Lens' ListStackSetOperations (Maybe Text) Source #

If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call ListStackSetOperations again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null .

lssoMaxResults :: Lens' ListStackSetOperations (Maybe Natural) Source #

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

lssoStackSetName :: Lens' ListStackSetOperations Text Source #

The name or unique ID of the stack set that you want to get operation summaries for.

Destructuring the Response

listStackSetOperationsResponse Source #

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

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

  • lssorsNextToken - If the request doesn't return all results, NextToken is set to a token. To retrieve the next set of results, call ListOperationResults again and assign that token to the request object's NextToken parameter. If there are no remaining results, NextToken is set to null .
  • lssorsSummaries - A list of StackSetOperationSummary structures that contain summary information about operations for the specified stack set.
  • lssorsResponseStatus - -- | The response status code.

data ListStackSetOperationsResponse Source #

See: listStackSetOperationsResponse smart constructor.

Instances

Eq ListStackSetOperationsResponse Source # 
Data ListStackSetOperationsResponse Source # 

Methods

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

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

toConstr :: ListStackSetOperationsResponse -> Constr #

dataTypeOf :: ListStackSetOperationsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListStackSetOperationsResponse Source # 
Show ListStackSetOperationsResponse Source # 
Generic ListStackSetOperationsResponse Source # 
NFData ListStackSetOperationsResponse Source # 
type Rep ListStackSetOperationsResponse Source # 
type Rep ListStackSetOperationsResponse = D1 * (MetaData "ListStackSetOperationsResponse" "Network.AWS.CloudFormation.ListStackSetOperations" "amazonka-cloudformation-1.6.0-E2GV66prdF5G8DMBRBifWM" False) (C1 * (MetaCons "ListStackSetOperationsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lssorsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lssorsSummaries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [StackSetOperationSummary]))) (S1 * (MetaSel (Just Symbol "_lssorsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lssorsNextToken :: Lens' ListStackSetOperationsResponse (Maybe Text) Source #

If the request doesn't return all results, NextToken is set to a token. To retrieve the next set of results, call ListOperationResults again and assign that token to the request object's NextToken parameter. If there are no remaining results, NextToken is set to null .

lssorsSummaries :: Lens' ListStackSetOperationsResponse [StackSetOperationSummary] Source #

A list of StackSetOperationSummary structures that contain summary information about operations for the specified stack set.