Values_1.CreateIngestionResponseSourceCreates and starts a new SPICE ingestion for a dataset. You can manually refresh datasets in an Enterprise edition account 32 times in a 24-hour period. You can manually refresh datasets in a Standard edition account 8 times in a 24-hour period. Each 24-hour period is measured starting 24 hours before the current date and time. Any ingestions operating on tagged datasets inherit the same tags automatically for use in access control. For an example, see How do I create an IAM policy to control access to Amazon EC2 resources using tags? in the Amazon Web Services Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) for the data ingestion.
*)ingestionId : IngestionId.t option;An ID for the ingestion.
*)ingestionStatus : IngestionStatus.t option;The ingestion status.
*)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| `InternalFailureException of InternalFailureException.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 ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of InternalFailureException.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 ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of InternalFailureException.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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of StatusCode.t
| `String of Values_0.Arn.t ])
list ]