| 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 |
Amazonka.CloudFormation.ListStackSetOperations
Description
Returns summary information about operations performed on a stack set.
This operation returns paginated results.
Synopsis
- data ListStackSetOperations = ListStackSetOperations' {}
- newListStackSetOperations :: Text -> ListStackSetOperations
- listStackSetOperations_callAs :: Lens' ListStackSetOperations (Maybe CallAs)
- listStackSetOperations_maxResults :: Lens' ListStackSetOperations (Maybe Natural)
- listStackSetOperations_nextToken :: Lens' ListStackSetOperations (Maybe Text)
- listStackSetOperations_stackSetName :: Lens' ListStackSetOperations Text
- data ListStackSetOperationsResponse = ListStackSetOperationsResponse' {}
- newListStackSetOperationsResponse :: Int -> ListStackSetOperationsResponse
- listStackSetOperationsResponse_nextToken :: Lens' ListStackSetOperationsResponse (Maybe Text)
- listStackSetOperationsResponse_summaries :: Lens' ListStackSetOperationsResponse (Maybe [StackSetOperationSummary])
- listStackSetOperationsResponse_httpStatus :: Lens' ListStackSetOperationsResponse Int
Creating a Request
data ListStackSetOperations Source #
See: newListStackSetOperations smart constructor.
Constructors
| ListStackSetOperations' | |
Fields
| |
Instances
newListStackSetOperations Source #
Arguments
| :: Text | |
| -> ListStackSetOperations |
Create a value of ListStackSetOperations 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:ListStackSetOperations', listStackSetOperations_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:maxResults:ListStackSetOperations', listStackSetOperations_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.
ListStackSetOperations, listStackSetOperations_nextToken - 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.
ListStackSetOperations, listStackSetOperations_stackSetName - The name or unique ID of the stack set that you want to get operation
summaries for.
Request Lenses
listStackSetOperations_callAs :: Lens' ListStackSetOperations (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.
listStackSetOperations_maxResults :: 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.
listStackSetOperations_nextToken :: 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.
listStackSetOperations_stackSetName :: Lens' ListStackSetOperations Text Source #
The name or unique ID of the stack set that you want to get operation summaries for.
Destructuring the Response
data ListStackSetOperationsResponse Source #
See: newListStackSetOperationsResponse smart constructor.
Constructors
| ListStackSetOperationsResponse' | |
Fields
| |
Instances
newListStackSetOperationsResponse Source #
Create a value of ListStackSetOperationsResponse 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:
ListStackSetOperations, listStackSetOperationsResponse_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:ListStackSetOperationsResponse', listStackSetOperationsResponse_summaries - A list of StackSetOperationSummary structures that contain summary
information about operations for the specified stack set.
$sel:httpStatus:ListStackSetOperationsResponse', listStackSetOperationsResponse_httpStatus - The response's http status code.
Response Lenses
listStackSetOperationsResponse_nextToken :: 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.
listStackSetOperationsResponse_summaries :: Lens' ListStackSetOperationsResponse (Maybe [StackSetOperationSummary]) Source #
A list of StackSetOperationSummary structures that contain summary
information about operations for the specified stack set.
listStackSetOperationsResponse_httpStatus :: Lens' ListStackSetOperationsResponse Int Source #
The response's http status code.