Intelligent threat API specification - Amazon WAF, Amazon Firewall Manager, and Amazon Shield Advanced
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Intelligent threat API specification

This section lists the specification for the methods and properties of the intelligent threat mitigation JavaScript APIs. Use these APIs for intelligent threat and CAPTCHA integrations.

AwsWafIntegration.fetch()

Sends the HTTP fetch request to the server using the Amazon WAF integration implementation.

AwsWafIntegration.getToken()

Retrieves the stored Amazon WAF token and stores it in a cookie on the current page with name aws-waf-token, and the value set to the token value.

AwsWafIntegration.hasToken()

Returns a boolean indicating whether the aws-waf-token cookie currently holds an unexpired token.

If you're also using the CAPTCHA integration, see the specification for that at CAPTCHA JavaScript API specification.