Values_1.CreateDataSetResponseSourceCreates a dataset. This operation doesn't support datasets that include uploaded files as a source.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the dataset.
*)dataSetId : ResourceId.t option;The ID for the dataset that you want to create. 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 : 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 : StatusCode.t option;The HTTP status of the request.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalFailureException of InternalFailureException.t| `InvalidDataSetParameterValueException of
InvalidDataSetParameterValueException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `LimitExceededException of LimitExceededException.t| `ResourceExistsException of ResourceExistsException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `UnsupportedUserEditionException of 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 ConflictException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidDataSetParameterValueException of
InvalidDataSetParameterValueException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceExistsException of ResourceExistsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedUserEditionException of UnsupportedUserEditionException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidDataSetParameterValueException of
InvalidDataSetParameterValueException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceExistsException of ResourceExistsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedUserEditionException of UnsupportedUserEditionException.t ]val to_value :
t ->
[> `Structure of
(string * [> `Integer of StatusCode.t | `String of Values_0.Arn.t ])
list ]