Values.ExportPreferencesSourceIndicates the type of data that is being exported. Only one ExportPreferences can be enabled for a StartExportTask action.
type nonrec t = {ec2RecommendationsPreferences : Ec2RecommendationsExportPreferences.t option;If enabled, exported data includes EC2 instance type matches for on-premises servers discovered through Amazon Web Services Application Discovery Service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of ExportEnabled.t
| `Enum of string
| `List of [> `String of EC2InstanceType.t ] list
| `String of UserPreferredRegion.t
| `Structure of
(string
* [> `Double of UsageMetricPercentageAdjust.t
| `Enum of string
| `String of UsageMetricBasisName.t ])
list ])
list ])
list ]