aws-sdk-cloudfront 1.116.0

AWS SDK for Amazon CloudFront
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisassociateDistributionTenantWebACL`](crate::operation::disassociate_distribution_tenant_web_acl::builders::DisassociateDistributionTenantWebACLFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::disassociate_distribution_tenant_web_acl::builders::DisassociateDistributionTenantWebACLFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::disassociate_distribution_tenant_web_acl::builders::DisassociateDistributionTenantWebACLFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the distribution tenant.</p><br>
    ///   - [`if_match(impl Into<String>)`](crate::operation::disassociate_distribution_tenant_web_acl::builders::DisassociateDistributionTenantWebACLFluentBuilder::if_match) / [`set_if_match(Option<String>)`](crate::operation::disassociate_distribution_tenant_web_acl::builders::DisassociateDistributionTenantWebACLFluentBuilder::set_if_match):<br>required: **false**<br><p>The current version of the distribution tenant that you're disassociating from the WAF web ACL. This is the <code>ETag</code> value returned in the response to the <code>GetDistributionTenant</code> API operation.</p><br>
    /// - On success, responds with [`DisassociateDistributionTenantWebAclOutput`](crate::operation::disassociate_distribution_tenant_web_acl::DisassociateDistributionTenantWebAclOutput) with field(s):
    ///   - [`id(Option<String>)`](crate::operation::disassociate_distribution_tenant_web_acl::DisassociateDistributionTenantWebAclOutput::id): <p>The ID of the distribution tenant.</p>
    ///   - [`e_tag(Option<String>)`](crate::operation::disassociate_distribution_tenant_web_acl::DisassociateDistributionTenantWebAclOutput::e_tag): <p>The current version of the distribution tenant.</p>
    /// - On failure, responds with [`SdkError<DisassociateDistributionTenantWebACLError>`](crate::operation::disassociate_distribution_tenant_web_acl::DisassociateDistributionTenantWebACLError)
    pub fn disassociate_distribution_tenant_web_acl(
        &self,
    ) -> crate::operation::disassociate_distribution_tenant_web_acl::builders::DisassociateDistributionTenantWebACLFluentBuilder {
        crate::operation::disassociate_distribution_tenant_web_acl::builders::DisassociateDistributionTenantWebACLFluentBuilder::new(
            self.handle.clone(),
        )
    }
}