Module Values_1.CreateRefreshScheduleRequestSource

Creates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset.

Sourcetype nonrec t = {
  1. dataSetId : ResourceId.t;
    (*

    The ID of the dataset.

    *)
  2. awsAccountId : AwsAccountId.t;
    (*

    The Amazon Web Services account ID.

    *)
  3. schedule : RefreshSchedule.t;
    (*

    The refresh schedule.

    *)
}
Sourceval context_ : string
Sourceval make : dataSetId:ResourceId.t -> awsAccountId:AwsAccountId.t -> schedule:RefreshSchedule.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceId.t | `Structure of (string * [> `Enum of string | `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of DayOfMonth.t ]) list ]) list | `Timestamp of Values_0.Timestamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t