Values.DeleteRecommendationPreferencesRequestSourceDeletes a recommendation preference, such as enhanced infrastructure metrics. For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.
type nonrec t = {resourceType : ResourceType.t;The target resource type of the recommendation preference to delete. The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.
*)scope : Scope.t option;An object that describes the scope of the recommendation preference to delete. You can delete recommendation preferences that are created at the organization level (for management accounts of an organization only), account level, and resource level. For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.
*)recommendationPreferenceNames : RecommendationPreferenceNames.t;The name of the recommendation preference to delete.
*)}val make :
?scope:??? ->
resourceType:ResourceType.t ->
recommendationPreferenceNames:RecommendationPreferenceNames.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Structure of
(string * [> `Enum of string | `String of ScopeValue.t ]) list ])
list ]