Values.SearchJobSummarySourceThis is information pertaining to a search job.
type nonrec t = {searchJobIdentifier : GenericId.t option;The unique string that specifies the search job.
*)searchJobArn : SearchJobArn.t option;The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
*)name : String_.t option;This is the name of the search job.
*)status : SearchJobState.t option;This is the status of the search job.
*)creationTime : Timestamp.t option;This is the creation time of the search job.
*)completionTime : Timestamp.t option;This is the completion time of the search job.
*)searchScopeSummary : SearchScopeSummary.t option;Returned summary of the specified search job scope, including: TotalBackupsToScanCount, the number of recovery points returned by the search. TotalItemsToScanCount, the number of items returned by the search.
*)statusMessage : String_.t option;A status message will be returned for either a earch job with a status of ERRORED or a status of COMPLETED jobs with issues. For example, a message may say that a search contained recovery points unable to be scanned because of a permissions issue.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of GenericId.t
| `Structure of
(string * [> `Integer of Integer.t | `Long of Long.t ]) list
| `Timestamp of Timestamp.t ])
list ]