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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteAgentProfile`](crate::operation::delete_agent_profile::builders::DeleteAgentProfileFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`profile_arn(impl Into<String>)`](crate::operation::delete_agent_profile::builders::DeleteAgentProfileFluentBuilder::profile_arn) / [`set_profile_arn(Option<String>)`](crate::operation::delete_agent_profile::builders::DeleteAgentProfileFluentBuilder::set_profile_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the profile to delete.</p><br>
    /// - On success, responds with [`DeleteAgentProfileOutput`](crate::operation::delete_agent_profile::DeleteAgentProfileOutput)
    /// - On failure, responds with [`SdkError<DeleteAgentProfileError>`](crate::operation::delete_agent_profile::DeleteAgentProfileError)
    pub fn delete_agent_profile(&self) -> crate::operation::delete_agent_profile::builders::DeleteAgentProfileFluentBuilder {
        crate::operation::delete_agent_profile::builders::DeleteAgentProfileFluentBuilder::new(self.handle.clone())
    }
}