// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteSession`](crate::operation::delete_session::builders::DeleteSessionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::delete_session::builders::DeleteSessionFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_session::builders::DeleteSessionFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the session to be deleted.</p><br>
/// - [`request_origin(impl Into<String>)`](crate::operation::delete_session::builders::DeleteSessionFluentBuilder::request_origin) / [`set_request_origin(Option<String>)`](crate::operation::delete_session::builders::DeleteSessionFluentBuilder::set_request_origin):<br>required: **false**<br><p>The name of the origin of the delete session request.</p><br>
/// - On success, responds with [`DeleteSessionOutput`](crate::operation::delete_session::DeleteSessionOutput) with field(s):
/// - [`id(Option<String>)`](crate::operation::delete_session::DeleteSessionOutput::id): <p>Returns the ID of the deleted session.</p>
/// - On failure, responds with [`SdkError<DeleteSessionError>`](crate::operation::delete_session::DeleteSessionError)
pub fn delete_session(&self) -> crate::operation::delete_session::builders::DeleteSessionFluentBuilder {
crate::operation::delete_session::builders::DeleteSessionFluentBuilder::new(self.handle.clone())
}
}