aws_sdk_appstream/client/
delete_theme_for_stack.rs

1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteThemeForStack`](crate::operation::delete_theme_for_stack::builders::DeleteThemeForStackFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`stack_name(impl Into<String>)`](crate::operation::delete_theme_for_stack::builders::DeleteThemeForStackFluentBuilder::stack_name) / [`set_stack_name(Option<String>)`](crate::operation::delete_theme_for_stack::builders::DeleteThemeForStackFluentBuilder::set_stack_name):<br>required: **true**<br><p>The name of the stack for the theme.</p><br>
    /// - On success, responds with [`DeleteThemeForStackOutput`](crate::operation::delete_theme_for_stack::DeleteThemeForStackOutput)
    /// - On failure, responds with [`SdkError<DeleteThemeForStackError>`](crate::operation::delete_theme_for_stack::DeleteThemeForStackError)
    pub fn delete_theme_for_stack(&self) -> crate::operation::delete_theme_for_stack::builders::DeleteThemeForStackFluentBuilder {
        crate::operation::delete_theme_for_stack::builders::DeleteThemeForStackFluentBuilder::new(self.handle.clone())
    }
}