1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisableLDAPS`](crate::operation::disable_ldaps::builders::DisableLDAPSFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`directory_id(impl ::std::convert::Into<String>)`](crate::operation::disable_ldaps::builders::DisableLDAPSFluentBuilder::directory_id) / [`set_directory_id(Option<String>)`](crate::operation::disable_ldaps::builders::DisableLDAPSFluentBuilder::set_directory_id): <p>The identifier of the directory.</p>
    ///   - [`r#type(LdapsType)`](crate::operation::disable_ldaps::builders::DisableLDAPSFluentBuilder::type) / [`set_type(Option<LdapsType>)`](crate::operation::disable_ldaps::builders::DisableLDAPSFluentBuilder::set_type): <p>The type of LDAP security to enable. Currently only the value <code>Client</code> is supported.</p>
    /// - On success, responds with [`DisableLdapsOutput`](crate::operation::disable_ldaps::DisableLdapsOutput)
    /// - On failure, responds with [`SdkError<DisableLDAPSError>`](crate::operation::disable_ldaps::DisableLDAPSError)
    pub fn disable_ldaps(&self) -> crate::operation::disable_ldaps::builders::DisableLDAPSFluentBuilder {
        crate::operation::disable_ldaps::builders::DisableLDAPSFluentBuilder::new(self.handle.clone())
    }
}