// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteSchedule`](crate::operation::delete_schedule::builders::DeleteScheduleFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`channel_id(impl Into<String>)`](crate::operation::delete_schedule::builders::DeleteScheduleFluentBuilder::channel_id) / [`set_channel_id(Option<String>)`](crate::operation::delete_schedule::builders::DeleteScheduleFluentBuilder::set_channel_id):<br>required: **true**<br>Id of the channel whose schedule is being deleted.<br>
/// - On success, responds with [`DeleteScheduleOutput`](crate::operation::delete_schedule::DeleteScheduleOutput)
/// - On failure, responds with [`SdkError<DeleteScheduleError>`](crate::operation::delete_schedule::DeleteScheduleError)
pub fn delete_schedule(&self) -> crate::operation::delete_schedule::builders::DeleteScheduleFluentBuilder {
crate::operation::delete_schedule::builders::DeleteScheduleFluentBuilder::new(self.handle.clone())
}
}