aws-sdk-wellarchitected 1.110.0

AWS SDK for AWS Well-Architected Tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteAgentGoal`](crate::operation::delete_agent_goal::builders::DeleteAgentGoalFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`profile_arn(impl Into<String>)`](crate::operation::delete_agent_goal::builders::DeleteAgentGoalFluentBuilder::profile_arn) / [`set_profile_arn(Option<String>)`](crate::operation::delete_agent_goal::builders::DeleteAgentGoalFluentBuilder::set_profile_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the profile containing the goal.</p><br>
    ///   - [`id(impl Into<String>)`](crate::operation::delete_agent_goal::builders::DeleteAgentGoalFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_agent_goal::builders::DeleteAgentGoalFluentBuilder::set_id):<br>required: **true**<br><p>The unique identifier of the goal to delete.</p><br>
    /// - On success, responds with [`DeleteAgentGoalOutput`](crate::operation::delete_agent_goal::DeleteAgentGoalOutput)
    /// - On failure, responds with [`SdkError<DeleteAgentGoalError>`](crate::operation::delete_agent_goal::DeleteAgentGoalError)
    pub fn delete_agent_goal(&self) -> crate::operation::delete_agent_goal::builders::DeleteAgentGoalFluentBuilder {
        crate::operation::delete_agent_goal::builders::DeleteAgentGoalFluentBuilder::new(self.handle.clone())
    }
}