Values.StartLoaderJobOutputSourceStarts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See Using the Amazon Neptune Bulk Loader to Ingest Data. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartLoaderJob IAM action in that cluster.
type nonrec t = {status : String_.t option;The HTTP return code indicating the status of the load job.
*)payload : StringValuedMap.t option;Contains a loadId name-value pair that provides an identifier for the load operation.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `BulkLoadIdNotFoundException of BulkLoadIdNotFoundException.t| `ClientTimeoutException of ClientTimeoutException.t| `ConstraintViolationException of ConstraintViolationException.t| `IllegalArgumentException of IllegalArgumentException.t| `InternalFailureException of InternalFailureException.t| `InvalidArgumentException of InvalidArgumentException.t| `InvalidParameterException of InvalidParameterException.t| `LoadUrlAccessDeniedException of LoadUrlAccessDeniedException.t| `MissingParameterException of MissingParameterException.t| `PreconditionsFailedException of PreconditionsFailedException.t| `S3Exception of S3Exception.t| `TooManyRequestsException of TooManyRequestsException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `BulkLoadIdNotFoundException of BulkLoadIdNotFoundException.t
| `ClientTimeoutException of ClientTimeoutException.t
| `ConstraintViolationException of ConstraintViolationException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidParameterException of InvalidParameterException.t
| `LoadUrlAccessDeniedException of LoadUrlAccessDeniedException.t
| `MissingParameterException of MissingParameterException.t
| `PreconditionsFailedException of PreconditionsFailedException.t
| `S3Exception of S3Exception.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `BulkLoadIdNotFoundException of BulkLoadIdNotFoundException.t
| `ClientTimeoutException of ClientTimeoutException.t
| `ConstraintViolationException of ConstraintViolationException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidParameterException of InvalidParameterException.t
| `LoadUrlAccessDeniedException of LoadUrlAccessDeniedException.t
| `MissingParameterException of MissingParameterException.t
| `PreconditionsFailedException of PreconditionsFailedException.t
| `S3Exception of S3Exception.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]