Values_2.UpdateDataSetResponseSourceUpdates a dataset. This operation doesn't support datasets that include uploaded files as a source. Partial updates are not supported by this operation.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the dataset.
*)dataSetId : Values_1.ResourceId.t option;The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)ingestionArn : Values_0.Arn.t option;The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
*)ingestionId : Values_1.ResourceId.t option;The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)status : Values_1.StatusCode.t option;The HTTP status of the request.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `ConflictException of Values_1.ConflictException.t| `InternalFailureException of Values_1.InternalFailureException.t| `InvalidDataSetParameterValueException of
Values_1.InvalidDataSetParameterValueException.t| `InvalidParameterValueException of Values_1.InvalidParameterValueException.t| `LimitExceededException of Values_1.LimitExceededException.t| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t| `ThrottlingException of Values_1.ThrottlingException.t| `UnsupportedUserEditionException of Values_1.UnsupportedUserEditionException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of Values_1.ConflictException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidDataSetParameterValueException of
Values_1.InvalidDataSetParameterValueException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `LimitExceededException of Values_1.LimitExceededException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedUserEditionException of
Values_1.UnsupportedUserEditionException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of Values_1.ConflictException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidDataSetParameterValueException of
Values_1.InvalidDataSetParameterValueException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `LimitExceededException of Values_1.LimitExceededException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedUserEditionException of
Values_1.UnsupportedUserEditionException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_1.StatusCode.t | `String of Values_0.Arn.t ])
list ]