Module Values_0.DescribeAssociationExecutionTargetsResultSource

Views information about a specific execution of a specific association.

Sourcetype nonrec t = {
  1. associationExecutionTargets : AssociationExecutionTargetsList.t option;
    (*

    Information about the execution.

    *)
  2. nextToken : NextToken.t option;
    (*

    The token for the next set of items to return. Use this token to get the next set of results.

    *)
}
Sourcetype nonrec error = [
  1. | `AssociationDoesNotExist of AssociationDoesNotExist.t
  2. | `AssociationExecutionDoesNotExist of AssociationExecutionDoesNotExist.t
  3. | `InternalServerError of InternalServerError.t
  4. | `InvalidNextToken of InvalidNextToken.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?associationExecutionTargets:??? -> ?nextToken:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t