Copyright | (c) 2013-2017 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 the results of a stack set operation.
- listStackSetOperationResults :: Text -> Text -> ListStackSetOperationResults
- data ListStackSetOperationResults
- lssorNextToken :: Lens' ListStackSetOperationResults (Maybe Text)
- lssorMaxResults :: Lens' ListStackSetOperationResults (Maybe Natural)
- lssorStackSetName :: Lens' ListStackSetOperationResults Text
- lssorOperationId :: Lens' ListStackSetOperationResults Text
- listStackSetOperationResultsResponse :: Int -> ListStackSetOperationResultsResponse
- data ListStackSetOperationResultsResponse
- lssorrsNextToken :: Lens' ListStackSetOperationResultsResponse (Maybe Text)
- lssorrsSummaries :: Lens' ListStackSetOperationResultsResponse [StackSetOperationResultSummary]
- lssorrsResponseStatus :: Lens' ListStackSetOperationResultsResponse Int
Creating a Request
listStackSetOperationResults Source #
Creates a value of ListStackSetOperationResults
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lssorNextToken
- If the previous 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, callListStackSetOperationResults
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
.lssorMaxResults
- 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.lssorStackSetName
- The name or unique ID of the stack set that you want to get operation results for.lssorOperationId
- The ID of the stack set operation.
data ListStackSetOperationResults Source #
See: listStackSetOperationResults
smart constructor.
Request Lenses
lssorNextToken :: Lens' ListStackSetOperationResults (Maybe Text) Source #
If the previous 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 ListStackSetOperationResults
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
.
lssorMaxResults :: Lens' ListStackSetOperationResults (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.
lssorStackSetName :: Lens' ListStackSetOperationResults Text Source #
The name or unique ID of the stack set that you want to get operation results for.
lssorOperationId :: Lens' ListStackSetOperationResults Text Source #
The ID of the stack set operation.
Destructuring the Response
listStackSetOperationResultsResponse Source #
Creates a value of ListStackSetOperationResultsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lssorrsNextToken
- 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
.lssorrsSummaries
- A list ofStackSetOperationResultSummary
structures that contain information about the specified operation results, for accounts and regions that are included in the operation.lssorrsResponseStatus
- -- | The response status code.
data ListStackSetOperationResultsResponse Source #
See: listStackSetOperationResultsResponse
smart constructor.
Response Lenses
lssorrsNextToken :: Lens' ListStackSetOperationResultsResponse (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
.
lssorrsSummaries :: Lens' ListStackSetOperationResultsResponse [StackSetOperationResultSummary] Source #
A list of StackSetOperationResultSummary
structures that contain information about the specified operation results, for accounts and regions that are included in the operation.
lssorrsResponseStatus :: Lens' ListStackSetOperationResultsResponse Int Source #
- - | The response status code.