Module Values.StartSearchJobInputSource

This 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.

Sourcetype nonrec t = {
  1. tags : TagMap.t option;
    (*

    List of tags returned by the operation.

    *)
  2. name : StartSearchJobInputNameString.t option;
    (*

    Include alphanumeric characters to create a name for this search job.

    *)
  3. encryptionKeyArn : EncryptionKeyArn.t option;
    (*

    The encryption key for the specified search job.

    *)
  4. 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.

    *)
  5. searchScope : SearchScope.t;
    (*

    This object can contain BackupResourceTypes, BackupResourceArns, BackupResourceCreationTime, BackupResourceTags, and SourceResourceArns to filter the recovery points returned by the search job.

    *)
  6. itemFilters : ItemFilters.t option;
    (*

    Item Filters represent all input item properties specified when the search was created. Contains either EBSItemFilters or S3ItemFilters

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ?name:??? -> ?encryptionKeyArn:??? -> ?clientToken:??? -> ?itemFilters:??? -> searchScope:SearchScope.t -> unit -> t
Sourceval 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 ]
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