Module Values.DescribeJobsResponseSource

Returns a list of Jobs. Use the JobsID and fromDate and toData filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are normally created by the StartTest, StartCutover, and TerminateTargetInstances APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.

Sourcetype nonrec t = {
  1. items : JobsList.t option;
    (*

    Request to describe Job log items.

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

    Request to describe Job response by next token.

    *)
}
Sourcetype nonrec error = [
  1. | `UninitializedAccountException of UninitializedAccountException.t
  2. | `ValidationException of ValidationException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?items:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `UninitializedAccountException of UninitializedAccountException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `UninitializedAccountException of UninitializedAccountException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of SourceServerID.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of BoundedString.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of StrictlyPositiveInteger.t | `Map of ([> `String of SsmDocumentParameterName.t ] * [> `List of [> `Structure of (string * [> `Enum of string | `String of SsmParameterStoreParameterName.t ]) list ] list | `Structure of (string * [> `String of JmesPathString.t ]) list ]) list | `String of BoundedString.t ]) list ]) list ] list | `String of ISO8601DatetimeString.t ]) list ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of JobID.t ]) list ] list | `String of PaginationToken.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