// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DisassociateWebsiteCertificateAuthority`](crate::operation::disassociate_website_certificate_authority::builders::DisassociateWebsiteCertificateAuthorityFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`fleet_arn(impl Into<String>)`](crate::operation::disassociate_website_certificate_authority::builders::DisassociateWebsiteCertificateAuthorityFluentBuilder::fleet_arn) / [`set_fleet_arn(Option<String>)`](crate::operation::disassociate_website_certificate_authority::builders::DisassociateWebsiteCertificateAuthorityFluentBuilder::set_fleet_arn):<br>required: **true**<br><p>The ARN of the fleet.</p><br>
/// - [`website_ca_id(impl Into<String>)`](crate::operation::disassociate_website_certificate_authority::builders::DisassociateWebsiteCertificateAuthorityFluentBuilder::website_ca_id) / [`set_website_ca_id(Option<String>)`](crate::operation::disassociate_website_certificate_authority::builders::DisassociateWebsiteCertificateAuthorityFluentBuilder::set_website_ca_id):<br>required: **true**<br><p>A unique identifier for the CA.</p><br>
/// - On success, responds with [`DisassociateWebsiteCertificateAuthorityOutput`](crate::operation::disassociate_website_certificate_authority::DisassociateWebsiteCertificateAuthorityOutput)
/// - On failure, responds with [`SdkError<DisassociateWebsiteCertificateAuthorityError>`](crate::operation::disassociate_website_certificate_authority::DisassociateWebsiteCertificateAuthorityError)
#[deprecated(note = "Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")]
pub fn disassociate_website_certificate_authority(
&self,
) -> crate::operation::disassociate_website_certificate_authority::builders::DisassociateWebsiteCertificateAuthorityFluentBuilder {
crate::operation::disassociate_website_certificate_authority::builders::DisassociateWebsiteCertificateAuthorityFluentBuilder::new(
self.handle.clone(),
)
}
}