// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteAgentSpace`](crate::operation::delete_agent_space::builders::DeleteAgentSpaceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`agent_space_id(impl Into<String>)`](crate::operation::delete_agent_space::builders::DeleteAgentSpaceFluentBuilder::agent_space_id) / [`set_agent_space_id(Option<String>)`](crate::operation::delete_agent_space::builders::DeleteAgentSpaceFluentBuilder::set_agent_space_id):<br>required: **true**<br>Unique identifier of the agent space to delete<br>
/// - On success, responds with [`DeleteAgentSpaceOutput`](crate::operation::delete_agent_space::DeleteAgentSpaceOutput) with field(s):
/// - [`agent_space_id(Option<String>)`](crate::operation::delete_agent_space::DeleteAgentSpaceOutput::agent_space_id): Unique identifier of the deleted agent space
/// - On failure, responds with [`SdkError<DeleteAgentSpaceError>`](crate::operation::delete_agent_space::DeleteAgentSpaceError)
pub fn delete_agent_space(&self) -> crate::operation::delete_agent_space::builders::DeleteAgentSpaceFluentBuilder {
crate::operation::delete_agent_space::builders::DeleteAgentSpaceFluentBuilder::new(self.handle.clone())
}
}