Copyright | (c) 2013-2021 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 |
Views all executions for a specific association ID.
This operation returns paginated results.
Synopsis
- data DescribeAssociationExecutions = DescribeAssociationExecutions' {}
- newDescribeAssociationExecutions :: Text -> DescribeAssociationExecutions
- describeAssociationExecutions_filters :: Lens' DescribeAssociationExecutions (Maybe (NonEmpty AssociationExecutionFilter))
- describeAssociationExecutions_nextToken :: Lens' DescribeAssociationExecutions (Maybe Text)
- describeAssociationExecutions_maxResults :: Lens' DescribeAssociationExecutions (Maybe Natural)
- describeAssociationExecutions_associationId :: Lens' DescribeAssociationExecutions Text
- data DescribeAssociationExecutionsResponse = DescribeAssociationExecutionsResponse' {}
- newDescribeAssociationExecutionsResponse :: Int -> DescribeAssociationExecutionsResponse
- describeAssociationExecutionsResponse_nextToken :: Lens' DescribeAssociationExecutionsResponse (Maybe Text)
- describeAssociationExecutionsResponse_associationExecutions :: Lens' DescribeAssociationExecutionsResponse (Maybe [AssociationExecution])
- describeAssociationExecutionsResponse_httpStatus :: Lens' DescribeAssociationExecutionsResponse Int
Creating a Request
data DescribeAssociationExecutions Source #
See: newDescribeAssociationExecutions
smart constructor.
DescribeAssociationExecutions' | |
|
Instances
newDescribeAssociationExecutions Source #
Create a value of DescribeAssociationExecutions
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:filters:DescribeAssociationExecutions'
, describeAssociationExecutions_filters
- Filters for the request. You can specify the following filters and
values.
ExecutionId (EQUAL)
Status (EQUAL)
CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
$sel:nextToken:DescribeAssociationExecutions'
, describeAssociationExecutions_nextToken
- A token to start the list. Use this token to get the next set of
results.
$sel:maxResults:DescribeAssociationExecutions'
, describeAssociationExecutions_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.
$sel:associationId:DescribeAssociationExecutions'
, describeAssociationExecutions_associationId
- The association ID for which you want to view execution history details.
Request Lenses
describeAssociationExecutions_filters :: Lens' DescribeAssociationExecutions (Maybe (NonEmpty AssociationExecutionFilter)) Source #
Filters for the request. You can specify the following filters and values.
ExecutionId (EQUAL)
Status (EQUAL)
CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
describeAssociationExecutions_nextToken :: Lens' DescribeAssociationExecutions (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
describeAssociationExecutions_maxResults :: Lens' DescribeAssociationExecutions (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.
describeAssociationExecutions_associationId :: Lens' DescribeAssociationExecutions Text Source #
The association ID for which you want to view execution history details.
Destructuring the Response
data DescribeAssociationExecutionsResponse Source #
See: newDescribeAssociationExecutionsResponse
smart constructor.
DescribeAssociationExecutionsResponse' | |
|
Instances
newDescribeAssociationExecutionsResponse Source #
Create a value of DescribeAssociationExecutionsResponse
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:nextToken:DescribeAssociationExecutions'
, describeAssociationExecutionsResponse_nextToken
- The token for the next set of items to return. Use this token to get the
next set of results.
$sel:associationExecutions:DescribeAssociationExecutionsResponse'
, describeAssociationExecutionsResponse_associationExecutions
- A list of the executions for the specified association ID.
$sel:httpStatus:DescribeAssociationExecutionsResponse'
, describeAssociationExecutionsResponse_httpStatus
- The response's http status code.
Response Lenses
describeAssociationExecutionsResponse_nextToken :: Lens' DescribeAssociationExecutionsResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
describeAssociationExecutionsResponse_associationExecutions :: Lens' DescribeAssociationExecutionsResponse (Maybe [AssociationExecution]) Source #
A list of the executions for the specified association ID.
describeAssociationExecutionsResponse_httpStatus :: Lens' DescribeAssociationExecutionsResponse Int Source #
The response's http status code.