aws-sdk-customerprofiles 1.118.0

AWS SDK for Amazon Connect Customer Profiles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteDomainLayout`](crate::operation::delete_domain_layout::builders::DeleteDomainLayoutFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`domain_name(impl Into<String>)`](crate::operation::delete_domain_layout::builders::DeleteDomainLayoutFluentBuilder::domain_name) / [`set_domain_name(Option<String>)`](crate::operation::delete_domain_layout::builders::DeleteDomainLayoutFluentBuilder::set_domain_name):<br>required: **true**<br><p>The unique name of the domain.</p><br>
    ///   - [`layout_definition_name(impl Into<String>)`](crate::operation::delete_domain_layout::builders::DeleteDomainLayoutFluentBuilder::layout_definition_name) / [`set_layout_definition_name(Option<String>)`](crate::operation::delete_domain_layout::builders::DeleteDomainLayoutFluentBuilder::set_layout_definition_name):<br>required: **true**<br><p>The unique name of the layout.</p><br>
    /// - On success, responds with [`DeleteDomainLayoutOutput`](crate::operation::delete_domain_layout::DeleteDomainLayoutOutput) with field(s):
    ///   - [`message(String)`](crate::operation::delete_domain_layout::DeleteDomainLayoutOutput::message): <p>A message that indicates the delete request is done.</p>
    /// - On failure, responds with [`SdkError<DeleteDomainLayoutError>`](crate::operation::delete_domain_layout::DeleteDomainLayoutError)
    pub fn delete_domain_layout(&self) -> crate::operation::delete_domain_layout::builders::DeleteDomainLayoutFluentBuilder {
        crate::operation::delete_domain_layout::builders::DeleteDomainLayoutFluentBuilder::new(self.handle.clone())
    }
}