amazonka-cloudformation-1.6.1: 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 # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

Data ListStackSetOperations Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

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 # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

Show ListStackSetOperations Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

Generic ListStackSetOperations Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

Associated Types

type Rep ListStackSetOperations :: Type -> Type #

Hashable ListStackSetOperations Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

AWSRequest ListStackSetOperations Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

Associated Types

type Rs ListStackSetOperations :: Type #

ToHeaders ListStackSetOperations Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

ToPath ListStackSetOperations Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

ToQuery ListStackSetOperations Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

NFData ListStackSetOperations Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

Methods

rnf :: ListStackSetOperations -> () #

type Rep ListStackSetOperations Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

type Rep ListStackSetOperations = D1 (MetaData "ListStackSetOperations" "Network.AWS.CloudFormation.ListStackSetOperations" "amazonka-cloudformation-1.6.1-9C1vgCDBA4sIHFUFfPs2gm" False) (C1 (MetaCons "ListStackSetOperations'" PrefixI True) (S1 (MetaSel (Just "_lssoNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lssoMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_lssoStackSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ListStackSetOperations Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

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 # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

Data ListStackSetOperationsResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

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 # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

Show ListStackSetOperationsResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

Generic ListStackSetOperationsResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

Associated Types

type Rep ListStackSetOperationsResponse :: Type -> Type #

NFData ListStackSetOperationsResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

type Rep ListStackSetOperationsResponse Source # 
Instance details

Defined in Network.AWS.CloudFormation.ListStackSetOperations

type Rep ListStackSetOperationsResponse = D1 (MetaData "ListStackSetOperationsResponse" "Network.AWS.CloudFormation.ListStackSetOperations" "amazonka-cloudformation-1.6.1-9C1vgCDBA4sIHFUFfPs2gm" False) (C1 (MetaCons "ListStackSetOperationsResponse'" PrefixI True) (S1 (MetaSel (Just "_lssorsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lssorsSummaries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StackSetOperationSummary])) :*: S1 (MetaSel (Just "_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.