route/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/smoke.json

21 lines
498 B
JSON
Raw Normal View History

2017-12-02 23:34:35 +00:00
{
"version": 1,
"defaultRegion": "us-east-1",
"testCases": [
{
"operationName": "ListRules",
"input": {
"Limit": 20
},
"errorExpectedFromService": false
},
{
"operationName": "CreateSqlInjectionMatchSet",
"input": {
"Name": "fake_name",
"ChangeToken": "fake_token"
},
"errorExpectedFromService": true
}
]
}