// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteSnapshotSchedule`](crate::operation::delete_snapshot_schedule::builders::DeleteSnapshotScheduleFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`volume_arn(impl Into<String>)`](crate::operation::delete_snapshot_schedule::builders::DeleteSnapshotScheduleFluentBuilder::volume_arn) / [`set_volume_arn(Option<String>)`](crate::operation::delete_snapshot_schedule::builders::DeleteSnapshotScheduleFluentBuilder::set_volume_arn):<br>required: **true**<br><p>The volume which snapshot schedule to delete.</p><br>
/// - On success, responds with [`DeleteSnapshotScheduleOutput`](crate::operation::delete_snapshot_schedule::DeleteSnapshotScheduleOutput) with field(s):
/// - [`volume_arn(Option<String>)`](crate::operation::delete_snapshot_schedule::DeleteSnapshotScheduleOutput::volume_arn): <p>The volume which snapshot schedule was deleted.</p>
/// - On failure, responds with [`SdkError<DeleteSnapshotScheduleError>`](crate::operation::delete_snapshot_schedule::DeleteSnapshotScheduleError)
pub fn delete_snapshot_schedule(&self) -> crate::operation::delete_snapshot_schedule::builders::DeleteSnapshotScheduleFluentBuilder {
crate::operation::delete_snapshot_schedule::builders::DeleteSnapshotScheduleFluentBuilder::new(self.handle.clone())
}
}