Values.UpdateParallelDataResponseSourceUpdates a previously created parallel data resource by importing a new input file from Amazon S3.
type nonrec t = {name : ResourceName.t option;The name of the parallel data resource being updated.
*)status : ParallelDataStatus.t option;The status of the parallel data resource that you are attempting to update. Your update request is accepted only if this status is either ACTIVE or FAILED.
*)latestUpdateAttemptStatus : ParallelDataStatus.t option;The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.
*)latestUpdateAttemptAt : Timestamp.t option;The time that the most recent update was attempted.
*)}type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `InvalidRequestException of InvalidRequestException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceName.t
| `Timestamp of Timestamp.t ])
list ]