1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UndeprecateDomain`](crate::operation::undeprecate_domain::builders::UndeprecateDomainFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`name(impl Into<String>)`](crate::operation::undeprecate_domain::builders::UndeprecateDomainFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::undeprecate_domain::builders::UndeprecateDomainFluentBuilder::set_name): <p>The name of the domain of the deprecated workflow type.</p>
    /// - On success, responds with [`UndeprecateDomainOutput`](crate::operation::undeprecate_domain::UndeprecateDomainOutput)
    /// - On failure, responds with [`SdkError<UndeprecateDomainError>`](crate::operation::undeprecate_domain::UndeprecateDomainError)
    pub fn undeprecate_domain(
        &self,
    ) -> crate::operation::undeprecate_domain::builders::UndeprecateDomainFluentBuilder {
        crate::operation::undeprecate_domain::builders::UndeprecateDomainFluentBuilder::new(
            self.handle.clone(),
        )
    }
}