Values_0.DescribeAssociationExecutionsRequestSourceViews all executions for a specific association ID.
type nonrec t = {associationId : AssociationId.t;The association ID for which you want to view execution history details.
*)filters : AssociationExecutionFilterList.t option;Filters for the request. You can specify the following filters and values. ExecutionId (EQUAL) Status (EQUAL) CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
*)maxResults : MaxResults.t option;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.
*)nextToken : NextToken.t option;A token to start the list. Use this token to get the next set of results.
*)}val make :
?filters:??? ->
?maxResults:??? ->
?nextToken:??? ->
associationId:AssociationId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of AssociationExecutionFilterValue.t ])
list ]
list
| `String of AssociationId.t ])
list ]