Skip to content

Commit 5b79451

Browse files
author
awstools
committed
feat(client-wafv2): Adds an updated version of smoke tests, including smithy trait, for SDK testing.
1 parent 17570f0 commit 5b79451

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

codegen/sdk-codegen/aws-models/wafv2.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8163,7 +8163,23 @@
81638163
}
81648164
],
81658165
"traits": {
8166-
"smithy.api#documentation": "<p>Retrieves an array of <a>WebACLSummary</a> objects for the web ACLs that you\n manage.</p>"
8166+
"smithy.api#documentation": "<p>Retrieves an array of <a>WebACLSummary</a> objects for the web ACLs that you\n manage.</p>",
8167+
"smithy.test#smokeTests": [
8168+
{
8169+
"id": "ListWebACLsSuccess",
8170+
"params": {
8171+
"Scope": "REGIONAL",
8172+
"Limit": 20
8173+
},
8174+
"vendorParams": {
8175+
"region": "us-east-1"
8176+
},
8177+
"vendorParamsShape": "aws.test#AwsVendorParams",
8178+
"expect": {
8179+
"success": {}
8180+
}
8181+
}
8182+
]
81678183
}
81688184
},
81698185
"com.amazonaws.wafv2#ListWebACLsRequest": {

0 commit comments

Comments
 (0)