Module Values_0.BatchGetJobsResponseSource

Returns a list of resource metadata for a given list of job names. After calling the ListJobs operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

Sourcetype nonrec t = {
  1. jobs : JobList.t option;
    (*

    A list of job definitions.

    *)
  2. jobsNotFound : JobNameList.t option;
    (*

    A list of names of jobs not found.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServiceException of InternalServiceException.t
  2. | `InvalidInputException of InvalidInputException.t
  3. | `OperationTimeoutException of OperationTimeoutException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?jobs:??? -> ?jobsNotFound:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServiceException of InternalServiceException.t | `InvalidInputException of InvalidInputException.t | `OperationTimeoutException of OperationTimeoutException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServiceException of InternalServiceException.t | `InvalidInputException of InvalidInputException.t | `OperationTimeoutException of OperationTimeoutException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NameString.t | `Structure of (string * [> `Boolean of NullableBoolean.t | `Double of NullableDouble.t | `Enum of string | `Integer of MaxRetries.t | `Map of ([> `String of GenericString.t ] * [> `String of GenericString.t | `Structure of (string * [> `Structure of (string * Awso.Botodata.value) list ]) list ]) list | `String of NameString.t | `Structure of (string * [> `Enum of string | `Integer of MaxConcurrentRuns.t | `List of [> `String of ConnectionString.t ] list | `String of GenericString.t ]) list | `Timestamp of TimestampValue.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