// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`AssociateWebsiteAuthorizationProvider`](crate::operation::associate_website_authorization_provider::builders::AssociateWebsiteAuthorizationProviderFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`fleet_arn(impl Into<String>)`](crate::operation::associate_website_authorization_provider::builders::AssociateWebsiteAuthorizationProviderFluentBuilder::fleet_arn) / [`set_fleet_arn(Option<String>)`](crate::operation::associate_website_authorization_provider::builders::AssociateWebsiteAuthorizationProviderFluentBuilder::set_fleet_arn): <p>The ARN of the fleet.</p>
/// - [`authorization_provider_type(AuthorizationProviderType)`](crate::operation::associate_website_authorization_provider::builders::AssociateWebsiteAuthorizationProviderFluentBuilder::authorization_provider_type) / [`set_authorization_provider_type(Option<AuthorizationProviderType>)`](crate::operation::associate_website_authorization_provider::builders::AssociateWebsiteAuthorizationProviderFluentBuilder::set_authorization_provider_type): <p>The authorization provider type.</p>
/// - [`domain_name(impl Into<String>)`](crate::operation::associate_website_authorization_provider::builders::AssociateWebsiteAuthorizationProviderFluentBuilder::domain_name) / [`set_domain_name(Option<String>)`](crate::operation::associate_website_authorization_provider::builders::AssociateWebsiteAuthorizationProviderFluentBuilder::set_domain_name): <p>The domain name of the authorization provider. This applies only to SAML-based authorization providers.</p>
/// - On success, responds with [`AssociateWebsiteAuthorizationProviderOutput`](crate::operation::associate_website_authorization_provider::AssociateWebsiteAuthorizationProviderOutput) with field(s):
/// - [`authorization_provider_id(Option<String>)`](crate::operation::associate_website_authorization_provider::AssociateWebsiteAuthorizationProviderOutput::authorization_provider_id): <p>A unique identifier for the authorization provider.</p>
/// - On failure, responds with [`SdkError<AssociateWebsiteAuthorizationProviderError>`](crate::operation::associate_website_authorization_provider::AssociateWebsiteAuthorizationProviderError)
#[deprecated(
note = "Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK."
)]
pub fn associate_website_authorization_provider(&self) -> crate::operation::associate_website_authorization_provider::builders::AssociateWebsiteAuthorizationProviderFluentBuilder{
crate::operation::associate_website_authorization_provider::builders::AssociateWebsiteAuthorizationProviderFluentBuilder::new(self.handle.clone())
}
}