Values.CreateDataSetExportTaskRequestSourceStarts a data set export task for a specific application.
type nonrec t = {applicationId : Identifier.t;The unique identifier of the application for which you want to export data sets.
*)clientToken : ClientToken.t option;Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set export. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
*)exportConfig : DataSetExportConfig.t;The data set export task configuration.
*)kmsKeyId : KMSKeyId.t option;The identifier of a customer managed key.
*)}val make :
?clientToken:??? ->
?kmsKeyId:??? ->
applicationId:Identifier.t ->
exportConfig:DataSetExportConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Identifier.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of String200.t
| `Structure of
(string * [> `String of String2000.t ]) list ])
list ]
list
| `String of String_.t ])
list ])
list ]