Values_0.DescribeAssociationExecutionTargetsRequestSourceViews information about a specific execution of a specific association.
type nonrec t = {associationId : AssociationId.t;The association ID that includes the execution for which you want to view details.
*)executionId : AssociationExecutionId.t;The execution ID for which you want to view details.
*)filters : AssociationExecutionTargetsFilterList.t option;Filters for the request. You can specify the following filters and values. Status (EQUAL) ResourceId (EQUAL) ResourceType (EQUAL)
*)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 ->
executionId:AssociationExecutionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of AssociationExecutionTargetsFilterValue.t ])
list ]
list
| `String of AssociationId.t ])
list ]