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 [`DeleteAgentContext`](crate::operation::delete_agent_context::builders::DeleteAgentContextFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`profile_arn(impl Into<String>)`](crate::operation::delete_agent_context::builders::DeleteAgentContextFluentBuilder::profile_arn) / [`set_profile_arn(Option<String>)`](crate::operation::delete_agent_context::builders::DeleteAgentContextFluentBuilder::set_profile_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the profile containing the context.</p><br>
    ///   - [`id(impl Into<String>)`](crate::operation::delete_agent_context::builders::DeleteAgentContextFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_agent_context::builders::DeleteAgentContextFluentBuilder::set_id):<br>required: **true**<br><p>The unique identifier of the context to delete.</p><br>
    /// - On success, responds with [`DeleteAgentContextOutput`](crate::operation::delete_agent_context::DeleteAgentContextOutput)
    /// - On failure, responds with [`SdkError<DeleteAgentContextError>`](crate::operation::delete_agent_context::DeleteAgentContextError)
    pub fn delete_agent_context(&self) -> crate::operation::delete_agent_context::builders::DeleteAgentContextFluentBuilder {
        crate::operation::delete_agent_context::builders::DeleteAgentContextFluentBuilder::new(self.handle.clone())
    }
}