| 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.DescribeAssociationExecutions
Description
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_maxResults :: Lens' DescribeAssociationExecutions (Maybe Natural)
- describeAssociationExecutions_nextToken :: Lens' DescribeAssociationExecutions (Maybe Text)
- describeAssociationExecutions_associationId :: Lens' DescribeAssociationExecutions Text
- data DescribeAssociationExecutionsResponse = DescribeAssociationExecutionsResponse' {}
- newDescribeAssociationExecutionsResponse :: Int -> DescribeAssociationExecutionsResponse
- describeAssociationExecutionsResponse_associationExecutions :: Lens' DescribeAssociationExecutionsResponse (Maybe [AssociationExecution])
- describeAssociationExecutionsResponse_nextToken :: Lens' DescribeAssociationExecutionsResponse (Maybe Text)
- describeAssociationExecutionsResponse_httpStatus :: Lens' DescribeAssociationExecutionsResponse Int
Creating a Request
data DescribeAssociationExecutions Source #
See: newDescribeAssociationExecutions smart constructor.
Constructors
| DescribeAssociationExecutions' | |
Fields
| |
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:
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: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.
DescribeAssociationExecutions, describeAssociationExecutions_nextToken - A token to start the list. Use this token to get the next set of
results.
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_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_nextToken :: Lens' DescribeAssociationExecutions (Maybe Text) Source #
A token to start the list. Use this token 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.
Constructors
| DescribeAssociationExecutionsResponse' | |
Fields
| |
Instances
newDescribeAssociationExecutionsResponse Source #
Arguments
| :: Int | |
| -> DescribeAssociationExecutionsResponse |
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:associationExecutions:DescribeAssociationExecutionsResponse', describeAssociationExecutionsResponse_associationExecutions - A list of the executions for the specified association ID.
DescribeAssociationExecutions, describeAssociationExecutionsResponse_nextToken - The token for the next set of items to return. Use this token to get the
next set of results.
$sel:httpStatus:DescribeAssociationExecutionsResponse', describeAssociationExecutionsResponse_httpStatus - The response's http status code.
Response Lenses
describeAssociationExecutionsResponse_associationExecutions :: Lens' DescribeAssociationExecutionsResponse (Maybe [AssociationExecution]) Source #
A list of the executions for the specified association ID.
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_httpStatus :: Lens' DescribeAssociationExecutionsResponse Int Source #
The response's http status code.