Module Values.ExportPreferencesSource

Indicates the type of data that is being exported. Only one ExportPreferences can be enabled for a StartExportTask action.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?ec2RecommendationsPreferences:??? -> unit -> t
Sourceval 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 ]
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