You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/computeoptimizer/src/client/delete_recommendation_preferences.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ impl super::Client {
3
3
/// Constructs a fluent builder for the [`DeleteRecommendationPreferences`](crate::operation::delete_recommendation_preferences::builders::DeleteRecommendationPreferencesFluentBuilder) operation.
4
4
///
5
5
/// - The fluent builder is configurable:
6
-
/// - [`resource_type(ResourceType)`](crate::operation::delete_recommendation_preferences::builders::DeleteRecommendationPreferencesFluentBuilder::resource_type) / [`set_resource_type(Option<ResourceType>)`](crate::operation::delete_recommendation_preferences::builders::DeleteRecommendationPreferencesFluentBuilder::set_resource_type):<br>required: **true**<br><p>The target resource type of the recommendation preference to delete.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p><br>
6
+
/// - [`resource_type(ResourceType)`](crate::operation::delete_recommendation_preferences::builders::DeleteRecommendationPreferencesFluentBuilder::resource_type) / [`set_resource_type(Option<ResourceType>)`](crate::operation::delete_recommendation_preferences::builders::DeleteRecommendationPreferencesFluentBuilder::set_resource_type):<br>required: **true**<br><p>The target resource type of the recommendation preference to delete.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Amazon EC2 Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Amazon EC2 Auto Scaling group.</p><br>
7
7
/// - [`scope(Scope)`](crate::operation::delete_recommendation_preferences::builders::DeleteRecommendationPreferencesFluentBuilder::scope) / [`set_scope(Option<Scope>)`](crate::operation::delete_recommendation_preferences::builders::DeleteRecommendationPreferencesFluentBuilder::set_scope):<br>required: **false**<br><p>An object that describes the scope of the recommendation preference to delete.</p> <p>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 <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/enhanced-infrastructure-metrics.html">Activating enhanced infrastructure metrics</a> in the <i>Compute Optimizer User Guide</i>.</p><br>
8
8
/// - [`recommendation_preference_names(RecommendationPreferenceName)`](crate::operation::delete_recommendation_preferences::builders::DeleteRecommendationPreferencesFluentBuilder::recommendation_preference_names) / [`set_recommendation_preference_names(Option<Vec::<RecommendationPreferenceName>>)`](crate::operation::delete_recommendation_preferences::builders::DeleteRecommendationPreferencesFluentBuilder::set_recommendation_preference_names):<br>required: **true**<br><p>The name of the recommendation preference to delete.</p><br>
9
9
/// - On success, responds with [`DeleteRecommendationPreferencesOutput`](crate::operation::delete_recommendation_preferences::DeleteRecommendationPreferencesOutput)
0 commit comments