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 [`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):<br>required: **true**<br><p>The ARN of the fleet.</p><br>
    ///   - [`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):<br>required: **true**<br><p>The name of the user.</p><br>
    /// - 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())
    }
}