| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudFormation.ListStackSets
Description
Returns summary information about stack sets that are associated with the user.
Synopsis
- listStackSets :: ListStackSets
- data ListStackSets
- lssStatus :: Lens' ListStackSets (Maybe StackSetStatus)
- lssNextToken :: Lens' ListStackSets (Maybe Text)
- lssMaxResults :: Lens' ListStackSets (Maybe Natural)
- listStackSetsResponse :: Int -> ListStackSetsResponse
- data ListStackSetsResponse
- lssrsNextToken :: Lens' ListStackSetsResponse (Maybe Text)
- lssrsSummaries :: Lens' ListStackSetsResponse [StackSetSummary]
- lssrsResponseStatus :: Lens' ListStackSetsResponse Int
Creating a Request
listStackSets :: ListStackSets Source #
Creates a value of ListStackSets with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lssStatus- The status of the stack sets that you want to get summary information about.lssNextToken- If the previous paginated request didn't return all of the remaining results, the response object'sNextTokenparameter value is set to a token. To retrieve the next set of results, callListStackSetsagain and assign that token to the request object'sNextTokenparameter. If there are no remaining results, the previous response object'sNextTokenparameter is set tonull.lssMaxResults- The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes aNextTokenvalue that you can assign to theNextTokenrequest parameter to get the next set of results.
data ListStackSets Source #
See: listStackSets smart constructor.
Instances
Request Lenses
lssStatus :: Lens' ListStackSets (Maybe StackSetStatus) Source #
The status of the stack sets that you want to get summary information about.
lssNextToken :: Lens' ListStackSets (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 ListStackSets 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 .
lssMaxResults :: Lens' ListStackSets (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.
Destructuring the Response
listStackSetsResponse Source #
Arguments
| :: Int | |
| -> ListStackSetsResponse |
Creates a value of ListStackSetsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lssrsNextToken- If the request doesn't return all of the remaining results,NextTokenis set to a token. To retrieve the next set of results, callListStackInstancesagain and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set tonull.lssrsSummaries- A list ofStackSetSummarystructures that contain information about the user's stack sets.lssrsResponseStatus- -- | The response status code.
data ListStackSetsResponse Source #
See: listStackSetsResponse smart constructor.
Instances
Response Lenses
lssrsNextToken :: Lens' ListStackSetsResponse (Maybe Text) Source #
If the request doesn't return all of the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListStackInstances again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null .
lssrsSummaries :: Lens' ListStackSetsResponse [StackSetSummary] Source #
A list of StackSetSummary structures that contain information about the user's stack sets.
lssrsResponseStatus :: Lens' ListStackSetsResponse Int Source #
- - | The response status code.