aws-sdk-worklink 0.27.0

AWS SDK for Amazon WorkLink
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`SignOutUser`](crate::operation::sign_out_user::builders::SignOutUserFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`fleet_arn(impl Into<String>)`](crate::operation::sign_out_user::builders::SignOutUserFluentBuilder::fleet_arn) / [`set_fleet_arn(Option<String>)`](crate::operation::sign_out_user::builders::SignOutUserFluentBuilder::set_fleet_arn): <p>The ARN of the fleet.</p>
    ///   - [`username(impl Into<String>)`](crate::operation::sign_out_user::builders::SignOutUserFluentBuilder::username) / [`set_username(Option<String>)`](crate::operation::sign_out_user::builders::SignOutUserFluentBuilder::set_username): <p>The name of the user.</p>
    /// - On success, responds with [`SignOutUserOutput`](crate::operation::sign_out_user::SignOutUserOutput)
    /// - On failure, responds with [`SdkError<SignOutUserError>`](crate::operation::sign_out_user::SignOutUserError)
    #[deprecated(
        note = "Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
    )]
    pub fn sign_out_user(
        &self,
    ) -> crate::operation::sign_out_user::builders::SignOutUserFluentBuilder {
        crate::operation::sign_out_user::builders::SignOutUserFluentBuilder::new(
            self.handle.clone(),
        )
    }
}