Values_1.CreateRefreshScheduleResponseSourceCreates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset.
type nonrec t = {status : StatusCode.t option;The HTTP status of the request.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)scheduleId : Values_0.String_.t option;The ID of the refresh schedule.
*)arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) for the refresh schedule.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalFailureException of InternalFailureException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `LimitExceededException of LimitExceededException.t| `PreconditionNotMetException of PreconditionNotMetException.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
| `PreconditionNotMetException of PreconditionNotMetException.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
| `PreconditionNotMetException of PreconditionNotMetException.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 * [> `Integer of StatusCode.t | `String of Values_0.String_.t ])
list ]