Module Values_0.DescribeAssociationExecutionsResultSource

Views all executions for a specific association ID.

Sourcetype nonrec t = {
  1. associationExecutions : AssociationExecutionsList.t option;
    (*

    A list of the executions for the specified association ID.

    *)
  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. | `InternalServerError of InternalServerError.t
  3. | `InvalidNextToken of InvalidNextToken.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?associationExecutions:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AssociationDoesNotExist of AssociationDoesNotExist.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 | `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 * [> `List of [> `Structure of (string * [> `Enum of string | `String of AlarmName.t ]) list ] list | `String of AssociationId.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of AlarmName.t ]) list ] list ]) 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