Struct aws_sdk_computeoptimizer::client::fluent_builders::DeleteRecommendationPreferences [−][src]
pub struct DeleteRecommendationPreferences<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DeleteRecommendationPreferences
.
Deletes a recommendation preference, such as enhanced infrastructure metrics.
For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.
Implementations
impl<C, M, R> DeleteRecommendationPreferences<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DeleteRecommendationPreferences<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DeleteRecommendationPreferencesOutput, SdkError<DeleteRecommendationPreferencesError>> where
R::Policy: SmithyRetryPolicy<DeleteRecommendationPreferencesInputOperationOutputAlias, DeleteRecommendationPreferencesOutput, DeleteRecommendationPreferencesError, DeleteRecommendationPreferencesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DeleteRecommendationPreferencesOutput, SdkError<DeleteRecommendationPreferencesError>> where
R::Policy: SmithyRetryPolicy<DeleteRecommendationPreferencesInputOperationOutputAlias, DeleteRecommendationPreferencesOutput, DeleteRecommendationPreferencesError, DeleteRecommendationPreferencesInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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.
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.
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.
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.
Appends an item to recommendationPreferenceNames
.
To override the contents of this collection use set_recommendation_preference_names
.
The name of the recommendation preference to delete.
Enhanced infrastructure metrics (EnhancedInfrastructureMetrics
) is the only feature that can be activated through preferences. Therefore, it is also the only recommendation preference that can be deleted.
pub fn set_recommendation_preference_names(
self,
input: Option<Vec<RecommendationPreferenceName>>
) -> Self
pub fn set_recommendation_preference_names(
self,
input: Option<Vec<RecommendationPreferenceName>>
) -> Self
The name of the recommendation preference to delete.
Enhanced infrastructure metrics (EnhancedInfrastructureMetrics
) is the only feature that can be activated through preferences. Therefore, it is also the only recommendation preference that can be deleted.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DeleteRecommendationPreferences<C, M, R>
impl<C, M, R> Send for DeleteRecommendationPreferences<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DeleteRecommendationPreferences<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DeleteRecommendationPreferences<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DeleteRecommendationPreferences<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more