aws-sdk-cloudformation 1.111.0

AWS SDK for AWS CloudFormation
Documentation
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 [`ExecuteStackRefactor`](crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`stack_refactor_id(impl Into<String>)`](crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder::stack_refactor_id) / [`set_stack_refactor_id(Option<String>)`](crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder::set_stack_refactor_id):<br>required: **true**<br><p>The ID associated with the stack refactor created from the <code>CreateStackRefactor</code> action.</p><br>
    /// - On success, responds with [`ExecuteStackRefactorOutput`](crate::operation::execute_stack_refactor::ExecuteStackRefactorOutput)
    /// - On failure, responds with [`SdkError<ExecuteStackRefactorError>`](crate::operation::execute_stack_refactor::ExecuteStackRefactorError)
    pub fn execute_stack_refactor(&self) -> crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder {
        crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder::new(self.handle.clone())
    }
}