Module Values_2.PutDataSetRefreshPropertiesRequestSource

Creates or updates the dataset refresh properties for the dataset.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The Amazon Web Services account ID.

    *)
  2. dataSetId : Values_1.ResourceId.t;
    (*

    The ID of the dataset.

    *)
  3. dataSetRefreshProperties : Values_1.DataSetRefreshProperties.t;
    (*

    The dataset refresh properties.

    *)
}
Sourceval context_ : string
Sourceval make : awsAccountId:Values_1.AwsAccountId.t -> dataSetId:Values_1.ResourceId.t -> dataSetRefreshProperties:Values_1.DataSetRefreshProperties.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.AwsAccountId.t | `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Long of Awso.Import.Int64.t | `String of Values_0.String_.t ]) list ]) list ]) list ]) 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