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 [`ListDomainNames`](crate::operation::list_domain_names::builders::ListDomainNamesFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::list_domain_names::builders::ListDomainNamesFluentBuilder::send) it.
    /// - On success, responds with [`ListDomainNamesOutput`](crate::operation::list_domain_names::ListDomainNamesOutput) with field(s):
    ///   - [`domain_names(Option<HashMap::<String, String>>)`](crate::operation::list_domain_names::ListDomainNamesOutput::domain_names): <p>The names of the search domains owned by an account.</p>
    /// - On failure, responds with [`SdkError<ListDomainNamesError>`](crate::operation::list_domain_names::ListDomainNamesError)
    pub fn list_domain_names(&self) -> crate::operation::list_domain_names::builders::ListDomainNamesFluentBuilder {
        crate::operation::list_domain_names::builders::ListDomainNamesFluentBuilder::new(self.handle.clone())
    }
}