aws-sdk-applicationsignals 1.77.0

AWS SDK for Amazon CloudWatch Application Signals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteServiceLevelObjective`](crate::operation::delete_service_level_objective::builders::DeleteServiceLevelObjectiveFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_service_level_objective::builders::DeleteServiceLevelObjectiveFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_service_level_objective::builders::DeleteServiceLevelObjectiveFluentBuilder::set_id):<br>required: **true**<br><p>The ARN or name of the service level objective to delete.</p><br>
    /// - On success, responds with [`DeleteServiceLevelObjectiveOutput`](crate::operation::delete_service_level_objective::DeleteServiceLevelObjectiveOutput)
    /// - On failure, responds with [`SdkError<DeleteServiceLevelObjectiveError>`](crate::operation::delete_service_level_objective::DeleteServiceLevelObjectiveError)
    pub fn delete_service_level_objective(
        &self,
    ) -> crate::operation::delete_service_level_objective::builders::DeleteServiceLevelObjectiveFluentBuilder {
        crate::operation::delete_service_level_objective::builders::DeleteServiceLevelObjectiveFluentBuilder::new(self.handle.clone())
    }
}