// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteAlertManagerDefinition`](crate::operation::delete_alert_manager_definition::builders::DeleteAlertManagerDefinitionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`workspace_id(impl Into<String>)`](crate::operation::delete_alert_manager_definition::builders::DeleteAlertManagerDefinitionFluentBuilder::workspace_id) / [`set_workspace_id(Option<String>)`](crate::operation::delete_alert_manager_definition::builders::DeleteAlertManagerDefinitionFluentBuilder::set_workspace_id):<br>required: **true**<br><p>The ID of the workspace to delete the alert manager definition from.</p><br>
/// - [`client_token(impl Into<String>)`](crate::operation::delete_alert_manager_definition::builders::DeleteAlertManagerDefinitionFluentBuilder::client_token) / [`set_client_token(Option<String>)`](crate::operation::delete_alert_manager_definition::builders::DeleteAlertManagerDefinitionFluentBuilder::set_client_token):<br>required: **false**<br><p>A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.</p><br>
/// - On success, responds with [`DeleteAlertManagerDefinitionOutput`](crate::operation::delete_alert_manager_definition::DeleteAlertManagerDefinitionOutput)
/// - On failure, responds with [`SdkError<DeleteAlertManagerDefinitionError>`](crate::operation::delete_alert_manager_definition::DeleteAlertManagerDefinitionError)
pub fn delete_alert_manager_definition(
&self,
) -> crate::operation::delete_alert_manager_definition::builders::DeleteAlertManagerDefinitionFluentBuilder {
crate::operation::delete_alert_manager_definition::builders::DeleteAlertManagerDefinitionFluentBuilder::new(self.handle.clone())
}
}