Registry / cloud / aws-aws-sdk-go-v2-service-waf

aws-aws-sdk-go-v2-service-waf

JSON →
library1.25.5gogounverified

Package waf provides the API client, operations, and parameter types for AWS WAF Classic.

go get github.com/aws/aws-sdk-go-v2/service/waf
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-service-waf
cloudgov1.25.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

waf
github.com/aws/aws-sdk-go-v2/service/waf

Create a WAF client and list rules.

package main import ( "context" "github.com/aws/aws-sdk-go-v2/service/waf" ) func main() { client := waf.NewFromConfig(cfg) client.ListRules(context.TODO(), &waf.ListRulesInput{}) }
Debug
Known issues
gotchaThis is the WAF Classic API; for the latest version use WAFV2.
fix
Use github.com/aws/aws-sdk-go-v2/service/wafv2 for the current AWS WAF API.
affects: all
Upgrade
Version history
1.25.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources