Skip to content

Commit

Permalink
feat(client-wafv2): Adds an updated version of smoke tests, including…
Browse files Browse the repository at this point in the history
… smithy trait, for SDK testing.
  • Loading branch information
awstools committed Apr 11, 2024
1 parent 17570f0 commit 5b79451
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion codegen/sdk-codegen/aws-models/wafv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8163,7 +8163,23 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Retrieves an array of <a>WebACLSummary</a> objects for the web ACLs that you\n manage.</p>"
"smithy.api#documentation": "<p>Retrieves an array of <a>WebACLSummary</a> objects for the web ACLs that you\n manage.</p>",
"smithy.test#smokeTests": [
{
"id": "ListWebACLsSuccess",
"params": {
"Scope": "REGIONAL",
"Limit": 20
},
"vendorParams": {
"region": "us-east-1"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.wafv2#ListWebACLsRequest": {
Expand Down

0 comments on commit 5b79451

Please sign in to comment.