| 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.ListStackSetOperationResults
Description
Returns summary information about the results of a stack set operation.
Synopsis
- 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 #
Arguments
| :: Text | |
| -> Text | |
| -> ListStackSetOperationResults |
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'sNextTokenparameter value is set to a token. To retrieve the next set of results, callListStackSetOperationResultsagain and assign that token to the request object'sNextTokenparameter. If there are no remaining results, the previous response object'sNextTokenparameter 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 aNextTokenvalue that you can assign to theNextTokenrequest 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.
Instances
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 #
Arguments
| :: Int | |
| -> ListStackSetOperationResultsResponse |
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,NextTokenis set to a token. To retrieve the next set of results, callListOperationResultsagain and assign that token to the request object'sNextTokenparameter. If there are no remaining results,NextTokenis set tonull.lssorrsSummaries- A list ofStackSetOperationResultSummarystructures 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.
Instances
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.