// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteWorkspaceServiceAccount`](crate::operation::delete_workspace_service_account::builders::DeleteWorkspaceServiceAccountFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`service_account_id(impl Into<String>)`](crate::operation::delete_workspace_service_account::builders::DeleteWorkspaceServiceAccountFluentBuilder::service_account_id) / [`set_service_account_id(Option<String>)`](crate::operation::delete_workspace_service_account::builders::DeleteWorkspaceServiceAccountFluentBuilder::set_service_account_id):<br>required: **true**<br><p>The ID of the service account to delete.</p><br>
/// - [`workspace_id(impl Into<String>)`](crate::operation::delete_workspace_service_account::builders::DeleteWorkspaceServiceAccountFluentBuilder::workspace_id) / [`set_workspace_id(Option<String>)`](crate::operation::delete_workspace_service_account::builders::DeleteWorkspaceServiceAccountFluentBuilder::set_workspace_id):<br>required: **true**<br><p>The ID of the workspace where the service account resides.</p><br>
/// - On success, responds with [`DeleteWorkspaceServiceAccountOutput`](crate::operation::delete_workspace_service_account::DeleteWorkspaceServiceAccountOutput) with field(s):
/// - [`service_account_id(String)`](crate::operation::delete_workspace_service_account::DeleteWorkspaceServiceAccountOutput::service_account_id): <p>The ID of the service account deleted.</p>
/// - [`workspace_id(String)`](crate::operation::delete_workspace_service_account::DeleteWorkspaceServiceAccountOutput::workspace_id): <p>The ID of the workspace where the service account was deleted.</p>
/// - On failure, responds with [`SdkError<DeleteWorkspaceServiceAccountError>`](crate::operation::delete_workspace_service_account::DeleteWorkspaceServiceAccountError)
pub fn delete_workspace_service_account(
&self,
) -> crate::operation::delete_workspace_service_account::builders::DeleteWorkspaceServiceAccountFluentBuilder {
crate::operation::delete_workspace_service_account::builders::DeleteWorkspaceServiceAccountFluentBuilder::new(self.handle.clone())
}
}