在哪里记录了 AWS WAF API 调用?

Where are AWS WAF API calls documented?

我想在 CloudFront 服务的网站前面放置一个 AWS WAF。我需要通过 API.

通过自动调用更新此 WAF

这个API记录在哪里?

我很快找到了 Making HTTPS Requests to AWS WAF or Shield Advanced 页面,上面写着

Many AWS WAF and Shield Advanced API actions require you to include JSON-formatted data in the body of the request.

接下来是一个如何插入 IP 匹配条件规则的随机示例。

我无法相信这是唯一可用的 "documentation"(使得 REST 接口几乎不可用)。

这是 WAF 的 api 文档 http://docs.aws.amazon.com/waf/latest/APIReference/API_Operations_AWS_WAF.html

如果您使用的是 Python https://boto3.amazonaws.com/v1/documentation/api/latest/index.html