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 [`AssociateSkillWithUsers`](crate::operation::associate_skill_with_users::builders::AssociateSkillWithUsersFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`skill_id(impl Into<String>)`](crate::operation::associate_skill_with_users::builders::AssociateSkillWithUsersFluentBuilder::skill_id) / [`set_skill_id(Option<String>)`](crate::operation::associate_skill_with_users::builders::AssociateSkillWithUsersFluentBuilder::set_skill_id):<br>required: **true**<br><p>The private skill ID you want to make available to enrolled users.</p><br>
    /// - On success, responds with [`AssociateSkillWithUsersOutput`](crate::operation::associate_skill_with_users::AssociateSkillWithUsersOutput)
    /// - On failure, responds with [`SdkError<AssociateSkillWithUsersError>`](crate::operation::associate_skill_with_users::AssociateSkillWithUsersError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn associate_skill_with_users(&self) -> crate::operation::associate_skill_with_users::builders::AssociateSkillWithUsersFluentBuilder {
        crate::operation::associate_skill_with_users::builders::AssociateSkillWithUsersFluentBuilder::new(self.handle.clone())
    }
}