(aws-wafv2): Some structs naming pattern changed from Foo to FooAction #24668
Labels
@aws-cdk/aws-wafv2
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
aws_wafv2.CfnRuleGroup
struct names were changed fromFoo to FooAction
recently. I see the name change in,Looks like these were released in this PR.
Expected Behavior
These structs should instead just be without the
Action
suffix.Current Behavior
These structs are currently with the
Action
suffix.Reproduction Steps
You can see these name changes if you upgrade CDK V1 to either: v1.192.0 or CDK V2 to v2.63.0.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.69.0 (build 60a5b2a)
Framework Version
No response
Node.js Version
v14.19.3
OS
Mac OS
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: