Skip to content

Commit

Permalink
feat(client-waf-regional): Add v2 smoke tests and smithy smokeTests t…
Browse files Browse the repository at this point in the history
…rait for SDK testing.
  • Loading branch information
awstools committed Aug 2, 2024
1 parent b8d8c64 commit 52b9cf4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions codegen/sdk-codegen/aws-models/waf-regional.json
Original file line number Diff line number Diff line change
Expand Up @@ -7937,6 +7937,21 @@
]
}
}
],
"smithy.test#smokeTests": [
{
"id": "ListRulesSuccess",
"params": {
"Limit": 20
},
"vendorParams": {
"region": "us-east-1"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
Expand Down

0 comments on commit 52b9cf4

Please sign in to comment.