Values.DescribeJobsResponseSourceReturns a list of Jobs. Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch 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.
type nonrec t = {items : JobsList.t option;An array of Jobs.
*)nextToken : PaginationToken.t option;The token of the next Job to retrieve.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `UninitializedAccountException of UninitializedAccountException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val 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
LaunchActionRunId.t
| `Structure of
(string
* [> `Boolean of
Boolean.t
| `Enum of string
| `Integer of
LaunchActionOrder.t
| `Map of
([> `String of
LaunchActionParameterName.t ]
* [> `Structure of
(string
*
[>
`Enum of
string
| `String of
LaunchActionParameterValue.t ])
list ])
list
| `String of
LaunchActionId.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 ]