aws_sdk_cloudformation/client/execute_stack_refactor.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`ExecuteStackRefactor`](crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`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>
7 /// - On success, responds with [`ExecuteStackRefactorOutput`](crate::operation::execute_stack_refactor::ExecuteStackRefactorOutput)
8 /// - On failure, responds with [`SdkError<ExecuteStackRefactorError>`](crate::operation::execute_stack_refactor::ExecuteStackRefactorError)
9 pub fn execute_stack_refactor(&self) -> crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder {
10 crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder::new(self.handle.clone())
11 }
12}