pub async fn create_waf_firewall(
    configuration: &mut Configuration,
    params: CreateWafFirewallParams
) -> Result<WafFirewallResponse, Error<CreateWafFirewallError>>
Expand description

Create a firewall object for a particular service and service version using a defined prefetch_condition and response. If the prefetch_condition or the response is missing from the request body, Fastly will generate a default object on your service.