Values_2.PutDataSetRefreshPropertiesRequestSourceCreates or updates the dataset refresh properties for the dataset.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID.
*)dataSetId : Values_1.ResourceId.t;The ID of the dataset.
*)dataSetRefreshProperties : Values_1.DataSetRefreshProperties.t;The dataset refresh properties.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
dataSetId:Values_1.ResourceId.t ->
dataSetRefreshProperties:Values_1.DataSetRefreshProperties.t ->
unit ->
tval 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 ]