| 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.SSM.DescribeAutomationExecutions
Description
Provides details about all active and terminated Automation executions.
This operation returns paginated results.
Synopsis
- data DescribeAutomationExecutions = DescribeAutomationExecutions' {}
- newDescribeAutomationExecutions :: DescribeAutomationExecutions
- describeAutomationExecutions_filters :: Lens' DescribeAutomationExecutions (Maybe (NonEmpty AutomationExecutionFilter))
- describeAutomationExecutions_maxResults :: Lens' DescribeAutomationExecutions (Maybe Natural)
- describeAutomationExecutions_nextToken :: Lens' DescribeAutomationExecutions (Maybe Text)
- data DescribeAutomationExecutionsResponse = DescribeAutomationExecutionsResponse' {}
- newDescribeAutomationExecutionsResponse :: Int -> DescribeAutomationExecutionsResponse
- describeAutomationExecutionsResponse_automationExecutionMetadataList :: Lens' DescribeAutomationExecutionsResponse (Maybe [AutomationExecutionMetadata])
- describeAutomationExecutionsResponse_nextToken :: Lens' DescribeAutomationExecutionsResponse (Maybe Text)
- describeAutomationExecutionsResponse_httpStatus :: Lens' DescribeAutomationExecutionsResponse Int
Creating a Request
data DescribeAutomationExecutions Source #
See: newDescribeAutomationExecutions smart constructor.
Constructors
| DescribeAutomationExecutions' | |
Fields
| |
Instances
newDescribeAutomationExecutions :: DescribeAutomationExecutions Source #
Create a value of DescribeAutomationExecutions 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:
DescribeAutomationExecutions, describeAutomationExecutions_filters - Filters used to limit the scope of executions that are requested.
$sel:maxResults:DescribeAutomationExecutions', describeAutomationExecutions_maxResults - The maximum number of items to return for this call. The call also
returns a token that you can specify in a subsequent call to get the
next set of results.
DescribeAutomationExecutions, describeAutomationExecutions_nextToken - The token for the next set of items to return. (You received this token
from a previous call.)
Request Lenses
describeAutomationExecutions_filters :: Lens' DescribeAutomationExecutions (Maybe (NonEmpty AutomationExecutionFilter)) Source #
Filters used to limit the scope of executions that are requested.
describeAutomationExecutions_maxResults :: Lens' DescribeAutomationExecutions (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
describeAutomationExecutions_nextToken :: Lens' DescribeAutomationExecutions (Maybe Text) Source #
The token for the next set of items to return. (You received this token from a previous call.)
Destructuring the Response
data DescribeAutomationExecutionsResponse Source #
See: newDescribeAutomationExecutionsResponse smart constructor.
Constructors
| DescribeAutomationExecutionsResponse' | |
Fields
| |
Instances
newDescribeAutomationExecutionsResponse Source #
Arguments
| :: Int | |
| -> DescribeAutomationExecutionsResponse |
Create a value of DescribeAutomationExecutionsResponse 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:automationExecutionMetadataList:DescribeAutomationExecutionsResponse', describeAutomationExecutionsResponse_automationExecutionMetadataList - The list of details about each automation execution which has occurred
which matches the filter specification, if any.
DescribeAutomationExecutions, describeAutomationExecutionsResponse_nextToken - The token to use when requesting the next set of items. If there are no
additional items to return, the string is empty.
$sel:httpStatus:DescribeAutomationExecutionsResponse', describeAutomationExecutionsResponse_httpStatus - The response's http status code.
Response Lenses
describeAutomationExecutionsResponse_automationExecutionMetadataList :: Lens' DescribeAutomationExecutionsResponse (Maybe [AutomationExecutionMetadata]) Source #
The list of details about each automation execution which has occurred which matches the filter specification, if any.
describeAutomationExecutionsResponse_nextToken :: Lens' DescribeAutomationExecutionsResponse (Maybe Text) Source #
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
describeAutomationExecutionsResponse_httpStatus :: Lens' DescribeAutomationExecutionsResponse Int Source #
The response's http status code.