Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Returns summary information about the results of a stack set operation.
This operation returns paginated results.
Synopsis
- data ListStackSetOperationResults = ListStackSetOperationResults' {}
- newListStackSetOperationResults :: Text -> Text -> ListStackSetOperationResults
- listStackSetOperationResults_callAs :: Lens' ListStackSetOperationResults (Maybe CallAs)
- listStackSetOperationResults_filters :: Lens' ListStackSetOperationResults (Maybe [OperationResultFilter])
- listStackSetOperationResults_maxResults :: Lens' ListStackSetOperationResults (Maybe Natural)
- listStackSetOperationResults_nextToken :: Lens' ListStackSetOperationResults (Maybe Text)
- listStackSetOperationResults_stackSetName :: Lens' ListStackSetOperationResults Text
- listStackSetOperationResults_operationId :: Lens' ListStackSetOperationResults Text
- data ListStackSetOperationResultsResponse = ListStackSetOperationResultsResponse' {}
- newListStackSetOperationResultsResponse :: Int -> ListStackSetOperationResultsResponse
- listStackSetOperationResultsResponse_nextToken :: Lens' ListStackSetOperationResultsResponse (Maybe Text)
- listStackSetOperationResultsResponse_summaries :: Lens' ListStackSetOperationResultsResponse (Maybe [StackSetOperationResultSummary])
- listStackSetOperationResultsResponse_httpStatus :: Lens' ListStackSetOperationResultsResponse Int
Creating a Request
data ListStackSetOperationResults Source #
See: newListStackSetOperationResults
smart constructor.
ListStackSetOperationResults' | |
|
Instances
newListStackSetOperationResults Source #
:: Text | |
-> Text | |
-> ListStackSetOperationResults |
Create a value of ListStackSetOperationResults
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:callAs:ListStackSetOperationResults'
, listStackSetOperationResults_callAs
- [Service-managed permissions] Specifies whether you are acting as an
account administrator in the organization's management account or as a
delegated administrator in a member account.
By default, SELF
is specified. Use SELF
for stack sets with
self-managed permissions.
- If you are signed in to the management account, specify
SELF
. If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN
.Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
$sel:filters:ListStackSetOperationResults'
, listStackSetOperationResults_filters
- The filter to apply to operation results.
$sel:maxResults:ListStackSetOperationResults'
, listStackSetOperationResults_maxResults
- 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.
ListStackSetOperationResults
, listStackSetOperationResults_nextToken
- If the previous request didn't return all 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
.
ListStackSetOperationResults
, listStackSetOperationResults_stackSetName
- The name or unique ID of the stack set that you want to get operation
results for.
ListStackSetOperationResults
, listStackSetOperationResults_operationId
- The ID of the stack set operation.
Request Lenses
listStackSetOperationResults_callAs :: Lens' ListStackSetOperationResults (Maybe CallAs) Source #
- Service-managed permissions
- Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF
is specified. Use SELF
for stack sets with
self-managed permissions.
- If you are signed in to the management account, specify
SELF
. If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN
.Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
listStackSetOperationResults_filters :: Lens' ListStackSetOperationResults (Maybe [OperationResultFilter]) Source #
The filter to apply to operation results.
listStackSetOperationResults_maxResults :: 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.
listStackSetOperationResults_nextToken :: Lens' ListStackSetOperationResults (Maybe Text) Source #
If the previous request didn't return all 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
.
listStackSetOperationResults_stackSetName :: Lens' ListStackSetOperationResults Text Source #
The name or unique ID of the stack set that you want to get operation results for.
listStackSetOperationResults_operationId :: Lens' ListStackSetOperationResults Text Source #
The ID of the stack set operation.
Destructuring the Response
data ListStackSetOperationResultsResponse Source #
See: newListStackSetOperationResultsResponse
smart constructor.
ListStackSetOperationResultsResponse' | |
|
Instances
newListStackSetOperationResultsResponse Source #
Create a value of ListStackSetOperationResultsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListStackSetOperationResults
, listStackSetOperationResultsResponse_nextToken
- 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
.
$sel:summaries:ListStackSetOperationResultsResponse'
, listStackSetOperationResultsResponse_summaries
- A list of StackSetOperationResultSummary
structures that contain
information about the specified operation results, for accounts and
Amazon Web Services Regions that are included in the operation.
$sel:httpStatus:ListStackSetOperationResultsResponse'
, listStackSetOperationResultsResponse_httpStatus
- The response's http status code.
Response Lenses
listStackSetOperationResultsResponse_nextToken :: 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
.
listStackSetOperationResultsResponse_summaries :: Lens' ListStackSetOperationResultsResponse (Maybe [StackSetOperationResultSummary]) Source #
A list of StackSetOperationResultSummary
structures that contain
information about the specified operation results, for accounts and
Amazon Web Services Regions that are included in the operation.
listStackSetOperationResultsResponse_httpStatus :: Lens' ListStackSetOperationResultsResponse Int Source #
The response's http status code.