// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteProgressUpdateStream`](crate::operation::delete_progress_update_stream::builders::DeleteProgressUpdateStreamFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`progress_update_stream_name(impl Into<String>)`](crate::operation::delete_progress_update_stream::builders::DeleteProgressUpdateStreamFluentBuilder::progress_update_stream_name) / [`set_progress_update_stream_name(Option<String>)`](crate::operation::delete_progress_update_stream::builders::DeleteProgressUpdateStreamFluentBuilder::set_progress_update_stream_name):<br>required: **true**<br><p>The name of the ProgressUpdateStream. <i>Do not store personal data in this field.</i> </p><br>
/// - [`dry_run(bool)`](crate::operation::delete_progress_update_stream::builders::DeleteProgressUpdateStreamFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::delete_progress_update_stream::builders::DeleteProgressUpdateStreamFluentBuilder::set_dry_run):<br>required: **false**<br><p>Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.</p><br>
/// - On success, responds with [`DeleteProgressUpdateStreamOutput`](crate::operation::delete_progress_update_stream::DeleteProgressUpdateStreamOutput)
/// - On failure, responds with [`SdkError<DeleteProgressUpdateStreamError>`](crate::operation::delete_progress_update_stream::DeleteProgressUpdateStreamError)
pub fn delete_progress_update_stream(
&self,
) -> crate::operation::delete_progress_update_stream::builders::DeleteProgressUpdateStreamFluentBuilder {
crate::operation::delete_progress_update_stream::builders::DeleteProgressUpdateStreamFluentBuilder::new(self.handle.clone())
}
}