// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteSpace`](crate::operation::delete_space::builders::DeleteSpaceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`aws_account_id(impl Into<String>)`](crate::operation::delete_space::builders::DeleteSpaceFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::delete_space::builders::DeleteSpaceFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID of the Amazon Web Services account that contains the space.</p><br>
/// - [`space_id(impl Into<String>)`](crate::operation::delete_space::builders::DeleteSpaceFluentBuilder::space_id) / [`set_space_id(Option<String>)`](crate::operation::delete_space::builders::DeleteSpaceFluentBuilder::set_space_id):<br>required: **true**<br><p>The ID of the space that you want to delete.</p><br>
/// - On success, responds with [`DeleteSpaceOutput`](crate::operation::delete_space::DeleteSpaceOutput) with field(s):
/// - [`space_id(String)`](crate::operation::delete_space::DeleteSpaceOutput::space_id): <p>The ID of the space.</p>
/// - [`space_arn(Option<String>)`](crate::operation::delete_space::DeleteSpaceOutput::space_arn): <p>The ARN of the space.</p>
/// - [`request_id(Option<String>)`](crate::operation::delete_space::DeleteSpaceOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - On failure, responds with [`SdkError<DeleteSpaceError>`](crate::operation::delete_space::DeleteSpaceError)
pub fn delete_space(&self) -> crate::operation::delete_space::builders::DeleteSpaceFluentBuilder {
crate::operation::delete_space::builders::DeleteSpaceFluentBuilder::new(self.handle.clone())
}
}