Values_0.DescribeAssociationExecutionTargetsResultSourceViews information about a specific execution of a specific association.
type nonrec t = {associationExecutionTargets : AssociationExecutionTargetsList.t option;Information about the execution.
*)nextToken : NextToken.t option;The token for the next set of items to return. Use this token to get the next set of results.
*)}type nonrec error = [ | `AssociationDoesNotExist of AssociationDoesNotExist.t| `AssociationExecutionDoesNotExist of AssociationExecutionDoesNotExist.t| `InternalServerError of InternalServerError.t| `InvalidNextToken of InvalidNextToken.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AssociationDoesNotExist of AssociationDoesNotExist.t
| `AssociationExecutionDoesNotExist of AssociationExecutionDoesNotExist.t
| `InternalServerError of InternalServerError.t
| `InvalidNextToken of InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AssociationDoesNotExist of AssociationDoesNotExist.t
| `AssociationExecutionDoesNotExist of AssociationExecutionDoesNotExist.t
| `InternalServerError of InternalServerError.t
| `InvalidNextToken of InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of AssociationId.t
| `Structure of
(string * [> `String of OutputSourceId.t ]) list
| `Timestamp of DateTime.t ])
list ]
list
| `String of NextToken.t ])
list ]