Values.GetSearchJobOutputSourceThis operation retrieves metadata of a search job, including its progress.
type nonrec t = {name : String_.t option;Returned name of the specified 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.
*)currentSearchProgress : CurrentSearchProgress.t option;Returns numbers representing BackupsScannedCount, ItemsScanned, and ItemsMatched.
*)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.
*)encryptionKeyArn : EncryptionKeyArn.t option;The encryption key for the specified search job. Example: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
*)completionTime : Timestamp.t option;The date and time that a search job completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
*)status : SearchJobState.t option;The current status of the specified search job. A search job may have one of the following statuses: RUNNING; COMPLETED; STOPPED; FAILED; TIMED_OUT; or EXPIRED .
*)searchScope : SearchScope.t option;The search scope is all backup properties input into a search.
*)itemFilters : ItemFilters.t option;Item Filters represent all input item properties specified when the search was created.
*)creationTime : Timestamp.t option;The date and time that a search job was created, in Unix format and Coordinated Universal Time (UTC). The value of CompletionTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
*)searchJobIdentifier : GenericId.t option;The unique string that identifies the specified search job.
*)searchJobArn : SearchJobArn.t option;The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]
list
| `Long of Long.t
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `Structure of (string * [> `Timestamp of Timestamp.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]