| 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.SSM.DescribeAutomationExecutions
Description
Provides details about all active and terminated Automation executions.
Synopsis
- describeAutomationExecutions :: DescribeAutomationExecutions
- data DescribeAutomationExecutions
- daeFilters :: Lens' DescribeAutomationExecutions (Maybe (NonEmpty AutomationExecutionFilter))
- daeNextToken :: Lens' DescribeAutomationExecutions (Maybe Text)
- daeMaxResults :: Lens' DescribeAutomationExecutions (Maybe Natural)
- describeAutomationExecutionsResponse :: Int -> DescribeAutomationExecutionsResponse
- data DescribeAutomationExecutionsResponse
- daersNextToken :: Lens' DescribeAutomationExecutionsResponse (Maybe Text)
- daersAutomationExecutionMetadataList :: Lens' DescribeAutomationExecutionsResponse [AutomationExecutionMetadata]
- daersResponseStatus :: Lens' DescribeAutomationExecutionsResponse Int
Creating a Request
describeAutomationExecutions :: DescribeAutomationExecutions Source #
Creates a value of DescribeAutomationExecutions with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
daeFilters- Filters used to limit the scope of executions that are requested.daeNextToken- The token for the next set of items to return. (You received this token from a previous call.)daeMaxResults- 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.
data DescribeAutomationExecutions Source #
See: describeAutomationExecutions smart constructor.
Instances
Request Lenses
daeFilters :: Lens' DescribeAutomationExecutions (Maybe (NonEmpty AutomationExecutionFilter)) Source #
Filters used to limit the scope of executions that are requested.
daeNextToken :: Lens' DescribeAutomationExecutions (Maybe Text) Source #
The token for the next set of items to return. (You received this token from a previous call.)
daeMaxResults :: 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.
Destructuring the Response
describeAutomationExecutionsResponse Source #
Arguments
| :: Int | |
| -> DescribeAutomationExecutionsResponse |
Creates a value of DescribeAutomationExecutionsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
daersNextToken- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.daersAutomationExecutionMetadataList- The list of details about each automation execution which has occurred which matches the filter specification, if any.daersResponseStatus- -- | The response status code.
data DescribeAutomationExecutionsResponse Source #
See: describeAutomationExecutionsResponse smart constructor.
Instances
Response Lenses
daersNextToken :: 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.
daersAutomationExecutionMetadataList :: Lens' DescribeAutomationExecutionsResponse [AutomationExecutionMetadata] Source #
The list of details about each automation execution which has occurred which matches the filter specification, if any.
daersResponseStatus :: Lens' DescribeAutomationExecutionsResponse Int Source #
- - | The response status code.