1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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): <p>The name of the ProgressUpdateStream. <i>Do not store personal data in this field.</i> </p>
    ///   - [`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): <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>
    /// - 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())
    }
}