Values.StartSearchJobInputSourceThis operation creates a search job which returns recovery points filtered by SearchScope and items filtered by ItemFilters. You can optionally include ClientToken, EncryptionKeyArn, Name, and/or Tags.
type nonrec t = {name : StartSearchJobInputNameString.t option;Include alphanumeric characters to create a name for this search job.
*)encryptionKeyArn : EncryptionKeyArn.t option;The encryption key for the specified search job.
*)clientToken : String_.t option;Include this parameter to allow multiple identical calls for idempotency. A client token is valid for 8 hours after the first request that uses it is completed. After this time, any request with the same token is treated as a new request.
*)searchScope : SearchScope.t;This object can contain BackupResourceTypes, BackupResourceArns, BackupResourceCreationTime, BackupResourceTags, and SourceResourceArns to filter the recovery points returned by the search job.
*)itemFilters : ItemFilters.t option;Item Filters represent all input item properties specified when the search was created. Contains either EBSItemFilters or S3ItemFilters
*)}val make :
?tags:??? ->
?name:??? ->
?encryptionKeyArn:??? ->
?clientToken:??? ->
?itemFilters:??? ->
searchScope:SearchScope.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of StartSearchJobInputNameString.t
| `Structure of
(string
* [> `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
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `Structure of (string * [> `Timestamp of Timestamp.t ]) list ])
list ])
list ]