// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteToken`](crate::operation::delete_token::builders::DeleteTokenFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`app_id(impl Into<String>)`](crate::operation::delete_token::builders::DeleteTokenFluentBuilder::app_id) / [`set_app_id(Option<String>)`](crate::operation::delete_token::builders::DeleteTokenFluentBuilder::set_app_id):<br>required: **true**<br><p>The app ID.</p><br>
/// - [`session_id(impl Into<String>)`](crate::operation::delete_token::builders::DeleteTokenFluentBuilder::session_id) / [`set_session_id(Option<String>)`](crate::operation::delete_token::builders::DeleteTokenFluentBuilder::set_session_id):<br>required: **true**<br><p>The session ID.</p><br>
/// - On success, responds with [`DeleteTokenOutput`](crate::operation::delete_token::DeleteTokenOutput) with field(s):
/// - [`is_success(Option<bool>)`](crate::operation::delete_token::DeleteTokenOutput::is_success): <p>Indicates whether the request succeeded or failed.</p>
/// - On failure, responds with [`SdkError<DeleteTokenError>`](crate::operation::delete_token::DeleteTokenError)
pub fn delete_token(&self) -> crate::operation::delete_token::builders::DeleteTokenFluentBuilder {
crate::operation::delete_token::builders::DeleteTokenFluentBuilder::new(self.handle.clone())
}
}