Module Values.GetSearchResultExportJobInputSource

This operation retrieves the metadata of an export job. An export job is an operation that transmits the results of a search job to a specified S3 bucket in a .csv file. An export job allows you to retain results of a search beyond the search job's scheduled retention of 7 days.

Sourcetype nonrec t = {
  1. exportJobIdentifier : GenericId.t;
    (*

    This is the unique string that identifies a specific export job. Required for this operation.

    *)
}
Sourceval context_ : string
Sourceval make : exportJobIdentifier:GenericId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericId.t ]) 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