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 |
Returns summary information about operations performed on a stack set.
Synopsis
- listStackSetOperations :: Text -> ListStackSetOperations
- data ListStackSetOperations
- lssoNextToken :: Lens' ListStackSetOperations (Maybe Text)
- lssoMaxResults :: Lens' ListStackSetOperations (Maybe Natural)
- lssoStackSetName :: Lens' ListStackSetOperations Text
- listStackSetOperationsResponse :: Int -> ListStackSetOperationsResponse
- data ListStackSetOperationsResponse
- lssorsNextToken :: Lens' ListStackSetOperationsResponse (Maybe Text)
- lssorsSummaries :: Lens' ListStackSetOperationsResponse [StackSetOperationSummary]
- lssorsResponseStatus :: Lens' ListStackSetOperationsResponse Int
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'sNextToken
parameter value is set to a token. To retrieve the next set of results, callListStackSetOperations
again and assign that token to the request object'sNextToken
parameter. If there are no remaining results, the previous response object'sNextToken
parameter is set tonull
.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 aNextToken
value that you can assign to theNextToken
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
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, callListOperationResults
again and assign that token to the request object'sNextToken
parameter. If there are no remaining results,NextToken
is set tonull
.lssorsSummaries
- A list ofStackSetOperationSummary
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
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.
lssorsResponseStatus :: Lens' ListStackSetOperationsResponse Int Source #
- - | The response status code.